/* CSS Document */

* {
	margin: 0;
}

html {
	height: 100%;
}


body { 
	font-family: Lucida Grande, Helvetica, Arial,  sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #970075;
	height: 100%;
	}

#container {
	min-height: 100%;
	height: auto;
	margin: 0 auto -200px;
	position: relative;
}

#nav_bar {
	height: 24px;
	background-color: #5f0149;
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c42695;
	list-style: none;
	}
	
#nav_bar_content {
	width: 807px;
	margin: 0 auto;
	}

.nav_padding {
	padding-top: 4px;
	}
	
#nav_bar_content a {
	font-family: Lucida Grande, Helvetica, Arial,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#nav_bar_content a:hover {
	font-family: Lucida Grande, Helvetica, Arial,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e570c7;
	text-decoration: none;
	}
	
#nav_bar ul li{
	list-style: none;
	float:left;
}
	
#wrapper {
	width: 1206px;
	height:	589px;
	margin: 0 auto;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	}
	
#content {
	width: 807px;
	margin: 0 auto;
	}
	
#branding {
	height: 121px;
	background-image: url(images/spacer.gif);
	}
	
#hero_home {
	height: 177px;
	}
	
#content_spacer {
	height: 15px;
	}
	
#content_left {
	width: 175px;
	padding-right: 50px;
	float: left;
	}
	
#content_right {
	width: 582px;
	float: right;
	text-align: left;
	}
	
#address_box {
	background-color: #6a1657;
	width: 165px;
	height: 120px;
	text-align: left;
	padding: 5px;
	border: 1px solid #c42695;
	margin-bottom: 10px;
	}
	
#aat_box {
	background-color: #6a1657;
	width: 165px;
	height: 130px;
	text-align: left;
	padding: 5px;
	border: 1px solid #c42695;
	margin-bottom: 10px;
	}
	
#address_text {
	font-size: 10px;
	font-weight: bold;
	color: #c42695;
	}
	
#header {
	font-size: 16px;
	color: #e570c7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e570c7;
	}
	
#main_text {
	padding-top: 16px;
	padding-bottom: 28px;
	font-family: Lucida Grande, Helvetica, Arial,  sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	}
	
#main_text ul {
	padding-top: 16px;
	padding-bottom: 28px;
	font-family: Lucida Grande, Helvetica, Arial,  sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	list-style: disc;
	list-style-position: inside;
	text-indent: 10px;
	}

.clearfooter {
height: 200px;
clear: both;
}

#footer {
	clear: both;
	height: 200px;
	background-color: #5f0149;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c42695;
	width: 100%;
	position: relative;
	}
	
#footer_content {
	width: 807px;
	margin: 0 auto;
	padding-top: 6px;
	font-size: 10px;
	}
	
#footer_content a {
	font-size: 10px;
	color: #e570c7;
	text-decoration: none;
	}
	
#footer_content a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none; 
	}
	
#footer_text_left {
	float: left;
	}
	
#footer_text_right {
	float: right;
	}
