/* 
------------------------------------------------------------------
	PAGE SPECIFIC CSS STYLES
------------------------------------------------------------------
*/

/* Top Level Styles */

body {
  font-family:Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  min-width: 700px;
}

/* Header styles */


#ibodheader {
	margin-top: 8px;
	padding: 0;
	height: 35px;
	background: url(/img/stripbg.jpg) repeat-x;
}

#ibodtop {
	margin: 0 auto;
	height: 35px;
	width: 780px;
}

#headerstrip {
	float: left;
	width: 780px;
	height: 35px;	
}

#logoimages {
	float: left;
	width: 400px;
	height: 35px;
}
#searchform {
	float: right;
	width: 380px;
	height: 35px;
}

#ibodtop #searchbtn {
	float: left;
	display: inline;
	height: 35px;
	margin: 0;
	padding: 0;
	margin-right: 16px;
	/*+placement:shift -8px -26px;*/
	position: relative;
	left: -8px;
	top: -26px;
	
}

#ibodtop #searchfield {
	float: right;
	width: 300px;
	display: inline;
	border: 1px solid #CCC;
	margin-top: 6px;
}



/* Sub Navigation bar */
#subNavMenu {
	border-bottom: 1px solid #ddd;
	margin: 5px auto 0px auto; 
	padding: 0 0 8px 0; 
	clear:both; 
	list-style:none; 
	width:780px;
}

#subNavMenu li {	
	display: inline;	
	padding: 0;	
	margin: 0;
}

#subNavMenu a {	
	text-decoration: none;	
	font-size: 11px;	
	color: #666;	
	text-transform: uppercase;	
	padding: 1em;
}

#subNavMenu li a:hover {
	color: #ed0303; 
	text-decoration:underline;
}

#subNavMenu li.current a {
	text-decoration: none;	
	color: #999;	
	background:transparent url(/img/sub-nav-active.png) no-repeat scroll 50% 80%;
}

input.searchbox {
	width: 275px;
	border: 1px solid #666;
	font-size: 18px;
}

button.searchbox {
	height: 35px;
}

#ibodsearch {
	float: left;
	width: 780px;
	height: 250px;
	margin-top: 8px;
	padding-top: 30px;
        z-index: 3;
}

#ibodresults {
	float: left;
	border: 1px solid #d7d7d7;
	background: #eeeeee;
	min-height: 300px;
	*height: 300px;
	width: 778px;
	margin: 10px 0;
}

#ibodresults h1 {
	color: #666;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-left: 6px;
}

div.oneresult {
	float: left;
	width: 120px;
	height: 150px;
	display: inline;
	border: 1px solid #CCC;
	background: #FFF;
	margin-right: 6px;
	margin-bottom: 6px;
}

#serp {
	float: left;
	width: 430px;
	margin-left: 6px;
}

#advert {
	float: left;
	width: 330px;
}

#serp p.count {
	font-size: 12px;
	margin-left: 6px;
}

#outer {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

#topstrip {
	width: 765px;
	float: left;
	height: 35px;
	padding-top: 15px;
	margin-top: 0.5em;
	padding: 0;
	padding-left: 15px;
	background: #EBEBEB;
}

#topstrip p, #topstrip a {
	margin-top: 0.75em;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#topstrip a:hover {
	text-decoration: underline;
	color: #ccc;
}

#leftcol {
	float: left;
	width: 180px;
	height: 500px;
	margin: 0;
	*margin-top: 8px;
	padding: 0;
}

div.leftbox {
	width: 180px;
	min-height: 60px;
	*height: 60px;
	background: #92B5D7;
	margin-top: 8px;
	padding-bottom: 8px;
}

div.leftbox h4 {
	float: left;
	width: 180px;
	text-align: center;
	text-transform: uppercase;
	background: #4A5D6F;
	color: #FFF;
	margin-top: 0;
	padding: 3px 0;
	font-size: 11px;
}

#rightcol {
	float: right;
	width: 130px;
	height: 500px;
	margin: 0;
	padding: 0;
}

div.rightbox {
	width: 128px;
	border: 1px solid #ccc;
	min-height: 100px;
	*height: 100px;
	margin-top: 8px;
	padding-bottom: 8px;
}

div.rightbox h4 {
	float: left;
	width: 128px;
	text-align: center;
	background: #4A5D6F;
	color: #FFF;
	margin-top: 0;
	padding: 3px 0;
	font-size: 11px;
}

div.rightbox h5 {
	float: left;
	width: 128px;
	text-align: center;
	background:#EBEBEB;
	color: #333;
	margin-top: 0;
	padding: 3px 0;
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.rightbox hr {
	border-bottom: 1px solid #666;
}

#centrecol {
	float: left;
	width: 450px;
	margin: 0;
	padding: 10px;
	*padding-right: 5px;
}

p.website {
	margin: 1em;
	color: #333;
	font-size: 12px;
	text-align: center;
}

.website a {
	text-decoration: none;
	color: #333;
}

.website a:hover {
	color: #ccc;
}

.website img {
	margin-bottom: 0.5em;
}

#contactform {
	float: left;
	border: 1px solid #CCC;
	width: 428px;
	margin-top: 10px;
	padding: 10px;
	
}

#contactform input, #contactform label, #contactform textarea {
	float: left;
	display: block;
	clear: left;
}

#contactform label {
	font-size: 12px;
}

#contactform form {
	padding-left: 50px;
}

#contactform input, #contactform textarea {
	margin-bottom: 0.75em;
}

p.link, p.contact {
	margin: 1em;
	font-size: 12px;
}

p.review {
	font-size: 12px;
	
	font-style:italic;
	margin: 1em;
}

 #tabs{
 		margin: 0;
        margin-left: 4px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 5px;
    }
    #tabs ul{
        font: bold 11px Arial, Verdana, sans-serif;
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs li{
        display:inline;
        margin:0 2px 0 0;
        padding:0;
		height: 22px;
        text-transform:uppercase;
    }
    #tabs a{
        float:left;
		color: #FFF;
		height: 22px;
        background:#A3BBE6 url(images/tabs_left.gif) no-repeat left top;
        margin:0 2px 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
    }
    #tabs a span{
        float:left;
        display:block;
        background: transparent url(images/tabs_right.gif) no-repeat right top;
        padding:4px 9px 2px 6px;
    }
    #tabs a span{float:none;}
	#tabs li.currenttab a {background:#4A5D6F; }
    #tabs a:hover{background-color: #7E94B9;color: white;}
    #tabs a:hover span{background-color: #7E94B9;}
    #tabHeaderActive span, #tabHeaderActive a { background-color: #42577B; color:#fff;}
    .tabContent {
        clear:both;
		margin: 0;
		padding-top: 2px;
		*padding: 0;
        border:1px solid #CCC;
        background-color:#FFF;
    }
	
#tabscontent {
	*float: left;
	*margin: 0;
	*padding: 0;
	*margin-top: -2px;
}

.tabContent #map {
	margin: 0 auto;
}
	
.tabContent p {
	margin: 1em;
	font-size: 12px;
	text-align: justify;
}

.tabContent h2 {
	margin: 10px 0 10px 1em;
	*margin: 5px 0 5px 1em;
	padding: 0;
	position: relative;
}

.tabContent h3 {
	margin: 10px 0 10px 1em;
	*margin: 5px 0 5px 1em;
	padding: 0;
	position: relative;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 780px;
	height: 60px;
	background: #EBEBEB;
	margin-bottom: 0.75em;
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: #999;
}	


