/*****************************************************************
Template: AED_styles.css

Date created: 4/28/2004

Author: Andrew Hewitt ahewitt@wwstudios.com

Type: Stylesheet

Description: Main styles used for the AED pages

Related files:
*****************************************************************/

/***** default styles *****/
body { 
	min-width: 760px;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0 0 0 15px; 
	padding: 0;
	background-color: #ffffff; 
	color: #000000;
	text-align: left;
	}
	
#middle {
	position: relative;
	width: 760;
	margin-left: auto;
	margin-right: auto;
	}
	
#content {
	position: relative;
	width: 552px;
	left: 208px;
	top: 0;
	margin: 10px 0 0 0; 
	text-align: left;
	}
	
#content_no_left {
	position: relative;
	width: 760px;
	top: 0;
	margin: 10px 0 0 0; 
	text-align: left;
	}

#footer {
	margin: 5px 0 0 0; 
	font-size: 10px; 
	}

a:link { 
	color: #006633; 
	text-decoration: none;
	}
a:visited {  
	color: #979D6C;
	text-decoration: none;
	}
a:active { 
	color: #cc9900; 
	}
a:hover { 
	color: #cc9900; 
	}

h1 { 
	font-size: 10pt; 
	color: #c90; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
	}
	
h2 {
	color: #cc9900; 
	font-weight: bold; 
	font-size: 12pt; 
	margin: 0 0 0 0; 
	border-bottom: 1px solid #cc9900;
	}

h3 {	
	font-size: 10pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f60;
	background-image:  url("../../../images/aed/backs/h3back.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;

	height: 23 px;
	}
h7 {	
	font-size: 10pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f60;
	background-image:  url("../../../images/aed/backs/h3back.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	htight: 23 px;
	}	
.reg_text {
	font-size: 10pt; 
	color: #000000; 
	font-weight: normal;
	text-align: left;
	}
.bold_text {
	font-size: 10pt; 
	color: #000000; 
	font-weight: bolder;
	}
	
.fr {  /*this is for images...float right*/
	border: 2px solid black;
	float: right;
	margin: 5px 0px 5px 5px;
	border: 2px solid black;
	}
.fl { /*this is for images...float left*/
	border: 2px solid black;
	float: left;
	margin: 5px 10px 5px 0px;
	border: 2px solid black;
	}


/***** Left nav styles *****/
#tertiary_nav {
	position: absolute;
	width: 208px;
	left: 0;
	top: 0;
	padding: 0 20px 0 0;
	margin: 0;
	}
	
a.tnav{
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 0;
	font-weight: bold;
	background: #fff url("../../../images/aed/backs/nav_underline.gif") bottom left no-repeat;
	}	
a.tnav:link {
	color: #006633;
	}	
a.tnav:visited {
	color: #006633;
	}	
a.tnav:active {
	color: #cc9900;
	}	
a.tnav:hover {
	color: #cc9900;
	}	
#tertiary_nav h1 {
	font-size: 10pt; 
	color: #c90; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
	}

#qnav {
	margin: 0 0 0 10px;
	}

a.qnav {
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0 0px 0;
	}
	
a.qnav:link {
	color: #006633;
	}	
a.qnav:visited {
	color: #006633;
	}	
a.qnav:active {
	color: #cc9900;
	}	
a.qnav:hover {
	color: #cc9900;
	}

/***** Head Main styles *****/
#head_text {
	position: relative;
	width: 760px;
	height: 40px;
	margin: 0;
	padding: 0;
	}	
#head_text h1 {
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 30px 0 0 120px;
	padding: 0;
	}
	
#main {
	background: #fff url("../../../images/aed/backs/background_home.jpg") top left no-repeat;
	width: 760px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	}
#logo_banner {
	}


.logo {
	padding-left: 20px;
	padding-top: 0;
	 margin: 320px 0 0 120px;
	text-align: left;
	}
td.primary_nav1 {
	text-align: center;
	padding-top: 40px;
	line-height: 13pt;
	font-weight: bolder;
	font-size: 10px;
	}
	
td.primary_nav1_flash {
	text-align: center;
	line-height: 13pt;
	font-weight: bolder;
	font-size: 10px;
	}
.primary_nav1 a {
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
	font-size: 10px;
	border-style: none;
	}
hr {
	color: #cc9900; 
	height: 1px;
	}


