* {
	margin-top: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #D1DEEF url(../images/design/page-back.jpg) repeat-x;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	position: relative;
	height: 100%;
}

body>#wrapper {
	height: auto;
	min-height: 100%;
}

#header {
	height: 62px;
	width: 100%;
	position: relative;
}

#logo {
	position: absolute;
}

#logo a img {
	border: none;
}

#header h3 {
	color: #E33;
	font-size: 18px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

#new_to {
	font-size: 11px;
	font-weight: bold;
	color: #6795c8;
	font-style: italic;
	position: absolute;
	top: 2px;
	right: 0;
	line-height: 26px;
}

#new_to a {
	display: block;
	line-height: 26px;
	width: 220px;
	background: url(../images/design/blue-click-here.gif) right top no-repeat;
	cursor: pointer;	
}

#new_to a:link, #new_to a:visited, #new_to a:focus, #new_to a:hover, #new_to a:active {
	color: #6795c8;
	text-decoration: none;
}

#new_to a:link span, #new_to a:visited span, #new_to a:focus span, #new_to a:hover span, #new_to a:active span {
	color: #6795c8;
	text-decoration: underline;
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
	padding-top: 26px;
	z-index: -10;
}

#head_phone {
	position: absolute;
	bottom: 2px;
	right: 0;
	color: #E33;
	font-size: 12px;
	font-weight: bold;
}

#head_phone span {
	font-size: 22px;
}

#main_nav {
	border-top: 2px solid #E33;
	border-bottom: 2px solid #E33;
	text-align: right;
}

#main_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav li {
	display: inline;
	padding: 0 10px;
	margin: 0;
	line-height: 22px;
}

#main_nav li.skip_nav {
	position: absolute;
	z-index: -100;
	left: -5000px;
}

#main_nav a {
	font-weight: bold;
}

#main_nav a:link, #main_nav a:visited {
	color: #E33;
	text-decoration: none;
}

#main_nav a:focus, #main_nav a:hover {
	color: #04A;
	text-decoration: underline;
}

#main_nav a:active {
	color: #E33;
	text-decoration: none;
}

#main_nav form {
	display: inline;
	margin: 0;
}

#main_nav form input.q {
	position: relative;
	top: -1px;
	font-size: 11px !IMPORTANT;
	border: none !IMPORTANT;
	width: 171px !IMPORTANT;
	height: 17px !IMPORTANT;
	background: url(../images/design/searchbox.gif) no-repeat left 1px !IMPORTANT;
	padding: 2px 5px !IMPORTANT;
	margin: 0 !IMPORTANT;
	line-height: 12px;
}

#main_nav form input.sa {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #E33;
	font-weight: bold;
	border: none;
	background: none;
	line-height: 14px;
	cursor: pointer;
}

#main_nav form input.sa:hover {
	color: #2366af;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	font-size: 11px;
	height: 40px;
	background: #147;
	line-height: 40px;
}

#bottom_nav {
	text-align: center;
}

#bottom_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bottom_nav li {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

#bottom_nav a {
	padding: 0 10px;
	border-left: 1px solid #6795c8;
	border-right: 1px solid #6795c8;
	font-weight: bold;
}

#bottom_nav a:link, #bottom_nav a:visited {
	color: #FFF;
	text-decoration: none;
}

#bottom_nav a:focus, #bottom_nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#bottom_nav a:active {
	color: #FFF;
	text-decoration: none;
}

#content_wrapper {
	margin: 30px 0 0 0;
}

#floater_image {
	position: absolute;
	bottom: 40px;
	right: 0;
}

table.layout_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	margin-bottom: 80px;
	page-break-before: avoid;
	page-break-after: avoid;
}

tr.layout_row {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	page-break-before: avoid;
	page-break-after: avoid;
}

td.layout_cell {
	margin: 0;
	padding: 0;
	border: none;
	page-break-before: avoid;
	page-break-after: avoid;
}

#cse-search-results iframe {
	width: 600px;
}

form#ContactForm fieldset#extra_data, form#ContactForm fieldset#extra_data label,
	form#ContactForm fieldset#extra_data label span, form#ContactForm fieldset#extra_data label input, 
	form#ContactForm fieldset#extra_data label textarea {
		display: block;
		height: 0;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		float: none;
		overflow: hidden;
}
