html { min-height: 100%; margin-bottom: .01em; } /* forces a vertical scrollbar in firefox to avoid page shift */
body {
	background: #0d294f url('../images/bkg_body.gif') top repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #172A56;
	margin: 0px auto;
	line-height: 1.5em;
	text-align: center;
}

/* Main */
.element {
	padding-left:10px;
}
#wrapper {
	background-color: white;
	margin: 0px auto;
	width: 1000px;	
	/*background-image: url('../images/cbaContentBG.jpg');*/
	background-repeat: repeat-y;
	overflow:hidden;
}
#header {
	width: 1000px;
	height: 190px;
	background: url('../images/header_CARETS.jpg') no-repeat;
	text-align: left;
	overflow:hidden;
}
#headerTop {
	/*background-image: url('../images/cbaHeaderTopBG1.jpg');*/
	background-repeat: no-repeat;
	color:#ffffff;
	height: 18px;
	text-align: center;
}
#headerTop h1 {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	display: inline;
	font-weight:normal;
}

#headerLogo {
	width: 475px;
	height: 66px;
	float: left;
}
#signIn {
	display:none;
	position:absolute;
	right:20px;
	background:#ffffff;
	border: #888888 2px solid;
	color:#333333;
	width: 330px;
	height: 80px;
	float: right;
	z-index: 200;
	line-height:20px;
}
#signIn .element {
	float:left;
	font-weight:bold;
	text-transform: uppercase;
}
#signIn a {
	color:#333333 !important;
	font-size:9px;
	margin-left:8px;
	text-transform:none;
}
#signIn .input1 {
	width: 90px; }
#topNav {
	background-color: white;
	width: 1000px;
	text-align: left;
	line-height: 2em;
}
#topNavContent {
	background-color: #bc0004;
	color: white;
	width: 100%;
	margin-left: 0px;
	height: 29px;
}
.leftLink {
	margin:0px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
/* used in roster searches */
#resultList {
	border-top:1px solid silver;
}
#resultList .oddRow {
	background-color:#f6f6f6;
	border-bottom:1px solid silver;
	padding:6px;
}
#resultList .evenRow {
	background-color:#fff;
	border-bottom:1px solid silver;
	padding:6px;
}
.greenButton {
	border:1px solid #9DB68C;
	background-color:honeydew;
	width: 166px;padding:2px;
	text-align:center;
	font-weight:bold;
	margin-left:5px;
	margin-bottom:4px;
}
#columns {
	position:relative;
	display:inline-block;
	background:white;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}
#leftCol {
	padding: 14px 0px 24px 10px;
	float: left;
	width: 220px;
	/* the 3 elements below force a minimum page height */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#centerCol {
	padding-top: 14px;
	padding-bottom: 24px;
	padding-left: 20px;
	float: left;
	width: 54%;
	/* the 3 elements below force a minimum page height */
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}
#centerAndRightCol {
	padding-top: 14px;
	padding-bottom: 24px;
	padding-left: 14px;
	float: left;
	width: 74%;
	/* the 3 elements below force a minimum page height */
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}
#rightCol {
	padding: 14px 14px 24px 0;
	float: right;
	width: 190px;
	/* the 3 elements below force a minimum page height */
	min-height: 400px;
	height: auto !important;
	height: 400px;	
}
#fullCol {
	padding: 14px 20px;
}
#footer {
	display:inline-block;
	clear: both;
	width: 1000px;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	border-top: 1px solid #d3d3d3;
	text-align:left;
	color: white;
	font-size: 11px;
}
#footer .copyright {
	color:#333333;
	float:left;
	font-size:11px;
	height:30px;
	line-height:30px;
	padding-left:40px;
	position:relative;
}
#footer .right {
	float: right;
	padding-right: 26px;
}
#footer .right a img {
	margin: 7px 0px;}
.disclaimer {
	color: #696969;
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}
form input.error {
	background:#FFE4E1;
	border:red 1px dotted;
}
form label.error {
	position:relative;
	display:block;
	clear:both;
	color:red;
}
.vTop { vertical-align:top; }


/* Home */
#pageTitleArea {
	padding-top: inherit;
	line-height: 1.3em;
	width: 100%;
	border-bottom: 2px solid #172A56;
	text-align:left;
}
.pageInstructions {
	font-size: 11px;
	padding-top: 5px;
	color: #777777;
}
.pageTitle {
	font-size: 18px;
	color: #172A56;
}
.redBold {
	color: red;
	font-weight: bold; 
}
.messageArea {
	font-size: 13px;
	color: red;
	font-weight: bold;	
	padding-bottom: 10px;
}
.goldBox {
	border: 1px solid #DD9607;
	padding: 10px;
}
.box1 {  
	/*border: 1px solid #837554; */
	/*background-color: #FFF7E7;*/
	padding: 0;
}
.box1Title, .box1TitleRed { 
	background: url('../images/titleBarBlue_sm.jpg') no-repeat;
	text-indent: 10px; 
	font-size: 16px; 
	color: #ffffff; 
	font-weight: bold;
	padding: 5px 0 2px 0; 
}
.box1TitleRed {
	background: url('../images/titleBarRed_sm.jpg') no-repeat;
}
/*.box1TitleRight {
	background-image: url('../images/box1RightCorner.jpg');
	background-repeat: no-repeat;
	float: right; 
	width: 23px; 
	height: 29px; 
	margin-top: -29px;
	margin-right:-1px;
}*/
.box1Content, .box1ContentGrey { 
	background: #231f20;
	padding: 10px; 
	font-size: 13px;
	color: black;
}
.box1ContentGrey {
	background: #f2f2f4;
}
.box1Content p { font-size: 13px; color: black; }
.box1Content td { font-size: 13px; color: black; }
.box2 {  
	border: 0;
	padding: 0;
	margin-bottom:10px;
	float:left;
	position:relative;
	width:100%;
}
.box2Title { 
	background-image: url('../images/titleBarBlue.jpg');
	background-repeat: no-repeat;
	text-indent: 10px; 
	font-size: 16px; 
	color: white;
	font-weight: bold;
	padding: 4px 0 2px 0; 
}
.box2Content { 
	background-color: #e8f4fb;
	border: 1px solid silver;
	padding: 0px; 
	font-size: 13px;
	float: left;
	width:100%;
}
.box2InnerContent { 
	background-color: #e8f4fb;
	border: 0px;
	padding: 10px; 
}
.box2InnerContent td { font-size: 11px; } /* Remove */
.box2InnerContent { 
	position:relative;
	float:left;
	font-size:11px;
	line-height:14px;
	width:auto;
}
.prevNext {
	background-color: ghostwhite; 
	border-top: 2px dotted silver; 
	border-bottom: 2px dotted silver; 
	padding: 4px;
}
.messageBox {
	border:1px solid red;
	background-color:#fff7e7;
	padding: 5px;
}
.searchBoxTitleBar {
	background-color: #172A56; 
	border-bottom: 1px solid silver; 
	color:#ffffff;
	font-weight: bold; 
	padding: 2px; 
	text-indent: 6px;
}
.searchBox { 
	font-size: 14px; font-family: verdana, tahoma, arial, Helvetica, sans-serif; 
	padding:5px 5px 8px 5px;
}

/* End Home */

/* tan gradient box on home page */
.tanBox {
	clear: both;
	background: url('../images/tanSectionDivider.jpg');
	background-repeat: no-repeat;
	width: 720px;
}
.tanBoxContent {
	padding: 20px 30px;
}
.tanBox .contentFull {
	float: left;
	width: 660px;
}
.tanBox h1, .tanBox .title {
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	font-weight: bold;
	color: #474747;
	margin-bottom: 10px;
}
.tanBox p { margin-top: 4px; font-size: 1.2em; line-height: 1.4em; }
/* end tan gradient boxes on home page */

/* News */
.newsCon {
	width:500px;
}

/* Featured */
.featuredCon {
	width:500px;
}
.featLeft,.featMid,.featRight,.featuredInfoBox {
	position:relative;
	float:left;
}
.featLeft {
	width:150px;
	text-align:center;
}
.featMid {
	width:210px;
}
.featRight {
	padding-left:10px;
	width:110px;
}
.featuredInfoBox {
	padding:8px; 
	border: 1px solid #C4CEE0; 
	width: 245px; 
	margin-left: 122px;
}

/* Quick Stats */
.quickStats {
	font-size:12px;
}
.quickStats img {
	position:relative;
	margin: 0px 0px 5px 5px;
	
}

/* Listing Detail */
.listingDetail {
	float:left;
	padding:10px 10px 5px 10px;
	width:500px;
}
.listingDetail hr {
	padding:3px;
}
.listingDetail .contact {
	background:#efefef;
	border:#b3b3b3 1px solid;
	padding:5px;
	text-align:center;
}
.listingDetail .data {
	color:#555555;
}
.listingDetail .data strong {
	color:#777777;
	font-weight:normal;
}
.listingDetail .element {
	float:left;
	padding:0px;
	width:100%;
}
.listingDetail .element.left {
	width:260px;
	text-align:left;
}
.listingDetail .element.right {
	width:210px;
	text-align:right;
}

/* ul */
.nodecoration {
	list-style: none;
	margin:0px;
}

/* tables */
.tableStyle1 {
	margin-top: 12px;
}
.tableStyle1 th {
	font-weight: bold;
	color: #666;
	text-align: right;
	padding: 3px 12px 3px 0;
}
.tableStyle1 td {
	text-align: left;
	padding: 3px 0;
}

/* Events */
.eventList { padding: 10px 5px 10px 0px; }

/* HEADING & PARAGRAPH */
h1 { font-size: 18px; color: #172A56; }
h2 { font-size: 15px; color: #172A56; }
h3 { font-size: 13px; color: #172A56; font-weight: bold; }
h2.darkgold { font-size: 14px; color: #837554; margin-top: 0; margin-bottom: 0; }
h2.gold { font-size: 14px; color: #7B3D3C; text-transform:uppercase; margin-top: 0; margin-bottom: 0; }
h3.gold { font-size: 13px; color: #7B3D3C; margin-top: 0; margin-bottom: 6px; }
p, td, th { font-size: 12px; }
p { margin-top: 1em; margin-bottom: 0; margin-left: 0; padding-left: 0;} 
p.viewButton { text-align:center; padding-bottom: 6px; }

/* LINKS */
a:link { color: #172A56; text-decoration: underline; }
a:visited { color: #172A56; text-decoration: underline; }
a:hover { color: #AC4611; text-decoration: underline; }
a.noDeco:link { color: #32A1FF; text-decoration: none; }
a.noDeco:visited { color: #32A1FF; text-decoration: none; }
a.noDeco:hover { color: #D2520C; text-decoration: underline; }
a.searchBox:link { color: #ffffff; text-decoration: none; }
a.searchBox:visited { color: #ffffff; text-decoration: none; }
a.searchBox:hover { color: #ffffff; text-decoration: none; }
a.dashedLink:link{ color: #172A56; text-decoration: none; border-bottom: 1px dashed #32A1FF;  }
a.dashedLink:visited { color: #172A56; text-decoration: none; border-bottom: 1px dashed #32A1FF; }
a.dashedLink:hover { color: #7B3D3C; text-decoration: none; border-bottom: 1px dashed #7B3D3C; }

.font10, p.font10, td.font10 { font-size: 10px; }
.font11, p.font11, td.font11 { font-size: 11px; }
.pickList { float:left; }
.picklist td { font-size: 11px; line-height: 1.1em; }
fieldset {border:1px solid tan;padding:0px 12px 20px 12px;}
legend {font-weight: bold; color: #837554;}
#snakingCols  { margin: 0px auto; width: 730px; font-size:11px; } 	
#snakingCols ul { list-style-type: none; margin-left: 0; padding-left: 0; }
#snakingCols li { margin-top: 10px; line-height:13px; font-size:11px; }
#snakingCols td { color: #172A56; font-size:11px; }
#snakingCols a { text-decoration: none; }	
#snakingCols a:link { color:#32A1FF; text-decoration: none; }
#snakingCols a:visited { color: #32A1FF; text-decoration: none; } 
#snakingCols a:hover { color: #DD9607; text-decoration: none; }
.aColumn { float: left; width: 180px; }

.bold13 { font-size: 13px; font-weight: bold; }
.boldDarkGold { font-size: 13px; color: #837554; font-weight: bold; }
.orangeBold { font-size: 14px; font-weight: bold; color: #7B3D3C; }
td.gold, p.gold { color: #DD9607; }
td.darkgold, p.darkgold { color: #837554; }
.darkgold { color: #837554; }
ul { margin-left: 1.5em; padding-left: 0; }
ul.markerBlue {  margin-top: 6px; list-style-image: url('../images/markerBlue.jpg'); }
ul.markerGold {  margin-top: 6px; list-style-image: url('../images/markerGold.jpg'); }
li.markerListItem { margin-bottom: 10px; line-height: 1.3em; margin-top: 0; }
#header a:link { color: #172A56; text-decoration: underline; }
#header a:visited { color: #172A56; text-decoration: underline; } 
#header a:hover { color: #D2520C; text-decoration: underline; }
#topnav a { font-size: 14px; }
#topnav a:link { color:white; text-decoration: none; }
#topnav a:visited { color: white; text-decoration: none; } 
#topnav a:hover { color: white; text-decoration: none; }
#topnav a.submenu { font-size: 12px; }
#topnav a.submenu:link { color:#172A56; text-decoration: none; }
#topnav a.submenu:visited { color: #172A56; text-decoration: none; } 
#topnav a.submenu:hover { color: white; text-decoration: none; }
#centerCol hr { color: white; border: 1px dotted gray; border-style: none none dotted; clear: both; width:100%; }
#rightCol hr { color: white; background-color: white; border: 1px dotted gray; border-style: none none dotted; clear: both; padding:0px;margin:0px; }
#leftCol hr { color: #e8f4fb; background-color: #e8f4fb; border: 1px dotted #837554; border-style: none none dotted; clear: both; }
#footer a { font-size: 10px; }
#footer a:link { color:#333333; text-decoration: underline; }
#footer a:visited { color:#333333; text-decoration: underline; } 
#footer a:hover { color:#333333; text-decoration: underline; }
#subfooter { font-size: 10px; color: #ffffff; text-align: center; margin: 4px 0 8px 0; }
img { border: 0; }
img.featured { border: 2px solid #7B3D3C; }
input.input1, textarea.input1, select.input1 { 
	border-color: #837554;
	border-style: solid; 
	border-width:1px;
	color: #172A56;
	font-size: 12px; 
	background-color: ghostwhite;
}
.input2,input.input2, textarea.input2, select.input2 { 
	border-color: #172A56;
	border-style: solid; 
	border-width:1px;
	color: #172A56;
	font-size: 12px; 
	background-color: ghostwhite;
}
input.image { border-width: 0px; margin-bottom: -3px; }
input.btn {
	color:#172A56;
   	font-family: arial, helvetica, sans-serif;
   	font-size: 12px;
   	font-weight:bold;
   	background-color:#eee2c8;
	padding-top: 1px;
	padding-bottom: 1px;
   	border:1px solid;
   	border-top-color:#b8a97d;
   	border-left-color:#b8a97d;
   	border-right-color:#837554;
   	border-bottom-color:#837554;	
   	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#eeddaa');
}
input.btnhov {
   border-top-color:#cc6933;
   border-left-color:#cc6933;
   border-right-color:#D2520C;
   border-bottom-color:#D2520C;
}
.dashed { border-bottom: 1px dashed #32A1FF; }
.font15Bold { font-size: 15px; font-weight: bold; }
.formie { font-size: 11px; color: gray; font-style: italic; }

/* Public Home */
.hm_content {
	color:#000000;
	border-top:1px dotted #888888;
	padding-top:20px;
	margin-top:20px;
	width:500px;
}
.hm_content p {
	margin: 10px 0 10px 0;
}
.hm_content h1 {
	color:#000000;
	display:block;
	font-size:20px;
	margin:20px 0 5px 0;
}
.hm_content h2 {
	color:#BC0004;
	display:block;
	font-size:12px;
	margin:0px;
}
.hm_content ol {
	list-style:disc;
	padding:10px 0 0 20px;
}
.hm_head {
	background:#efefef;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	text-align:center;
}
.hm_headsm {
	border-bottom:1px solid #000000;
	color:#BC0004;
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	margin-top:20px;
}
.hm_head span {
	color:#BC0004;
	clear:both;
	display:block;
	font-size:24px;
	margin-bottom:5px;
}
.hm_copy {
	color:#444444;
	line-height:20px;
	padding:5px;
}

.hm_news { }
.hm_news_h {
	background: #efefef;
	border-bottom:1px solid #888888;
	color:#BC0004;
	font-size:16px;
	font-weight:bold;
	padding: 10px;
}
.hm_news_c {
	color:#444444;
	padding: 6px 10px 10px 10px;
	line-height:14px;
}
.newsItem { }
.newsTitle {
	font-size: 14px;
	font-weight: bold;
	margin:2px 0 2px 0;
}
.hm_news hr {
	background: transparent !important;
	border:none !important;
	border-top: 1px dotted #888888 !important;
	clear:both;
}

.hm_events { }
.eventItem {
	margin:5px 0 10px 0;
}
.eventItem li { margin-left:10px; }
.eventItem a { color:#444444 !important; }
/* End Public Home */

/* Join / Contact */
.joinContact { padding: 5px 10px 5px 10px; }
.joinInfo {
	color: #333333;
	font-weight:bold;
	font-size:14px;
}
.joinInfoSub {
	color:#BC0004;
	font-weight:bold;
}
/* End Join / Contact */