/* introduction */

* {
	margin: 0;
	padding: 0;
	}
	body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #737373;
	font-size: 12px;
	background:url(img/bkgd.jpg) repeat-x #EFEFEF;

	}
	
	a, a:link, a:active, a:visited {
	color: #4D6A8A;
	text-decoration: none;
	}
	a:hover{
	color: #4D6A8A;
	text-decoration: underline;
	}
	ul {
	list-style-type: square;
	padding-left: 20px;
	line-height: 20px;
	}
	ol li{
	margin-left: 30px;
	
	}
	p {margin:0px; padding: 0px 0px 12px 0px;}
	
	h1{
	color:#4D6A8A;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	}

	/* wrapper */
	
	#wrapper {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0 10px 10px 10px;
	background-color:#ffffff;
	}
	
	
	#logo {
	height: 138px;
	width: 80px;
	padding: 0px 0px 0px 15px;
	float:left;
	}
	#logo-text{
	height: 20px;
	width: 425px;
	padding: 108px 0 0 260px;
	float:right;
	}
	#navtop{
	height: 34px;
	background:url(img/img_bkgd_menugrey.jpg) no-repeat;
	padding: 0 7px;
	}
	#home-pics {
	margin: 8px 0 18px 0;
	}

	#inner-banner {
	margin: 8px 0 18px 0;
	padding: 42px 0 0 19px;
	background:url(img/img_bkgd_banner_blue.gif) no-repeat;
	height: 32px;
	}
	#content {
	width: 565px;
	float:left;
	padding: 0 20px 0 10px;
	}
	#content-right {
	width: 159px;
	
	/*background:url(img/img_bkgd_bluebox.gif) no-repeat;*/
	padding: 0 0 0 21px;
	float:left;
	}

	#content-inner {
	width: 536px;
	float:left;
	padding: 0 10px 0 19px;
	}
	#content-inner-right {
	width: 205px;
	float:left;
	padding: 0 10px 0 0;
	}
		#content-contact {
	width: 351px;
	float:left;
	padding: 0 10px 0 19px;
	}
	#content-contact-right {
	width: 390px;
	float:left;
	padding: 0 10px 0 0;
	}
	.right-cent{
	text-align:center;
	
	
	}

	
	/* BOX   */

.secondContentHeader {
	width:190px;

}
.secondContentBody {
	width:178px;
	border:1px solid #c6ced2;
	padding:5px;
}
.secondContentBody ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
.secondContentBody ul li{
	padding:2px 0px 2px 15px;
	background-image:url(img/box_arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 6px;
}
.secondContentBody ul li a, a:visited {
	font-size:12px;
	color:#8f8f8f;
	text-decoration:none;
}
.secondContentBody ul li a:hover{
	color:#575FAA;
	text-decoration:none;
}

	/* CLEAR   */
div.brclear{
	clear:both;
	line-height:0px;
	height:0px;
	border:0;
	margin:0;
}
	/* FOOTER   */
	
	#footer{
	background:url(img/img_bkgd_menugrey.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	height: 25px;
	margin-top:15px;
	padding-top: 9px;
	}