@import url("undohtml.css");
@import url("mss.css");
@import url("jqModal.css");
body {
	background-color: #eee;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	margin: 0;
	padding: 0;
	color:#000;
	height: auto;
}

a, a:visited, a:active  { 
	text-decoration: none; 
	color: #202020;
	}


a:hover {
	text-decoration: underline;
	color: #202020;
}

img {border: 0}

/*Front Page Only*/
#homemain {position: relative; float: left; margin: 25px; height: 100%}
#front-feature {margin: 10px 0 10px 0;}
.front-feature-pic {float: left; margin: 0 5px 5px 0; height: 167px; overflow: hidden; }

/*All pages*/
#wrapper {position: relative; width: 948px; margin: 0 auto 0 auto; background: #fff}

#logo {float: left; width: 162px; height: 50px; margin: 25px 20px 0 5px; font-size: 16px}
#top {float: left; width: 740px; height: 50px;}
div.hrule {height: 6px; background: #ccc}


#navbar {
float: left; 
width: 760px; 
height: 25px; 
background: #003; 
margin: 0 0 0 0; 
text-align: left;
/*border-bottom: 1px solid #003;*/
}
#navright {
float: right; 
width: 188px; 
height: 25px; 
background: #003; 
color: #fff; 
margin: 0 0 0 0;  
line-height: 23px; 
font-size: 14px;
/*border-bottom: 1px solid #003;*/
}

#leftcol {float: left; width: 170px}
#services {width: 125px; margin: 40px 0 0 20px; padding: 0; font-size: 11px; list-style-type: none}
#services li {margin: 0 0 8px 0; padding: 0}
#wrapper-content {position: relative; width: 948px; text-align: left; margin: 20px 0 0 0;}

#footer {margin: 0 auto 0 auto; text-align: center; background: #fff;
}
#footer ul {list-style-type: none; color: #4a3c25; font-size: 10px;}
#footer li {display: inline; margin: 0 5px 0 0;}
#footer p {font-size: 9px; text-align: center}

#cmsnav {position: relative; float: left; width: 230px; margin: 35px 0 0 50px;}
#cmsnav ul {text-transform: uppercase; line-height: 175%; margin: 0; padding:0; list-style-type: none; }
#cmsnav li {margin: 0; padding:0; font-size: 12px; width: 230px}

#secondmain {position: relative; float: left; width: 545px; margin: 35px 0 0 50px; color: #000; font-size: 12px}
#secondmain h1 {font-family: Georgia, Times, serif; color: #003; text-align: left; font-size: 18px; margin: 0 0 10px 0;}
#secondmain p {margin: 0 0 10px 0; line-height: 130%;}

.clear {clear: both}
strong {color: #003;}

h1 {
	color: #9e0005;
	font-size: 14px;
	
	padding: 0;
	border: 0 none;
	margin: 0
	margin-bottom: 10px;
}

h2 {
	text-decoration: none;
	color: #9e0005;
	font-size: 14px;
	padding: 0;
	border: 0 none;
	margin: 0;
}

h3 {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	text-decoration: none;
	color: #9e0005;
	font-size: 13px;
	
	font-weight:normal;
}

table {
	text-align: left;
	padding: 0;
	font-size: 12px;
}

p {
	font-size: 12px;
	color: #202020; 
	text-align:left;
	padding: 0;
	border: 0 none;
	margin: 0;
}

input.submit { 
	border:1px solid #202020; 
	font-family: Verdana;
	font-size: 11px;
	color:#202020;
	background-color:#FFFFFF
}

input.text { 
	border:1px solid #202020; 
	font-family: Verdana;
	font-size: 11px;
	color:#202020;
	background-color:#FFFFFF
}

input.password { 
	border:1px solid #202020; 
	font-family: Verdana;
	font-size: 11px;
	color:#202020;
	background-color:#FFFFFF
}

select { 
    border:1px solid #202020; 
    font-family: Verdana; 
    font-size: 11px; 
    color:#202020; 
    background-color:#FFFFFF
}

textarea { 
    border:1px solid #202020; 
    font-family: Verdana; 
    font-size: 11px; 
    color:#202020; 
    background-color:#FFFFFF
} 