html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body	{
	color: #0054A4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 0;
	background:  #FFF;
}

* html #container { height: 100%;}
#container {
	min-height: 100%;
	position:relative;
	width: 950px;
	margin: 0 auto; padding: 0;
	clear: both;
}



#container-header {
	width: 950px; height: 130px;
	text-align: center;
	margin: 0 auto; padding: 0;
	clear: both;
}

#container-header .leftPanel	{ width: 525px; text-align: left; padding: 20px 0; }
#container-header .midPanel	{ width: 255px; text-align: left; padding: 20px 0; }
#container-header .rightPanel	{ width: 170px; text-align: left; padding: 0; }


#container-navbar {
	width: 950px; height: 35px;
	margin: 0 auto; padding: 0;
	background: url(/images/nav-bg.gif) repeat-x left bottom;
	clear: both;
}

.navbar {
	width: 950px; height: 35px;
	margin: 0 auto; padding: 0;
	background: url(/images/bg-navbar2.gif) no-repeat right top;
	display: block;
}




/* Side Nav Bar
-------------------------------------------------------------- */

.navbar ul {
	width: 940px;
	list-style-type: none;
	padding: 0; margin: 0;
}

.navbar ul li {
	margin: 0; padding: 0;
	height: 35px;
	float: left; display: inline;
	position: relative;

}

.navbar ul a {
	display: block;
	background-position: left top;
	text-indent: -5000px; /* Hides the text */
}

.navbar ul a:hover { background-position: left bottom; background-repeat: no-repeat; }


.navbar ul li.cat-item-0 a  {
	background-image: url(/images/NavBar/home_a.gif);
	background-repeat: no-repeat; 
	width: 77px;
	height: 35px;
	margin: 0;
	display: block;
}

.navbar ul li.cat-item-1 a  {
	background-image: url(/images/NavBar/indiv_a.gif);
	background-repeat: no-repeat; 
	width: 116px; height: 35px;
	margin: 0;
	display: block;
}

.navbar ul li.cat-item-2 a {
	background-image: url(/images/NavBar/corp_a.gif);
	background-repeat: no-repeat; 
	width: 109px; height: 35px;
	margin: 0;
	display: block;
}
.navbar ul li.cat-item-3 a {
	background-image: url(/images/NavBar/overseas_a.gif);
	background-repeat: no-repeat; 
	width: 155px; height: 35px;
	margin: 0;
	display: block;
}

.navbar ul li.cat-item-4 a {
	background-image: url(/images/NavBar/priv_a.gif);
	background-repeat: no-repeat; 
	width: 209px; height: 35px;
	margin: 0;
	display: block;
}

.navbar ul li.cat-item-5 a {
	background-image: url(/images/NavBar/about_a.gif);
	background-repeat: no-repeat; 
	width: 104px; height: 35px;
	margin: 0;
	display: block;
}

#NavBar li.current-cat a, #NavBar li.current_page_item a {
	background-position: left bottom; /* THIS SETS THE ACTIVE STATE */
	background-repeat: no-repeat; 
}


.navbar ul li.cat-item-1 a.active_category, 
.navbar ul li.cat-item-2 a.active_category, 
.navbar ul li.cat-item-3 a.active_category, 
.navbar ul li.cat-item-4 a.active_category, 
.navbar ul li.cat-item-5 a.active_category { /* THIS SETS THE ACTIVE CATEGORY STATE WHEN VIEWING POSTS USE WITH SHOW ACTIVE CATEGORY PLUGIN */
	background-position: left bottom;
	background-repeat: no-repeat; 
}


#container-body {
	width: 950px;
	margin: 0 auto; padding: 0;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	clear: both;
}

html>body #container-body { overflow: auto; } /* FOR IE 7 AND MODERN BROWSERS */


#container-body .leftPanel	{ width: 670px; margin: 0 40px 0 0; padding: 20px 0 20px 20px; text-align: left; }
#container-body .rightPanel	{ width: 220px; margin: 0; padding: 20px 0; text-align: left; }


#container-footer {
	width: 950px; height: 100px;
	margin: 0 auto; padding: 0;
	font-size: 12px;
	clear: both;
}

