@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(images/background.jpg) center top no-repeat fixed #172E8B;
	padding: 50px 0px 0px 0px;
	text-align: justify;
}
h1, h2, h3 {
	color: #0000A4;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
.imgright {
	padding: 3px;
	margin: 0px 0px 2px 20px;
	float: right;
	border: solid #2B3B76 1px;
}
.imgleft {
	padding: 3px;
	margin: 7px 12px 2px 3px;
	float: left;
	border: solid #2B3B76 1px;
}
.imgcen{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wrapper {
	width: 916px;
	margin: 15px auto 0px auto;
	overflow: hidden;
	background: url(images/header1a.gif) no-repeat;
	
	/* add a picture in main to reduce header picture size */
}
.wrapper p{
	margin-bottom: 10px;
}

/* HEADER */
.header {
	background: url(images/header1b.gif) no-repeat;
	padding: 10px 10px;
	height: 188px;
}
.header .menu {
	width: 500px;
	height: 40px;
	margin: 0px;
	margin: 10px 0px 0px 250px;
}
.header .menu ul {
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
}
.header .menu li {
	 font-size: 14px;
	 font-weight: bold;
	 line-height: normal;
	 display: inline;
	 padding: 0px;
	 background: url(images/menu-devider.gif) no-repeat left 3px;
}
.header .menu li a{
	color: #0000A4;
	text-decoration: none;
	padding: 0px 14px 0px 18px;
}
.header .menu li a:hover{
	text-decoration: underline;
	color: #e4950c;
	background: url(images/bg-lia.gif) top center no-repeat;
}
.heading {
	padding-left: 60px;
	background: url(images/icon_h1.gif) 0px 15px no-repeat;
}
.heading .sub_head {
	color: #e4950c;
	font-size: 11px;
	padding: 7px 0px 4px 0px;
	margin: 0px 20px 15px 0px;
	border-bottom: 1px solid #e3e7ea;
}

/* CONTENT */
.content {
	width: 676px;
	float: right;
}
.content .main{
	background: url(images/header1b.jpg) 7px 0px no-repeat #FFFFFF;
	padding: 190px 30px 10px 30px;
}
.content .main_top {
	background: url(images/main_top2.png) no-repeat;
	height: 30px;
	margin-top: 10px;
}
.content .main_bot {
	clear: both;
	background: url(images/main_bot2.png) no-repeat;
	height: 22px;
	margin-bottom: 10px;
}
.content h3 {
	font-size: 14px;
}
.content ul {
	margin: 0 0 10px 20px;
}
.stuff {
	padding: 0px 20px 10px 20px;
	background: #FFFFFF;	
}

/* GALLERY */
.gallery {
	float: left;
	width: 650px;
	margin: 0px;
	height: 100px;
}
.gallery img{
	width: 150px;
	height: 89px;
	margin: 0px;
	border: #808080 solid 2px;
	padding: 1px;
	background: url(images/pre-load.gif) 60px 30px no-repeat;
}
.gallery p{
	text-align: left;
	margin: 0px;
	font-size: 18px;	
}
.gallery a:hover img{
	border: #0000FF solid 2px;
}

/* SIDEBAR */
.sidebar-left {
	width: 232px;
	float: left;
}
.sidebar-left .links{
	padding: 30px 5px 0px 5px;
	background: #FFFFFF;
}
.links p.title{
	color: #1f2c55;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px 10px 0px 28px;
	margin: 0px 0px 20px 20px;
	background: url(images/logo-marker.gif) 0px no-repeat;
}	
.links ul {
	width: 100%;
	overflow: hidden;
}
.links li {
	 font-size: 13px;
	 padding: 0px 10px 10px 0px;
}
.links li a{
	width: 205px;
	color: #485478;
	text-decoration: none;
	line-height: 20px;
	display: block;
	padding-left: 13px;
	text-align: left;
}
.links li a:hover{
	color: #e4950c;
	padding-left: 10px;
	border-left: 3px solid #485478;
	border-right: 3px solid #485478;
}
.sidebar-left .nav_bot {
	background: url(images/nav_bot2.png) no-repeat;
	height: 28px;
}

/* FOOTER */
.footer{
	width: 100%;
	height: 40px;
	margin: 20px 0px;
	padding-top: 10px;
	background:  url(images/footer.png) repeat-x;
}
.footer_int {
	width: 700px;
	margin: auto;
}
.footer_int p{
	color: #FFFFFF;
}
.footer_int a{
	color: #FFFFFF;
}

/* FORM */
.error {
	padding: 5px;
	margin-left: 40px;
	width: 500px;
	border: #FF0000 solid thin;
	color: #FF0000;
}
.contact-form {
	margin-left: 40px;
}
.contact {
	padding: 5px;
	width: 500px;
}
.contact_spam {
	padding: 5px;
	width: 15px;
}
.check {
	margin: 5px 10px 0px 0;
}
