/* CSS Document */
clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

body {
font: 80%/1.3 Arial, Helvetica, sans-serif;
color: #333;
background-color: #b4c4d7;
}

h1 { color: #333333; font-family: "Times New Roman", Times, serif; font-size: 180%; font-weight: bold;}
h2 { color: #071E3B; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 130%; font-weight: bold; }
h3 { color: #333; font-size: 100%; font-weight: bold; }

a { color: #071e3b;}

p { }

.clear { clear: both; }
#fb-container{
width: 790px;
margin: auto;
min-height: 26px;
}
#container {
width: 790px;
margin: auto;
background-color: #e9e7e7;
/*border: 1px solid #000;*/
position: relative;
}

#header {
background-image: url(images/RDMartin_01.jpg);
background-repeat: no-repeat;
height: 162px;
}

#midSection {
background-image: url(images/RDMartin_04.jpg);
background-repeat: no-repeat;
background-position: top right;

}

#nav {
width: 200px;
float: left;
font-family: "Times New Roman", Times, serif;
font-size: 140%;

}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
display: block;
background-image: url(images/RDMartin_02.gif);
background-repeat: no-repeat;
background-position: left top;
width: 150px;
margin: 10px 0;
}

#nav a:link , #nav a:visited {
color: #000;
text-decoration: none;
padding: 0 0 0 20px;
}

#nav a:hover , #nav a:active {
border-left: 5px solid #071e3b;
color: #071e3b;
padding: 0 0 0 15px;
}

#content {
float: left;
width: 500px;
padding: 5px;
}

#footer {
clear: both;
background-image: url(images/RDMartin_08.gif);
background-repeat: no-repeat;
height: 80px;
font-size: 85%;
}

#footer ul {
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 540px;
	float: right;
	width: 218px;
}
#footer li { 
float: left; 
border-right: 1px solid #666;
padding: 0 5px;
}

#footer a {
text-decoration: none;
color:#666;

 }

#credit , #credit a {
width: 790px;
margin: auto;
text-align: right;
padding: 5px;
font-size: 10px;
color: #333;
}
.smltext {
color: #071e3b; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold;
}
.h2_Gray {
color: #666666; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold;
}
#header2 {
	background-image: url(images/RDMartin_NoPicHeader.jpg);
	background-repeat: no-repeat;
	height: 162px;
	text-decoration: blink;
}
#footer2 {
	clear: both;
	background-image: url(images/RDMartin_09.gif);
	background-repeat: no-repeat;
	height: 80px;
	font-size: 85%;
}
#footer2 ul {
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 540px;
	float: right;
	width: 218px;
}
#footer2 li {
	float: left;
	border-right: 1px solid #666;
	padding: 0 5px;
}
#footer2 a {
	text-decoration: none;
	color:#666;
}
