html, body { 
	height: 100%;
	}
	
body { 
	margin: 0;
	padding: 0;
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	color: #b7b7b7;
	text-align: center;
	background: #dadada;	/* -- main background color -- */
	}

	
#wrapper { 
    position: relative;
    padding: 0;
    margin: 0;	
    }		


#wrapper2 { 
    position:relative;
	padding: 0;
	margin: 0;
	height:320px;
	background: #ffbb30;	/* -- top bar background color -- */
    }		



#wrapper3 { 
    position: relative;
    padding: 0;
    margin: 0;
	height:340px;
	background: transparent url(../images/common/bg-body.png) repeat-x;
    }		


.container { 
	width: 970px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	position: relative;
	}


.clear { 
	clear: both; 
	}
	
	

/*  TOP-SECTION STYLES f
---------------------------------------------------------------------*/
	
#topSection { 
	width: 100%;
	height: 172px;
	margin: 0; 
	padding: 0;
	background: transparent url(../images/common/top-topBG.png) no-repeat center top;
	}




.topNav {
	width:140px;
	height: 24px;
	float:right;
	}

.topLogo {
	float:left;
	}

.contact {
	background: #858d92	/* -- contact link at top background color -- */ url(../images/common/top-linkContact4.png) center;
	border-left: solid 1px #FFFFFF;
	cursor:pointer;
	}
	
.home {
	background: #710f1e	/* -- home link at top background color -- */ url(../images/common/top-linkHome4.png) center;
	cursor:pointer;
	}	

.topContact {
	float:right;
	width:expression('200px');
	font-size:11px;
	color: #474e53;
	padding: 30px 40px 0 0px;
	text-align:right;
	}	
	

/*  MIDDLE-SECTION STYLES 
---------------------------------------------------------------------*/
	
#middleSection { 
    position: relative;
	width: 100%;
	height: 300px;
	margin: -9px 0 -20px 0px; 
	padding: 0;
	background:transparent url(../images/common/middle-BG.png) no-repeat center top;
	}

#middlePhoto {
	clear:both;
	margin: 0px;
	padding: 8px 0 0 10px;
	}	

/*  MAIN-SECTION STYLES 
---------------------------------------------------------------------*/
	
.mainSection {
	width:970px;
	color:#737373;
	margin:0 0 0px 0px;
	background: url(../images/common/main-bodyBG.png) repeat-y;
	float:left;
	}

.mainSection2 { 
	width:970px;
	margin:0 0 -13px 0px;
	padding:0 0 20px 0px;
	background: url(../images/common/main-bottomBG.png) no-repeat center bottom;
	float:left;
	}	

.sectionContainer { 
	margin: 13px 33px 0 34px;
	float:left;
	}

.sectionBG { 
	margin: 12px 33px 0 34px;
	float:left;
	width:890px;
	background: #ffbb30;
	}

.sectionContainer2 {
	float:left;
	width:890px;
	background: url(../images/common/mainContent-BG.png) repeat-y;
	}

.sectionContainer3 {
	float:left;
	width:890px;
	background: url(../images/common/mainContent-bottom.png) no-repeat center bottom;
	}

/*  LEFT NAVIGATION STYLES 
---------------------------------------------------------------------*/	

.leftNavContainer {
	float:left;
	width:204px;
	margin: 0 28px 0px 7px;
	padding-bottom:140px;
	background:none;
	}
	
#leftNav {
	width:204px;
	float: left;
	background:none;
	}	
	
	


#leftNav ul { 
	list-style:none;
	margin:26px 0 10px 15px;
	padding:0px;
	float:left;
	}
		
	#leftNav ul li { 
		font-size: 12px;
		font-weight: 500;
		width:173px;
		height:25px;
		line-height:25px;
		padding:0px 0 0 0px;
		}


	#leftNav ul li a { 
		display: block;
		color: 710f1e;	/* -- text color for left hand navigation -- */
		/*background: url(../images/common/leftNav-Bullet.gif) no-repeat 7px 10px;*/
		border-bottom: solid 1px #ffd98b;	/* -- divider line color in left hand navigation -- */
		padding: 0 0 0 18px;
		text-decoration:none;
		}
		
	#leftNav ul li a:hover { 
		background: #ffe4ac;	/* -- background color for left hand navigation when rolled over -- */ url(../images/common/leftNav-Bullet.gif) no-repeat 7px 10px;
		}
		
		



/*  MAIN CONTENT STYLES 
---------------------------------------------------------------------*/	

.mainContent {
	float: left;
	width: 600px;
	font-size:11px;
	padding:0 0 10px 0px;
	margin:0px;
	}
	
.mainContent #aspCalendar td {
	
	font-size:14px;
	color: #ffffff;
	
}

