@charset "utf-8";
/* Local IT Css Document */

body
{
		
		background: #FFFFFF url(images/background.jpg) repeat-x top;
		padding:0;
		margin: 0;
		font-family: "Trebuchet MS";
		font-size:14px;
		font-weight:normal;
		line-height:18px;
		color: #000000;
}

img

{
	border: 0;
}

a
{
	color: #702623;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
	color: #000000;
	
}

h1
{
	padding:10px 0px;
	margin:0px;
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size:24px;
	color:#004E82;
}

#logo
{
	padding: 18px 0px;
}

#top_line
{
	background: url(images/top_line.png) repeat-x;
	height: 10px;
}

#container
{
	padding: 10px;
	border: 1px #D9C494  solid;
}
#left_pane
{
	border: 1px #BA9A69  solid;
}

#left_pane h3
{
	background: url(images/lp_heading_bg.png) no-repeat center;
	width: 195px;
	margin: 0px;
	font-family: Arial;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	text-transform: uppercase;
	padding: 0px 0px 0px 25px;

}
#left_pane h3 a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#left_pane ul
{

	border: none;
	padding: 0px;
	margin: 0px;
}

#left_pane li
{
	margin: 0;
	list-style-type: none;
	padding:0;
	font-family:Arial;
	font-size: 12px;
	list-style-image: none;
}

#left_pane li a 
{
	background: url(images/lp_nav.png)  no-repeat center;
	width: 176px;
	display: block;
	margin: 0;
	font-weight: bold;
	padding: 0px 0px 0px 40px;
	text-align: left;
	color:#333333;
	line-height: 27px;
	text-decoration: none;
}
#left_pane li a:hover
{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#left_pane li a.selected
{
	display: block;
	color: #FFF;
	text-decoration: none;
}

#main_content
{
  padding: 10px 20px;
}
	#footer_top
{
	background: #702623;
	line-height: 30px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
#footer_top a
{
	text-decoration: none;
	font-weight: normal;
	padding: 0px 3px;
	color:  #fff;
}
#footer_top a:hover
{
	text-decoration: none;
	font-weight: normal;
	color:  #F9A11A;
}

#footer
{
	background: url(images/footer_bg.jpg) repeat-x bottom;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	height: 68px;
	
}
#footer a
{
	text-decoration: none;
	font-weight: normal;
	color:  #702623;
}
#footer a:hover
{
	color:#000000;
	text-decoration: none;
}

#forma{
	padding: 0px 0px 0px 0px;
}


.form-row{
	width: 430px;
	clear: both;
	float: left;
	margin: 5px 0px;
}

.field-label{
	width: 150px;
	float: left;
	font-weight: bold;
	font-size: 13px;
}

.field-widget{
	width: 280px;
	float: left;
}

.field-widget input{
	width: 196px;
	height: 20px;
	padding: 1px 2px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.field-widget select{
	width: 200px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.field-widget textarea{
	padding: 1px 2px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

input#button{
	width: 60px;
	height: 24px;
	color: #fff;
	background: #7A422C;
	border: 1px solid #000;
	font-weight: bold;
	margin: 0px 0px 0px 140px;
}
