/* rental global CSS Document */
/* Copyright (c) 1995-2009 Frank C. Carnahan, all rights reserved */
/* basic elements */
*, html, body, #header, #navmenu, #content, #footer {
	padding:0;
	margin:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}
img {border:0;}
/* hide from IE mac \*/
html {
	min-height:100%;
	margin-bottom:1px;
}
/* end hiding from IE5 mac */

/* font reset */
body, p {
	color:#333;
	line-height:1;
}
body, p, .smred {font:100.01%/1 Verdanda, Helvetica, Arial, sans-serif;}
h1, h2 {font-family:Georgia, "Times New Roman", Times, serif;}

/* background */
body {background-color:#FFF;}
#sbr, #sbl, #sbt {background-color:#003366;}
#navmenu, #sbr, #sbl, #sbt {background-color:#CFC598;}
#navmenu {
	display:block;
	text-align:center;
	margin:0 auto;
}
h1, h2 {background-color:transparent;}

/* borders */
#container {border:1px #534F46 solid;}
#navmenu, h1 {
	border-bottom:1px #A29271 solid;
	border-top:1px #A29271 solid;
} 
#footer, h2 {border-top:1px #A29271 solid;}
#sbr, #sbl {border:1px #A29271 solid;}

/* font control */
.sm, .smred, #footer {font-size:.7em;}
.smred {
	font-style:italic;
	color:#FF0000;
}

/* headers */
h1 {
	padding:5px 20px;
	margin:10px 0 5px 0;
	font-size:1.5em;
	line-height:1.25em;
}
h1 .smred {
	font-size:.5em;
	font-weight:normal;
}
h2 {
	margin:12px 230px 12px 0;
	padding:1em;
	font-size:1.1em;
	line-height:1.1em;
}
h5, h3 {margin-top:12px;}

/* paragraph control */
body, #content, #footer, #footer p {text-align:center;}
#content p, p, h1, h2 {text-align:left;}
body, p {text-indent:0;}
#content p {line-height:1.15em;}
#sbr, #sbl, #sbr p, #sbl p {line-height:1em;}
#footer {line-height:1.5em;}

/* width, height, margin etc */
#container {
	margin:10px auto 10px 25px;
	padding:0 10px;
}
#container {
	width:650px;
	-webkit-border-radius:20px; 
	-moz-border-radius:20px;
}
#content p, #sbr, #sbl, #sbr p, #sbl p {margin:.5em 0;}
#sbr, #sbl {width:136px;}
#sbr, #sbl, #sbt {
	padding-top:5px;
	padding-bottom:0;
}
#title {height:77px;}
#title img {padding-top:7px;}
#navmenu {
	height:22px;
	margin-bottom:10px;
}
#navmobile, #mlmobile {display:none;}
#footer {margin-top:10px;}

/* image control */
.imgRight {padding-left:10px;}
.imgLeft {
	padding-right:10px;
	padding-top:10px;
}
.imgRight, .imgLeft {padding-bottom:10px;}

/* float control */
.imgRight, #sbr {float:right;}
.imgLeft, #sbl {float:left;}

/* list control */
li {text-align:left;}
li {margin-left:2em;}

/* link control */
a {text-decoration:underline;}
a:link, a {color:#666633;}
a:visited {color:#666;}
a:hover {
	color:#FF0000;
	text-decoration:underline overline;
	background-color:#F3E38A;
}
#sbr a:hover {
	text-decoration:none;
	background-color:transparent;
}
#sbr a:hover img {border:1px #5E584D solid;}
a:visited:hover {color:#FF6633;}
a:active {color:#CCC;}

/* clearing element */
div.clear {
	clear:both;
	height:0;
	margin:0;
	font-size:1px;
	line-height:0;
}
/* accessability */
/* skip navigation */
.skiplink {display:none;}

/* extra css styles to fix non standard browser behavior */
/* IE5 */
#title {
	margin:0 -3px 0 -3px;
	ma\rgin:0;
}
