/* Advantage Services Construction */
/* (http://AdvantageRemodel.com) */


/* 	

	Dk Blue 		#162652;
	Lt Grey		#ecebeb;

*/

body {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	background: #162652;
}

.indent {
	line-height:1.4em;
}

h1, h2, h3, h4, h5, h6, p, li {
color: #162652;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #4E4340;
}


/* ====== #nav  (suckerfish) ====== */
table#main {
	width:793px;
	border-left: 5px solid #ecebeb;
	border-right: 5px solid #ecebeb;
}
table#main td {
}
#maincontent {
	background: #ecebeb;
	border-right: 3px solid #162652;
	padding: 24px 20px;
}


/* ====== #nav  (suckerfish) ====== */


#navtd {
	background-color: #ecebeb;
	border-bottom: 9px solid #162652;
	text-align:center;

}

#navtd ul#nav {
margin:0 0;
	display:inline;
	list-style: none;
	text-transform:uppercase;
	font-size: 15px;
}

ul#nav li { /* all list items */
	float: left;
	position: relative;
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em; 
	_top: 35px;
	left: 0;
	_left: -16px;
	list-style:none;
}

ul#nav li ul li {
	background: #ecebeb;
	font-size:12px;
	text-align:left;
	border-left: 3px solid #162652;
	border-right: 3px solid #162652;
	border-bottom: 3px solid #162652;
	display: block;
	clear:both;
}

ul#nav li.minplus a {
	background: #59802D;
	font-size: 10px;
	color: #FFF;
	font-weight:bold;
	padding-left:22px;
	padding-top: 12px;
}

ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#nav li a {
	display:block;
	color: #162652;
	padding:9px 24px;
}
ul#nav li ul li a {
	display:block;
	color: #162652;
padding:9px 12px;
width: 200px;

}
ul#nav a:hover {
	color: #fff;
}

ul#nav ul a:hover {
	color: #162652;

	background: #fff;
}




/* -============ td.banner ================== */


td.banner {
	background: #162652;
	text-align:center;
}
td.banner h2, td.banner h3 {
	color: #fff; 
	text-transform: uppercase;
	font-weight:lighter;
}

td.banner h2 {
	font-size: 21px;
	padding: 18px 0;
	margin:0;
}
td.banner h3 {
	color: #ecebeb;
	font-size: 15px;
	padding: 18px 0;
	margin:0;
}
td.banner a {
	color: #ecebeb;
}
td.banner a:hover {
	color: #fff;
}


table.gallery td {
	padding-left:12px;
}
table.gallery td img.border {
	border:2px solid #162652;
}
/* =============== DDFM ==================== */

form.ddfm label { 
	font-size:10px;
	font-weight:bold;
	display: block;
}
form.ddfm textarea { 
	width: 250px;
}
form.ddfm div.credits { 
	display: none;
}
p.success {
	font-size: 16px;
	font-weight:bold;
	display: bold;
	background:white;
	border: 2px solid #162652;
	padding: 12px;
}
