@import url('home.css'); 
@import url('box.css');

/**************** BODY *********************/

* { 
	margin: 			0; 
	padding:			0; 
} 

body{
	background:			#336699;
	font-family:		tahoma, arial, verdana, sans-serif;
	font-size:			100%;
	color:			#333;
	margin-top:			20px;
	margin-bottom:		20px;
	line-height:		20px;
}

#container {
	width: 			970px;
	margin: 			0pt auto;
	background: 		#FFFFFF;
	border:			3px #CCCCCC solid;
}

a img {
	border:			0pt none;
}

/**************** HEADER *********************/ 

#header { 
	background-color: 	#FFFFFF;
	width: 			970px;
	height: 			100px; 
} 

#header h1 {
	text-indent:		-5000px;
}

#header h3{
	text-indent:		-5000px;
}

#header .logo {
	float: 			left;
}

/**************** FLASH *********************/ 

#flash { 
	background-image: 	url(../images/layout/flash.jpg) ;
	height:			220px;
	width: 			970px;
	line-height:		25px;
} 

#flash p {
	font-size:			150%;
	font-family:		Georgia, tahoma, arial, verdana, sans-serif;
	color:			#FFFFFF;
	padding:			50px 220px 20px 20px;
	text-align:			left;
}

/**************** MAIN NAV *********************/

#nav {
	background-image: 	url(../images/layout/nav-bg.jpg);
	height:			40px;
	width:			970px;
}	
	
#menu  {
	list-style-type:		none;
	margin-left:		5px;
	margin-right:		5px;
	padding-top:		8px;
	padding-bottom:		13px;
	text-align:			right;

}

#menu li  {
	display:			inline;
	font-weight:		bold;
	font-size:			80%;
}

#menu li a  {
	background-color:		inherit;
	padding-left:		7px;
	padding-right:		7px;
	color:			#000000;
	text-decoration:		none;
}

#menu li a:hover  {
	color:			#FFFFFF;
	background-image: 	url(../images/layout/nav-ho.jpg);
	padding:			10px 7px 13px 7px;
	text-decoration:		underline;
}

#menu li a.active {
	color:			#FFCC66;
	text-decoration:		underline;
}


/**************** LEFT *********************/ 

#content { 
	float:			left;
	width: 			970px;
	background-color:		#F7F7F7;
}

/**************** FOOTER *********************/

#footer {
	clear: 			both;
	background-color:		#F7F7F7;
	text-align:			center;
	margin:			0pt auto;
	width:			970px;
	height:			35px;

}

#footerlinks  {
	list-style-type:		none;
	margin-left:		5px;
	margin-right:		5px;
	padding-top:		7px;
}

#footerlinks li  {
	display:			inline;
	text-transform:		lowercase;
	color:			#000000;
	font-size:			70%;
}

#footerlinks li a  {
	background-color:		inherit;
	padding-left:		7px;
	padding-right:		7px;
	color:			#666666;
	text-decoration:		none;
}

#footerlinks li a:hover  {
	text-decoration:		underline;
}

/**************** BOTTOM LINKS *********************/

.bottom  {
	font-size:			65%;
	color:			#000000;
	text-align:			center;
	padding-bottom:		0px;
}

.bottom A:link  {
	color:			#800000;
	text-decoration:		underline;
}

/**************** CLEAR *********************/

.clearfix:after {
	content: 			"."; 
	display: 			block; 
	height: 			0; 
	clear: 			both; 
	visibility: 		hidden;
	}

* html>body .clearfix {
	display: 			inline-block; 
	width: 			100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
