/*
File: aaec_home2.css
Purpose: Generic stylesheet for AAEC front-end template

Author: Jonathan Smith
Date Created: May 30, 2008
Last Edited: May 30, 2008


*/


body {	
	/* background-image is Relative to the style sheet ! */
	background-image: url(../images/aaecTile.jpg);
	background-position: 40px 40px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Straight Tag Customizations 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

tr.useHandCursor { cursor: auto; }
td.useHandCursor { cursor: auto; }

a:link, a:visited {
	text-decoration: none;
	color: #5472DA;
	font-weight: bold;
	font-size: 13px;
	font-family: arial,sans-serif;

	
}

a:hover { 
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	font-family: arial,sans-serif;
	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Divisions & Definitions

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#site {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
	/* Extra padding to scroll beyond the main area */
	padding-bottom: 50px;
	width: 800px;
}

#site #headerDiv {
		position: relative;
		height: 60px;
		background-image: url(../images/header_bg.jpg);
		background-repeat: no-repeat;
		background-color: #ffffff;
		z-index: 1;
		width: 802;
		margin: 0px;
		padding: 0px;
		
}

#site #headerDiv .aaecBanner {
	background-image: url(../images/aaecLogo_2008.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 60px;
}
#site #headerDiv .aaecBanner .tagLine{
	margin-left: 155px;
	padding: 10px;
	font-size: 16px;
	font-weight:bold;
	font-style: italic;
	color: #0949C4;
}

#site #footerDiv {
		font-weight: bold;
		text-align: right;
		font-weight: bold;
		font-size: 10px;
		font-style: italic;
		/*margin-top: 20px;*/
}
#site #sizeWrapper {
	width:802px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #ffffff;
	}

	
#site #htmlContent {
	/* Background color of the whole front-end here: */
	background-color: #ffffff;
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	padding-bottom:0px;
}

/* index.cfm's aaec tag line style for web crawlers to pick up */
#aaecText {
	display: none;
}

#htmlContent .toolbar {
	background-color: #3399ff;
	background-image: url(../menu/menu_blue_bg.jpg);
	background-repeat: x;
	height: 20px;
}

#htmlContent .toolbar2 {
	background-color: #3399ff;
	background-image: url(../menu/menu_blue_bg.jpg);
	background-repeat: x;
	height: 20px;	
}

#site #htmlContent .feature {
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 20px;
		text-align: center;
}
#site #htmlContent .feature UL.links{
	text-align: left;
}
#site #htmlContent .feature .headline {
	text-align: center;
	padding: 5px;
	color: red;
	font-size: 18px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

#site #htmlContent .featureLabel {
	text-align: left;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}
#site #htmlContent .featureItem {
	padding: 4px;
}

#site #htmlContent .featureItem .featureTitle {
	border-bottom: 1px solid #999999;
	padding: 2px 4px 4px 4px;
	margin: 15px;

	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}


#site #htmlContent .blog {
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 20px;
		text-align: center;
		background-color: #FFFF9B;
}
#site #htmlContent .blogLabel {
	text-align: left;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}


#site #loginStatus {
	float:right;
	margin-top: 25px;
	margin-right: 5px;
	
}
#loginStatus .autoLogin {
	text-align: left;
	font-style: italic;
	font-size: 10px;
}

.imgGlow { 
	margin: 0px;
	padding: 5px;
	border: 0px;	
	background-color: #ffffff;
}
.imgGlow:hover { 
	margin: 0px;
	padding: 5px;
	border: 0px;
	background-color: #D2EBF9;
}

.glowDiv { 
	margin: 5px;
	padding: 5px;
	border: 0px;
	background-color: #FFFFFF;
}

.glowDiv:hover { 
	margin: 5px;
	padding: 5px;
	border: 0px;
	background-color: red;
}


#site #flashMovie {
		margin-top: 10px;
		border-bottom: 2px solid #B2B2B2;
		border-top: 2px solid #B2B2B2;
}
#site #flashMovie_AMI_Seal {
	/*float:right;
	margin-top: 3px;
	margin-right: 3px;
	*/
	position: absolute;
	top: 5px;
	left: 700px;
}

#topBar {
	/*background-image: url(../images/roadTile.jpg);
	background-image: url(../images/aaecTile.jpg);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	height: 30px;
	color: #FFE700;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	text-align: right;
	padding: 5px;
	border-bottom: 3px solid #004BD0;
}

#topBar .aaecCar {
	position: absolute;
	left: 0px;
	top: 11px;
}
#topBar .aaecLogoText {
	position: absolute;
	left: 400px;
	top: 5px;
}

#topBar .signIn {
	color: #FFE700;
}

#topBar .signIn:hover {
	color: #FFFFFF;
	font-style: italic;
}
#debug {
	height: 300px;
	overflow: auto;
	border: 1px solid black;
	top: 0px;
	left: 0px;
	width: 600px;
	background-color: #ffffff;
}