/* CSS Document */

body{
	padding:23px 0 0 0;
	margin:0;
	background:url(../images/bg.gif) 0 0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	background-color:inherit;
	}
td, p, ul, li, a, img, dl, dt, dd, input, form, label, div ,h2{
	padding:0;
	margin:0;
	}
a{
	outline:none;
	}
ul, dl{
	list-style-type:none;
	}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}
	
.mainbg{
	width:100%;
	background:url(../images/redbg.gif) 0 255px repeat-x;
	}
	
#wrapper{
	width:939px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	border:8px solid #fff;
	}
	
.header{
	background:url(../images/header.jpg) top left no-repeat;
	width:939px;
	height:223px;
	position:relative;
	}
	
.header div.logo{
	width:228px;
	height:102px;
	position:absolute;
	left:51px;
	bottom:0;
	}
	
.header div.logo a{
	width:228px;
	height:102px;
	text-indent:-9999px;
	display:block;
	}

/*navigation*/

.nav{
	list-style:none;
	background:url(../images/navbg.gif) 0 0 repeat-x;
	width:auto;
	height:36px;
	padding-left:50px;
	}

.nav li{
	display:inline;
	}

.nav li a{
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	padding:9px 22px;
	float:left;
	}

.nav li a:hover, .nav li .current{
	background:#FFE37F;
	color:#B76101;
	display:block;
	text-decoration:none;
	}
	
/*body container*/	

.bodycont{
	width:auto;
	height:100%;
	overflow:hidden;
	padding-top:25px;
	background:#fff;
	}
	
.bodycont h2{
	font-size:24px;
	color:#333333;
	background-color:inherit;
	line-height:18px;
	font-weight:normal;
	padding-bottom:12px;
	}
	
.bodycont p{
	font-size:12px;
	color:#4C4C4C;
	background-color:inherit;
	line-height:18px;
	font-weight:normal;
	padding-bottom:18px;
	}
	
.bodycont p.question{
	font-size:12px;
	color:#3A3A3A;
	background-color:inherit;
	line-height:18px;
	font-weight:bold;
	padding-bottom:18px;
	}
	
.bodycont p.title{
	font-size:14px;
	color:#B94001;
	background-color:inherit;
	line-height:18px;
	font-weight:bold;
	padding-bottom:18px;
	}
	
.bodycont p.nopadding{
	 padding-bottom:0px!important;
	}
	
.bodycont p.nopadding2{
	 padding-bottom:5px!important;
	}	
	
.bodycont p.link{	
	color:#DB5100;
	background-color:inherit;
	line-height:18px;
	font-weight:bold;
	padding-bottom:8px;
	}
	
.bodycont p.link a{
	color:#DB5100;
	background-color:inherit;	
	text-decoration:underline;
	}

.bodycont p.link a:hover{	
	color:#A03B00;
	background-color:inherit;	
	text-decoration:none;
	}
	
.bodycont p.btn{
	width:60px;
	height:20px;
	display:block;
	float:right;
	padding:0;
	}
	
.bodycont p.btn a{
	width:60px;
	height:20px;
	background:#1D7DB7;
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:1px 0;
	line-height:18px;
	text-decoration:none;
	}
	
.bodycont p.btn a:hover{
	width:60px;
	height:20px;
	background:#D56E03;
	display:block;
	text-decoration:none;
	}
	
.bodycont p.parties{
	background:#EEEEEE;
	padding:12px;
	margin-bottom:12px;
	}
	
.bodycont div.container{
	padding-bottom:14px;
	height:100%;
	overflow:hidden;
	}

/*body container left panel*/	
		
.bodycont div.leftcont{
	width:530px;
	height:100%;
	overflow:hidden;
	float:left;
	padding-left:14px;
	}
	
.bodycont div.leftcont img{
	padding-bottom:12px;
	}
	
	
.bodycont div.leftcont img.flotingimg{
	border:#DFDFDF 6px solid;
	margin:0 10px 10px 0;
	float:left;
	padding:0;
	}

/*body container right panel*/	

.bodycont div.rightcont{
	width:372px;
	height:100%;
	overflow:hidden;
	float:right;
	padding-right:8px;
	}

.bodycont div.rightcont img{
	border:#DFDFDF 6px solid;
	margin-bottom:9px;
	}

.bodycont div.rightcont img.galleryimg{
	border:#DFDFDF 6px solid;
	margin:0 13px 50px 0;
	float:left;
	}
	
.bodycont div.rightcont img.galleryimg2{
	border:#DFDFDF 6px solid;
	margin:0 0px 50px 0;
	float:left;
	}
	
	
/*footer*/

.footer{
	width:955px;
	height:66px;
	margin:0 auto;	
	font-size:11px;
	color:#FFF1DC;
	line-height:18px;
	text-align:center;
	padding-top:24px;
	}
	
.footer a{
	color:#FFF1DC;
	text-decoration:none;
	padding:0 10px;
	font-weight:bold;
	}
	
.footer a:hover{
	color:#FFF1DC;
	text-decoration:underline;
	}

/*contact form*/

#lowerpan{
	padding:15px 20px;
	color:#fff;
	height:100%;
	overflow:hidden;
}

p.lowerText{
	color:#a1a1a1;
	padding:10px 0 0 0;
	}
	
#contactForm{
	padding:20px 0 0 0;
	color:#333333;
	}
	
#contactForm div.row{
	height:20px;
	padding-bottom:10px;
	}
	
#contactForm div.row2{
	height:100px;
	padding-bottom:10px;
	}
	
#contactForm label.leftField{
	display:block;
	width:200px;
	height:20px;
	padding:0 0 0 20px;
	float:left;
	color:#222;
	}
	
#contactForm label.rightField{
	display:block;
	width:260px;
	height:20px;
	float:left;
	}
	
#contactForm label.rightField2{
	display:block;
	width:260px;
	height:100px;
	float:left;
	}
	
#contactForm textarea{
	padding:2px;
	margin:0;
	width:250px;
	border:solid 1px #b6b6b6;
	height:94px;
	}			
	
#contactForm input.txtBox2{
	width:250px;
	height:14px;
	border:solid 1px #b6b6b6;
	padding:2px;
	}
	
#contactForm input.button{
	background:url(../images/button-bg.gif) no-repeat 0 0;
	width:80px; height:20px;
	border:0;
	float:left;
	margin:0 10px 0 0;
	font-size:11px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	}
