/* ============================= 
COLORS:
gray: #4d4d4d
============================== */


/* ============================= 
MAIN LAYOUT
============================= */

#main {
	position: relative;
	width: 800px;
	min-height: 600px;
	margin: 0px auto;
	border: solid 1px #4d4d4d;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-align: left; }

#header {
	background: #000000 url(images/headerbg.jpg) top left no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 163px; }

#logo_screen {
	width: 190px;
	height: 116px;
	position: absolute;
	top: 15px;
	left: 14px;
	z-index: 120; }

#header_left {
	background: #000000 url(images/header_left.jpg) top left no-repeat;
	position: absolute;
	top: 0px;
	left: -53px;
	width: 53px;
	height: 163px; }

#left_line {
	background: #000000 url(images/left_line.jpg) top left repeat-y;
	position: absolute;
	top: 163px;
	left: -29px;
	width: 28px;
	height: 383px; }
	
#glow_right {
	background: #000000 url(images/glow_right.jpg) top left repeat-y;
	position: absolute;
	top: 0px;
	left: 801px;
	width: 28px;
	height: 99%; }
	
#glow_left {
	background: #000000 url(images/glow_left.jpg) top left repeat-y;
	position: absolute;
	top: 0px;
	left: -29px;
	width: 28px;
	height: 99%; }
	
#bottom_fix {
	display: block;
	height: 20px; }
	
#footer {
	background: url(images/glow_bottom.jpg) bottom left repeat-x;
	width: 858px;
	height:28px;
	position: absolute;
	bottom: 0px;
	left: -29px; }

#corner1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 28px;
	height: 41px; 
	background: #000 url(images/glow_corner1.jpg) top left no-repeat; }
	
#corner2 {
	position: absolute;
	bottom: 0px;
	left: 28px;
	width: 80px;
	height: 17px; 
	background: #000 url(images/glow_corner2.jpg) top left no-repeat; }

#corner3 {
	position: absolute;
	bottom: 0px;
	left: 750px;
	width: 80px;
	height: 17px; 
	background: #000 url(images/glow_corner3.jpg) top left no-repeat; }
	
#corner4 {
	position: absolute;
	bottom: 0px;
	left: 830px;
	width: 28px;
	height: 41px; 
	background: #000 url(images/glow_corner4.jpg) top left no-repeat; }

#top_address {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 10px; }
	
#copyright {
	text-align: center;
	padding: 5px;
	font-size: 8.5px; 
	background-color: #4d4d4d;
	border-width: 0px;
	position: absolute;
	bottom: 17px;
	left: 29px;
	width: 790px; }
	
#main_wrapper {
	position: absolute;
	display: block;
	width: 800px;
	}

#main_content {
	width: 550px;
	padding-right: 30px;
	margin-left: 230px;
	position: relative;
	right: 0px;
	top: -30px; }
	
#breadcrumbs {
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 7px;
	right: 7px; }

.float_fix {
	display: block;
	clear: both;}

/* ============================= 
SUBMENU STYLES
============================= */

.sub_row {
	display: inline; }

.sub_sub {
	display: inline;
	padding: 3px;
	margin: 3px;
	line-height: 20px; }
	
.sub_sub a {
	font-variant: normal;
	font-size: 12px;
	white-space: pre;
	line-height: 16px; }

.sub_outer {
	display: block;
	margin-bottom: 20px;
	width: 530px;
	margin-left: 10px; }

.sub_outer div .sub_outer {
	width: 300 px;
	margin-left: 0px; }

.sub_parent {
	border-bottom: solid 1px #4d4d4d; 
	margin-bottom: 5px;
	display: block;
	font-variant: small-caps;
	font-size: 16px; }

.sub_parent a:link, .sub_sub a:link, .sub_parent a:visited, .sub_sub a:visited {
	text-decoration: none;
	color: #fff; }

.sub_parent a:active, .sub_sub a:active, .sub_parent a:hover, .sub_sub a:hover {
	text-decoration: underline;
	color: #fee; }

/* ============================= 
SEARCH STYLES
============================= */

#menu_buffer {
	height: 0px;
	width: 110px;
	border-top: solid 1px #4d4d4d;
	margin-top: 5px;
	margin-bottom: 15px; }

#search_container {
	text-align: right;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 200px; }

#ajaxSearch_form {
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
	border-width: 0px; }

#ajaxSearch_input {
	display: inline;
	margin-bottom: 5px;
	width: 190px; }

#ajaxSearch_submit {
	width: 80px;
	float: right; }

#searchClose, #indicator {
	float: left; }

#ajaxSearch_output {
	margin-top: 5px;
	width: 195px;
	padding-bottom: 5px;
	padding-top: 0px;
	_background-color: #222;
	text-align: left; }

#current-search-results {
	margin: 0px;
	padding: 0px;
	background: #000;
	padding-bottom: 5px; }

#ajaxSearch_output p {
	padding: 0px;
	margin: 5px;
	font-size: 11px;
	text-align: left; }
	
.AS_ajax_result {
	border: solid 1px #4d4d4d;
	background-color: #000;
	margin-top: 5px;
	margin-bottom: 10px; }

.AS_ajax_result a:link, .AS_ajax_result a:visited {
	margin-bottom: 3px;
	display: block;
	padding: 0px 5px 0px 5px;
	background-color: #4d4d4d;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-variant: small-caps; }

.AS_ajax_result a:hover, .AS_ajax_result a:active {
	color: #000;
	background-color: #fff; }
	
.ajaxSearch_highlight {
	font-weight: bold;
	color: #ffee00; }
