@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6,h7{
	margin: 0 0 12px 0;
	padding: 0;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 11px;
}
h6{
	font-size: 10px;
}
h7{
	font-size: 9px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #1C1C1C;
	text-align:center;
	font-family: Verdana, Tahoma, Arial;
}
div.clear {
	clear:both;
}
div#top_holder {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height: 215px;
	text-align:center;
	background-image:url(/images/rez_2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:3;
}
div#top_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:214px;
	background-image:url(/images/rez_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:4;
}
div#flash_nav {
	position:relative;
	background-color:#2e2e2e;
	width:766px;
	height:214px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	line-height: 75px;
	color: #555555;
	font-size:10px;
	text-align:center;
}
div#flash_nav a {
	color: #555555;
	font-size:10px;
}
div#ajax_area {
	position:relative;
	width:756px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	color: white;
	text-align:left;
	overflow:hidden;
}
div#ajax_content {
	position:absolute;
	top:0px;
	left:0px;
	width:756px;
	height:400px;
	z-index:0px;
}
div#ajax_logo_top {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	width:756px;
	height:200px;
	z-index:2;
	cursor:pointer;
}
div#ajax_logo_top noscript{
	position:absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	font-size: 10px;
	color: #777777;
	text-align:center;
	z-index: 3;
}
div#ajax_logo_bottom {
	position: absolute;
	top: 200px;
	left: 0px;
	overflow:hidden;
	width:756px;
	height:200px;
	z-index:2;
	cursor:pointer;
}
div#mini-load{
	position:absolute;
	font-size:8px;
	top:112px;
	left:0;
	right:0;
	text-align:center;
	color:#515151;
	text-transform:uppercase;
}
div#mini-load img{
	margin: 0px 6px -3px 0px;;
}
div#left_col {
	background-image: url(/images/left_col.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 245px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #f1f1f1;
	padding:10px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
div#left_content{
	height: 380px;
	width: 225px;
	float:left;
	overflow:hidden;
}
div#right_col {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 510px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #f1f1f1;
	padding:10px;
	position:absolute;
	top:0px;
	left:245px;
	z-index:1;
}
div#right_content{
	height: 380px;
	width: 490px;
	float:left;
	overflow:hidden;
}
div#home_imgs {
	position:absolute;
	top:265px;
	left:0px;
	margin: 0px;
	padding: 0px;
	height: 140px;
	width:756px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #f1f1f1;
	z-index:1;
	background-color:#2e2e2e;
}
div#hm1{
	position:absolute;
	top:6px;
	left: 0px;
	width: 252px;
	height: 126px;
	text-align:center;
}
div#hm2{
	position:absolute;
	top:6px;
	left: 252px;
	width: 250px;
	height: 126px;
	border-right: 1px dotted #777777;
	border-left: 1px dotted #777777;
	text-align:center;
}
div#hm3{
	position:absolute;
	top:6px;
	left: 504px;
	width: 252px;
	height: 126px;
	text-align:center;
}
div#footer_box {
	width:100%;
	border-top: 3px solid #2e2e2e;
	text-align:center;
}
div#footer {
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 756px;
	margin-top: 2px;
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	color: #444444;
}
div#subnav{
	position: absolute;
	top:0;
	left:0;
	width: 756px;
	text-align:right;
}
#subnav a, #subnav a:link, #subnav a:active, #subnav a:visited, #subnav a:hover {
	color: #444444;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}
#credits {
	width: 756px;
	position: relative;
	clear: both;
	margin-top: 12px;
}
#copyright a, #copyright a:link, #copyright a:active, #copyright a:visited, #copyright a:hover {
	color: #444444;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#credits a, #credits a:link, #credits a:active, #credits a:visited, #credits a:hover{
	color: #444444;
	line-height: 12px;
	font-size: 10px;
	background-image: url(/images/at_web_results.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	text-align: left;
	position: relative;
	width: 205px;
	height: 31px;
	margin: 0 auto 5px;
	padding-top: 1px;
	padding-left: 36px;
	display: block;
	white-space: nowrap;
}
.scrollBar .bar{
	width:17px;
	height:1px;
}
.scrollBar .button{
	width:17px;
	height:1px;
	outline:none;
	background-position:top right;
	background-repeat:no-repeat;
	cursor:pointer;
}
.scrollBar .button.topButton{

}
.scrollBar .button.bottomButton{

}
.scrollBar .button.leftButton{

}

