body {
	font-family: arial, san serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	background-color: #666;
	padding: 0;
	margin: 0;
	background-image: url(images/bg_texture.jpg);
}


body * {
	text-align: left;
}

a {
	outline: none;
	color: #0163ac;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: #0163ac;
	text-decoration: underline;
}

.printonly {
	display: none;
}

.clear {
	clear: both;
}

#page {
	font-family: arial, san serif;
	width: 900px;
	margin: auto;
	margin-top:10px;
	padding-bottom:10px;
	background-color: #FFF;
	background: transparent;
}


#header_top, #header_bottom {
	background-repeat: no-repeat;
	/*overflow: hidden;  /* This causes a gap between the menu and header_bottom elements */
}

#header_top {
	height: 10px;
	width: 900px;
	background-image: url(images/header_top.png);
}

#page #header {
	height: 100px; 
	background-color: #009ED8;
	font-size: 25px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	padding-left: 45px;
}

#header_logo {
	margin-top:13px;
}

#header_logo2 {
	margin-top:13px;
	margin-left: 25px;
}

#header_bottom {
	height: 10px;
	width: 900px;
	background-image: url(images/header_bottom.png);
}

#content_top, #content_bottom, #widecontent_top, #widecontent_bottom {
	background-repeat: no-repeat;
	overflow: hidden;
}

#content_top {
	width: 900px;
	height: 10px;
	background-image: url(images/content_rb_top.png);
	margin-top:15px;
}

#content_wrapper {
	width: 900px;
	background-image: url(images/content_rb_bg.png);
	background-repeat: repeat-y;
}

#content_bottom {
	width: 900px;
	height: 10px;
	background-image: url(images/content_rb_bottom.png);
}

#content_watermark {
	background-image: url(images/watermark_tiretread.jpg);
	background-position:bottom right;
	background-repeat: no-repeat;
}

#content {
	width: 630px;
	min-height:400px;
	background-color: #FFF;
	float:left;
	margin-top: 0px;
	letter-spacing:1px;
	line-height: 1.3em;
}

#widecontent_top {
	width:900px;
	height:10px;
	background-image: url(images/widecontent_top.png);
	margin-top:15px;
	margin-bottom: 0px;
}

#widecontent_wrapper {
	width: 900px;
	background-color: #FFFFFF;
}

#widecontent_bottom {
	width: 900px;
	height: 10px;
	background-image: url(images/widecontent_bottom.png);
}

#widecontent {
	width: 900px;
	margin-top: -1px;
	padding-top: 1px;
}

#widecontent h2, #content h2 {
	font-size: 1.8em;
	line-height: 1.25em;
	color: #0064ac;
	margin-top:0px;
}

#widecontent h3, #content h3 {
	font-size: 1.6em;
	line-height: 1.2em;
}

#widecontent h4, #content h4 {
	margin-top: 1.3em;
	margin-bottom: .9em;
	font-size: 1.3em;
}

#widecontent h5, #content h5 {
	margin-top: .9em;
	margin-bottom: .9em;
	font-size: 1.15em;
}


#content #text, #widecontent #text {
	padding:20px 40px 20px 40px;
}


#right_bar {
	/* background-color: #FFF; */
	width: 220px;
	float:right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 75px;
}

#right_bar h3 {
	border-bottom: 1px solid #adcbd7;
	background-image: url(images/puzbullet_a20.png);
	background-repeat: no-repeat;
	padding-left:24px;
	background-position: center left;
	padding-top: 5px;
	padding-bottom: 3px;
}

#right_bar h4 {
	padding-top:3px;
	padding-bottom:2px;
	margin: 0px;
	margin-top:8px;
}

#right_bar p {
	padding: 0;
	margin: 0;
}

#right_bar blockquote {
	padding: 0;
	margin: 0px 0px 4px 6px;
}

#footer_left, #footer_right {
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer_left {
	margin-top: 10px;
	float:left;
	width: 10px;
	height: 30px;
	background-image: url(images/footer_left.png);
}

#footer {
	float:left;
	text-align: center;
	font-size: .9em;
	background-color: #EEE;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	overflow:hidden;
	height:22px;
	width:860px;
	padding-top:8px;
	padding-left:10px;;
	padding-right:10px;;
	margin-top:10px;
	margin-bottom: 10px;
}

#footer_right {
	float: left;
	margin-top: 10px;
	width: 10px;
	height: 30px;
	background-image: url(images/footer_right.png);
}

.fieldblock {
	padding-bottom: 6px;
}
.fieldblock div {
	padding-top: 4px;
	padding-right: 8px;
	font-size: 0.9em;
}

.errors {
	color: red;
}

/*     Wayfinder Formatting     */

.menu {
	position:relative;
	margin:0; 
	font-size:12px; 
	z-index:100;
	background-image: url(images/menu_bg.jpg);
	background-color: #0091D0;
	height: 24px;
	padding-left:10px;
}

.menu form {
	display: inline;
}



.menu ul {padding:0; margin:0; list-style-type: none; }
.menu ul li {
	position:relative;
	float:left;

	margin-right:1px;
}

.menu ul li a, .menu ul li a:visited { /* Formatting for root menu items */
	color: #000080;
	text-decoration:none; 
	overflow:hidden;
}

.menu ul li a { /* Formatting for root menu items. */
	display:block; 
	height:26px; 
	text-align:left; 
	background:transparent;
	line-height:26px; 
	font-size:12px;
	padding-left:10px;
	padding-right:40px;
	font-weight:bold; /* Didn't include this above because it would superscede normal font weight on dropdown menu items*/
}

.menu ul li ul {
	display:none;
	position:absolute;
	top:26px;
	left:0;
	width: 125px;
	padding-top:8px;
}

.menu ul li a:hover, .menu ul li:hover a {  /* The li:hover pseudo-class doesn't work in IE6 */
	color:#FFF;  /* Change menu item color on hover */
	text-decoration:none; /* Needed for IE6 */
}

.menu ul li:hover ul { /* Doesn't work in IE6 without csshover.htc */
	display:block;  /* Reveal drop-down on hover over menu li element */
	z-index:100;
}

.menu ul li ul li a, .menu ul li:hover ul li a, .menu ul li ul li a:visited { /* Formatting for drop-down menu items. */
	display:block; 
	background-color:#E1E1E1; 
	width: 125px;
	padding-left:10px; /* Not necessary because it's inherited from .menu ul li a, but less confusing for IE 5.5 style */
	padding-right: 10px;
	font-weight: normal;
	color:#222;
}

.menu ul li ul li a:hover, .menu ul li:hover ul li a:hover {
	text-decoration:none; /* Needed for IE6 */
	font-weight:bold;
	background-color:#0091d0;
	color:#FFF; 
}

input#search, input#search_input {
	background: transparent;
	background-image: url(images/search_bg.png);
	background-repeat: no-repeat;
	height:19px;
	font-size: .9em;
	border:0;
	margin:0;
	margin-top:3px;
	padding-left: 15px;
	padding-top:3px;
	float:right;
}

input#search_submit{
	float: right;
	margin-right:25px;
	margin-top:3px;
}

.ajaxSearch_resultsInfo {
	display:block;
	background: #EEE;
	width:550;
	height:24px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:-38px;
}

.ajaxSearch_paging {
	display:block;
	background: transparent;
	width:550;
	height:24px;
	padding-top:4px;
	padding-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}

.ajaxSearch_result {
	margin-top:2px;
	margin-bottom:6px;
}