#full_area {
	margin: 0 auto;
	width: 960px;
	text-align:left;
}

/************************** SUB PAGE ************************/
.subpage {
	height: 16px;
}
.subpage .icon{
	display: block;
	height: 29px;
	width: 28px;
	background-image: url('../images/layout/page-title-icon.png');
	background-repeat: no-repeat;
	float: left;
	margin: 3px 10px 3px 3px;
}

.subpage .title {
	margin-top: 8px;
	float: left;
	color: #0066a5;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:4px;
	font-weight: 500;
	padding-bottom:10px;
}


.prestitle {
	text-align: center;
	color: #d71067;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:4px;
	font-weight: bold;
	padding-bottom:10px;

}

.author {
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}
.description {
	font-style: italic;
}
.seperator {
	height: 16px;
	margin-top: 20px;
}
.seperator .icon{
	display: block;
	height: 11px;
	width: 12px;
	background-image: url('../images/layout/bullet.png');
	background-repeat: no-repeat;
	float: left;
	margin: 3px 10px 3px 3px;
}
.seperator .title {
	padding-top: 1px;
	float: left;
	font-weight:bold;
	padding-bottom:10px;
}
/************************** CHAT ************************/
#chat {
	background-repeat: no-repeat;
	height: 96px;
	width:120px;
	margin: 10px 0px 0px 10px;
}
/************************** SPECIAL ************************/
.special {
	width: inherit;
	height: 54px;
	position: relative;
}
.special .icon {
	background-image: url('../images/layout/special-icon.png');
	background-repeat: no-repeat;
	height: 54px;
	width: 44px;
	float: left;
}
.special .message {
	color: #C06;
	margin-top: 5px;
	width: 345px;
	height: 54px;
	float: left;
	min-height: 54px;
	margin-left: 10px;
	font-weight: bold;
}
/************************** NEWSLETTER ************************/
#newsletter {
	width: 580px;
	background-repeat:no-repeat;
	height: 180px;
	top: 110;
	left: 420;
	margin: 10px;
	position: absolute;
}
#newsletter .title {
	font-size: 17px;
	color: #333536;
	position: absolute;
	top: 10px;
	left: 50px;
}
#newsletter .icon {
	margin: 2px;
	background-image: url('../images/layout/newsletter-email-icon.gif');
	background-repeat: no-repeat;
	height: 39px;
	width: 39px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#newsletter form {
	position: absolute;
	display: block;
	top: 25px;
	left: 40;
	padding: 4px;
}
#newsletter form input[type="text"] {
	border: solid 1px #666;
	border-collapse: collapse;
}
#newsletter form .label {
	width: 45px;
	color: #666;
	font-weight: bold;
	display: inline;
	float: left;
}
#newsletter form .input {
	display: inline;
	float: right;
}
#newsletter form .submit {
}
#newsletter form .form_item {
	width: 200px;
	height: 20px;
	padding: 2px;
	position: relative;
}
#newsletter p {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 59px 15px 0 53px;
}
/************************** MAIN AREA ************************/
#main_content {
	border-top:5px solid #06C;
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	background-color: #FFF;
}

#content {
	
	position: relative;
	top: 0px;
	padding: 10px;
}
#content .header {
	color: #663;
	font-size: 20px;
	padding-left: 10px;
	letter-spacing:4px;
	font-weight: 500;
}

#content .subheader {
	color: #663;
	font-size: 15px;
}
/************************** HEADER ***************************/
#header {
	height: 205px;
	position: relative;
	top: 0px;
	left: 0px;
	width: inherit;
	background-image: url('../images/layout/header-background.png');
	background-repeat: no-repeat;
	background-color: #06C;
	z-index: 0;
}
/************************** FOOTER ***************************/
#footer {
	background-image : url('../images/layout/footer-background.png');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 61px;
	width: inherit;
	position: relative;
	bottom: 0px;
	padding: 0px 0px;
	color: #FFF;
	font-size: 11px;
	clear: both;
}

#footer_mission_statement {
	padding-left: 55px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 25px;
}

#footer_left_side {
	padding-top: 10px;
	width: 45%;
	float: left;
	
}
#footer_right_side {
	width: 55%;
	padding-top: 10px;
	float: right;
	text-align: right;
}
#copyright {
	padding-left: 20px;
}
#bottom_nav {
	color: #F90;
	padding-bottom: 3px;
}
#bottom_nav a {
	color: #FFF;
	text-decoration: none;
	padding: 0 17px;
}
#contact_info_phone{
	font-weight: bold;
	float: left;
	padding-left: 100px;
}
#contact_info_email{
	float: right;
	padding-right: 21px;
}
#contact_info_email a {
	color: #FFF;
	text-decoration: none;
}

/************************** MISSION STATEMENT ************************/
.missionstatement_icon{
	display: block;
	height: 29px;
	width: 28px;
	background-image: url('../images/layout/mission-statement-icon.jpg');
	background-repeat: no-repeat;
	float: left;
	margin: 3px 10px 3px 3px;
}
.missionstatement_text {
	margin-top: 8px;
	float: left;
	color: #e34073;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:4px;
	font-weight: 500;
	padding-bottom:10px;
}

ol li {
	margin-top: 10px;
}

ul li {
	margin-top: 10px;
}