.scrollBar .button.rightButton{

}
.scrollBar .button.active{

}
.scrollBar .scrollable{
	cursor:pointer;
	background-image: url(/images/verticalTrackMiddle.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.scrollBar .knob{
	height:1px;
}

.scrollBar .knob.verticalKnob{
	cursor:n-resize;
}
.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
}
.scrollBar .knobHorizontalTip{
	width:12px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobHorizontalTip{
}

.scrollBar .leftTip{
	left:0;
}

.scrollBar .rightTip{
	right:0;
}
.scrollBar  .knobHorizontalFill{
	background-color:#FFB119;
	background-position:top center;
	background-repeat:repeat-x;
	margin:0 12px;
}
.scrollBar .active .knobHorizontalFill{
	background-position:bottom center;
}
.scrollBar .knobVerticalTip{
	height:1px;
	background-position:top right;
	background-repeat:no-repeat;
}
.scrollBar .active .knobVerticalTip{
	background-position:bottom center;
}
.scrollBar .knobVerticalFill{
	background-position:top right;
	background-repeat:repeat-y;
	background-image:url(/images/handle.gif);
	position:absolute;
	bottom:0px;
	top:0px;
}
.scrollBar .active .knobVerticalFill{
	background-position:top right;
}
.scrollBar .topTip{
	
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
}
.scrollBar .knob.active{
	border:none;
}
.scrollBar .corner{

}
#map_canvas {
	position:relative;
	float: left;
	width: 400px;
	height: 380px;
	margin: 0 16px 0 0;
	padding: 0;
	display: block;
	border: solid 1px #3f3f3f;
}
#map_directions {
	position:relative;
	color: #121212;
	background-color: #ececec;
	float: left;
	width: 300px;
	max-height: 370px;
	overflow:auto;
	margin: 0;
	padding: 0;
	border: solid 1px #3f3f3f;
	display: block;
}
#map_directions p {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 0 12px;
	display: block;
	border-bottom: 1px solid #3f3f3f;
}
#map_directions small {
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
}
#contact {
	width: 100%; 
	padding-top: 3px;
	padding-bottom: 3px;
}
#contact .norm_text {
	color: #e7e7e7;
}
#contact .bold_text {
	color: #e7e7e7; 
	font-weight: bold; 
}
#contact .error_text {
	color: #ff7b7b;
	font-size: 11px;
	font-weight: normal;
}
#contact input {
	color: #0066FF;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	background-color: #202020;
	text-align: left;
	vertical-align: top;
	width: 205px;
	z-index: 50;
	margin: 0;
	padding: 0 0 1px;
	border-color: transparent transparent #0066FF;
	border-style: none none solid;
	border-width: 0 0 1px;
	cursor: text;
}
#contact input.error {
	background-color: #ffe7e7;
	border: 1px solid red;
}
#contact textarea {
	color: #0273c9;
	font-size: 11px;
	font-style: italic;
	background-color: #202020;
	text-align: left;
	width: 205px;
	height: 75px;
	margin: 0;
	padding: 0 0 1px;
	border-bottom: 1px solid #0066FF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: text;
}
#contact textarea.error {
	background-color: #ffe7e7;
	border: 1px solid red;
}
#contact .hide {
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
#contact .date { 
	text-decoration: none; 
}
#button { 
	width: 100%; 
	text-align:right; 
}
#button input { 
	font-size: 11px; 
	color:#0066FF; 
	padding: 0px 5px 0px 5px; 
	cursor: pointer;
}
label {
	margin-top:12px;
	display:block;
	clear:both;
}

.errorMessage {
	clear:both;
	color: #ffffff;
	background-color:#ff0000;
	margin-top: 1px;
	margin-left: 2px;
	line-height: 20px;
	text-indent: 2px;
}
form#employment p {
	text-align: right;
	vertical-align: top;
	width: 100%;
	margin: 5px 0;
	padding: 3px 0px;
}
form#employment p label {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 51%;
	margin: 0 3% 0 3%;
	padding: 0;
	display: inline;
}
form#employment p input {
	color: #999999;
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	background-color: #222222;
	text-align: left;
	width: 40%;
	margin: 0 1% 0 0;
	padding: 0 0 1px;
	border-color: transparent transparent #666666;
	border-style: none none solid;
	border-width: 0 0 1px;
}
form#employment p div {
	text-align:left;
	clear:both;
	margin-left: 3%;
}
form#employment p textarea {
	color: #999999;
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	background-color: #222222;
	text-align: left;
	width: 40%;
	margin: 0 1% 0 0;
	padding: 0 0 1px;
	border-color: transparent transparent #666666;
	border-style: none none solid;
	border-width: 0 0 1px;
}
form#employment p select {
	color: #999999;
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	background-color: #222222;
	text-align: left;
	width: 40%;
	margin: 0 1% 0 0;
	padding: 0 0 1px;
	border-color: transparent transparent #666666;
	border-style: none none solid;
	border-width: 0 0 1px;
}
form#employment p option {
	background-color:#aaaaaa;
	border:none;
	color:#000000;
}
form#employment div#emp_terms {
	height:65px;
	overflow:auto;
	margin:15px 0px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #222222;
}