@charset "utf-8";

body  {
	margin: 0px;
	font-family: arial;
	line-height: 15px;
	color: #333333;
	font-size: 12px;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	
}

#father {

}


#mother {
	width: 1000px;
	margin: 0 auto;
	background-image:url(images/father_background.jpg);
	background-repeat: repeat-y;
	background-attachment:inherit;
	background-position:88px;
}

#mother_content {
	margin: 0 auto;
	background-image:url(images/background_content.jpg);
	background-color: blue;
	background-position: center;
	width:1000px;
}

#homepage_leftcolumn {
	width: 293px;
	float: left;
	margin-left: 50px;
	background-image:url(images/background_homepage_leftside.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#homepage_rightcolumn {
	background-image:url(images/background_homepage_content.jpg);
	background-repeat: repeat-x;
	background-position: 0 100px;
	float: left;
	width: 607px;
}

#aerosol_backing {
	background-image:url(images/img_aerosol_homepage.jpg);
	background-repeat: no-repeat;
	background-position: 525px 100px;
}

/* Content Area */
#content_area {
	line-height: 30px;
	font-size: 12px;
	color:#333333;
	padding-right: 100px;
	text-align: left;
}

#content_area a:link, content_area a:visited, content_area a:active {
	color:#CC3300;
	text-decoration: underline;
}

#content_area a: hover {
	text-decoration: none;
	background-color: #FFFFCC;
}

/* Footer */

#footer {
	clear:both;
	margin-top: -14px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}

#footer_home {
	clear:both;
	margin-top: -14px;
	background-image:url(images/footer_home.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}

#footer a:link {
	color: white;
	text-decoration: underline;
}

#footer a:visited, #footer a:hover, #footer a:active {
	color: #00FFFF;
	text-decoration: none;
}

/* classes */
.mini_headers {
	margin-left: 55px;
}
.standard {
	width: 500px;
	color: white;
	line-height: 22px;
	padding-left: 22px;
}

.homepage_newsbox {
	color:#003366;
	margin-top: -15px;
	margin-left: 65px;
	margin-right: 10px;
	line-height: 18px;
	font-size:10px;
}


.homepage_links a:link, .homepage_links a:visited, .homepage_links a:active{
	color:#003366;
	line-height: 24px;
	font-size:13px;
	text-decoration: underline;
	
}

.homepage_links a:hover {
	color:#CC3300;
	
}

ul.homepage_links {
	list-style: none;
	margin-top: -10px;
	margin-left: 65px;
	margin-right: 10px;
}


.homepage_news_title {
	font-size: 13px;
	color:#993300;
	text-decoration: underline;
}

.links ul 	{

	padding: 0;
	margin: 0;
}

.links li	{
		background-image:url(images/btn_links.GIF);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 3em;
		list-style-type: none;
		
}

.homepage_date {
	color:#006600;
	font-weight:800;
}

/* Sub Navigation */
.sub_nav_text {
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	width: 120px;
}

.sub_nav_text a:link, .sub_nav_text a:visited, .sub_nav_text a:active {
	color:#003366;
	text-decoration: underline;
}

.sub_nav_text a:hover {
	color:#009999;
	text-decration: none;
}

.experiments {
	list-style: none;
	padding-left: 45px;
}

.experiments li {
	background:url(images/icon_experiment.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
}

.news_releases {
	list-style: none;
	padding-left: 45px;
}

.news_releases li {
	background:url(images/icon_newsrelease.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
}

/* Headers and text*/
h1 {
	font-size: 15px;
	color:#FF9900;
}

h2 {
	font-size: 14px;
	color:#996600;
	text-decoration: underline;
	font-weight: bold;
}

.highlight a:link, .highlight a:visited, .highlight a:hover, .highlight a:active {
	color:#66FFFF;
	font-size:16px;
	font-weight: bold;
}

.answer {
	color:#993300;
	font-weight: bold;
	font-size: 14px;
}

.download_headers {
	color:#663333;
	font-size:16px;
	text-decoration: underline;
	font-weight: bolder;
}	
/* ----------------------------------------  FORM  ------------------------------------- */
.form_text {
	text-align: right;
	font-size: 14px;
	padding-right: 12px;
	vertical-align: top;
	
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

.video_text {
	line-height: 18px;
	size: 10px;
}
