/* CSS Document */
* { margin:  0; padding: 0;}

body { font-size: 12px; font-family: arial, verdana, tahoma; }

	a img,:link img,:visited img{ border:none }
	:link,:visited 				{ text-decoration:none }
	ul,ol 						{ list-style:none }
	h1,h2,h3,h4,h5,h6,pre,code 	{ font-size:12px; 
								  font-weight: normal;}
	


/* Start 
************************************************************* */
#wrap { overflow: hidden; 
		width: 810px; 
		height: auto; 
		margin: 20px auto; 
		padding-bottom: 30px;
		border: 2px solid #9BB3CC; }

/* Header 
************************************************************* */
#header_div {
	width: inherit;
	height: 240px;
}
	
	/* LOGO */
	#header_logo {  
		display: inline; 
		float: left; 
		width: 280px; 
		height: 240px;
		background: #fff url(images/header_logo.gif) no-repeat top left;
		}
	
	/* div BANNER */
	#header_banner { 
		display: inline; 
		float: left; 
		width: 520px; 
		}
		
		/* top LINKS */
		#header_banner .top { 
			height: 50px; 
			width: 520px;  
			text-align: right; 
			font-size: 11px;
			color: #969696;
			}
		
			.top ul 		{ padding: 35px 35px 0 0; }
			.top li 		{ display: inline; }
			.top li a 	    { font-size: inherit; color: #969696 }
			.top li a:hover { font-size: inherit; color: #333333 }
			.top li span	{ font-size: inherit; color: inherit;}
			
		
		/* main BANNER */
		#header_banner .banner { 
			overflow: hidden;
			height: 120px; 
			width: inherit; 					 
		 	background: #fff url(images/header_banner.gif) no-repeat top left;
			 }
			
			.banner_msg 	{ width: 185px; height: auto; padding-top: 25px; }
			.banner_msg h1  { font-size: 18px; font-style: italic; 
							  color: #FF6600; line-height: 22px; 
							  padding-left: 10px; }

		
		/* tips BANNER */
		#header_banner .banner_tips {
			height: 70px;
			width: 520px;
			background: #fff url(images/header_banner_tips.gif) no-repeat bottom left;
		}
		
		
		

/* Main 
************************************************************* */
#main_div {
	overflow: hidden;
	width: 750px;
	height: auto;
	margin: 10px auto 20px auto;
}

	/* NAVIGATION LIST */
	#main_nav { 
		float: left; 
		display: inline; 
		width: 150px; 
		height: auto; 
		}
		
		
		/* nav BUTTONS */
		.buttons {  
			clear: both; 
			display: block;
			width: 141px; 
			height: 30px; 
			line-height: 30px; 
			font-size: 12px; 
   			background: url(images/button.gif) no-repeat left top;	}
		
			.buttons:hover { background: url(images/button_hover.gif) no-repeat left top; }
			.buttons span  { padding-left: 20px; color: #fff; font-weight: bold; }
		   
	
	/* CONTENT AREA */	
	#main_content {
		float: left;
		display: inline;
		width: 585px; 
		height: auto;
		margin-left: 10px;
	}
	
		.content_box {
			clear: both;
			border: 1px solid #969696;
			width: inherit;
			height: auto;
			padding: 15px 0;
			margin-bottom: 20px;
			background: url(images/content_bot.gif) repeat-x bottom;
		}
		
			.content_box_title {
				width: 559px;
				height: 35px;
				margin: 0 auto 20px auto;
				background: url(images/content_title.gif) no-repeat top left;
			}
			
				.content_box_title h1  {
					font-size: 16px;
					text-transform: uppercase;
					color: #fff;
					font-weight: bold;
					line-height: 35px;
					margin-left: 20px;
				}
			
			.content_box h3 {
				width: 540px;
				margin: 0 auto;
				padding: 10px 0 10px 0;
				font-weight: bold;
				font-size: 14px;
				color: #800000;
			}
			
			.content_box p {
				width: 540px;
				margin: 0 auto;
				padding: 0 0 20px 0;
				text-align: justify;
				color: #333333;
				font-size: 12px;
				line-height: 18px;
			}
			
			.content_box_footer {
				width: 540px;
				margin: 0 auto;
				padding: 5px 5px 15px 0;
				color: #777777;
				text-align: right;
				border-top: 1px solid #969696;
			}

			.content_box_image {
				width: 540px;
				height: auto;
				margin: 0 auto;	
				padding: 20px 0 0 0;	
				border-top: 2px solid #969696;	
			}
			
				.content_box_image img {
					float: left;
					display: inline;
					width: 100px;
					height: auto;
					border: 1px solid #969696;
				}
				
				.content_box_image img:hover {
					width: 105px;
					height: auto;					
					border: 1px solid #333333;
				}
				
				.content_box_image h3 {
					font-size: 13px;
					color: #333399;
				}
				
				.content_box_image p {
					float: right;
					display: inline;
					width: 400px;
				}
			
				.content_box_image span {
					font-size: 15px;
					padding-bottom: 10px;
					color: #333399;
					font-weight: bold;
				}			
								
				a.read_more  {
					float: right;
					display: inline;
				}
				
				a:hover.read_more  {
					color: #808080;
				}
				
				.content_box_image_space {
					clear: both;
					width: inherit;
					height: 5px;
				}


/* Footer 
************************************************************* */			
#footer_div {
	clear: both;
	width: 750px;
	height: auto;
	padding: 15px 0 0 0;
	margin: 0 auto;
	border-top: 5px solid #C0C0C0;
}
	
	#footer_left {
		float: left;
		display: inline;
		width: 300px;
		height: auto;
		font-size: 11px;
		line-height: 20px;
		color: #808080;
	}
	
		p.contact {
			color: #333333;
		}
		
		#footer_left ul 		{  }
		#footer_left li 		{ display: inline; }
		#footer_left li a 		{ color: #333399; text-decoration: underline; }
		#footer_left li a:hover { color: #808080; }
		#footer_left span		{ color: #333399; }
		
	
	#footer_right {
		float: right;
		display: inline;
		width: 270px;
		height: auto;
		font-size: 11px;
		color: #555555;
		line-height: 20px;
		text-align: right;
	}