/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 10px;
	font-family: "Verdana", verdana, arial, sans-serif;
	color: #666;
	background: url('/images/bgr.jpg') #E7F1F3 top repeat-x; }


	/*** FONT STYLES ***/	
	h1 {
		margin: 0 0 10px 0;
		font-size: 14px;
		color: #003C69; }
	
	h2 {
		margin: 0 0 10px 0;
		font-size: 11px;
		color: #666; }
	
	a:link, a:visited, a:active { 
		text-decoration: underline; 
		color: #003C69; }
	
	a:hover { text-decoration: none; }
	
	a img { border: none; }
	
	p { margin-bottom: 16px; }


/************* STRUCTURE STYLES ***/
#wrapper { 
	width: 750px; 
	margin: 0 auto; 
	background: #fff; }


	/*** HEADER STYLES ***/
	#header { 
		display: block; 
		width: 750px; 
		height: 217px; 
		background: url(../images/header_bg.jpg) no-repeat; }


		/*** NEWSLETTER STYLES ***/
		#newsletter {
			float: left;
			margin: 85px 0px 0px 19px;	
			font-weight: bold;
			color: #fff;
			line-height: 250%;
			text-align: right; }
		
			.input {
				width: 143px;
				margin: 0 0 4px 0;
				padding: 4px 4px 6px 4px;
				font: 10px Verdana;
				color: #666666;
				background: url('/images/input_bg.jpg') bottom left repeat-x #fff;
				border: none; }
			
			.button {
				padding: 2px;
				font-family: "Verdana";
				font-size: 10px;
				color: #484848; }
		
			#newsletter strong { color: #013d6a; }
			
			#newsletter a {
				font-size: 9px;
				font-weight: normal;
				color: #666; }


		/*** TOOLS STYLES ***/
		#tools { 
			float: right; 
			margin: 90px 60px 0 0; }
			
			*:first-child+html #tools { margin: 90px 50px 0 0; } /* IE7 FIX */
			
			* html #tools { margin: 90px 25px 0 0; } /* IE6 FIX */
		

	/*** NAV STYLES ***/
	ul#nav { 
		width: 750px; 
		height: 55px; 
		list-style: none; }
		
		ul#nav li { float: left; }
	

	/*** CONTENT STYLES ***/
	#content {
		margin: 20px;
		line-height: 160%; 
		text-align: left; }
	
	
	/*** FOOTER STYLES ***/
	#footer {
		width: 736px;
		height: 44px;
		margin: 10px auto 2px auto;
		padding: 8px 10px 0 0;
		font-size: 9px;
		line-height: 180%;
		text-align: right;
		color: #fff;
		background: url(/images/footer_bg.jpg) no-repeat; }
		
		#footer a { color: #fff; }




/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */