div.hd_SectionHeader{clear:both; display:block; text-align:center; background: url(/assets/templates/Sunflower/i/menu-bg.gif); color:#FFFFFF; font-weight: bold;}
/* Parameter Information */
div.hd_PCont{clear:both; height:17px;}
div.hd_P{ float:left; margin-right:7px; width: 100px; background: url(/assets/templates/Sunflower/i/menu-bg.gif); padding-left:3px; color:#FFFFFF; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
div.hd_PValue{ float:left; width: 200px; background: url(/assets/templates/Sunflower/i/menu-bg.gif); padding-left:3px; color:#FFFFFF; font-size:14px; font-family: Arial, Helvetica, sans-serif;}
div.bodydiv{background-color:#FFFFFF; width: 100%;}

div.alerts
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 170px;
background-color: #FFFFFF;
border: 1px #FF6600 solid;
border-collapse: collapse;
border-spacing: 0px;}
div.alerts a, div.alerts a:visited{ text-decoration:none; color:#0066FF; }
div.alerts a:hover{ text-decoration: underline; }
.alertHd
{ border-bottom: 2px solid #FF3300;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}
.alertBod p
{ text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
line-height: 12px;
color: #404040;
text-indent: -8px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;} 


/* services matrix */
table.servicesT
{
	font-family: Verdana;
	font-weight: normal;
	font-size: xx-small;
	color: #404040;
	width: 250px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}

table.servicesT td.servHd
{
	border-bottom: 2px solid #d8d8d8;
	background-color: #fafafa;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #404040;
}

table.servicesT td
{
	border-bottom: 1px dotted #CEDCEA;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}

.servBodL { border-left: 1px dotted #CEDCEA; }
table.servicesT td ul
{
	list-style: none none inside;
	margin: 8px 3px 10px -20px;
	font-size: 10px;
	line-height: 14px;
}

table.servicesT td  li
{
	font-size: 10px;
	line-height: 18px;
}

table.servicesT td h5 { margin: 3px 3px -3px 6px; }



/* ContentBoxSmallTop on homedetails.php  (i will be deleting this) */
div.ContentBoxSmallTop, div.ContentBoxSmallTop div.Header, div.ContentBoxSmallTop div.Body, div.ContentBoxSmallTop div.Header div{ /* set generic settings for box layers */
	background-image: url(/images/BoxBackgroundSmallTop.jpg);
	background-repeat: no-repeat;
}
div.ContentBoxSmallTop{/* will control bottom right corner of bg image */
	background-position: bottom right !important;
	padding-right: 15px;       /* the gap on the right edge of the image (not content padding) */
	margin: 15px auto 15px auto;       /* use to position the box */ /*top/bottom left/right or top, right, bottom left*/
	width: 700px;
}
div.ContentBoxSmallTop div.Header{  /* will control the top left corner */
	background-position: top right !important;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 40px;       /* right-image-gap + right-inside padding */
}
div.ContentBoxSmallTop div.Header div{ /* will control top right corner bg image */   
	border: thin solid #009900; 
	font-size: 1.1em;
	background-position: top left !important;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 1px 0 6px 40px; /* padding-left = image gap + interior padding (controls text position) ... no padding-right */
    height: auto !important; 	/* has no effect on FF 3 or IE 8 */
    height: 1%;                /* IE Holly Hack has no effect on FF 3 or IE 8 */

}
div.ContentBoxSmallTop div.Body{  /* will control the bottom left corner */    
	background-position: bottom left !important;
    margin-right: 25px;        /* interior-padding right */
    padding: 1px 0 25px 40px; /* mirror .cssbox_head right/left */ /* 25 for bottom will keep text inside the div. */

}
div.ContentBoxSmallTop select, div.ContentBoxSmallTop input{
	background-color: transparent;
}

div.ControlBox{
	width: 150px;
	float:left;
	display: inline;
	margin-left: 15%;
	margin-right: 30px;
}
div.ControlBox div.Top{
	/*background-image:url(/images/SubMenuBackground.jpg);*/
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	margin-bottom: 1px;
	font-size: 1.5em;
	text-align:center;
}



























/* ContentBox on main page */
div.ContentBox, div.ContentBox div.Header, div.ContentBox div.Body, div.ContentBox div.Header div{ /* set generic settings for box layers */
	background-image: url(/images/BoxWithCorners.jpg);
	background-repeat: no-repeat;
}
div.ContentBox{/* will control bottom right corner of bg image */
	background-position: bottom right !important;
	padding-right: 15px;       /* the gap on the right edge of the image (not content padding) */
	margin: 15px;       /* use to position the box */ /*top/bottom left/right or top, right, bottom left*/
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
div.ContentBox div.Header{  /* will control the top left corner */
	background-position: top right !important;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 40px;       /* right-image-gap + right-inside padding */
}
div.ContentBox div.Header div{ /* will control top right corner bg image */    
	font-size: 2.2em;
	background-position: top left !important;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important; 
    height: 1%;                /* IE Holly Hack */

}
div.ContentBox div.Body{  /* will control the bottom left corner */    
	background-position: bottom left !important;
    margin-right: 25px;        /* interior-padding right */
    padding: 1px 0 25px 40px; /* mirror .cssbox_head right/left */ /* 25 for bottom will keep text inside the div. */

}
div.ContentBox select, div.ContentBox input{
	background-color: transparent;
}



/*        FORM CONTROLS         */
select.dropdown{
	width:150px;
	text-align: center;
}
select.htmlSearchNormal, input.htmlSearchNormal{
	width:150px;
	text-align: center;
	border: #0099FF 1px solid;
}
.ControlMin{ background: url(/images/controls/control.min.png) repeat top left;}
.ControlMax{ background: url(/images/controls/control.max.png) repeat top left;}

table.adjusters{
	margin-bottom: 0px; position:relative; 
	display:none;
}
table.adjusters td {vertical-align: middle; line-height: normal;} /*these were set in sunflower's generic td; undue*/
div.adjusters{
	width:32px; height:13px; text-align: center; cursor: pointer;
	border: 1px solid #6699FF; margin: 0 1px 0 0; 
	font-family: "Times New Roman", Times, serif; font-size: 11px; /*these were set in sunflower's body tag; undue*/
}
div.red{
	background-color:#FFE8E9;
}
div.green{
	background-color:#E7FFDF;
}
div.yellow{
	background-color:#FDFFE8;
}


div.ControlBox{
	width: 150px;
	float:left;
	display: inline;
	margin-left: 15%;
	margin-right: 30px;
}
div.ControlBox div.Top{
	/*background-image:url(/images/SubMenuBackground.jpg);*/
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	margin-bottom: 1px;
	font-size: 1.5em;
	text-align:center;
}

.SubmitNormal{ background-image: url(/images/gobutton/begin-home-search.normal.jpg);}
.SubmitHover{ background-image: url(/images/gobutton/begin-home-search.hover.jpg);}
.SubmitDown{ background-image: url(/images/gobutton/begin-home-search.down.jpg);}