#wrapper {
	width:973px;
	margin: 20px auto;
	background-image: url('../images/hp_bg.gif');
	background-repeat: repeat-y;
}

body {
	font-size:12px;
	font-family:Arial,verdana,helvetica, san-serif;
	background-color:#e6e0cb;
}

#header {
position:relative;

}

#logo_link {
	display:block;
	height:60px;
	width:500px;
	position:absolute;
	top:0;
	left:0;
	text-decoration:none;
}

#banner { display:none; }


#main {
	width:575px;
	float:left;
	padding-left:50px;
}

*html #right {
	margin-left:50px;
}

#right {
	float:right;
	margin-right:60px;
}

#footer {
	background-image: url('../images/hp_footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom:40px;
	margin-bottom:20px;
}

/* navigation */

#navigation li {
	float:left;
	list-style:none;
	margin-bottom:20px;
}

#navigation a i { display:none; }

#navigation a {
	display:block;
	background-image:url('../images/sprite.jpg');
	background-position: 0 -0;
	height:105px;
	width:242px;
}

#navigation #why {
	background-position: 0 -0;
	width:200px;
}

#navigation #where {
	background-position: -200px -0;
	width:242px;
}

#navigation #how {
	background-position: -442px -0;
	width:242px;
}

#navigation #who {
	background-position: -684px -0;
	width:284px;	
}

/* hover states */

#navigation #why:hover {
	background-position: 0 -105px;
}

#navigation #where:hover {
	background-position: -200px -105px;
}

#navigation #how:hover {
	background-position: -442px -105px;
}

#navigation #who:hover {
	background-position: -684px -105px;
}

/* Side Navigation */

#break {
	height:15px;
	background-image:url('../images/sprite.jpg');
	background-position:-3px -340px;	
	margin-top:15px;
}

#side_nav ul i{
	display:none;
}

#side_nav ul{

	list-style:none;
	margin:20px 0;

}

#side_nav ul a{
	display:block;
	background-image:url('../images/sprite.jpg');
	height:30px;
	width:196px;
	background-position:-209px -270px;
	margin-bottom:10px;
}

#side_nav ul #contact {
	background-position:-209px -304px;
}

#side_nav ul a:hover{
	background-position:-12px -270px;
}

#side_nav ul #contact:hover {
	background-position:-12px -304px;
}

/* ************** */


#content a {
	color: #4a7371;
}

#content a:hover {
	text-decoration:none;
}

#content #main li{
	list-style:none;
	margin-bottom:5px;
	background-image:url('../images/bullet.jpg');
	background-repeat:no-repeat;
	padding-left:15px;
}

#content h1{
	color:#860c47;
	font-size:18px;
	font-weight:normal;
}

#content h2 {


	font-weight:bold;
	color:black;
	font-size:12px;
	margin-top:20px;


}

#content strong { color:#860c47; }

/* form */

#content fieldset {
	border:none;
}

#content legend {
	font-size:12px;
	font-weight:bold;
}

#content legend, #content label {
	display:block;
	clear:both;
	padding-top:10px;
}

#content input, #content textarea {
	float:left;
	width:300px;
}

#content #submit {
	clear:both;
	width:75px;
	position:relative;
	top:10px;
}
