body {
	background-image: url(./images/d26_c3_back.jpg);
	background-repeat: repeat;
	margin:1px;
	padding:0;
}

a.designlinks:link {color:#0000FF; font-size:12px; text-decoration:underline;}
a.designlinks:visited {color:#0000FF; font-size:12px; text-decoration:underline;}
a.designlinks:hover {color:#0000FF; font-size:12px; text-decoration:none;}

#module3 {
	width:595px;
	padding-bottom: 5px;
	margin-bottom:10px;
	margin-top:10px;
}
#module3 h4 {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0 1px 0;
	margin:0;padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#217A72;
	background-image: url('./images/d26_back2.jpg');
	font-weight: 700;	
}
#module3 ul {
	list-style-image:url("./images/arrow.gif");
	padding:8px 4px 4px 24px;margin:0
}
#module3 ul li {
	padding:0 0 6px 0;margin:0;
	font-size:11px;
}
a.mtginfo:link {text-decoration:underline; color:#217A72;}
a.mtginfo:visited {text-decoration:underline;color:#217A72;}
a.mtginfo:hover {text-decoration:none;color:#217A72;}

#site_map ul li {font-size:15px;}
#site_map ul li ul li {font-size:13px; cursor:pointer; text-decoration:underline;}

a.linkstyle:link{text-decoration:none; color:#62928C; font-weight:500;}
a.linkstyle:visited{text-decoration:none; color:#194779; font-weight:500;}
a.linkstyle:hover{text-decoration:underline; color:#194779; font-weight:500;}

#content {
	width:792px;
	margin:0px auto;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	border-right:2px solid #000000;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	}
	
#title {
	color: #217A72;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-left: 7px;

}
#paragraph {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-right:5px;
	width: 168px;
	height: 177px;
}

#top_header {
	background-color: #eeeeee;
	width: 792px;
	height: 20px;
}
#mid_header {
	background-color: #FFFFFF;
	background-image:url(../images/d26_mid_header.jpg);
	width: 792px;
	height: 103px;
}
#top_links {
	width: 220px;
	height: 10px;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #277A75;
	font-weight: 700;
}
#logo {
	width: 335px;
	height: 56px;
	float: left;
	padding-left: 5px;
	padding-top: 20px;
}
#nav2 {
	width: 792px;
	height: 24px;
	background:   url("../images/d26_c3_downbtn2.gif") no-repeat;
}
#content_body {
	background-color: #ffffff;
	width: 792px;
	background-image: url(../images/d26_back2.jpg);
	background-repeat: repeat;
	float: left;
}
#content_1{
	background-color: #FFFFFF;
	width: 610px;
	float: left;
	border-right:1px dashed #DADADA;
}
#content_1_sub{
	width: 610px;
	float: left;
	border-right:1px dashed #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
	padding-top: 15px;
}
#content_1_sub_sub{
	width: 785px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
	padding-top: 15px;
}
#content_2{
	background-color: #FFFFFF;
	width: 600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	position:relative;
}
#flash_object {
	z-index:100;
	position:absolute;
	top:146px;
	left:0px;
}
#content_3{
	width: 175px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
	height: 425px;
}

#lo_info{
	width: 165px;
	float: left;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top:1px solid #DADADA;
	padding-left: 7px;
	
}
#housepic{
	width: 143px;
	position: absolute;
	bottom: 25px;
	right: 30px;
}



#footer {
	background-color: #486A65;
	width: 792px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-top:1px dashed #DADADA;
	clear: left;
	color:white;
}


#equalpic{
	position:relative;
	width: 62px;
	float: right;
	height: 57px;
	top: 5px;
}

.vl_copyright a {
	color:white;
}

/*** BEGIN CSS NAVIGATION MENU ***

Please read the comments at the beginning of each css declaration. This will help guide you through the process of implementing the menu into designs

THESE COMMENTS SHOULD BE DELETED BEFORE MIGRATION TO LIVE SERVER. EITHER DELETE BY HAND OR THROUGH AUTOMATION LIKE GREP.
*/

#hmenu { 
/*
	This controls the outer div of the navigation menu. This is an
	absolutely positioned element. Set the position by setting top and left cordinates from
	the closest parent that is absolutely positioned. If no element is absolutely positioned
	then this will be based off of the browser window.
*/
	width:792px; 
	top:123px; 
	left:0px;
	background:url(../images/d26_c3_downbtn2.gif) #54A1BB repeat-x;
	
	/* leave be unless you want the nuts and bolts */
	position:absolute;
	z-index:101;
}

#hmenu ul li { 
/*
	This controls the menu items. You will set color, font, width, border and background here.
	Keep in mind that these settings are for all menu items, though you can change secondary and tertiary items below.
	The value for width will control the overall width of a single menu item. Values for the span tag and others will
		need to match up to this value.
*/
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:500;  
	width:130px; 	
	border-width:0px 1px 0px 1px;
	border-color:#015418 #015418 #015418 #A2E0B2;
	border-style:solid;
    background:url(../images/d26_c3_downbtn2.gif) #54A1BB repeat-x;  
    
    /* leave be unless you want the nuts and bolts */
    position:relative; 
    display:block;
    float:left; 
    margin:0;padding:0;
}

#hmenu ul ul li { 
/*
	This controls the SECOND and THIRD LEVEL menu items. You will set color, font, width, border and background here.
	Keep in mind that these settings are for only the second and third level menu items. Any value not set here will be inherited from the main declarations above
	The value for width will control the overall width of a single menu item. Values for the span tag and others will
		need to match up to this value.
*/
	width:180px;
	border-width:0px 1px 1px 1px;
	border-color:#003322;
	border-style:solid;
	background:#4F8F87;
	background-image:none;
}

