@charset "utf-8";
/* CSS Document */
/*Overall*/
body {
	background-image:url(../images/mainbody_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	padding-top:21px;
	background-color:#F5F3F2;
	font:normal 12px Arial, Helvetica, sans-serif;
}


h1, h2, h3, p {
	margin:0px;
	padding:0px;
}

/*-----------------------------text-----------------------------------*/

.topHdrText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	line-height:20px;
	padding-left:64px;
}

.mainBannerTextBlack{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#000;
}

.bodyTextHeading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#01579E;
	line-height:40px;
}

.bodyTextNormal{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
	line-height:20px;
}

.bodyTextBold{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#9B4D17;
	line-height:20px;
}

.boxTextHeading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#000;
	line-height:20px;
}

.footerText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#877A71;
	line-height:20px;
}

.footerTextBold{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#877A71;
	line-height:20px;
}
.captions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color:#877A71;
	line-height:20px;
}
.img_border {

	padding:1px;
	border:1px solid #E6EBEE;
}


/*--------------------------------- link -----------------------------------------*/


a.topMenuLink:link, a.topMenuLink:active, a.topMenuLink:visited 
{
	display:block;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	background-image:url(../images/menu_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	
}

a.topMenuLink:hover {
    
	color:#fff;
	background-image:url(../images/menu_bg_h.jpg);
	
	
}

a.footerLinks:link, A.footerLinks:active, A.footerLinks:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#877A71;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	line-height:20px;
}

a.footerLinks:hover {
	color:#000;
	text-decoration:underline;

	
}


a.copyLinks:link, A.copyLinks:active, A.copyLinks:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#877A71;
	line-height:20px;
	text-decoration:none;
	
}

a.copyLinks:hover {

	color:#000;
	text-decoration:underline;
}


a.mailTo:link, A.mailTo:active, A.mailTo:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#01579E;
	line-height:20px;
	text-decoration:none;
	
}

a.mailTo:hover {

	color:#000;
	text-decoration:underline;
}






/*-----------------------------misc-----------------------------------*/

.mainBodyColor{
	background-color:#FFF;
	border-right:#E5E3E1 solid 2px;
	border-left:#E5E3E1 solid 2px;
}

.topHdrBg {
	background-image:url(../images/topheader_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:142px;
}

.mainBannerBg {
	background-image:url(../images/mainbanner_bg1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#9B4D17;
	line-height:normal;
	border:2px solid #FFF;
}


.boxBg{
	background-color:#E6EBEE;
	border:#075691 1px solid;
}

.footerBg{
	background-image:url(../images/footer_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:82px;
}
