@charset "utf-8";
html {
	background: #82BB5C;
}
body {
	background: #FFFFFF url(images/page_bg.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	text-align: left;
	width: 740px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 232px;
}
#home_button {
	width: 60px;
	float: left;
}
#main_nav {
	text-align: left;
	width: 440px;
	float: right;
}
#main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#main_nav ul ul {
	width: 150px;
	position: absolute;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#main_nav li {
	float: left;
	width: 69px;
	position: relative;
	display: inline;
	text-align: center;
}
/* style the links for the top level */
#main_nav li a, #main_nav li a:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 69px;
	height: 20px;
	float: left;
	background: transparent url(images/button_up.jpg) no-repeat;
	line-height: 20px;
	padding: 0 0 7px 0;
}
/* style the top level hover */
#main_nav li a:hover {
	color: #FFFFFF; 
	background: transparent url(images/button_down.jpg) no-repeat; 
}
#main_nav li :hover > a {
	color: #FFFFFF; 
	background: transparent url(images/button_down.jpg) no-repeat; 
}
/* style the second level links */
#main_nav li li a, #main_nav li li a:visited {
	display: block;
	font-size: 11px;
	background: #005CA4 none; 
	color: #FFFFFF; 
	font-weight: normal;
	height: 21px; 
	line-height: 21px; 
	padding: 0px; 
	width: 150px;
	border-bottom: 1px solid #166FA3;
	text-align: center;
}
#main_nav li li a:hover {
	background: #166FA3 none; 
	color: #FFFFFF;
	font-weight: normal;
}
/* style the third level background */
#main_nav li li li a, #main_nav li li li a:visited {
	background: #02265B none; 
	color: #FFFFFF;
} 
/* style the third level hover */
#main_nav li li li a:hover {
	background: #DF7B0C none; 
	color: #FFFFFF;
}
#main_nav li li li :hover > a {
	background: #DF7B0C;
	color: #FFFFFF;
} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#main_nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 27px;
	left: 0; 
	width: 150px;
}
/* another hack for IE5.5 */
* html #main_nav ul ul {
	top: 27px;
	t\op: 27px;
}
/* position the third level flyout menu */
#main_nav ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#main_nav table {position:absolute; top:0; left:0;}
/* make the second level visible when hover on first level list OR link */
#main_nav ul li:hover ul,
#main_nav ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#main_nav ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#main_nav ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#main_nav ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#main_nav ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}
#page_title {
	background: url(images/page_title_bg.jpg) repeat-y;
	padding: 0 16px 4px 16px;
	position: relative;
}
h1 {
	line-height: 56px;
	margin: 0;
	padding: 0;
}
#subhead {
	text-decoration: none;
	width: 130px;
	height: 41px;
	position: absolute;
	top: -7px;
	right: 10px;
}
#content {
	background: url(images/content_bg.jpg) bottom right no-repeat;
	padding: 16px;
}
#content_home {
	background: url(images/home_content_bg.gif) bottom right no-repeat;
	padding: 16px;
}
#content_left {
	width: 222px;
	float: left;
	text-align: right;
}
#content_right {
	width: 462px;
	float: right;
}
#footer {
	background: url(images/footer_bg.gif) top center no-repeat;
	min-height: 40px;
	height: 100%;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0F95BB;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Verdana;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
#services_menu {
}
#services_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#services_menu a, #services_menu a:visited {
	color: #999999;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	padding-right: 14px;
	line-height: 24px;
	text-decoration: none;
}
#services_menu a:hover {
	color: #82BB5C;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	padding-right: 14px;
	line-height: 24px;
}
#services_menu li.current {
	color: #109DCA;
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	padding-right: 14px;
	line-height: 24px;
	background: transparent url(images/services_bullet.gif) right center no-repeat;
}