﻿* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color:#336699; 
}

a:link {
	color:#336699; 
}

a:hover {
	color:#3399CC; 
	text-decoration: none;
	border-style: none; 
}

a:visited {
	text-decoration:none;
}

a img {
	border-style: none;
}

body { 
	background: white url('../images/bg.gif') repeat-x;
	margin: 0px; 
	padding:0px;
	text-align: center;
}

fieldset {
	border: none;
}

em {
	font-weight: bold;
	font-style: italic;
}

blockquote {
	padding: 10px 30px;
	font: 10pt;
	font-style: italic;
}

ul {
	list-style-type: disc;
	padding-left: 15px;
	color:  #666666;
}

ul.no_bullets {
	list-style-type: none;
	padding-left: 0px;
	color:  #666666;
}

.bucket2 {
	width: 225px;
	height: 125px;
	margin: 20px 20px;
	padding-left: 15px;
	float: left;
}

.center {
	text-align: center;
}

/******************************* Title Headers */
h1 { /*Page Titles*/
	font: 30px Arial,sans-serif;
	color: white;
	margin-right: 20px;
	padding-top: 20px;
	font-weight: bold;
	text-align: right;
}

h2 {
	font: 20px Arial,sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #20646F; 
}

h3 {
	font: 14px Arial,sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	color: #20646F; /*Turquoise Green*/
}

h4 {
	font: 14px Arial,sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
	color: #333333;
}

h5 {
	font: 10pt Georgia,Verdana, sans-serif;
	padding-bottom: 3px;
	color: #FF8C00;

}

h6 {  
	font: 12px Arial,sans-serif;
	color:#333333;
	margin-left: 20px;
}


/******************************* Site_Layout */
#site_wrapper {
	width: 920px;
	text-align:left; 
	position:absolute; 
	padding-left: 10px;
	left: 50%; 
	margin-left: -475px; 
	font: .7em Verdana,sans-serif;
	line-height: 1.5em;
}

#site_header, #site_body, #site_footer {
	margin: auto;
	width: 900px; /* 940px -20px padding = 920px*/
}

#site_body {
	margin-top: 30px;
	background: white url('../images/titleseparator.gif') no-repeat;
}

#bggray {
	background: white url('../images/bgindex.gif') repeat-x;
	width: 910px;
	height: 187px;
	position: absolute;
	top: 130px;
	left: 10px;
}

#padding_section {
	padding: 20px;
	}

/*******************************Header*/
#site_logo {
	float: left;
	height: 62px;
	width: 352px;
	padding-left: 15px;
	padding-top: 15px;
}


#site_header {
	background: white url('../images/bg.gif') repeat-x;
	font: 12px Arial,sans-serif;
}


#top_menu {
	height: 20px;
	padding-top: 10px;
	text-align: center;
}

#top_menu a {
	font: 12px Verdana, Arial, san-serif;
	color: black;
}

#top_menu a:hover {
	color: #BC312E; /*Red*/
}

/*******************************Footer*/
#site_footer {
	background: white url('../images/bgfooter.gif') no-repeat;
	font: 10px Arial,sans-serif;
	position: relative;
	height: 175px;
	margin-top: 40px;
	margin-left: 25px;
	text-align: center;
	color: #5F6062; /*Gray*/
}

#site_footer a {
	color: #5F6062;
}

#site_footer a:hover {
	color: #BC312E;
}

#footer_bucket1 {
	font: 12px Verdana,sans-serif;
	width: 175px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}

#footer_bucket2 {
	font: 12px Verdana,sans-serif;
	width: 250px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}

#footer_bucket3 {
	font: 12px Verdana,sans-serif;
	background: url('../images/bubbles.gif') no-repeat;
	width: 300px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 100px;
}

#copyright {
	margin-top: 70px;
}

/*******************************Index*/
#indexpic {
	background-color: transparent;
	position: absolute;
	top: 160px;
	left: 0px;
}

#definition {
	background: white url('../images/bgdef.gif') no-repeat;
	width: 392px;
	height: 151px;
	position: absolute;
	top: 120px;
	left: 450px;
	color: white;
	font-size: 12px;
}

#definition h3 {
	position: absolute;
	top: 10px;
	left: 20px;
}

#definition p {
	position: absolute;
	top: 40px;
	left: 55px;
	right: 20px;
	line-height: 18px;
}

.bucket {
	width: 250px;
	margin-top: 250px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}




