@charset "utf-8";
/* CSS Document */

html {
	font-size:100.01%;
}
body {
	background:#C8C8C8;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:22px;
}

p{
	margin-top:5px;
	margin-bottom:10px;
	padding:0;
}
* {
	margin: 0;
	padding: 0;/*   -webkit-text-size-adjust:none; */
}
img {
	border:0;
}
form {
	margin: 0px;
}
#mainwrap {
	width: 960px;
	margin: 0 auto;
	background-image:url(images/ltpgbg.jpg);
	background-repeat:repeat-x;
	
}

#mainwrap_contents {
	width: 960px;
	float:left;
	background-color:#FFF;
}

#topheader{
	width:960px;

	height:141px;
	float:left;
	overflow:hidden;
}

#tagline_container{
	width:960px;
	float:left;	
}
#menucontents{
	width:960px;
	float:left;
	height:35px;
	background-image:url(images/tl_menubg.jpg);
	background-repeat:repeat-x;
	font-size:9pt;
	color:#3E2304;
	z-index:100;
}

#menuholder{
	margin-left:40px;
	z-index:100;	
}

#menuholder ul{
	margin: 0px;
	padding: 0px;
	list-style:none;	
}

#menuholder ul li{
	margin: 0px;
	padding: 0px;
	padding-right:8px;
	padding-left:6px;
	padding-top:6px;
	list-style:none;	
	float:left;
	position:relative;
	border-right:1px dotted #3E2304 ;
	height:29px;
	display: block;	
}

#menuholder ul li a{
	color: #3E2304;
	text-decoration:none;
	display: block;	
}

#menuholder ul li a:hover{
	color:#FFF;
	display: block;
	text-decoration:none;
	
}
#menuholder ul li a[class=current]{
	color:#FFF;
	display: block;
}

#menuholder #toplinks ul li ul{
	margin:0;
	padding:0px;
	position:absolute;
	display:none;
	background-color:#ECB100;

}
#menuholder #toplinks ul li ul li{
	clear:left;
	display:block;
	width:auto;
	margin:0;
	padding:0;
	padding-right:4px;
	margin-left:5px;
	border-bottom:1px dotted #3535A8;
	height:auto;
}
#menuholder #toplinks ul li ul li a{
	text-decoration:none;
	width:180px;
	display:block;	
}
#menuholder #toplinks ul li ul li a:hover{
	color:#FFF;
}

#menuholder #toplinks ul li ul li ul{
	clear:left;
	display:none;
	left:140px;
	/* Bengin CSS-HACK, for Microsoft Internet Explorer */
	_left:120px;
	/* End CSS-HACK */
	position:absolute;
	top:0px;
}

#toppicholder{
	width:960px;
	float:left;
	height:228px;
	overflow:hidden;
}

#maincontent{
	width:960px;
	float:left;
	background-image:url(images/tl_contbg.jpg);
	background-repeat:repeat-x;	
	
}

#mcmid{
	width:960px;
	float:left;
	background-image:url(images/contpgbody.png);
	background-repeat:repeat-y;

}

#mcwrap{
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:25px;	
}

#mcbot{
	width:960px;
	float:left;
	background-image:url(images/contpgbot.png);
	background-repeat:no-repeat;
	height:25px;
}

.orgtop{
	width:960px;
	float:left;
	background-image:url(images/contpgtop.png);
	background-repeat:no-repeat;
	height:25px;	
}
.orgmid{
	width:960px;
	float:left;
	background-image:url(images/contpgbody.png);
	background-repeat:repeat-y;
}

.orgbot{
	width:960px;
	float:left;
	background-image:url(images/contpgbot.png);
	background-repeat:no-repeat;
	height:25px;	
}
#col1{
	width:600px;
	float:left;
	list-style:inside;
}

#col1 ul{
	margin-left:20px;	
}

#col2{
	width:250px;
	float:left;
	margin-left:10px;
}

#col2bgtop{
	width:250px;
	float:left;
	background-image:url(images/col2bg_top.png);
	background-repeat:no-repeat;
	height:12px;
}

#col2bgbody{
	width:250px;
	float:left;
	background-image:url(images/col2bg_body.gif);
}

#col2bgbot{
	width:250px;
	float:left;
	background-image:url(images/col2bg_bot.png);
	background-repeat:no-repeat;
	height:12px
}
#footerwrap{
	width:960px;
	height:25px;
	float:left;
	color:#333;
	font-size:9px;
}

#col1 h1{
	font-size: 1.5em;
	font-weight: bolder;
	color: #E07622;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	padding-bottom: 10px;
	line-height:1.2
}

#col1 h2 {
	font-size: 1.2em;
	color: #1F4B7A;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 30px;
}
#col1 h3 {
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	border:0;
}

fieldset legend{
	font-size: 1em;
	color:#000;
	padding-right:5px;
	margin:0;

}

label {
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	width:180px;
	float:left;
}

.field-widget {
	width:auto;
	float:left;

}
label.error {
	margin-left: 5px;
	font-size: 10px;
	width: auto;
	display: inline;
	color:#F93;
}