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

table {
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
}

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


#wrapper2 { 
    position:relative;
	padding: 0;
	margin: 0;
	height:320px;
	background: #1d3457;	/* -- 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 
---------------------------------------------------------------------*/
	
#topSection { 
	width: 100%;
	height: 180px;
	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: #5b6f82	/* -- contact link at top background color -- */ url(../images/common/top-linkContact.png) center;
	border-left: solid 1px #FFFFFF;
	cursor:pointer;
	}
	
.home {
	background: #2d4770	/* -- home link at top background color -- */ url(../images/common/top-linkHome.png) center;
	cursor:pointer;
	}	

.topContact {
	float:right;
	font-size:11px;
	color: #1d3457;
	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: #2f4361;
	}

.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: #FFF;	/* -- text color for left hand navigation -- */
		background: url(../images/common/leftNav-Bullet.gif) no-repeat 7px 10px;
		border-bottom: solid 1px #788599;	/* -- divider line color in left hand navigation -- */
		padding: 0 0 0 18px;
		text-decoration:none;
		}
		
	#leftNav ul li a:hover { 
		background: #5d6d85	/* -- 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;
	}


/*  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:#566a89;	/* -- 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:#566a89;	/* -- 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: #1d3457;	/* -- 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;
	}

#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:#1d3457;	/* -- 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:#1d3457;
	line-height:20px;
	border-bottom: solid 1px #cc002b;	/* -- 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:#566a89;
	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:#566a89;
		line-height:17px;
		padding:0px;
		margin:0px;
		}


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

	
	
p {padding:0 0 10px 0px; margin:0px;	}	
	



ul {
	width:400px;
	padding:4px 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;}


table a,
table a:link,
table a:visited {
	border:none;
	}		
img {
	border:0;
	margin-top:0.0em;
	}	
table {
	width:72%;
	border-top:1px solid #cc002b;
	border-right:1px solid #cc002b;
	margin:1em auto;
		border-collapse:collapse;
	}
caption {
	color: #9ba9b4;
	font-size:2.44em;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
tr.odd td,
tr.odd .column1 {
	background:#f4f9fe url(../images/background.gif) no-repeat;
	}	
.column1	{
	background:#ffffff;
	}
td {
	color:#1d3457;
	border-bottom: 1px solid #cc002b;
	border-left:1px solid #cc002b;
	padding:.2em .2em;
	text-align:center;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #cc002b;
	border-left:1px solid #cc002b;
	padding: 6px;
	}	
thead th {
	background:#b7b7b7;
	text-align:center;
	font:bold 1em/1.1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#1d3457;
	}				
tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: .6em;
	font-style: normal;
	}	

	
