/*----- CMS Version 2.0 Compatible -----*/

/*----- CORE ELEMENTS -----*/

html, body, p, .text { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; line-height: 17px; color: #333; }

/* apply to body tag */
#main_body { padding: 0px; margin: 0px; background-color: #ffffff;}

h1 { font-size: 22px; font-weight: normal; color: #04245d; padding: 0px; margin: 0px;}
h2 { font-size: 16px; font-weight: normal; color: #000066; margin: 0px 0px 5px; padding: 0px;}

p { margin-top: 0px;}

a:link, a:visited {
	color: #04245d;
	text-decoration: underline;
}
a:hover, a:active{
	color: #04245d;
	text-decoration: none;
}

img { border: 0px; }
form { display:inline }

/*----- PRINT ELEMENTS -----*/

#print_header { display:none;}
.PrintOnly { display:none; }
.DontPrint { }
.mainContentArea { width:570px;}
.container { width:567px;}
.pageTitle {padding-bottom: 5px; padding-left:25px;}

/*----- TIER 2 NAVIGATION ELEMENTS -----*/
/* apply these to td */

.Tier2_Inactive a:link, .Tier2_Inactive a:visited /* OFF */
{ 
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 17px;	
	text-decoration: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	display:block;
	background: #153266 url(../images/navigation/leftnav_t2inactive.jpg) no-repeat;
}

.Tier2_Inactive a:hover, .Tier2_Inactive a:active /* OFF HOVER */
{ 
	color: #153266;
	background: #fff url(../images/navigation/leftnav_t2active.jpg) no-repeat;	
}

.Tier2_Active a:link, .Tier2_Active a:visited /* ON */
{ 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 17px;	
	text-decoration: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	display:block;
	color: #153266;	
	background: #fff url(../images/navigation/leftnav_t2active.jpg) no-repeat;	
}

.Tier2_Active a:hover, .Tier2_Active a:active /* ON HOVER */
{ 
	color: #153266;
	background: #fff url(../images/navigation/leftnav_t2active.jpg) no-repeat;
}

/*----- TIER 3 NAVIGATION ELEMENTS -----*/
/* apply these to td */

.Tier3_Inactive a:link, .Tier3_Inactive a:visited /* OFF */
{ 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 17px;	
	text-decoration: none;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	display:block;
	color: #fff;
	background: #153266 url(../images/navigation/leftnav_t3inactive.jpg) no-repeat;	
}

.Tier3_Inactive a:hover, .Tier3_Inactive a:active /* OFF HOVER */
{ 
	color: #fff;
	background: #153266 url(../images/navigation/leftnav_t3active.jpg) no-repeat;	
}

.Tier3_Active a:link, .Tier3_Active a:visited /* ON */
{ 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 17px;	
	text-decoration: none;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	display:block;
	color: #dc9c02;
	background: #153266 url(../images/navigation/leftnav_t3active.jpg) no-repeat;		
}

.Tier3_Active a:hover, .Tier3_Active a:active /* ON HOVER */
{ 
	color: #dc9c02;
	background: #153266 url(../images/navigation/leftnav_t3active.jpg) no-repeat;	
}

/*----- FOOTER ELEMENTS -----*/

.Footer { color: #FF0000; }
.Footer a:link, .Footer a:visited { color: #FF0000; }
.Footer a:hover, .Footer a:active { color: #FF0000; }


/*----- CUSTOM ELEMENTS -----*/
/* these are custom definitions needed for templates */

hr { height:0px; border-top:1px solid #ccc; border-right: 0px; border-bottom: 0px; border-left: 0px;}

#content_wrap {
	background-color: #fff;
	color: #000;
	width: 750px;
	padding-left: 1px;
	padding-right: 1px;
}

.leftnav_row {
	padding-bottom: 2px;
}

#content_mid {
	border-bottom: 1px solid #e5e5e5;
}

.footerText {
	 font-family: Arial, Verdana, Helvetica, sans-serif; 
	 font-size: 10px; 
	 line-height: 12px; 
	 color: #999; 
}
.homepage_tabs {
	width: 278px;
	padding: 16px;
	font-size: 12px;
	color: #04045d;
	line-height: 24px;
	background: #FFFFFF url(../images/home/wel_bg.jpg) no-repeat bottom;
}
.homepage_tabs2 {
	width: 206px;
	padding: 16px;
	font-size: 12px;
	color: #04045d;
	line-height: 24px;
	background: #FFFFFF url(../images/home/wel_bg.jpg) no-repeat bottom;
}
.homepage_tabs a:link, .homepage_tabs a:visited, .homepage_tabs2 a:link, .homepage_tabs2 a:visited {
	color: #04245d;
	text-decoration: underline;
}
.homepage_tabs a:hover, .homepage_tabs a:active, .homepage_tabs2 a:hover, .homepage_tabs2 a:active{
	color: #04245d;
	text-decoration: none;
}

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 5px; padding-left: 7px; }
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 5px; padding-left: 7px; margin-left: 5px; }

.gallery-callout {
	background: #eeeeee;
	border: 1px solid #ccc;	
	padding: 5px;
	font-size: 11px; line-height: 17px; color: #333;
}
.gallery-medium{
	border: 1px solid #ccc;
	width: 365px;
	height: 243px;

}
.gallery-small{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.gallery-thumb{

}
.gallery-caption {
	padding:4px 0px;
}

/*----- CONTENT AREA ELEMENTS -----*/
/* these are custom definitions needed for content areas throughout site */

.formbox, .formtextarea, .formselect, .ValidatorTextClass input {  border: 1px solid #ccc; font-size: 11px; line-height:13px; color: #666666;background: url(../images/formboxBG.gif) no-repeat 0 0; }
.formbox, .ValidatorTextClass input { padding: 2px 3px; background-color:#fff}
.formtextarea { padding: 2px 0px; background-color:#fff; color:#666;}
.formselect { padding: 0; }
.formselect option {padding:0 3px;}
.formbutton { padding: 2px 3px; background: #041D5D; cursor:pointer; color:#ffffff; font-size:11px; line-height:13px; border: solid 1px #ccc }

.photoright { float:right; margin:0px 0px 10px 20px; clear:right}
.photoleft { float:left; margin:0px 20px 10px 0px; clear:left}