@charset "utf-8";
/* CSS Document */

#wrapper{
	background:url(/images/wrapper_bg_slice.gif) repeat-y #ddd 50%;}

#main{
	margin:0 auto;
	padding:0;
	width:754px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	
	}
	
p{
	line-height:16px;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#150755;
	font-weight:bold;}

a, a:visited{
	color:#F47920;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
a:hover{
	color:#150755;
	text-decoration:underline;}
	
h3{
	font-size:12px;
	margin:8px 0;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header{
	margin:0;
	padding:0;
	width:754px;
	height:119px;
	background:url(/images/header_bg.gif) no-repeat top;
}

#top_nav{
	float:right;
	text-align:right;
	color:#efefef;
	width:754px;
	
	}
#top_nav ul{
	margin:0;
	padding:7px 0 0 0;
	list-style:none;
	display:block;
}
#top_nav ul li{
	display:inline;
}
#top_nav ul li a{
	display:inline-block;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 10px 5px 5px;
	background:url(/images/list_bg.gif) no-repeat right;
	letter-spacing:-1px;
	font-weight:bold;
	outline:none;
}
	
#top_nav ul li a:hover{
	color:#FEB43E;
}	

#btm_nav{
	float:right;
	width:350px;
	text-align:right;
}
#btm_nav ul{
	margin:0;
	padding:13px 0 0 0;
	list-style:none;
	display:block;
}
#btm_nav ul li{
	display:inline;
}
#btm_nav ul li a{
	display:inline-block;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 8px 5px 5px;
	background:url(/images/list_bg.gif) no-repeat right;
	letter-spacing:-1px;
}
#btm_nav ul li a:hover{
	color:#FEB43E;
}
	
#main_content{}

#flash_content{
	width:754px;
	height:160px;
	margin-bottom:1px}
	
#home_flash_content{
	width:754px;
	height:205px;
	margin-bottom:1px}

#home_mid_content{
	width:754px;
	height:150px;
	margin:1px 0 0 0;
	background:url(/images/home_orange_banner_bg.gif) no-repeat top;
}

#home_mid_content_img{
	float:left;
	margin:55px 5px 0 16px;
	*margin:55px 5px 0 10px;
	
}

#home_mid_content_welcome{
	float:left;
	width:345px;
	height:84px;
	margin:53px 10px 0 0px;
	font-size:11px;
	color:#fff;
	line-height:14px;
	letter-spacing:-1px;
	
}
#content{
	border-bottom:2px solid #F9650F;
	border-top:2px solid #150755;
	padding:0 2px;}	

#bottom_content{
	background-color:#FFFFFF;
	border-top:2px #150755 solid;
	border-bottom:2px #F7630D solid;}

#btm_left{
	width:251px;
	float:left;
	margin:5px 0 0 0;
}
#btm_left_img{
	padding:5px 5px;
}
#btm_left_text{
	padding:25px 10px 0 0;
	text-align:center;
	float:left;
}

/****************Scroller***************/
	#viewer {height:100px; width:205px; float:left; overflow:hidden;}
	#viewerFrame {width:210px; height:100px; clear:both; padding:0;}
	#viewer img {width:64px; height:29px; display:inline; border:0; padding-top:20px;}
	#viewer a {display:block; float:left; width:69px; height:100px;}
	#btn1{ float:left; cursor:pointer; margin-top:32px; padding-right:10px; padding-left:8px;}
	#btn2{ float:left; cursor:pointer; margin-top:32px; padding-left:7px;}

/*

PREV VERSION 3/17/2010 gd
#viewer {height:100px; width:205px; float:left; overflow:hidden;}
#viewerFrame {width:210px; height:100px; clear:both; padding:0;}

PREV VERSION 3/17/2010 gd
#viewer {height:100px; margin:0px 0px 0px 30px; width:155px; float:left; overflow:hidden;}
#viewerFrame {width:200px; height:100px; clear:both; padding:0;}


*/


/****************************************/
#login{
	text-align:center;}
#btm_mid{
	width:250px;
	float:left;
	margin:5px 0 10px 0;
	border-left:1px #efefef solid;
	border-right:1px #efefef solid;
	
}
#btm_mid_img{
	padding:5px 5px;
}
#btm_mid_text{
	padding:10px 7px;
}

#btm_right{
	width:251px;
	float:left;
	margin:5px 0 0 0;
}
#btm_right_img{
	padding:5px 5px;
}
#btm_right_text{
	padding:5px 7px 15px;
}

#footer{
	margin-top:1px;
	padding:10px 0;
	background-color:#150755;
	color:#fff;
	text-align:center;
}
#footer a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;}
