@charset "utf-8";
/* CSS Document */


/*************************
Generic Stuff
**************************/
body{
	text-align:center;
}
a{
	color: #840001;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h3{
	font-size:16px;
	text-align:center;
}
img{
	border:0px;
}
.lightblue{
	background:#7097BE;
}
.darkteal{
	background:#05485B;
}
.notburnedsienna{
	background:#DFCEB0;
}
.darktoupe{
	background:#988766;
}
.whitetxt{
	color:#fff7ea;
}
.redtxt{
	color:#840001;
}
.tealtxt{
	color:#05485B;
}
.spacer_y{
	background:#fff;
	width:1px;
	float:left;
}
.spacer_x{
	background:#fff;
	height:1px;
	width: 800px;
	float:left;
}
.padtop_s{
	padding:4px 0 0 0;
}
.padtop_l{
	padding:10px 0 0 0;
}



/*************************
Link Styles
**************************/

.navLink{
	color:#fff;
	font-size:14px;
}
.bodyLink_w{
	color:#fff;
	font-weight:bold;
}
.bodyLink_b{
	color:#05485B;
	font-size:12px;
	font-weight:bold;
}
.bodyLink_r{
	color:#840001;
	font-size:11px;
	font-weight:bold;
}

.homeLink{
	background:#05485B;
	width:70px;
	float:left;
	text-align:center;
	padding:7px 7px 7px 7px;
}
#rightTopLink{
	background:#7097BE;
	width:70px;
	float:right;
	text-align:center;
	padding:7px 7px 7px 7px;
}


/*************************
Header, Sub-Header Styles
**************************/
#topBlue{
	width:613px;
	float:left;
	text-align:right;
	background:#7097BE;
	padding:7px 10px 7px 7px;
}
#logobar{
	width:800px;
	float:left;
	background:#988766;
	text-align:left;
	margin: 1px 0 1px 0;
	padding:7px 0 7px 0;
}
.navbar{
	width:252px;
	float:left;
	background:#05485B;
	padding:12px 7px 12px 7px;
	text-align:center;
}
.triHead{
	width:230px;
	float:left;
	background:#988766;
	padding:6px 18px 6px 18px;
	text-align:left;
	color:#fff7ea;
	font-size:13px;
	font-weight:bold;
}

/*************************
Content Dividers
**************************/
#canvas{
	margin:auto;
	width:800px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#05485B;
}
#homePic{
	width:533px;
	float:left;
}
#homeMain{
	width:800px;
	float:left;
	text-align:left;
	background:#DFCEB0;
}
.genContent{
	width:800px;
	float:left;
	text-align:left;
	background:#FFF7EA;
	padding:1px 0 0 0;
}
.generalContent{
	width:764px;
	float:left;
	text-align:left;
	background:#FFF7EA;
	padding:16px 18px 30px 18px;
}
.generalContent2{
	width:580px;
	float:left;
	text-align:left;
	background:#FFF7EA;
	padding:12px 18px 30px 18px;
}
.columnBGPic{
	width:210px;
	float:right;
	text-align:left;
	background:url(../images/rightCol.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	padding:110px 35px 10px 20px;
}
.sidebar{
	float:left;
	width:160px;
	height:400px;
	text-align:center;
	padding:16px 10px 10px 10px;
	background:#05485B;
	color:#fff;
}
.sidebarItem{
	padding:30px 0 30px 0;
}
.reddiv{
	width:100px;
	height:2px;
	margin:0 0 0 30px;
	float:left;
	background:#840001;
}
#rc_bottom{
	width:230px;
	height:92px;
	float:right;
	padding:0 35px 4px 0;
}
#rcb_1{
	width:195px;
	padding:6px 35px 4px 20px;
}
#rightColumn{
	width:265px;
	float:right;
}
#homePicCap{
	width:497px;
	height:44px;
	float:left;
	background:#840001;
	color:#fff;
	padding:7px 18px 7px 18px;
	line-height:16px;
	border-right:1px solid #fff;
}
#homeSubCap{
	width:497px;
	height:104px;
	float:left;
	background:url(../images/subBalloons.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	color:#fff;
	padding:10px 18px 10px 18px;
	border-right:1px solid #fff;
}
#hsc_top{
	width:500px;
	float:left;
}
#hsc_t1{
	width:264px;
	float:left;
}
#hsc_t2{
	width:236px;
	float:right;
}
#hsc_bottom{
	width:500px;
	float:left;
	padding:20px 0 0 0;
	color:#840001;
}
#hsc_b1{
	width:240px;
	float:left;
}
#hsc_b2{
	width:236px;
	float:right;
}
.triCol{
	width:266px;
	float:left;
	background:#FFF7Ea;
	text-align:left;
	color:#05485B;
	font-size:12px;
}
.triContent{
	width:230px;
	float:left;
	background:#FFF7Ea;
	padding:6px 18px 12px 18px;
	text-align:left;
	color:#05485B;
	font-size:12px;
}

/*.clearfix helps clear floating across most browsers*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */