/*override specific global css in cael.css */

body{
	background-color:#fff;
	color:#666;
}


#mainWrapper{
	width:845px;
	background:none;
	background-color:#fff;
	padding:0px;
}



#leftColumn{
	background:none;
	width:400px;
	padding:30px 0 0 0;
	margin:0;
	float:left;
	clear:left;
	position:relative;
	top:0px; left:20px;
}
#centerColumn{
	float:right;
	position:relative;
	width:390px;
	padding:30px 0 0 0;
	margin:0;
	left:0;
	font-size:12px;
}


/*form overrides*************/
.infoTable{
	width:350px;
} 
.infoTable input{
	width:220px;
	margin:0 2px 0 2px;
}
.infoTable select{
	width:225px;
	margin:0 2px 0 2px;
	font-size:11px;
}
.infoTable td{ 
	vertical-align:top;
	text-align:left; 
	padding:6px 2px 6px 3px;
	border-bottom:1px solid #ECF0EF;
}
.infoTable td.militaryTd{
	background-color:#ECF0EF;
	padding:6px 2px 6px 3px;
	border-bottom:1px solid #fff;
}


input.smaller{
	width:110px;
}
select.smaller{
	width:115px;
}

/*********CAEL UNIQUE STYLES***********/
#caelHeader{
	position:relative;
	top:0;
	left:0;
	height:212px;
	border-bottom:1px solid #fff;
	background-color:#dce6ec;
}
#caelNav{
	position:relative;
	top:0;
	left:0;
	width:100%;
	min-height:28px;
	background-color:#B5C2CB;
	text-align:center;
}
#caelNav a, #caelNav a:visited{
	color:#fff;
	font-size:12px;
	text-decoration:none;position:relative; left:25px;
	display:block; float:left; width:auto;  padding:6px 18px 7px 18px;
}	
#caelNav a:hover{
	text-decoration:underline;
	background-color:#aab8c3;
}
#caelNav a.active, #caelNav a.active:hover{
	text-decoration:underline;
	background-color:#7a8fa0;
}


#leftColumn .tabbyHidden{
	display:none;
	width:100%;

}
#leftColumn .tabbyActive{
	
}

#leftColumn ul{margin:0 0 5px 0; padding:0 0 3px 0px; list-style-type:none;}
#leftColumn li {margin: 0 0 4px 0; padding:0 0 0 10px;}
#leftColumn li{background:url(/images/ulbullet.gif) 0px 2px no-repeat;}


/*********************misc********************/

.third{
	float:left;
	width:32%;
	height:160px;
	text-align:center;
	position:relative;
	
}
.third p{
	cursor:pointer;
	position:absolute;
	bottom:70px;
	left:25px;
	color:#232E77;
	
}

.third a, .third a:visited{
	cursor:pointer;
	text-decoration:none;
	font-size:13px;
}

.third img{
	position:absolute;
	bottom:0px;
	left:15px;
}
.caelRule{
  width:100%;
  height:32px;
  border-bottom:1px solid #f4f4f4;
  clear:both;
  margin-bottom:30px;
}
.caelCall{
	text-align:center;
	color:#fff;
	background-color:#b5c2cb;
	padding: 6px 0 1px 0px;
	margin: 0 15px 0px -4px;
}
.caelCall h2{
	color:#fff;
	font-size:18px;
	margin-bottom:3px;

}
.caelCall p{
	font-size:12px;
	margin-bottom:7px;

}