.footer .top			{ width: 920px; height: 15px; margin:0 0 15px 0; padding: 10px 10px 10px 20px; text-align: right; background: #0054a4;	color: #FFFFFF; }
.footer .top ul			{ list-style-type: none; margin: 0; padding: 0; float: right; }
.footer .top ul li		{ float: left; display: inline; margin: 0 10px;  }
.footer .top ul li a	{ padding: 0 10px;  }


.footer .bot .leftPanel		{ width: 590px; text-align: left; padding: 0; }
.footer .bot .rightPanel	{ width: 320px; text-align: right; padding: 40px 0 0 0; }

a img { border: none; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 14pt; color: #0054A4; font-weight: bold; padding: 0; margin: 12px 0 7px 0; text-transform: uppercase; } /* PAGE HEADING - NO SIFR */
h2 { font-size: 13pt; color: #0198CD; font-weight: bold; padding: 0; margin: 20px 0 7px 0;} /* PAGE SUB HEADING - NO SIFR */
h3 { font-size: 11pt; color: #0054A4; font-weight: bold; padding: 0; margin: 15px 0 2px 0;} /* PAGE SUB SUB HEADING - NO SIFR */
h4 { font-size: 16px; margin: 0; padding: 0; color: #FFFFFF; text-align: left;} /* FORM HEADING - MYRIAD PRO */
h5 { font-size: 16px; margin: 20px 0; padding: 0; color: #FFFFFF; text-align: center; } /* FORM THANKYOU TEXT - NO SIFR */
h6 {  } /* UNUSED - NO SIFR */






hr {
	background: none; 
	clear: both; 
	float: none; 
	width: 100%; 
 	height: 1px;
	margin: 0; padding: 0;
	border-top: 1px dashed #676767;
	border-left: none;
	border-bottom: none; 
	border-right: none; 
}

/* Text elements
-------------------------------------------------------------- */

p		{ margin: 12px 0 ; text-align: left; }
ul      { margin: 6px 0 6px 20px; padding: 0; text-indent: -20px; text-align: left; list-style-position: inside; list-style-type: square; }
ul li	{ padding: 2px 0; }


/* Some default classes
-------------------------------------------------------------- */

.leftPanel, .midPanel, .leftCol	{ float: left; display: inline; }
.rightPanel	, .rightCol			{ float: right; display: inline; }
.small					{ font-size: 11px; }
.clr					{ clear: both; }
.right					{ text-align: right; }
.last					{ margin: 0;}
img.sideButton			{ margin: 0 0 20px 0;  }
.small					{ font-size: 10px; }


/* Form Styles
-------------------------------------------------------------- */

.form_bg	{ width: 220px; height: 300px; margin: 0 0 20px0; background: url(/images/form-bg.gif) no-repeat left top; }
.label	{ font-size: 12px; }

INPUT.Cat_TextBox, INPUT.Cat_TextBox_Sm, INPUT.Cat_TextBox_L, SELECT.Cat_DropDown, TEXTAREA.Cat_ListBox, TEXTAREA.Cat_ListBox_L {
	color: 	#333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; font-weight: normal;
	border: 1px solid #C4BFBC;
	background: #FFFFFF !important;
	margin: 0 0 6px 0;
}

INPUT.Cat_TextBox, SELECT.Cat_DropDown {
	WIDTH: 130px;
}

INPUT.Cat_TextBox_L, SELECT.Cat_DropDown_L {
	WIDTH: 210px;
}


INPUT.Cat_TextBox_Sm {
	width: 80px;
}

TEXTAREA.Cat_ListBox {
	width: 126px;
	height: 35px;
}

TEXTAREA.Cat_ListBox_L {
	width: 206px;
	height: 35px;
}



/* Button Classes */

.button {
	width:109px;
	height:34px;
	background: url(/images/but-submit.gif) no-repeat;
	outline: none; border: none;
	margin: 20px 0 0 0;
}

.button:hover {
	background: url(/images/but-submit_d.gif) no-repeat;

}

 /* @group Links */

a:link, a:visited {
	color: #0054A4;
	text-decoration: none;	
}

a:hover, a:active {
	color: #0054A4;
	text-decoration: underline;
}

.footer .top a:link, .footer .top a:visited { color: #FFFFFF; text-decoration: none; }
.footer .top a:hover { color: #FFFFFF; text-decoration: underline; }

.footer .bot .rightPanel a:link, .footer .bot .rightPanel a:visited { color: #0054A4; text-decoration: none; }
.footer .bot .rightPanel a:hover { color: #0054A4; text-decoration: underline; }
