@charset "utf-8";
/* CSS Document */

body{
	background-color: #333333;
	
}
img{
	margin-bottom: 10px;
}
#wrapper{
	text-align: center;
	
}
#centered{
	position: relative;
	width: 875px;
	margin: 0px auto;
	background:url(../images/fauxcolumn.gif) repeat-y;
	
}
#leftnav{
	float: left;
	width: 270px;
	/*background-color: #dad8c7;*/
	
}
#rightcolumn{
	float: right;
	width: 605px;
}
#maincontent {
	margin: 10px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #363c41;
}
a:link, a:visited, a:active{
	color: #00859b;
	text-decoration: none;
}
a:hover {
	color: #e8b536;
	text-decoration: underline;
}
a.decotext:link, a.decotext:visited, a.decotext:active{
	padding: 0px 2px 0px 18px;
	color: #00859b;
	text-decoration: none;
	background: url(../images/link.gif) left top no-repeat;
	display: block;
}
a.decotext:hover{
	font-weight: bold;
	color: #00859b;
	text-decoration:underline;
	display: block;
	
}
a.decotextinline:link, a.decotextinline:visited, a.decotextinline:active{
	padding: 0px 2px 0px 18px;
	color: #00859b;
	text-decoration: none;
	background: url(../images/link.gif) left top no-repeat;
}
a.decotextinline:hover{
	font-weight: bold;
	color: #00859b;
	text-decoration:underline;
	
}
#footer	{
	width: 875px;
	border-top: 10px solid #FFFFFF;
	padding: 2px 0px;
	background-color: #e9b537;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
}
div#footer a:link, div#footer a:visited, div#footer a:active{
	text-decoration: underline;
	color: #363c41;
}
div#footer a:hover{
	font-weight: bold;
}
.disclaimer{
	font-size: 12px;
}
div#topimage{
	width: 875px;
	height: 190px;
	background-image: url(../images/banner_airforcefamily.jpg);
}
h1{
	font-size: 24px;
	color: #00859b;
	text-transform:uppercase;
	text-align: left;
}
.textbold15px{
	font-weight: bold;
	font-size: 15px;
}
.fitnessclasstext{
	font-size: 11px;
	text-align: center;
}
.fitnessclasstextaderholt{
	font-size: 11px;
	text-align: center;
	background-color: #f6d991;
}
.fitnessclasstextpool{
	font-size: 11px;
	text-align: center;
	background-color: #D7F9BF;
}
.tblcell{
	padding: 5px;
	border: 1px solid #dad8c7; 
	border-top: 0px;
}
.tblcell_top{
	padding: 5px;
	border: 1px solid #dad8c7; 
}
.tblaltcell{
	background-color: #e6f9fc;
	padding: 5px;
	border: 1px solid #dad8c7;
	border-top: 0px;
	
}
.tblheadercell{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00859b;
	padding: 5px;
	margin-top: 20px;
}
.subtable{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
	border-top: 1px solid #dad8c7;
	border-left: 1px solid #dad8c7;
}

.subtable td{
	padding: 4px;
	border-bottom: 1px solid #dad8c7;
	border-right: 1px solid #dad8c7;
	text-align:left;
}
.subtblaltcell {
	background-color: #e6f9fc;
}
h2{
	font-size: 14px;
	text-decoration: underline;
	
}
h3{
	font-weight: bold;
	font-size: 12px;
}
#maincontent_lt{
	float: left;
	width: 435px;
}
#rtbar_links{
	float: right;
	width: 150px;
	margin-left: 10px;
	text-align:right;
}
div#rtbar_links ul{
	list-style-type: none;
	margin: 0px;
}
div#rtbar_links ul li{
	padding-bottom: 15px;
}
.redtext14pxbd{
	color: #ab032f;
	font-size: 14px;
	font-weight: bold;
}
.redtext{
	color: #ab032f;
}
ul.stndlist {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
ul.stndlist li{
	padding-bottom: 20px;
}
img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img.imgcenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
img.imgborderalignlft{
	padding: 5px;
	border: 1px solid #dad8c7;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}
img.imgborderalignrt{
	padding: 5px;
	border: 1px solid #dad8c7;
	margin-left: 5px;
	margin-bottom: 10px;
	float: right;
	clear: right;
}
img.imgleft{
	float: left;
	margin-right: 5px;
	border: 0px;
}
img.imgrt{
	float: right;
	margin-left: 5px;
	clear: right;
	border: 0px;
	margin-bottom: 10px;
}
img.imgnomargincenter{
	margin: 0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.textteal{
	color: #00859b;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
.textjustify{
	text-align: justify;
}
.textboldunderline{
	font-weight: bold;
	text-decoration:underline;
	color: #00859b;
}
.textboldunderline_orange{
	font-weight: bold;
	text-decoration:underline;
	color: #a37f24;
}

.captionfirstline{
	font-weight: bold;
	font-size: 1.25em;
}
.footnote{
	font-size: 10px;
}
.highlightbox{
	padding: 10px;
	background-color: #f6d991;
	border: 1px solid #caaa5b;
	text-align: left;
	margin: 10px 0;
}
.highlightbox_small{
	background-color: #f9eed4;
	border: 1px solid #f6d991;
	float: right;
	margin: 0 0 10px 5px;
	width: 175px;
	padding: 10px;
	text-align:left;
	clear: right;
}
.highlightboxcontainer{
	float: right;
	width: 200px;

}
.inputsubscribe{
	width: 103px;
}
.moredetails {
	display: none;
	}

.moredetails_border {
	display: none;
	border-bottom: 1px solid #dad8c7;

	}
.address{
	padding-left: 45px;
	background-image:url(../images/addressbook.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}
.addressmargin{
	padding-left: 45px;
	background-image:url(../images/addressbook.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	margin-top: 15px;
}

div.infoheader{
	background-image:url(../images/infoicon.gif);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 23px;
	padding-bottom: 5px;
	font-size: 14px;
	margin-top: 20px;
	color: #0076a2;
	font-weight: bold;
}
div.currentevents{
	padding-bottom: 20px;
}
ul.bluearrow{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.bluearrow li{
	background-image:url(../images/blue_rt_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #00859b;
}
.golf_holedesc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.recycleitems{
	float: right;
	width: 200px;
	margin: 0px 0px 0px 10px;
	border: 1px dotted #999999;
	padding: 10px;
}
div.recycleitems ul {
	margin-left: 20px;
	list-style:circle;
	text-align:left;
}
div.recycleitems ul li{
	padding-bottom: 10px;
}






.mceContentBody { background-image: none; background-color: #ffffff; color: #333333; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   { color: #fff !important;    text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   { color: #99d9e8 !important; text-decoration: none; } /* FF requires a important here */

