body,.x-form-item-label,.x-panel-header-text {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
}

body {
	margin: 0px !important;
}

#header {
	height:135px;
	width:100%;

	
	/* background: url('/img/dxv_header.jpg') no-repeat right; */
	z-index:1;
	top:70px;
	position:relative;
}


p {
	margin-bottom:1em;
}

h4 {
	margin: 0;
}

a,#pageTitle {
	color:#0069aa;
}

#pageTitle {
	font-size:16pt;
	margin-bottom:20px;
	background-image:url(img/titleback.png);
	background-repeat:no-repeat;
	
/* border-bottom: 1px solid #0069aa; */
	padding-top:17px;
	padding-left:7px;
	padding-bottom:4px;
	width:400px;
	background-position:left bottom;
	letter-spacing:.05em;
	font-style:italic;
}


#layout {
	padding:5px 5px 0;
	position:absolute;
	overflow: hidden;
	left: 0;
	right:0;
	min-height: 100%;
}

#content-wrapper {
	font-size:.9em;
	right: 0px;
	line-height:1.5em;
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}

#content {
	position:relative;
	padding-top: 120px;
	padding-left: 30px;
	z-index:1;
	line-height:170%!important;
	left: 150px;
}

#content-body {
	padding-left: 20px;
	max-width:750px;
	min-width:400px;
	padding-right: 170px;

}

#content-wrapper #bgimg {
	width:100%;
	float:right;
	position:absolute;
	top:0;
	right: 0;
	left: 150px;
	z-index: 0;
	min-width: 600px;
}

#layout #logo {
	left:15px;
	position:absolute;
	z-index: 5;
	top: 15px;
}

#layout #footer {
	font-size:85%;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding: 10px;
	clear: both;
	margin-top: 30px;
	
	/* background-image: url('img/transwhite50.png');
	            background-repeat: repeat;
	            border: 1px #fff solid;	
	            padding: 3px; */
	color:#0069aa;
}

#jump {
	font-size:85%;
	text-align:center;
	z-index: 20;
	position: relative;
	left:0;
	width:100%;
	padding: 4px;
	clear: both;
	margin-bottom: 40px;
	margin-top: 20px;
}

.content_table {
	border-collapse:collapse;
}

.content_table td {
	border:1px solid #555;
	padding:7px;
}

#contactFormSuccess {
	display: none;
	margin-top: 50px;
}

#contactForm {
	margin-bottom: 30px;
	min-height: 500px;
}

#contactForm div[class|=x-panel], .x-panel-body {
	background-color: transparent !important;
}

.x-form-item-label {
	/* font-weight: bold; */
	font-style: italic;
	text-align: right !important;
}

p.indent {
	padding-left: 20px !important;
}

#contact_address_table {
	
}
td.contact_address {
	font-style: italic;
	vertical-align: top;
	font-size: 12px;
}

#contactFormHeader {
	line-height: 1.4em;
	margin-bottom: 10px;
}
		#menu {
			position: absolute;
			/* right: 20px; */
			top: 245px; 
			z-index: 2;
			padding-left: 8px;
			width: 150px;
		}
		#menu ul {
			list-style: none;
			padding-left: 5px
			
		}
		#menu li {
			margin: 10px;
			margin-bottom: 16px;
			text-align: left;
			/* float: left; */
		}
		#menu a {
			text-decoration: none;
		}
		#menu a.current {
			font-weight: bold;
		}
		#menu a:hover {
			text-decoration: underline;
		}
		
		#recaptcha_widget {
			display: none;
			
		}

		
		#recaptcha_image {
			width: 220px !important;
			height: 45px !important;
			vertical-align: middle;
			background-color: #fff;
			padding: 4px;
			float: left;
			margin-right: 4px;
			background-image:url('/js/ext-3.0.0/resources/images/default/form/text-bg.gif');
			background-repeat: repeat-x;
			
		}
		
		#recaptcha_image img{
			width: 200px;
			height: 40px;
			
		}
		
		#recaptcha_response_field {
			margin-top: 5px;
			margin-right: 10px;
			width:172px;
		}
		
		#captcha_help {
			padding-top: 9px;
			width: 30px;
			display: inline;
			vertical-align: bottom;
		}
		
		.formSubmitButton, .formCancelButton  {
			float:left;
			margin-right:6px;
			margin-top:5px;
		}
		
		.formSubmitButton {
			margin-left: 80px;
		}
		
		 /*.recaptcha_is_showing_audio, .recaptcha_isnot_showing_audio, .recaptcha_only_if_audio, .recaptcha_had_incorrect_sol, .recaptcha_only_if_no_incorrect_sol, .recaptcha_nothad_incorrect_sol, .recaptcha_only_if_incorrect_sol {
display:none !important;
}
*/


#menu ul { 
	margin-left: 0pt;
}


