@charset "utf-8";
/* CSS Document */
@import "undohtml.css";

/*basic elements*/
body{
	background:#787878;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
div#container{
	background:#e8e8e8;
	border:solid 1px #000;
	margin:10px auto;
	width:772px;
}
h1{
	display:table;
	width:166px;
}
.none{
	display:none;
}
img.border{
	border:solid 1px #000;
}
p.center{
	text-align:center;
	width:100%;
}
.bold{
	font-weight:bold;
}
.red{
	color:#990000;
}
/*header*/
div#header{
	background:#fff url(../i/tagline.gif) no-repeat 270px 46px;;
	height:108px;
	text-align:left;
}
div#topBar{
	background:#a39990;
	border-bottom:solid 1px #000;
	height:18px;
}
a#mainLogo{
	background:url(../i/orland_logo.gif) no-repeat 0 8px;
	color:#fff;
	display:block;
	float:left;
	font-size:.1em;
	height:80px;
	margin:8px 0 0 20px;
	position:relative;
	top:-8px;
	width:166px;
}
/*main navigation*/
ul#nav {
	font:bold 12px verdana, arial, sans-serif;
	left:238px;
	margin:0;
	padding:0px 10px 0 0;
	position:relative;
	top:-15px;
}
ul#nav li{
	background: url(../i/linkBG_T.gif) repeat-x top right; 
	display:inline;
	padding:2px 0;
}
ul#nav li a#mainNav_current{
	color:#52728c;
}
h3{
	display:inline;
}
ul#nav li a{
	background:url(../i/linkBG_R.gif) right 1px no-repeat;
	color:#666;
	margin-right:-1px;
	padding:3px 10px 2px 0;
	text-decoration:none;
}
ul#nav li a:hover{
	color:#52728c;
}
ul#nav li a span{
	background:url(../i/linkBG_L.gif) left 1px no-repeat;
	margin-left:-1px;
	padding:3px 0 2px 10px;
}
/*body*/
div#body{
	background:#e8e8e8;
	border-top:solid 1px #c1c1c3;
	height:100%;
	text-align:left;
	min-width:772px;
}
/*colL*/
div#colL{
	float:left;
	height:100%;
	margin:10px 0 10px 6px;
	width:196px;
}
/*iContainer*/
div.iContainer{
	width:196px;
}
div.iContainer .iT{
	background:url(../i/iT.gif) no-repeat center;
	height:9px;
	position:relative;
	top:2px;
}
div.iContainer .iR{
	background:url(../i/iR.gif) repeat-y right;
	text-align:center;
	width:195px;
}
div.iContainer .iL{
	background:url(../i/iL.gif) repeat-y left;
	text-align:center;
}
div.iContainer .iB{
	background:url(../i/iB.gif) no-repeat center;
	height:9px;
	position:relative;
	top:-5px;
}
div.iContainer img{
	position:relative;
	left:1px;
}
/*address*/
div.aContainer{
	background-color:#e8e8e8;
	width:196px;
}
div.subNav{
	margin-top:5px;
}
div.aContainer .aT{
	background:url(../i/aT.gif) no-repeat center;
	height:12px;
}
div.aContainer .aR{
	background:url(../i/aR.gif) repeat-y right;
	width:194px;
}
div.aContainer .aL{
	background:url(../i/aL.gif) repeat-y 2px;
}
div.aContainer .aB{
	background:url(../i/aB.gif) no-repeat center;
	height:12px;
}
div.aContainer h3{
	background:#fff;
	color:#52728c;
	display:block;
	border-bottom:solid 1px #999;
	margin:0 auto;
	padding-bottom:4px;
	text-align:center;
	width:174px;
}
div.aContainer ul{
	background-color:#fff;
	margin:0 auto;
	padding:4px 0 0 2px;
	width:172px;
}
div.aContainer ul li a{
	color:#666;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-top:4px;
	padding-left:2px;
}
div.aContainer ul li a:hover, div.aContainer ul li a#subNav_current{
	background-color:#52728c;
	color:#fff;
}
address{
	background-color:#fff;
	font-size:12px;
	line-height:18px;
	margin:0 auto;
	padding-left:4px;
	width:170px;
}
/*colR*/
div#colR{
	float:left;
	margin:10px 0 10px 6px;
}
/*main*/
div.mContainer{
	background:#e8e8e8;
	width:552px;
}
div.mContainer .mT{
	background:url(../i/mT.gif) no-repeat center;
	height:9px;
}
div.mContainer .mR{
	background:url(../i/mR.gif) repeat-y right;
	width:552px;
}
div.mContainer .mL{
	background:url(../i/mL.gif) repeat-y left;
}
div.mContainer .mB{
	background:url(../i/mB.gif) no-repeat center;
	clear:both;
	height:9px;
}
/*content*/
div.content{
	background-color:#fff;
	margin:0 8px;
	padding-bottom:1px;
	width:537px;
}
div.content a{
	color:#666;
	font-weight:bold;
}
div.content a:hover{
	background-color:#52728c;
	color:#fff;
	font-weight:bold;
}
div.content h2{
	background:#52728c;
	color:#fff;
	left:-1px;
	margin-bottom:10px;
	padding:3px 6px;
	position:relative;
	top:-2px;
	width:526px;
}
div.content h3, div.content em{
	display:block;
	margin-bottom:10px;
	position:relative;
	left:4px;
}
div.content p{
	background:none;
	clear:both;
	display:table;
	left:6px;
	padding:0 10px 10px 0;
	position:relative;
}
div.content hr{
	display:block;
	clear:both;
	margin:0;
	visibility:hidden;
}
p img.r{
	clear:both;
	display:block;
	float:right;
	margin:0 4px 10px 6px;
}
p img.l{
	clear:both;
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
div.content ul, div.content ol{
	border-left:solid 4px #e8e8e8;
	display:block;
	list-style:circle;
	margin: 0 auto 10px auto;	
	padding-left:30px;
	padding-bottom:4px;
	width:460px;
}
div.content ol{
	list-style:decimal;
}
div.content form{
	font-size:12px;
	line-height:28px;
	padding-left:10px;
}
div.content form label{
	clear:both;
	display:block;
	float:left;
	width:76px;
}
div.content form textarea{
	border:solid 2px #999;
	height:80px;
	width:400px;
}
div.content form input{
	border:solid 2px #999;
	padding-left:4px;
}
div.content form input.phone3{
	width:30px;
}
div.content form input.phone4{
	width:40px;
}
div.content form span{
	margin:0 4px;
}
div.content form input.cB{
	border:none;
	margin-right:10px;
}
div.content form input.submit{
	background:#52728c;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px 230px;
}
/*footer*/
div#footer{
	background:#a39990;
	border-top:solid 1px #000;
	clear:both;
	color:#fff;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	height:18px; 
	text-align:left;
}
div#footer p{
	padding:3px 0 0 12px;
}
-->