#hmenu ul ul ul li { 
/*
	This controls ONLY THE THIRD LEVEL menu items. You will set color, font, width, border and background here.
	Keep in mind that these settings are for only the third level menu items. Any value not set here will be inherited from the main declarations above
*/
	border-width:0px 1px 1px 1px;
}

#hmenu ul li span { 
/*
	This controls the span within all li's, though you can change secondary and tertiary items below.
	You will use this to mainly declare padding around the text.
*/
    padding:5px;
    
    /* leave be unless you want the nuts and bolts */
    display:block;
}

#hmenu ul ul li span {
/*
	This controls the span within SECOND AND THIRD LEVEL li's. You will use this to mainly declare padding around the text.
*/
	padding:5;
}

#hmenu ul ul {
/*
	Usually this can be left blank. 
	If you want the secondary menus to be positioned differently than the 
	third level you can do it here.
*/
	/* etc, etc */
	position:absolute;
}

#hmenu ul ul ul {
/*
	This controls the positioning of ONLY THE THIRD LEVEL menus. 
	Top is from the BOTTOM of the parent menu item.
	Left is from the left of the parent menu item. 
		Usually top should be the height of the menu. 
		Left should usually be same value as width of li's.
*/
    margin-top:-23px; 
    margin-left:180px;
    
    /* leave be unless you want the nuts and bolts */
    display:none; 
    position:absolute; 
}

#hmenu ul ul.lastchild ul { 
/*
	This is for the last main menu that will appear to the right.
	We want the second and third level menus to appear to the left so as not
	to break a horizontal scrollbar. 
	For example: If the li is set to 130 then this ought to be set to -132.
*/
	margin-left:-182px;
}
 
#hmenu ul li:hover, #hmenu ul li.hover {
/*
	This controls the effect when the user rolls over all menu items. 
	You can modify color, background etc here.
*/
    background:url(../images/d26_c3_overbtn2.gif) #54A1BB;
}

#hmenu ul ul li:hover, #hmenu ul ul li.hover {
/*
	This controls the effect when the user rolls over SECOND AND THIRD LEVEL menu items. You can modify color, background etc here.
	If you have any settings above for rollover that you do not want here you must set them to none (ex. background-image:none).
*/
	border-bottom-width:1px;
	background:#54A1BB; 
	background-image:none;
}

#hmenu ul ul li img { 
/*
	This controls the arrow image that will appear on li tags with submenus.
	Set the 'arrow_white' for a white arrow and 'arrow_black' for a black arrow.
	You can upload a custom image as long as you give reference to it.
*/ 
	background:url(../images/arrow_white.gif) no-repeat;	
	
	/* leave be unless you want the nuts and bolts */
	width:16px; height:14px;
	float:right;border:0px;
}

/* leave these be unless you want the nuts and bolts */
#hmenu ul {
	width:100%;
	position:relative;
	list-style:none;
	padding:0;margin:0;
	overflow:visible;  
	z-index:99;
}

#hmenu ul ul {
    display:none;   
}

#hmenu ul ul li:first-child, #hmenu ul ul li.firstchild {
	border-top-width:1px; 
}

#hmenu ul li:hover ul ul, #hmenu ul li:hover ul ul ul, #hmenu ul li.hover ul ul, #hmenu ul li.hover ul ul ul {
    display:none; 
}

#hmenu ul li:hover ul, #hmenu ul ul li:hover ul, #hmenu ul li.hover ul, #hmenu ul ul li.hover ul {
    display:block;
}

#hmenu ul li span:hover, #hmenu ul li span.hover {
	cursor:pointer;
}

li>ul { 
	top: auto;
	left: auto;
}
/* END NAVIGATION MENU */

/* Controls the sub content paragraph text color */
#submain .ha, #submain p, #submain td, #submain li { color:#000; }

#submain { font-size:12px;width:97%;text-align:justify; } /* Controls the div element containing all sub content */
#submain_head { margin-bottom:20px; } /* Controls the page title and page title summary area of the sub page */
#submain_head .head_img { float:right;padding:0 0 5px 5px; } /* Controls the image on the top of each sub page */
#submain h3 { font-size:17px;padding:0;margin:0; } /* Controls h3 content within sub content (sub page title) */
#submain h4 { font-size:14px;padding:0;margin:0; } /* Controls h4 content within sub content (sub page sub areas) */
#submain h5 { font-size:13px;padding:0;margin:0; } /* Controls h5 content within sub content (sub page sub areas -a bit smaller) */
#submain p { padding:0 0 3px 0;margin:0; }
#submain ul { padding:0 0 20px 34px;margin:0; }
#submain li { padding:2px 0 4px 0;margin:0; }
#submain dl { padding:5px 0 0 0;margin:0; }
#submain dt { font-weight:bold;font-size:13px;text-decoration:underline;padding:0;margin:0; }
#submain dd { padding:0 0 15px 0;margin:0; }
#submain table { padding:0 0 5px 0;margin:0;width:100%; }
#submain table th { font-size:13px;font-weight:bold;vertical-align:bottom;text-align:left;border-bottom:2px solid #CCCCCC; }
#submain table td { font-size:12px;padding:3px 0 3px 0; border-bottom:0px solid #CCCCCC; }
#submain .subitem { padding-bottom:10px; } /* Controls sub page mini areas */
#submain .subitem_a { float:left; } /* each mini area has two columns. This is side a (left) */
#submain .subitem_b { padding-left:20px; } /* each mini area has two columns. This is side b (right) */
#submain .subitem_icon { padding:0;margin:0 } /* This controls the little image icon in each mini area */
#submain .ha { padding-bottom:6px } /* Every bit of text the user has typed in via the html area will be wrapped in this class */
