/*

	Table of Contents:
		1. layout
		2. iu-menu
		3. settings
		4. news sidebar
		5. Contact Form Plugin CSS
*/

/* 1. layout
----------------------------------------------- */

body {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size:13px;
	color:#333333;
	background:url(imgs/bgx.gif) repeat-x;
	margin:48px 0 0 0; padding:0;
background: #009900;
}







	
div#container {
	width:797px;
	margin:0 auto;
border:2px solid #E1B715;
background: #ffffff;
}
	

		
div#banner {
	width:800px;
	height:140px;
	background:url(imgs/bannerx.jpg) no-repeat;
	float:right;}
	
	div#banner h2 {
		display:yes;
        width:800px;
	    height:111px;
padding:23px 15px 0 12px;}
	
div#left {
	width:210px;
	height:680px;
	padding:1px 15px 0 12px;
	margin:1px 0 0 0;
	border-right:1px solid #2c297f;
	color:#4f4d4e;
	float:left;
background: #ffffff;
}
	
	div#left select {
		margin:10px 0 10px 0;
		font-size:14px;
		width:174px;
		color:#7f7f7f;
		background:#fff;
		border:1px solid #e5e5e5;}
		
		.search {
			width:132px;
			height:38px;
			border:0;
			padding:0; margin:14px 0 0 0;
			background:url(imgs/search.gif) no-repeat;}
	
div#right {
	width:520px;
	padding:32px 20px 0 10px;
	margin:12px 0 35px 0;
	float:right;
	text-align:justify;
	clear: right;
	overflow: hidden;
background: #ffffff;
}
	
div#right p {
	text-align:justify;
	line-height:22px;}	
	
	
.left_choice {
	height:36px;
	padding:0 0 10px 0}
	
	.left_choice img {
		float:left;}
	
span.black {
	color:#000;}
	
.welcome {
	height:104px;
	margin:0 0 22px 0;}
	
	.welcome img {
		margin:0 17px 0 0;
		float:left;}
		
		span.welcome_header {
			font-size:18px;
			color:#464646;}
			
			a.more {
				text-decoration:none;
				padding:0 0 0 144px;
				color:#d90073;}
				
				a.more:hover {
					text-decoration:underline;
					color:#d90073;}
					
span.heading_content {
	font-size:17px;
	color:#464646;}
	
th,tr {
	font-size:13px;}
	
.row_table_top {
	text-align:center; 
	background:#252525; 
	height:35px; 
	color:#d9dbda;}
	
.td_border {
	border-right:1px solid #3b3b3b;}
	
.td_border_d {
	border-right:1px dashed #ababab;}
	
div.hr {
	height:1px;
	margin:0 0 20px 0;
	background:#d5d5d5}
  
	div.hr hr {
		padding:0; margin:0;
		display: none;}
div#news {
	width:190px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 0;
	background-color:#fefee6;
		}		
div#news p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#666;
padding: 8px 6px 8px 6px;
line-height: 18px;

	}				
		
		
div#footer {
	width:100%;
	height:61px;
	text-transform:uppercase;
	color:#c1bfc2;
	background:url(imgs/footer_bg.gif) repeat-x;
	clear:both;

}
	
.footer_text {
	padding:24px 0 0 120px;}
	
span.footer_dark {
	color:#808080;}
	
/* 2. iu-menu
----------------------------------------------- */
		
#iu-menu {
	float:left;
	margin:0; padding:0;
	list-style-type:none;
	border-bottom:7px solid #ffffff ;
	clear:both;}
	
	#iu-menu li {
		margin:0; padding:0;}
	
		#iu-menu a {
			width:210px;
			height:20px;
			padding:5px 0 0 10px;
			color:#ffffff;
			text-decoration:none;
			background:url(imgs/menu_bg.gif) no-repeat;
			display:block;}
	
			#iu-menu a:hover {
				background:url(imgs/menu_bg.gif) no-repeat 0 -39px;}
				
/* 3. settings
----------------------------------------------- */

form, input, select {
	padding:0px; margin:0px;}

img {
	border:0;}
	
/* 4. sidebar news and testimonials
----------------------------------------------- */	
	
#left-sidebar { 
	width: 220px; 
	float: right; }
#info {
	border: 10px solid #efefef; 
	padding: 1px; 
	font-size: .9em; 
	background: #fff; 
	color:#666; 
	}
.news-title {
		color:#C03;
		font-size:12px;
	}
	
	
/* 5. Links
----------------------------------------------- */	

a:link {
color: #c82005;
text-decoration: none;
border-bottom: none;
}

a:visited {
color: #ab3522;
text-decoration: none;
border-bottom: none;
}

a:hover {
color: #777777;
text-decoration: none;
}