/* CSS Document */
.copytex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.downlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F1301;
	text-decoration: none;
}
.downlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8A00;
	text-decoration: none;
}
.headline {
	font-family: "Benguiat Bk BT",Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.newlink {
	font-family: "Folio Md BT",Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4D551A;
	text-decoration: none;
}
.newlink:hover {
	font-family: "Folio Md BT",Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #01141A;
	text-decoration: none;
}
.bgcolor1 {
	background-color: #BACB9E;
}
.bgcolor2 {
	background-color: #BBB8B8;
}
.bgcolor3 {
	background-color: #B6CEDC;
}
.bgcolor4 {
	background-color: #FBCA75;
}
.bgcolor5 {
	background-color: #D3DF81;
}
a.companylogo:link{font-family: "Folio Md BT",Arial, Helvetica, sans-serif; font-size: 1.3em; text-decoration:none; color:#333333;}
a.companylogo:visited{font-family: "Folio Md BT",Arial, Helvetica, sans-serif; font-size: 1.3em; text-decoration:none; color:#333333;}
a.companylogo:hover{font-family: "Folio Md BT",Arial, Helvetica, sans-serif; font-size: 1.3em; text-decoration:underline; color:#333333;}


/* this is for the contact area */
#contact_name {
	margin: 1em 0;
	color:#333333;
	font-family: "Folio Md BT",Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: none;
	z-index:2;
}

#contact_image{
	border: 1px solid #cccccc;
	float:left;
	margin:0px 10px 0px 0px;
	padding: 5px;
	z-index:2;
}

#contact_container{
	padding-left:10px;
	z-index:2;
}

#contact_noimage{
	float:left;
	margin:0px 10px 0px 0px;
	padding: 5px;
	z-index:2;
}


#contact_image .contact_photo{
margin-bottom: 5px;
	z-index:2;
}
#contact_image .email_button{
float:left;
margin-right:4px;
font-size:10px;
	z-index:2;

}


#contact_noimage .email_button{
float:left;
margin-right:4px;
font-size:10px;
	z-index:2;

}
/* End contact Area */


/* Horizontal Menu Code */
#hmenu {
	width:730px;
	position: relative;
}



#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.
*/

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	font-weight: bold;
	width:146px;
    position:relative;
	display:block;
	float:left;
	height: 33px;
	margin-top: 13px;
}


#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:160px;
	color: #FFFFFF;
	font-family: "Folio Md BT",Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color:#BBB8B8;
	height: auto;
	padding: 2px 5px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
	margin:0;
}


#hmenu ul ul ul li {
}

#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 .centered {
	/*
	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:0;
	/* leave be unless you want the nuts and bolts */
    display:block;
	text-align: center;
}

#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;
	margin-top:0px;
	margin-left:0px;
}

#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:-26px;
	margin-left:135px;
	/* leave be unless you want the nuts and bolts */
    display:none;
	position:absolute;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	width: 172px;
}
*html #hmenu ul ul ul {
	margin-left:152px;
	width:152px;
}

#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:-165px;
	
}

 
#hmenu ul li:hover, #hmenu ul li.hover {

}

#hmenu ul ul li:hover, #hmenu ul ul li.hover {
	background-image:none;
	background-color:#01141A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#hmenu ul ul li img {
	/* leave be unless you want the nuts and bolts */
	width:12px;
	height:15px;
	float:right;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 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;
}

#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 #2477B3; }
#submain table td { font-size:12px;padding:3px 0 3px 0; border-bottom:0px solid #2477B3; }
#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 */


/* Controls the sub content paragraph text color */
#submain .ha, #submain p, #submain td, #submain li { color:#000; }

#submain .ha h3 { font-size:inherit;padding:inherit;margin:inherit; }
#submain .ha h4 { font-size:inherit;padding:inherit;margin:inherit; }
#submain .ha h5 { font-size:inherit;padding:inherit;margin:inherit; }
#submain .ha p { padding:inherit;margin:inherit; }
#submain .ha ul { padding:inherit;margin:inherit; }
#submain .ha li { padding:inherit;margin:inherit; }
#submain .ha dl { padding:inherit;margin:inherit; }
#submain .ha dt { font-weight:inherit;font-size:inherit;text-decoration:inherit;padding:inherit;margin:inherit; }
#submain .ha dd { padding:inherit;margin:inherit; }
#submain .ha table { padding:inherit;margin:inherit;width:inherit; }
#submain .ha table th { font-size:inherit;font-weight:inherit;vertical-align:inherit;text-align:inherit;border-bottom:inherit; }
#submain .ha table td { font-size:inherit;padding:inherit; border-bottom:inherit; }