/* CSS Document */
body
{
	margin:0;
	padding:0;	
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:12px;
	/* behavior:url("/caadac/templates/allcss/csshover.htc"); */
	behavior:url("/templates/allcss/csshover.htc");
}

/* News postings */
.post_title,.post_date {  padding:2px; background-color:#EFEFEF;font-size:14px;}
.post_title {border-top: 1px solid #666666;border-left: 1px solid #666666;border-bottom: 1px solid #666666;}
.post_title { font-weight: bold; font-size: 12px; color: #000000;   }
.post_title a{ color:#003366; font-size:14px; text-decoration:none;}
.post_date { border-top: 1px solid #666666;border-right: 1px solid #666666;border-bottom: 1px solid #666666;text-align: right; }
.post_short { text-align: justify; padding: 5px; }
/* End News postings */

a:hover
{
	text-decoration:none;	
}

form
{
	padding:0;
	margin:0;
}

#container
{
	width:100%;
	position:relative;
	min-width:840px;
}


h1
{
	font-size:16px;
	font-weight:bold;
	color:#003599;
	margin:0;
}

#search_box
{
	position:absolute;
	right:5px;
	top:110px;
}


#header
{
	background-image:url(images/hdr_bg_slice.png);
	background-repeat:repeat-x;
	height:107px;
	position:relative;
}


#hdr_caadac_def
{
	position:absolute;
	top:8px;
	left:390px;
	color:white;
	font-size:14px;
	font-weight:bold;	
}

.column_box
{
	
	padding-left:5px;
	padding-right:-5px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:25px solid  #00265B;
	margin-bottom:15px;
}

.column_box_no_border
{
	
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:15px;
}


#left_column
{
	width:20%;
	/*background-color:blue;*/	
	border-right:1px solid #00265B; 
	border-left:2px solid #00265B; 
	border-top:none;
	padding-bottom:20px;
}

#middle_column
{
	width:60%;
}

#right_column
{
	/*background-color:red;*/
	width:20%;
	border-left:1px solid #00265B;
	border-right:1px solid #00265B;
	padding-bottom:20px;
	
}

#logo img
{
	position:absolute;
	left:33px;
	top:14px;
}

#footer_box
{
	background-color:#00265B;
	height:30px;
	text-align:center;
	color:#CCCCCC;
	 
}



#footer_box a
{
	text-decoration:none;
	color:white;
	font-size:11px;
	
}

#logo
{
	
	background-image:url(images/hdr_left_logo_spot.png);
	background-position:top left;
	background-repeat:repeat-x;

	width:387px;
	height:107px;
}

#hdr_tagline_box
{
	background-color:#AFB5BB;
	border-bottom:3px solid white;	
	padding-top:8px;
	padding-bottom:4px;
	padding-left:2%;

	text-align:left;
	font-size:16px;
	color:#750010;
	font-style:italic;
	/*font-weight:bold;*/
}

#nav_box
{

	background-color:#00265B;
	height:25px;	
	font-weight:bold;
	background-image:url(images/bird_flight_icon_sm.png);
	background-position:right;
	background-repeat:no-repeat;	
	
}




#nav_box .menu-top
{
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	padding:0;
	margin:0 auto;
	list-style:none;
	width:950px;
	
	height:20px;
}


#nav_box .menu-top .menu-0
{
	float:left;
	height:25px;
	width:100px;
	white-space:nowrap;
	text-align:center;
	
	line-height:210%;
	
}

#nav_box .menu-top .menu-0 a
{
	display:block;
	width:100%;	
	color:white;
	font-weight:bold;
	text-decoration:none;	
}

#nav_box .menu-top .menu-0 a:hover
{
	color:#AFB5BB;
}

#nav_box .menu-top .menu-0 a:hover 
{
	/*color:#AFB5BB;	*/
	
}

#nav_box ul.menu-1
{
	font-size:10px;
	display:none;
	margin:0;
	padding:0 5px;

	background-color:#9F0014;
	list-style:none;
	width:160px;
	border:1px solid #CCCCCC;
	position:absolute;
	left:4px;
	top:25px;			
	white-space:normal;
}

#nav_box .menu-expand
{
	position:relative;
}


#nav_box .menu-expand:hover ul.menu-1
{
	display:block;	
	border-bottom:2px solid black;
			
}

#nav_box .menu-1 li
{	
	float:none;

	line-height:210%;
	
	border-bottom:1px solid #CCCCCC;
}

#nav_box .menu-1 li a
{
	display:block;
	text-align:left;
	height:100%;
	padding:2px 0;
	
	
}


/* top side popouts */


#nav_box ul.menu-2
{
	font-size:10px;
	display:none;
	margin:0;
	padding:0;
	background-color:#9F0014;
	list-style:none;
	width:250px;
	border:1px solid #CCCCCC;
	position:absolute;
	left:160px;
	top:-1px;			

}

/*
#nav_box .menu-1 .menu-expand
{
	background-image:url(images/arrowright.png);
	background-repeat:no-repeat;
	background-position:center right;
}
*/


#nav_box .menu-1 .menu-expand:hover ul.menu-2
{
	display:block;	
	border-bottom:2px solid black;
			
}

#nav_box .menu-2 li
{	
	float:none;
	padding:0 5px;
	line-height:210%;
	width:auto;
	white-space:normal;
	border-bottom:1px solid #CCCCCC;

}

#nav_box .menu-2 li a
{
	display:block;
	text-align:left;
	height:100%;
}


/* end top side popouts*/

.left_nav_header
{
	
}

#left_nav ul
{
	list-style:none;
	margin:0;
	padding:0;
	width:90%;
	
	
}

#left_nav ul.menu-1 li
{
	/*border-bottom:1px solid #CCCCCC;*/
}

#left_nav ul li a
{
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	color:black;
	padding:5px 0;
	padding-left:5px;
	border:1px solid white;
	border-bottom:1px solid #CCCCCC;
	text-decoration:none;
}


#left_nav ul li a:hover
{
	background-color:#CCCCCC;
	border:1px solid black;
	/*color:white;*/
}


#left_nav ul.menu-2
{
	padding-left:10px;
}

#left_nav ul.menu-2 li
{
	border:none;
}

#left_nav ul.menu-2 li a
{
	color:#333333;
}





#CCBAD_logo
{
	position:absolute;
	top:38px;
	right:0;
}

.content_btn
{
	margin-left:300px;
}

#content
{
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:100px;
	line-height:140%;
}


.column_box_title_wrapper
{

	background-color:#00265B;
	padding-top:5px;

	height:20px;
	whitespace:nowrap;
	width:100%;
	
}

.column_box_title
{
	font-weight:bold;
	padding-left:10px;
	padding-top:2px;
	line-height:150%;
	padding-right:30px;
	padding-bottom:5px;
	background-color:#750010;

	color:white;
	font-style:italic;
	whitespace:nowrap;
	font-size:12px;
	
	border:1px solid #CCCCCC;
	
}

.mid
{
	width:85%;
}

.col
{
	width:120px;
}



#copyright
{
	color:#666666;
	padding:2px 0;
}

#copyright a
{
	color:#666666;
}

/* Event Calendar Settings */
.calendar_monthyear{
	text-align:center;
	color:#003599;
	font-weight: bold;
	font-size: 12pt;
}
.calendar_monthyear a:link,.calendar_monthyear a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	color:#003599;
}
.calendar_daynames{
	text-align:left;
	color:#003599;
	font-weight: bold;
	font-size: 10pt;
}
.calendar_day{
	vertical-align:top;
	text-align:left;
	color:#006699;
	font-size: 10pt;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #989898; 	
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #D3D3D3; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
}
.calendar_noday{
	background:#FFFFFF;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}
.calendar_current_month_link{
	vertical-align:middle;
	text-align:left;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
}
.calendar_today{
	vertical-align:top;
	text-align:left;
	font-size: 10pt;
	font-weight: bold;
	color:white;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #989898; 	
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #D3D3D3; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	background-color:#CCCCCC;
}
.calendar_today_link{
	vertical-align:top;
	text-align:left;
	font-size: 7pt;
	font-weight: bold;
	color:#FF0000;
}
.calendar_eventday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: bold;
	font-style: normal;
	vertical-align:top;
	text-align:left;
	color: #660033;
	font-size: 10pt;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #989898; 	
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #D3D3D3; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	background-color:#DDDDFF;
}
.calendar_eventday_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: bold;
	font-style: normal;
	vertical-align:top;
	text-align:left;
	color: #660033;
}
.calendar_main{
	text-align: center;
	color:#F0F0F0;
	background:#FFFFFF;
	
}


/*
	Small Menu calendar settings
*/
.menucalendar_monthyear{
	text-align:center;
	color:#000000;
	font-weight: bold;
	font-size: 8pt;
}
.menucalendar_daynames{
	text-align:left;
	color:#006699;
	font-weight: bold;
	font-size: 6pt;
	text-align:center;
}
.menucalendar_day{
	vertical-align:top;
	text-align:center;
	color:#000000;
	font-size: 6pt;
}
.menucalendar_noday{
	background:#FFFFFF;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}
.menucalendar_today{
	text-decoration: none ;
	vertical-align:top;
	text-align:center;
	font-size: 6pt;
	font-weight: bold;
	color:white;
	background-color:#cccccc;
}
.menucalendar_eventday /*a:link,.menucalendar_eventday a:visited*/{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 6pt;
	font-style: normal;
	color:#000000;
	background-color:#DDDDFF;
}
.menucalendar_eventday a:active,.menucalendar_eventday a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	color:#00FF00;
}
.menucalendar_main{
	text-align: center;
	color:#F0F0F0;
	background:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #989898; 	
	border-right-width: 1px;
	border-right-style: solid; 
	border-right-color: #989898; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #989898;
}

	.h1 {
		text-align:center;
		color:#003599;
		font-weight: bold;
		font-size: 16pt;
	}

		


