﻿/* Aspergantis */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: black;
	background-color: #e0e0e0;
	}
	
#main-wrapper {
	width:960px; 
	height:640px;
	margin-left: auto;
	margin-right: auto;
	margin-top:35px;
	text-align:left;
	background-color: #ffe;
}
h1 {
	font-size: 1.3em;
	color: #cc5500;
}

h2 {
    display: inline ;
	font-size: 1.3em;
	color: #cc5500;
}

h3 {
	font-size: 1.3em;
	color: #0d3a87;
}

h4 {
    display: inline ;
	font-size: 1.3em;
	color: #0d3a87;
}

h5 {
    display: inline ;
	font-size: 1.2em;
	color: #e69c67;
}

h6 {
    display: inline ;
    font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height:1.9em;
	color: #0d3a87;
}

#zone-top {
	width: 960px;
	height: 80px;
}
#zone-left-border {
	width: 80px;
	height:320px;
}
#zone-left-text {
	width: 240px;
	height: 320px;
	float: left;
	position: relative;
	margin-left: 80px;
	margin-top: -320px;
}
#zone-right-text {
	width: 540px;
	height: 320px;
	float: left;
	margin-left: 340px;
	margin-top: -320px;

}
#zone-splash-graphic {
	width: 560px;
	height: 320px;
	float: left;
	margin-left: 380px;
	margin-top: -320px;

}

#zone-right-graphic {
	width: 560px;
	height: 320px;
	float: left;
	margin-left: 320px;
	margin-top: -320px;

}

#zone-contact-form {
	width: 560px;
	height: 320px;
	float: left;
	margin-left: 350px;
	margin-top: -320px;

}
#zone-mid {
	width: 960px;
	height:80px;
}
#zone-left-logo {
	width: 320px;
	height: 160px;
    float: left;
    background-color:#0D3A87;
}

#zone-right-menu {
	width: 640px;
	height: 160px;
    float: right;
	background-color:#cc5500;
}

#text-left-inset {
	float: right;
	line-height: 1.85em;
	text-align:right;
	margin-top:0px;
	margin-right:10px;
}
#text-address-block {
	float: left;
	line-height: 1.5em;
	font-family: arial,helvetica, serif;
	font-size: 1.1em;
	text-align:center;
	color:#0D3A87;
}

#img-splash-logo {
	width:620px;
	height:320px;
	margin-left:10px;
	float: right;
}

#img-logo {
	width:233px;
	float: left;
	margin: 10px 10px 10px 10px;
}

#list ul{
	clear: both;
	margin: 0px 0px 0px 20px;
	list-style:circle;
	line-height: 1.2em;
	font-size: 2em;
	color: #00ff00;
}

/* Menu Main Horizontal */

#menu {
	clear:both;
	width: 630px;
	height: 40px;
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left:25px;
	text-align: center;
	height: 20px;
	padding: 20px 8px 5px 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: white;
}

#menu a:hover {
	color: #e69c67;
	text-decoration: none;
}

#menu #current_page_item a {
	background: url('../images/rhsw-icon-spot.png') no-repeat center bottom;
}

#menu .hover_item a {
	background: url(../images/rhsw-icon-spot-w.png) no-repeat center bottom;
}

#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	width: 960px;
	float: left;
	}
#footer-text {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: .8em;
	line-height:2.5em;
	color: #0d3a87;
}
	