@charset "UTF-8";
/* CSS Document */

html, body {
	height: auto;
}

body { 
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	text-align:center; 
	margin: 0;
	padding: 0;
	background-color:#CCC;
	background-image:url(../images/layout/backgroundGradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#container {
	width:850px;
	min-height: 100%;
	height:auto;
	clear:both;
	margin-left: auto ;
  	margin-right: auto ;
	text-align:left;
	background-color:#FFF;
}

	#container .top {
		background-image:url(../images/layout/pageTop.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:10px;
		margin-top:15px;
		clear:both;
		
	}
	
	#container .bottom {
		background-image:url(../images/layout/pageBottom.gif);
		background-repeat:no-repeat;
		background-position:top;
		height:10px;
		clear:both;
	}
	
	#container .header {
		width:100%; float:left; clear:both;
	}
	
	#container .banner {
		float:left;
		clear:both;
		background-image:url(../images/layout/bkgGradientGreen.jpg);
		background-repeat:repeat-x;
		background-position:top;
		color:#FFF;
		height:249px;
		width:100%;
	}
	
	#container .banner a, #container .banner a:visited {
		color:#FFF;
	}
	
	#container .content {
		float:left;
		clear:both;
		padding-top:10px;
	}
	
	#container .footer {
		width:800px;
		float:left;
		clear:both;
		padding: 20px 20px 10px 20px;
		text-align:center;
	}

/* hack for IE */
*html #container {
	height:100%;
}
/* end IE hack */


/* NAVIGATION BAR */
#navBar {
	background-color:#E6E6E6;
	border-top:solid 2px #999;
	float:left;
	clear:both;
	font-size:12px;
	font-weight:bold;
	width:100%;
	
}

	#navBar a {
		text-decoration:none;
		color:#243232;
		display:block;
		width:141px;
		text-align:center;
		border-bottom:solid 5px #E6E6E6;
		padding: 6px 0px 4px 0px;
		float:left;
	}
	
	#navBar a:hover {
		border-bottom:solid 5px #C5965F;
	}

/* Links */

a { color:#295975; }


.title {
	margin-bottom:10px; 
	margin-left:-5px;
}

.specialBox { 
	position:relative; 
	height:70px; 
	width:350px; 
	background-image:url(/images/layout/specialBox.gif); 
	background-repeat:no-repeat; 
	text-align:center;
	font-weight:bold; font-size:14px; 
}

#news {
	width:380px; font-size:12px; padding-left:15px;
}
	#news a { font-weight:bold; text-decoration:none; clear:right;  }
	#news a:hover { text-decoration:underline; }
	#news .description { color:#666; margin-bottom:10px; }


