/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#ed1c24;
}
a:hover {
	color:#ed1c24;
	text-decoration : underline;
}

body {
	vertical-align:top;
	padding:0;
	margin: 0;
	background-image: url(/images/background.jpg);
	background-repeat:repeat-x;
	background-color:#6e1517;
}
h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #971b1e;
	margin:0;
	padding:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #971b1e;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: normal;
}

img {
	display:inline;
	margin:0;
	padding:0;
}	

#wrapper {
	width:1024px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:1024px;
	height:126px;
	float:left;
	margin:0;
	padding:0;
	background-image: url(/images/header.gif);
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
}

#header img {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:8px;
}

/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	padding:0;
	width:1024px;
	height:46px;
	margin:0;
	float:left;
	background-image: url(/images/nav.gif);
	background-repeat:repeat-x;
}

#nav ul {
	padding:0;
	margin:0;
	width:1024px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 14px;
	margin:0;
}

#nav ul li a {
    float:left; 
    padding:14px 15px 0 15px;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-right:1px solid #6e1517;
	} 

#nav #active { 
	text-decoration: none;
	background-image: url(/images/nav_on.gif);
	background-repeat:repeat-x;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-image: url(/images/nav_on.gif);
	background-repeat:repeat-x;
	}

/*--------------------------------------------------------------------------------------------------
	index left content
--------------------------------------------------------------------------------------------------*/
#content {
	width:1024px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(/images/column.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FFFFFF;
}

#gradient {
	width:1024px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(/images/gradient.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#title {
	width:730px;
	height:93px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(/images/shingles.jpg);
	background-repeat:no-repeat;
}

#title p {
	font-size: 30px;
	line-height: 32px;
	color: #FFFFFF;
	padding: 33px 0 0 30px;
}

#leftcontainer {
	width:730px;
	padding:0;
	margin:0;
	float:left;
}

#copy {
	width:670px;
	padding:20px 0 30px 30px;
	margin:0;
	float:left;
}

.block {
	width:670px;
	padding:0;
	margin:0;
	background-image: url(/images/block.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;		
}

#copy ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin:0;
	padding:0 0 12px 0;
	font-style: normal;
	font-weight: normal;
}

#copy li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding: 0 0 3px 7px;
}

/*--------------------------------------------------------------------------------------------------
	index right content
--------------------------------------------------------------------------------------------------*/

#rightcontainer {
	width:244px;
	padding:20px 25px 0 0;
	margin:0;
	float:right;
}

#formcontainer {
	width:208px;
	padding:10px 15px 15px 15px;
	margin:0;
	float:right;
	border:3px solid #808284;
	background-image: url(/images/form.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#rightcontainer p {
	line-height: 16px;
	color: #999999;
	padding: 0 0 10px 0;
}

#rightcontainer h2 {
	font-size: 24px;
	line-height: 26px;
	color: #FFFFFF;
	padding: 0 0 5px 0;
}

#formcontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0;
	padding: 5px 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

.submit {
	margin: 0;
	padding: 10px 0 0 0;
	float:left;
	display:block;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

.imageright {
	margin: 0 0 10px 10px;
	padding: 3px;
	float:right;
	display:inline;
	border:1px solid #c0272d;
}


/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:3px solid #808284;
	background-image: url(/images/form.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #c0272d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #f26522;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #f26522;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #c7531c;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #c7531c;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#c7531c;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footer {
	width:1024px;
	margin:0;
	float:left;
	padding:10px 0 0 0;
}

#footerleft {
	width:715px;
	margin:0;
	float:left;
	padding:0;
	text-align:left;
}

#footerright {
	width:250px;
	margin:0;
	float:right;
	padding:0;
	text-align:right;
}

#footerleft p {
	color:#bcbdbf;
}

#footer p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 13px;
	color:#ffc20e;
	margin: 0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#footerright p {
	color:#FFFFFF;
}

.snipe {
	color:#c0272d;
}
a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

a.gecko:link {color: #c0272d; text-decoration: none;}
a.gecko:active {color: #c0272d; text-decoration: none;}
a.gecko:visited {color: #c0272d; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}