/*----- CMS Version 2.0 Compatible -----*/

/*----- CORE ELEMENTS -----*/

html, body, p, .text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px; color: #333; }

/* apply to body tag */
#main_body { padding: 0px; margin: 0px; background: url("../images/bg.gif") repeat-x center top;}


h1 {
	font-size: 20px;
	line-height: 17px;
	color: #1e3667;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;

}
h2 {
	font-size: 14px;
	line-height: 16px;
	color: #1e3667;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 16px;
	color: #1e3667;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 13px;
}

a:link, a:visited {
	color: #009966;
	text-decoration: none;
}
a:hover, a:active{
	color: 333;
	text-decoration: underline;
}

img { border: 0px; }
form { display:inline }

/*----- PRINT ELEMENTS -----*/

.PrintOnly { display:none; }
.DontPrint { display:block; }

/*----- TIER 2 NAVIGATION ELEMENTS -----*/
/* apply these to td */

.Tier2_Inactive a:link, .Tier2_Inactive a:visited /* OFF */
{
	color: #1e3667;
	background: url("../images/navigation/Tier2_Bullet_Off.gif") no-repeat left 7px;
	display: block;
	padding: 4px 5px 4px 22px;
}

.Tier2_Inactive a:hover, .Tier2_Inactive a:active /* OFF HOVER */
{
	color: #009966;
	background: url("../images/navigation/Tier2_Bullet_On.gif") no-repeat left 7px;
	text-decoration: none;
}

.Tier2_Active a:link, .Tier2_Active a:visited /* ON */
{
	color: #009966;
	background: url("../images/navigation/Tier2_Bullet_On.gif") no-repeat left 7px;
	display: block;
	padding: 4px 5px 4px 22px;
}

.Tier2_Active a:hover, .Tier2_Active a:active /* ON HOVER */
{	color: #009966;
	background: url("../images/navigation/Tier2_Bullet_On.gif") no-repeat left 7px;
	display: block;
	padding: 4px 5px 4px 22px;
	text-decoration: none;
}


/*----- TIER 3 NAVIGATION ELEMENTS -----*/
/* apply these to td */

.Tier3_Inactive a:link, .Tier3_Inactive a:visited /* OFF */
{ }

.Tier3_Inactive a:hover, .Tier3_Inactive a:active /* OFF HOVER */
{ }

.Tier3_Active a:link, .Tier3_Active a:visited /* ON */
{ }

.Tier3_Active a:hover, .Tier3_Active a:active /* ON HOVER */
{ }

/*----- FOOTER ELEMENTS -----*/

.Footer {
	color: #6b7b9b;
	font-size: 10px;
}



/*----- CUSTOM ELEMENTS -----*/
.home_body { padding: 0px; margin: 0px; height:100%}

.home_border {
	border: 1px solid #6b7b9b;
}
.table1_bg {
	background: url("../images/home/mid_bg1.jpg") no-repeat;
}
.table2_bg {
	background: url("../images/home/mid_bg2.jpg") no-repeat;
}

.textbox {
	border: 1px solid #999999;
	width: 117px;
	height: 14px;
	font-size: 11px;
	color: #1e3667;
	padding-right: 5px;
	padding-left: 5px;
}

.textbox_home {
	border: 1px solid #999999;
	width: 117px;
	height: 14px;
	font-size: 11px;
	color: #1e3667;
	padding-right: 5px;
	padding-left: 5px;
}
.formbox {
	border: 1px solid #999999;
	font-size: 11px;
	color: #1e3667;
	padding-right: 5px;
	padding-left: 5px;
}

hr {
	height:0px;
	border-top:1px solid #8e9ab3;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding-bottom:5px;
	margin: 18px 0px 13px 0px !important;
	margin: 0px 0px 13px 0px;
}
ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
ul li {
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-top: 10px;
	padding-left: 8px;
}
ul li ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
}
ul li ul li {
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	margin-left: 0px;
}
.text strong {
	color: #1e3667;
}

#popup_body { padding: 0px; margin: 0px;}

/* these are custom definitions needed for templates */

/*----- CONTENT AREA ELEMENTS -----*/
/* these are custom definitions needed for content areas throughout site */