.mainContentWithRightColumn {
	float: left;
	width: 410px;
	font-size:11px;
	padding:0 0 10px 0px;
	margin:0px;
	min-height:500px;
	}


/*  RIGHT COLUMN STYLES 
---------------------------------------------------------------------*/	

.rightColumn {
	float: left;
	width: 190px;
	font-size:11px;
	padding:0 20px 10px 30px;
	margin:0px;
	}

.rightColumn a {
	text-decoration:none;
	font:Helvetica, Arial, sans-serif;
	font-stretch:ultra-condensed;
	font-weight: 500;
	font-size:11px;
	color:#295c53;	/* -- news text link color -- */
	line-height:17px;
		}
	
		
#news {
	margin:0 0 10px 0px;
	padding:0 0 12px 0px;
	border-bottom: solid 1px #e9e9e9;	/* -- news section divider line color -- */
	}
	
	#news a {
		text-decoration:none;
		font:Helvetica, Arial, sans-serif;
		font-stretch:ultra-condensed;
		font-weight: 500;
		font-size:11px;
		color: #295c53;	/* -- news text link color -- */
		line-height:17px;
		}
		
	#news a:hover {
		color:#1d3457;	/* -- news text link color when rolled over -- */
		}	
										

/*  BOTTOM-SECTION STYLES 
---------------------------------------------------------------------*/	
	
#botSection {
	width: 100%;
	margin:0 0 0 0px; 
	padding:10px 0 50px 0px;
	position: relative;
	clear: both;
	display: block;
	color: #710f1e;	/* -- footer text color and link color -- */
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:18px;
	}
	
#botSection a {
	text-decoration:none;
	color: #710f1e;
	}

#botSection a:hover {
	text-decoration:none;
	color: #566a89;	/* -- footer text link color when rolled over -- */
	}	



/*  FORM STYLES 
---------------------------------------------------------------------*/	

.button 
{
	font:Helvetica, Arial, sans-serif;
	font-stretch:ultra-condensed;
	font-weight:lighter;
	text-transform:uppercase;
	background-color: #2d4770;
	border: 1px solid #e9e9e9;
	vertical-align: text-bottom;
	color: #ffffff;

}

.button:hover {cursor:pointer;}



.inputBox {
		font:Helvetica, Arial, sans-serif;
		font-stretch:ultra-condensed;
		font-weight:lighter;
		background-color: #FFFFFF;
		vertical-align: text-bottom;
		padding-left:5px;
		border: solid 1px #e9e9e9;
		color:#1d3457;
		width:300px;
}


.area {
		height:50px;
}



	
/*  COMMON/GENERAL STYLES 
---------------------------------------------------------------------*/	

a {
	color:#710f1e;	/* -- main body hyper link text color -- */
	}	

	
	/* -- MAIN TITLE -- */
h1 {
	font:Helvetica, Arial, sans-serif;
	font-stretch:ultra-condensed;
	font-weight:lighter;
	font-size:20px;
	color:#710f1e;
	line-height:20px;
	border-bottom: solid 1px #e9e9e9;	/* -- main title divider line color -- */
	padding:0 0 3px 0px;
	margin:28px 0 12px 0px;
	}


	/* -- SECONDARY TITLE -- */	
h2 {
	font:Helvetica, Arial, sans-serif;
	font-stretch:ultra-condensed;
	font-weight:lighter;
	font-size:16px;
	color:#df8402;
	line-height:18px;
	padding:0 0 0px 0px;
	margin:0 0 6px 0px;
	}	


	/* -- THIRD TITLE -- */	
h3 {
		font:Helvetica, Arial, sans-serif;
		font-stretch:ultra-condensed;
		font-weight: 500;
		font-size:11px;
		color:#000000;
		line-height:17px;
		padding:0px;
		margin:0px;
		}
	
	
p {padding:0 0 10px 0px; margin:0px;	}	
	



ul {
	width:400px;
	padding:0px 0 10px 16px;
	margin:0px;
	}
	
	
	ul li {padding-top:3px; margin:0px;}	
		
		
.line {
	border-bottom: solid 1px #e9e9e9;	/* -- main divider line color -- */
	margin-bottom:10px;
	}	
.gridhead1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	background-color:#d6d6d6;
	border:solid 1px #d6d6d6;
	font-weight:bold;
}

.gridhead1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	background-color:#d6d6d6;
	border:solid 1px #d6d6d6;
	font-weight:bold;
}

.gridhead1 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	background-color:#d6d6d6;
	border:solid 1px #d6d6d6;
	font-weight:bold;
}

.gridbody1 {background-color:#ffffff;border:solid 1px #d6d6d6;color:#505050;}
.gridbody2 {background-color:#e7e7e7;border:solid 1px #d6d6d6;color:#505050;}
.gridcell {padding:3px;border:solid 1px #d6d6d6;font-size:12px;color:#505050;}

	