/* CSS document*/
* { 
	margin: 0;
	padding: 0; border: none;  
	color: #3e5179; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
}
.clear { clear: both; }
#outer-wrapper { 
	width: 1000px;
	margin: 0 auto; 
	background-color:#fefefe;
}
#wrapper { 
	width: 920px; 
	margin: 0 auto; 
	background-image:url('../images/header_bg.gif');
	background-repeat:repeat-x;	
}
#header { 
	width: 920px; 
	float: left; 
	padding: 45px 0 10px 0; 
	height:60px;
	}
.h-content { 
	width: 625px; 
	float: left; 
	height:220px;
	margin-bottom: 10px; 
	overflow: hidden 
}
#nav { 
	width: 770px; 
	padding-left: 150px; 
	height: 50px; 
	float: left; 
	margin-bottom: 20px; 
	overflow: hidden 
}
#nav li { 
	display: inline; 
	height: 50px; 
	width: 170px; 
	overflow:hidden; 
}
#nav li a { 
	float: left; 
	margin: 0 15px 0 0; 	
	height: 18px; 
	font: bold 14px arial; 
	padding: 4px; 
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;	
}
#nav li a:hover { 
	text-decoration: none;
	font-weight:bold;	
	color:#bfdeff;	
}

#logo { 
	width:150px;	
	height:145px;
	padding:0 15px 0 25px; 
	float: left; 
	margin-bottom: 10px; 
	overflow: hidden 
}
#quote { 
	font-family:Georgia;	
	font-size:20px;
	color:#945f5e;
	width:350px;	
	padding:0 50px 0 30px;
	line-height:24px;
	text-align:center;
	float: left; 
	margin-bottom: 10px; 
	overflow: hidden 
}
.c-right{ 
	width:265px;		
	float: right; 
	padding-left: 30px; 
	margin-bottom:20px;
}
#r-img{
	width:240px;
	padding-bottom:10px;
	margin-left:25px;
}
.blue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#98b6d5;	
	line-height:26px;
	}
.green{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#007200;	
	line-height:48px;
}
.white{
	color:#fff;
	font-weight:bold;
	padding:10px 0 10px 20px;
}
#service{
	position:absolute;
	width:245px;
	margin-left:630px;
	padding-right:20px;
}
#bot-img{
	width:245px;
	margin-top:50px;
	padding-right:20px;
}
#h-msg {
	width: 625px; 
	float: left; 
}
.welcome-bar{
	background-image:url('../images/welcome_bar.gif');
	background-repeat:repeat-x;	
	height:5px;
	width: 600px; 
	padding-left:25px;
	float: left; 
	margin-bottom: 10px; 
}

#s-head{
	padding-bottom:2px;
	background-image:url('../images/bg_newsheader.gif');
	background-repeat: repeat-x;	
}
#s-content{
	padding-top:5px;
	background-image:url('../images/bg_news.gif');
	background-repeat: repeat-y;
	overflow: hidden;
}
#s-content li {
	margin-left:35px;
	padding-bottom:5px;
	width:195px;
}
#main-content{
	padding-left:25px;
	width: 600px; 
}
#footer { 
	float: left; 
	width: 900px; 
	height:75px;
	margin-top:50px;
	padding: 20px; 
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	text-align:center;
}
#copyright{ 
	padding-top: 15px; 
}
#footer a { 
	padding-top: 5px; 
	color: #2277d1;
	text-decoration: none;
}
#t-head{
	padding:10px 0 10px 0px;
	height:50px;
	width: 600px; 
	float:left;
	text-align:center;
}
#t-head span{
	text-decoration: underline;
	font-weight:bold;
}
#t-form{
	float:left;
	padding:10px 10px 30px 0px;
	width: 590px; 
}
.testi-area{
	float:left;
	padding:10px 10px 0px 0px;
	width: 590px;
	text-align:justify;	
}
.sender{
	float:left;
	width: 600px; 
	text-align:justify;
	font-style: italic;
	font-weight:bold;
	margin-bottom:10px;
}
.p-content{
	width:600px;
	margin-top:30px;
}
.p-title{
	padding: 0 10px 0 10px;
	font-size:16px;
	font-weight:bold;
}
.p-desc{
	padding: 10px 5px 0 5px;
	text-align:justify;
}
input, textarea, select {
background-color:#FDF7F1;
border: 1px solid #4D7999;
}