body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	text-align: center;
	background: #4D4D4D url(images/main_bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
	color: #18548B;
	font-weight: bold;
}
a:visited {
	color: #2C87DA;
}
a:hover {
	background-color: #18548B;
	color: #FFFFFF;
}
#container {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}
#header {
	background: #000000 url(images/header_bg.jpg) no-repeat;
	height: 98px;
}
#logo {
	width: 260px;
	float: left;
	padding: 8px;
}
#logo a:hover {
	background: none;
}
#phones {
	color: #18548B;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	text-align: right;
	padding-right: 10px;
	width: 440px;
	height: 28px;
	float: right;
}
#ajaxmenu {
	height:24px;
	background: url(images/menu_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
}
.menu {
	width: 760px; 
	font-size: 14px;
	font-weight: bold;
	z-index: 100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul {
	width: 150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 120px;
	position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 14px;
	text-decoration: none; 
	color: #18548B; 
	width: 120px; 
	height: 24px;  
	background: url(images/menu_sep.jpg) no-repeat top right; 
	line-height: 24px;
	text-align: center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 120px;
	w\idth: 120px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #afb9bd url(images/menu_bg.jpg) repeat-x; 
	color: #18548B; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 10px; 
	width: 130px;
	border-bottom: 1px solid #18548B;
}
* html .menu ul ul a {
	width: 150px;
	w\idth: 130px;
}
/* .menu ul ul a:hover, .menu ul ul :hover > a {
	background-image: none;
	background: #18548B; 
	color: #afb9bd;
} */

/* style the third level background 
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #18548B; 
	color: #afb9bd;
} */
/* style the third level hover 
.menu ul ul ul a:hover {
	background: #afb9bd; 
	color: #18548B;
}
.menu ul ul ul :hover > a {
	background: #afb9bd; 
	color: #18548B;
} */

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0; 
	width: 150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top: 24px;
	t\op: 24px;
}

/* position the third level flyout menu */
.menu 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 */
.menu table {position:absolute; top:0; left:0;}

/* style the top level hover */
.menu a:hover {
	color: #FFFFFF !important; 
	background: #18548B url(images/menu_hover.jpg) no-repeat top right !important;
}
.menu :hover > a {
	color: #FFFFFF;
	background: #18548B url(images/menu_hover.jpg) no-repeat top right;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

#main {
	background-color: #FFFFFF;
	padding: 8px;
	clear: both;
}
#main2 {
	background: #FFFFFF url(images/content_bg.jpg) repeat-y;
	padding: 6px 6px 10px 0;
	clear: both;
}
#sidebar {
	width: 122px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 2px;
}
#content {
	width: 618px;
	float: right;
}
#page_header {
	background-color: #18548B;
	padding: 4px;
	margin-bottom: 8px;
}
#page_header h1 {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#footer {
	color: #18548B;
	background: #BCBCBC;
	text-align: center;
	padding: 1px;
	border-top: 4px solid #18548B;
	border-bottom: 4px solid #18548B;	
}
#footer a, #footer a:visited {
	color: #18548B;
}
#footer a:hover {
	color: #000000;
	background: #FFFFFF;
}
#foot_hm {
	width: 126px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
}
#foot_links {
	width: 620px;
	float: right;
	text-align: center;
	padding-top: 6px;
}
h1 {
	font-weight: bold;
	color: #18548B;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #18548B;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h4 {
}

#navcontainer { 
	width: 114px; 
	margin: 0 auto 0 auto;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #18548B;
}
#navcontainer li {
	margin: 2px 0 0 0;
	padding: 0;
}
#navcontainer a, #navcontainer a:visited {
color: #FFFFFF;
display: block;
padding: 3px;
width: 108px;
background-color: #18548B;
text-decoration: none;
}
#navcontainer a:hover {
background-color: #899ba2;
color: #FFFFFF;
}
.current a:link, .current a:hover, .current a:visited {
background-color: #FFFFFF;
color: #18548B;
}