@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background:url(../../images/background-1.jpg) repeat-x #0C1479;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
p {
	padding:5px 15px 5px 15px;
	display:block;
}
.special {
	padding:0px 0px 0px 25px;
	margin:0px 0px 0px 25px;
}
.wrapper {
	width:791px;
	margin:0 auto;
	padding: 4px 0px 0px 0px;
}
.header {
	background:url(../../images/header.jpg) no-repeat;
	width:791px;
	height:85px;
}
.spacer {
	height:10px;
}
/* ----- Home Page ----- */
.home_left1 {
	float:left;
}
.home_left2 {
	background:url(../../images/top_left_content_home.gif) top left no-repeat;
}
.home_left3 {
	background:#FFFFFF;
}
.home_left4 {
	background:url(../../images/top_left_content_home2.gif) top left no-repeat;
}
.home_left2, .home_left4 {
	height:12px;
}
.home_left1, .home_left2, .home_left3, .home_left4 {
	width:449px;
}
/* ----- Home Page Slideshow----- */
.slideshow {
	float:right;
	width:333px;
	height:309px;
}
.pics {  
    height:  333px;  
    width:   309px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    width:  333px; 
    height: 309px; 
    top:  0; 
    left: 0;
} 
/* ----- Sub Page ----- */
.sub_left1 {
	float:left;
}
.sub_left2 {
	background:url(../../images/sub_top.gif) top left no-repeat;
}
.sub_left3 {
	background:#FFFFFF;
}
.sub_left3 img{
	float:right; 
	padding:0px 10px 0px 10px;
}
.sub_left4 {
	background:url(../../images/sub_btm.gif) top left no-repeat;
}
.sub_left2, .sub_left4 {
	height:12px;
}
.sub_left1, .sub_left2, .sub_left3, .sub_left4 {
	width:791px;
}
/* ----- Nav & Footer ----- */
#navpos {
	margin: 0;
	padding: 10px 0px 0px 0px;
}
#nav {
	background:url(../../images/nav.gif) no-repeat top left;
}
#nav, #nav a, #footer, #footer a {
	height:25px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}
#nav, #nav ul, #footer, #footer ul {
	list-style: none;
	line-height: 2.2;
}
#nav a, #footer a {
	display: block;
}
#nav img {
	border:none;
	text-decoration:none;
}
#nav li , #footer li {
	float: left;
	padding:0px 0px 0px 8px;
}
#nav a:hover, #footer a:hover {
	color:#CCCCCC;
}
#footer{background:none;}
.footer2{
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center
}