html {background-color: #000; color: #fff; font-family: times; }
body {background-image: url('/media/images/layout/bottom_stripe_section.jpg');background-repeat: repeat-x;background-position: 0px 393px;}
#wrapper {width: 960px;margin: 0px auto;margin-top:15px;}
#body {margin: 0px auto;margin-top: 6px;min-height: 400px;width: 90%;background-color: #fff;color: #000;padding: 10px}
#body_border {float: right;width: 860px;}
#header {width: 860px;background-image: url('/media/images/layout/top_stripe_section.jpg');background-position: bottom;background-repeat: repeat-x;background-color: #000;}
#nav_top, #newsletter_box, #header {width: 860px; float: left; }
#logo_box, #nav, #search_box { width: 100px; float: left; }
#logo_box { padding-top:5px; }
#newsletter_box { height: 45px; line-height: 50px; }
#search_box {background-image: url('/media/images/layout/top_nav_stripe_section.jpg'); background-position: bottom; background-repeat: repeat-x; padding-top: 10px; height: 48px; }
#nav_top, #logo_box, #search_box, #nav { background-color: #4d4d4d; }
#nav_top a:link { color: white; text-decoration: none; }
#nav_top a:visited { color: white; text-decoration: none; }
#nav_top a:hover { color: red; text-decoration: none; }
#nav_top a:active {	color: red; text-decoration: none; }
#top-nav a:link{	color: white; }
#top-nav a:visited{ color: white; }
#top-nav a:hover{ 	color: red; }
#top-nav a:active{	color: red; }
/*---------------Primary Navigation---------------*/
#nav {min-height: 400px; background-image: url('/media/images/layout/bottom_nav_stripe_section.jpg'); background-position: 0px 264px; background-repeat: repeat-x; text-align:center; }
#nav a { color: white; text-decoration: none; }
#nav a:hover, #nav a:active { color: red; text-decoration: none; }
#nav ul {margin: 0px;padding: 0px;}
#nav li {list-style-type: none;border-bottom: 1px solid #000;font-size: 1.3em;text-decoration: none;width: 90%;padding: 5px 0px 5px 0px;}
/*---------------Newsletter Formatting---------------*/
#newsletter_box {background-color: #000; text-align: right; }
.newsletter_p {background-color: #d9d9d9; width: 80%; margin: 0px auto; margin-bottom: 15px; }
.newsletter_title {background-color: #4d4d4d; font-size: 1.5em; color: #fff; padding-left: 5px; }
.newsletter_content {padding: 10px; }
/*---------------Footer---------------*/
#footer {width: 784px; float: right; margin-right: 33px; padding-left: 10px; background-color: #fff; color: #000; }
#footer a:link{		color: #000; }
#footer a:visited{ 	color: #000; }
#footer a:hover{ 	color: red; }
#footer a:active{	color: red; }
/*---------------Contact Page---------------*/
.phone {float: left; margin-left: 75px; }
.fax {display: none; visibility: hidden; }
.email {float: left; margin-left: 75px; }
.address {float: left; margin-left: 75px; }
.form {width: 85%; text-align: center; clear: both; }
.form input {border: 1px solid black; width: 250px; height: 25px; margin-top: 5px; }
.form textarea {border: 1px solid black; width: 400px; height: 150px; margin-top: 7px; }
.clear { clear: both; }