@import "global.css";
@import "style-reset.css";

body {
background: #f09133 url(images/bg.jpg) 0 0 repeat-x;
font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
color:#939191;
}	


/* CONTAINER */

#container {
width: 910px;
margin: 0 auto;
}


/* CONTENT */


#content {
margin: 0 auto;
float: left;
clear: both;
width: 900px;
background: transparent url(images/content_bg.png) 0 0 repeat-y;
height: 636px;
}


	#header{
	float: left;
	clear: both;
	margin-top: 15px;
	margin-left: 50px;
	width: 889px;
	height: auto;
	}
		
		#logo{
		float: left;
		clear: both;
		width: 178px;
		height: auto;
		}
		
		#login{
		float:left;
height:auto;
margin-left:540px;
width:150px;
font-size: 13px;}
		
		#navcontainer{
		float: left;
		margin-top: 8px;
		width: 639px;
		height: 53px;
		margin-left: 40px;
		}

			#navleft{
			float: left;
			background: transparent url(images/navbg_left.png) 0 0 no-repeat; 
			width: 113px;
			height: 53px;
			}
		
			#topnav{
			float: left;
			background: transparent url(images/navbg.png) 0 0 no-repeat; 
			width: 436px;
			height: 53px;
			padding-top: 18px;
			}
		
			#navright{
			float: left;
			background: transparent url(images/navbg_right.png) 0 0 no-repeat; 
			width: 90px;
			height: 53px;
			}
		
		#headline{
		float: left;
		clear: both;
		height: auto;
		margin-top:-40px;
		width: 180px;
		margin-left: 380px;
		display: none;}
		
#homecontainer{
width: 889px;
float: left;
clear: both;
height: auto;}


#homecontent{
float: left;
clear: both;
width: 410px;
height: auto;
margin-bottom: 80px;
font-size: 17px !important;
margin-left:39px;
margin-top: 100px;
}

#homeflash{
background: transparent;
float: left;
height: auto;
margin-top:-96px;
width:446px;
}

#contentbottom{
float: left;
clear: both;
background: transparent url(images/content_bottom.png) 0 0 no-repeat; 
width: 899px;
height: 4px;
}


/* INSIDE PAGE */



#inside {
margin: 0 auto;
float: left;
clear: both;
width: 900px;
background: transparent url(images/content_bg.png) 0 0 repeat-y;
height: auto;
}

#insidebackground{
margin: 0 auto;
float: left;
clear: both;
width: 894px;
background: #fff url(images/bg_logo.png) top right no-repeat;
height: auto;
min-height: 638px;
}

#headerimage{
clear:both;
float:left;
height:auto;
margin-left:200px;
margin-top:-75px;
width:596px;
}

#twocolumns{
float: left;
clear: both;
height: auto;
width: 860px;
margin-left: 25px;
padding-bottom: 20px;
}
	
	#leftcol{
	clear: both;
	float: left;
	width: 260px;
	height: auto;
	margin-top: -20px;}

		#secnav{
		clear: both;
		float: left;
		width: 252px;
		height: auto;}
		
		#leftbox{
		float: left;
		clear: both;
		height: auto;
		width: 250px;
		margin-top:25px;}
		
			#leftboxtop{
			background: transparent url(images/box_top.gif) 0 0 no-repeat;
			width: 250px;
			height: 3px;
			}
			
			#leftboxbg{
			background: transparent url(images/box_bg.gif) 0 0 repeat-y;
			width: 250px;
			height: auto;
			}
				#leftboxcontent{
				height:auto;
				padding:20px;
				width:210px;}
			
			#leftboxbot{
			background: transparent url(images/box_bot.gif) 0 0 no-repeat;
			width: 250px;
			height: 3px;
			}
		
		
			#leftbox p {
			color: #666;
			font-size: 12px;
			line-height: 16px;}
		
	#rightcol{
	float: left;
	width: 560px;
	margin-left: 30px;
	height: auto;}
	
		#insidecontent{
		width: 525px;
		padding: 5px;
		height: auto;}	
		
		#insidecontent p {
		font-size: 14px;
		line-height: 22px;}
		
		#breadcrumbs{
		font-size:12px;
		width: auto;
		height: auto;
		}
		
		.bc a {
		padding-right: 5px;}
		.bc{
		padding-left: 5px;}
/* BOTTOM ROW */


#bottom {
float: left;
clear: both;
margin-top: 12px;
background: transparent url(images/content_bg.png) 0 0 repeat-y; 
width: 900px;
height: auto;
}

	#left{
	float: left;
	clear: both;
	margin:20px 15px 0px;
	width:420px;
	height: auto;
	font-size: 14px !important;}

	#right{
	float: left;
	margin:20px 5px 0px;
	width:420px;
	height: auto;
	font-size: 14px !important;}
	
#bottombg{
float: left;
clear: both;
background: transparent url(images/content_bottom.png) 0 0 no-repeat; 
width: 899px;
height: 4px;
}

	
#footer{
width: 900px;
height: auto;
float: left;
clear: both;
margin-top:10px;

}	

	#sitemap{
	float: left;
	color: #fff;
	font-size:13px;}
	
	#copyright{
	clear: both;
	float: left;
	width: 352px;
	color: #f5d0a7;
	font-size:12px;
	margin-top:3px;
	}
	
	
	#tagline{
	float: right;
	margin-top: -10px;
	width:300px;
	height: auto;}
	
	
/* ADMIN */
	
	
#admincontent{
float: left;
clear: both;
margin-top: 50px;
margin-left: 30px;
width: 810px;
height: auto;
font-size: 16px !important;
padding-bottom: 20px;
}
	
	
	
	