/* ERIC MEYER RESET http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a:focus {
	outline: 1px dashed #ddd;
}
ol, ul {
	list-style: none;
}
/* END MEYER RESET */

body{
	line-height: 1;
	background: url(../images/common/body_back.gif) top left no-repeat #fff;
	color: #464646;
	font-family: Verdana, sans-serif;
	font-size: 74%;
}
a, a:active{
	color: #934646;
	text-decoration: underline;
}
a:visited{
	color: #b75757;
	text-decoration: underline;
}
a:hover{
	color: #000;	
}
input{
	margin: 0px;
	padding: 0px;
	color: #357262;
}
/*
--
--header styles
--
*/
#header{
	height: 25px;
	padding: 13px 40px 0px 0px;
	background: url(../images/common/header_back.gif) top repeat-x;
	text-align: right;
	margin-left: 185px;
}
/*
--
--searchform styles
--
*/
#top-searchform-container{
	background: url(../images/common/dots_top_right.gif) top right no-repeat transparent;
	padding: 115px 0px 0px 160px;
	margin-bottom: 25px;
}
.searchform div{
	float: left;
}
.searchform-label-container{
	text-indent: -9999px;
} 
.searchform-inner-container{
	padding: 5px;
	background: #fff;
}
/* Hides from IE-mac background:  \*/
.searchform button{
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 102px;
	height: 31px;
	background: url(../images/common/search_button.gif) no-repeat transparent;
}
.searchform button div{
	float: none;
	text-indent: -9999px;
}
/* End hide from IE-mac */
.searchform-input{
	height: 29px;
	padding-left: 5px;
	border: 1px solid #914545;
	width: 217px;
}
.searchform-input input{
	background: #fff;
	color: #000;
	border: 0px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	width: 217px;
}
/*
--
--content styles
--
*/
#content-container{
	width: 100%;
	float: left;
	margin-right: -312px;
}
#content{
	background: url(../images/common/dots_bottom_left.gif) bottom left no-repeat transparent;
	margin-right: 312px;
	padding-bottom: 30px;
}
#content h1, #sidebar h1{
	height: 47px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#search-results-h1{
	background: url(../images/common/search_results_h1.gif) left no-repeat #fff;
}
#search-nav-container, #search-results{
	padding-left: 50px;
	padding-right: 12%;
	
}
#content h2{
	color: #357262;
	font-size: 1.9em;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	padding-top: 20px;
}
.get-reviews{
	float: right;
	padding-top:26px;
}
/*
--
--search nav styles
--
*/

/* Below is ie min-height hack */
#search-nav-container{
	min-height: 45px;
	height:auto !important;
	height:45px;
}
#search-nav-container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #search-nav-container {height: 1%;}
/* End hide from IE-mac */
#search-nav-inner-container{
	width: 100%;
	float: left;
	margin: 0px -7px;
}
#search-nav{
	background: url(../images/common/search_nav_back.gif) repeat-x;
	height: 27px;
	padding: 18px 25px 0px;
	margin: 0px 7px;
}
#search-nav-leftcap{
	background: url(../images/common/search_nav_left.gif) no-repeat;
	height: 45px;
	width: 7px;
	float: left;
}
#search-nav-rightcap{
	background: url(../images/common/search_nav_right.gif) no-repeat;
	height: 45px;
	width: 7px;
	float: right;
}
#search-nav-form{
	color: #000;
}
#search-nav-form ul, #search-nav-form li{
	float: left;
}
#search-nav-form li a{
	padding-left: 20px;
}
#search-nav-label-container{
	float: right;
}
#search-nav-form .current{
	background: url(../images/common/search_nav_dn.gif) left no-repeat transparent;
	text-decoration: none;
	color: #000;
}
#search-nav-form .current:hover{
	background: url(../images/common/search_nav_up.gif) left no-repeat transparent;
}
/*
--
--result styles
--
*/
#search-results{
	clear: both;
}
.result-list li{
	margin-top: 20px;
}
.result-list li.related-result{
	background: url(../images/common/related_tag.gif) no-repeat #fff;
	padding-left: 40px;
}
.result-list h3 a{
	color: #357262;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
}
.result-list h3 a:hover{
	color: #934646;
}
.result-list h3	{
	margin-bottom: 5px;
}
.result-list p{
	line-height: 1.5em;
}
.image-container{
	border: 1px solid #d5d5d5;
	width: 66px;
	height: 66px;
	float: left;
	margin-right: 15px;
}
/* Below is ie min-height hack */
.result-content{
	min-height: 68px;
	height:auto !important;
	height:68px;
}
.result-nav{
	margin-top: 15px;
	border-top: 1px solid #e4e4e4;
	padding-top: 15px;
	clear: both;
}
.result-nav strong{
	color: #357262;
	font-weight: bold;
}
/*
--
--sidebar styles
--
*/
#sidebar{
	float: right;
	width: 312px;
}
#sidebar h1{
	background: url(../images/common/sidebar_h1.gif) no-repeat #fff;
}
#sidebar h2{
	color: #914545;
	font-size: 1.05em;
	font-weight: bold;
	margin-top: 20px;
}
#sidebar li{
	margin-top: 10px;
}
#sidebar-searchform{
	padding: 0px 85px 0px 15px;
}
#sidebar-searchform legend{
	color: #000;
	font-weight: bold;
}
#sidebar-searchform label{
	color: #000;
}
#sidebar-links{
	height: 14px;
	margin-top: 10px;
}
#help-link{
	float: right;
}
#early-bird-choices{
	height: 20px;
}
#early-bird-choices li{
	float: left;
	margin-right: 8px;
}
#early-bird-choices .last{
	margin-right: 0px;
}
#early-bird-choices .last:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #early-bird-choices .last {height: 1%;}
/* End hide from IE-mac */

/*
--
--bottom-searchform styles
--
*/
#bottom-searchform-container{
	clear: both;
	background: url(../images/common/bottom_searchbar_back.gif) top repeat-x #f7f7f7;
	padding: 15px 0px 0px;
	height: 47px;
}

#bottom-searchform-container h1{
	background: url(../images/common/bottom_searchform_h1.gif) no-repeat #f7f7f7;
	height: 47px;
	text-indent: -9999px;
	width: 267px;
	float: left;
}
#bottom-searchform{
	height: 47px;
	background-color: #f7f7f7;
}
#bottom-searchform .searchform-inner-container{
	background-color: #f7f7f7;
}
/*
--
--more info styles
--
*/
/* Below is ie min-height hack */
#bottom-more-info{
	clear: both;
	background: #f7f7f7;
	padding: 20px 85px 20px 50px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
#bottom-more-info:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #bottom-more-info {height: 1%;}
/* End hide from IE-mac */
.info-tile{
	width: 25%;
	float: left;
}
.info-tile h1{
	color: #934646;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
}
.info-tile li{
	margin-bottom: 7px;
}
.info-tile a{
	color: #6a6a6a;
	text-decoration: none;
}
.info-tile a:hover{
	color: #333;
	text-decoration: underline;
}
/*
--
--footer styles
--
*/
#footer{
	height: 32px;
	background: url(../images/common/footer_back.gif) repeat-x;
	padding: 0px 40px;
	color: #fff;
}
#project-title, #footer-links{
	padding-top: 10px;
}
#project-title{
	float: left;
}
#footer-links{
	float: right;
}

#footer-links a{
	color: #fff;
	text-decoration: none;
}