/* Dorman museum core css 06/11/2007 */

body{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* 12px */
}

a{
	color:#2f6b81;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}	

/* {{{ small box background options */
.blue{background:0px 2px no-repeat url(../img/blue.png);}
.blue_arrow{background:0px 2px no-repeat url(../img/blue_arrow.png);}
.orange{background:0px 2px no-repeat url(../img/orange.png);}
.orange_arrow{background:0px 2px no-repeat url(../img/orange_arrow.png);}
.green{background:0px 2px no-repeat url(../img/green.png);}
.green_arrow{background:0px 2px no-repeat url(../img/green_arrow.png);}
.tur{background:0px 2px no-repeat url(../img/tur.png);}
.tur_arrow{background:0px 2px no-repeat url(../img/tur_arrow.png);}
.red{background:0px 2px no-repeat url(../img/red.png);}
.red_arrow{background:0px 2px no-repeat url(../img/red_arrow.png);}
.beige{background:0px 2px no-repeat url(../img/beige.png);}
.beige_arrow{background:0px 2px no-repeat url(../img/beige_arrow.png);}
.orange_2{background:0px 2px no-repeat url(../img/orange_2.png);}
.orange_2_arrow{background:0px 2px no-repeat url(../img/orange_2_arrow.png);}
.orange_3{background:0px 2px no-repeat url(../img/orange_3.png);}
.orange_3_arrow{background:0px 2px no-repeat url(../img/orange_3_arrow.png);}
/* }}} small box background options */

/* {{{ top menu bar background colour options */
.back_blue{background-color:#102943;}
.back_blue_2{background-color:#175a7c;}
.back_green{background-color:#104328;}
.back_tur{background-color:#19484a;}
.back_red{background-color:#5e0707;}
.back_beige{background-color:#827549;}
.back_olive{background-color:#555936;}
.back_orange_3{background-color:#e8d182;}
/* }}} top menu bar background colour options */

#pageWrap{
	text-align:left;
	width: 750px;
	margin:auto;
}
	
#header{height:110px;}
#header h1{
	height:75px;
	width:750px;
	background:url(../img/dorman_title.png) 0px 0px no-repeat #226989;
	text-indent:-5000px;
	margin-bottom: 3px;
}
#header h2{
	height:29px;
	width:750px;
	background:url(../img/dorman_location.png) 0px 0px no-repeat #97cadc;
	text-indent:-5000px;
}

#h_access{color:#2f6b81;}
#h_access #contact{
	float:left;
	width:370px;
	padding-top:3px;
}
#h_access #textsize{
	float:right;
	width:370px;
	text-align:right;
}
#h_access #textsize .small{font-size: 10px;}
#h_access #textsize .medium{font-size: 12px;}
#h_access #textsize .large{font-size: 16px;}
	
	
#main{margin-bottom:10px;}
#main #top_menu{
	color:#FFFFFF; 
	font-size:108.5%;
	margin-bottom:2px;
}
#main #top_menu li{
	display:inline;
	margin-left: 13px;
	padding-left: 17px;
}
#main #top_menu li a{
line-height:1.5em;
	color:#FFFFFF;
}

#main #top_menu .active a{
	color: #e8d182;
}

#main #main_content_no_back{}
#main #main_content{
	background:url(../img/watermark.png) bottom left no-repeat;
	padding-bottom: 70px;	
}

#breadcrumb{
	padding: 5px;
	margin-top:2px;
	color: #e8d182;
	font-size:92%;
}
#breadcrumb a{color:#e8d182;}

#footer{
	border-top:1px #2f6b81 solid;
	border-bottom:1px #2f6b81 solid;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom:10px;
}
#footer #sponsors{
	float:left;
	width:400px;
}
#footer #visitboro{
	float:right;
	text-align:right;
	padding-right:7px;
}

#f_access {
	float:right;
	margin-bottom:10px;
}
