/* 
AGC-CA Stylesheet For offsite link
-----------------
*/

/* 
Structural Styles
----------------- 
*/
body {
	background-image: url("../images/offsite/body_background.gif");
	background-color: #333125;
	/*background-attachment: fixed;
	background-position: top center;*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #3F3F3F;		
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

table,img {
	border: 0;
}

#siteWrapper {
	margin: auto;	
	width: 1000px;	
}

	#headerRow {
		height: 155px;
		background-color:#F9F9F9;
		background-image: url("../images/offsite/header_border.gif");
	}
	
		#topBarRow {
			background-image: url("../images/offsite/topbar_background.gif");
			height: 16px;
			line-height: 10px;
			color: #FFFFFF;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-align: right;	
		}
		
			#topBarRowPadding {
				padding-top: 2px;
				padding-right: 10px;
				padding-left: 11px;
			}
			
			.textLogoPadding {
					float: left; 
					padding-top: 2px;
				}

				#topBarRow a {
					color: #FFFFFF;
					text-decoration: none;
				}
				
				#topBarRow a:hover, #topBarRow a:active {
					color: #FFFFFF;
					text-decoration: underline;
				}
			
			#headerImageRow {
				height: 139px;
				position: relative;
			}
			
				#agcLogo {
					position: absolute;
					top: 12px;
					left: 41px;
				}
				
				#agcTagline {
					position: absolute;
					top: 45px;
					left: 161px;
				}
				
				#agcBannerAds {
					position: absolute;
					top: 21px;
					right: 20px;
				}
				
				#agcMission {
					position: absolute;
					top: 28px;
					right: 69px;
				}
				
				#agcMenu {
					position: absolute;
					bottom: 0;
					left: 10px;
					height: 34px;
					width: 730px;
				}
	
	#contentRow {
		width:1000px;
		background-color: #FFFFFF;
		float: left;
		clear: both;
		min-height: 350px;
		/*min-height hack for IE6*/
		height: auto !important;
		height: 350px;
	}
	
	#footerRow {
		float: left;
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 11px;
		color: #908B78;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
		#footerRow p {
			margin: 0;
		}
		
		#footerRow a {	
			color: #908B78;
			font-weight: normal;
			text-decoration: none;
		}
		
		#footerRow a:hover, #footerRow a:active {	
			color: #908B78;
			font-weight: normal;
			text-decoration: underline;
		}

.floatRight {
	float: right;
}
