/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, h7, h8, blockquote, pre,
a, code, em, font, img, fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

.clear {
    overflow:hidden;
	height: 1px;
	clear:both;
	}


/* body Styling

=======================*/


body {
	background-color: #D0D0D0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1;
	color: #000000;
	font: 62.5% Arial, Helvetica, sans-serif;	
}


/* container Styling

=======================*/
#container {
   width:989px;
   margin: 0 auto;
   padding:0;
   background-color: #ffffff;
   }

/* header Styling

=======================*/   
#header {
	background: url(images/header.jpg) no-repeat left top;
	height:118px;
    margin: 0;
    padding:0;
}  


#header_top {
	height:52px;
    margin: 0;
    padding:0;
}

#search {
	top: 0;
	right: 0;
	width: 23em;
	w\idth: 23.3em;
	padding: 1.3em;
	float:right;
}

.search {
	border: none;
	padding: 0.6em 0.7em 0.4em 0.7em;
	color: #fff;
	background: #707070;
	font-size: 1.0em;

}


#header_bottom {
	height:66px;
    margin: 0;
    padding:0;
}

#header_bottom ul#nav {
	float:right;
	font-size:16px;
	position:relative;
	margin: 0;
	padding:31px 0 0 0;

}

/* nav Styling

=======================*/   

ul#nav li {
	float:right;
	display:inline;
	margin: 0 15px 0 0;
	padding:0;
}

#nav li a {
	color:#666666;
	text-decoration:none;
	display:block;
	padding: 9px;
}

#nav li a:hover  {
	background-image: url(images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#current a {
	background: url(images/red_arrow.gif) no-repeat center bottom;

}


/* banner Styling

=======================*/ 

#banner {
	background: url(images/banner.jpg) no-repeat left top;
	height:255px;
    margin:0 0 0 7px;
    padding: 0;
}  


/* content Styling

=======================*/ 
#main {
	margin: 0;
	padding:9px;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content p {font-size:13px; padding:0 5px 15px 5px;line-height:18px;}

#content span { color:#6D0000; font-weight:bold;}


/* col on homepage Styling

=======================*/

#col1, #col2, #col3 {
float:left;
width:300px;
margin-right: 5px;
padding:8px 8px 8px 8px;
}

#col1 h2, #col2 h2, #col3 h2 {
font-size:25px;
color:#6D0000;
}
#col1 span, #col2 span, #col3 span {
font-size:10px;
text-transform:uppercase;
margin:0;
padding:0;
color:#989797;
}

#col1 span, #col2 span, #col3 span {
border-bottom: 1px solid #EAEAEA;
margin:0 0 10px 0;
padding:0 0 5px 0;
width:100%;
display:block;
}

#col2 {
	float:left;
	width:300px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
}

#col1 p, #col2 p, #col3 p {
font-size:12px;
line-height:18px;
color:#000000;
}

#col1 a, #col2 a, #col3 a {
color:#6D0000;
}



#col1 ul, #col2 ul, #col3 ul {
font-size:12px;
margin:0;
padding:10px 0 0 0;
}

#col1 ul li, #col2 ul li, #col3 ul li {
	margin:0 0 6px 0;
	padding:0 0 0 15px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}



/* subbanner Styling

=======================*/

#subbanner {
	height:137px;
	margin: 0;
	padding:0;
	background: url(images/sub_banner.jpg) no-repeat left top;
}

#subbanner h1 {
	font-size:13px;
	margin: 0;	
	width:825px;
	text-indent:5in;		
}
#subbanner p {
	margin: 0;
	padding:40px 10px 10px 35px;
	font-size:16px;
	font-style: italic;
	color:#860000;
}

#subbanner h7 {
	font-size:14px;
	margin: 0;	
	width:825px;
	text-indent:5in;		
}

/* sidebar Styling

=======================*/
#sidebar {
	margin: 0;
	padding:0 0 0 10px;
	width:217px;
	float:left;
	background: url(images/nav_container_bg.gif) repeat-y right top;
}

#sidebar h3 {
	margin: 0;
	padding:8px 5px 5px 5px;
	color:#FFFFFF;
	font-size:15px;
	background-image: url(images/sidebar_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#sidebar ul {
	margin: 0;
	padding:0;
	font-size:13px;
	list-style:none;
}

#sidebar ul li {
	margin: 0;
	padding:0;
	display:block;
}

#sidebar ul li a {
    margin: 0;
    padding:11px 8px 13px 8px;
	display:block;
	color:#000000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidebar ul li a:hover {
    color:#860000;
	background-image: url(images/nav_hitspot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #D8D8D8;
	border-bottom: 1px solid #8C8C8C;
}

.current a {
	background: url(images/nav_hitspot.gif) no-repeat right top;
}

#sidebar p {
	margin: 0;
	padding:5px 8px 5px 8px;
	font-size:12px;
	color:#333333;
}

#sidebar span {
	color:#000000;
	font-weight: bold;
}

#sidebar a {
	color:#860000;
}

#nav_bottom {
	height:239px;
	width:100%;
	background: url(images/sidebar_bg.gif) no-repeat right bottom;

}

/* prime content Styling

=======================*/
#primecontent {
	margin: 0;
	padding:10px 0 0 20px;
	width:700px;
	float:left;
}

#primecontent h1 {
	color:#6D0000;
	font-size:15px;
	padding:0 0 px 0;
	background-image: url(images/bar_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
#primecontent h2 {
	color:#6D0000;
	font-size:12px;
	padding:0 0 10px 0;
	}

#primecontent p {
	font-size:13px;
	line-height:18px;
	}
	
#primecontent span {
	color:#860000;
	}		

#primecontent img { 
	background-color:#FFFFFF;
	margin:4px 4px 4px 4px;
	padding:4px;
	float: right;
	}	
	
/* single content Styling

=======================*/
	
#singlecontent {
	margin: 0;
	padding:10px 0 0 10px;
	width:957px;
}

#singlecontent h1 {
	color:#6D0000;
	font-size:15px;
	padding:0 0 10px 0;
	background-image: url(images/bar_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
#singlecontent p {
	font-size:13px;
	line-height:18px;
	}

#singlecontent span {
	color:#860000;
	}		
	

/* Send button Styling

=======================*/	
.SendMessage {
	border: none;
	padding: 0.6em 0.7em 0.4em 0.7em;
	color: #fff;
	background: #6D0000;
	font-size: 1.0em;
	border: 1px solid #370101;

}	


/* footer Styling

=======================*/	
#footer { 
    background: url(images/footer.jpg) no-repeat left top;
    height:59px;
    margin: 0;
    padding:0;
}

#footer p { 
    margin: 0;
    padding:18px 10px 10px 10px;
	font-size:12px;
	color:#707070;
}

#footer a { 
	color:#707070;
	text-decoration:none;
}

#footer a:hover { 
	color:#707070;
	text-decoration:underline;
}

#footer ul { 
    margin: 0;
    padding:0;
	list-style:none;
}

#footer ul li { 
    margin:0;
	display:inline;
    padding:0;
}

#footer #left { 
    margin: 0 0 0 5px;
    padding:0;
	float:left;
}

#footer #right { 
    margin: 0 10px 0 0;
    padding:0;
	float:right;
}


