@charset "UTF-8";
/* CSS Document */
html {
width:100%;
height: 100%;

}

/* IE Fix */



body { background-color:#bbbcc0;
	background-image:url(images/layout/bg_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%


}



/* Main Site Layout */


#container { 
	background-color:#004b8e;
	width: 1024px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 auto;
	/*margin-bottom: 100px;*/
	background-image: url(images/layout/capitol2_bigger.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	position: relative;
	/*min-height: 100%;*/
}

#header {
		background-color:#FFF;
		width: 100%;
		position: relative;
		height: 200px;
		
}

#orangebanner {
	
	height: 35px;
	width: 100%;
	clear: both;
	background-image: url(images/layout/gradient.png);
	background-repeat:repeat-x;
	
		
}

#logo {
	height: 175px;
	width: 275px;
	background-image:url(images/layout/CAA_Logo_Long.png);
	float: left;
	position: relative;
	background-repeat:no-repeat;
	background-position:center;

	
}

#quote {
		height: 100px;
		width: 749px;
		background-color:#FFF;
		float: right;
		position: relative;
		background-image:url(images/layout/quote.png);
		background-repeat:no-repeat;
		background-position:right;
		margin-bottom: 35px;
		margin-top: 20px;	
}


/* Navigation Layout - Start */


#navigation {
	
	height: 30px;
	width: 749px;
	position: relative;
	float: right;
	
	
}

#navigation ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	}
	
#navigation li {
	display: inline;
	background-image: url(images/layout/button_new.png);
	background-repeat:no-repeat;
	float: left;
	padding-right: 3px;
	margin: 0;
	width: 90px;
	height: 30px;
}

#navigation ul li a {
	color: #FFF;
	float: left;
	text-align: center;
	font-size: .70em;
	margin: 0 auto;
	width: 85px;
	margin-top: 9px;
	text-decoration:none;
	text-transform:capitalize;
	}

#navigation ul li a:hover {
	text-decoration: underline;
	}
	
	
	/* Navigation Layout - End */
	
	
	
	/* Main Body Copy Layout - Start */


	
	#Whitebody {
		background-color: #fff; 
		width: 730px;
		background-repeat:no-repeat;
		float: right;
		margin-top: 40px;
		margin-right: 20px;
		padding-bottom: 50px;
		padding-top: 15px;
		background-image: url(images/layout/content_RoundCorner.png);
		background-position: top;
		}
		
		#bodycopy {
			width: 300px;
			float: left;
			margin-top: 15px;
			margin-left: 50px;

		}
		
		#caalogosmall {
			width: 287px;
			height: 82px;
			background-image:url(images/layout/CAAlogoboxsmall.png);
			margin-top: 25px;
			border-color:#003;
			border-style:solid;
			border-width:thin;
			float: right;
			margin-right: 10px;

}



#contributearea {
	width: 300px;
	position: relative;
	float: left;
	margin-top: 55px;
	margin-left: 50px;
	clear: right;
}
		
	
#contributeButton {
	width: 310px;
	height: 154px;
	float: right;
	position: relative;
	background-image:url(images/layout/contributebutton.png);
	}
	
	

#contribute:hover {
	display: none;
	}

#homeimage {
	width: 310px;
	float: right;
	height: 170px;
	margin-top: 20px;
	background-image:url(images/layout/houseimage.jpg)
}

#Whitebody table {
	margin-top: 25px;
	font-size: .85em;
	}
	
	
		/* Main Body Copy Layout - End */

	
	
		/* Type Styles - Start */

	
	h1 {
	font-size: 1.4em;
	font-style:oblique;
	font-style: bold;
	font-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004b8d;
	}
	
	h2 {
	font-size: 1em;
	font-style:normal;
	line-height: 23px;
	font-color: #009;
	font-weight: bold;
	color: #333;
	margin-top: 16px
	}
	
	p {
	font-size: 0.75em;
	font-style:normal;
	line-height: 23px;
	font-color: #009;
	font-weight: normal;
	color: #333;
	margin-top: 16px;
	}
	
	
	#bodycopy ul {
	list-style-type:square;
	margin-left: 18px;
	}
		
	
	
			/* Type Styles - End */

	
	
	


			/* Clear Bottom and Footer - Start */


* {margin:0;padding:0;} 



html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


#clearBottom {position: relative;
	/*margin-top: -25px; negative value of footer height */
	height:40px;
	clear:both;
	} 


#footer {position: relative;
	margin-top: 0px; /* negative value of footer height */
	height: 100px;
	clear:both;
	}
	
#footerContent {
	margin: 0 auto;
	padding-top: 2px;
	height: 100px;
	width: 500px;
	text-align: center;
	}
	
#footerContent p{
		color: #000;
	}

/* CLEAR FIX*/
.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 */


			/* Clear Bottom and Footer - End */

	