/*
Design  Templates For Free
http://www.csstemplatesforfree.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px 0 0 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #EFEFEF;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7772;
}

.page
{
    width: 960px;
    background-color:White;
    margin: 20px auto 0px auto;
   /* border: 1px solid #496077;*/
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 
{
	color: #0AAAFD;
	font-size: 100%; }
h6 
{
	font-size: 1.5em;
	font-style:normal;
	font-family:Script MT Bold;
	font-weight:bold;
}
/* this gives the spaces between paragraphs  */
p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}
/* Menu */

#menu {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	/*border-bottom: 3px solid #ab181f;*/
}

#menu a {
	display: block;
	float: left;
	width: 115px;
	height: 35px;	
	border-left: 1px solid #EDEBD5;
	text-transform:none;
	text-align:center;
	font-family:Microsoft Sans Serif;
	font-weight: bold;
	font-size:1.2em;
	color: #EDEBD5;	
	background-color:#2c3790;
	/*background: url(../images/img04.gif) repeat-x;*/
}

div.hideSkiplink
{
    background-color:#2c3790;
    width:100%;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float:inherit;	
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

/*
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}
*/
/*this defines the height from the menu*/
#splash {
	width: 625px;
	height: 300px;
	margin: 0 auto;
	background: url(../images/WillsNewLogo.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 922px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 630px;
	padding: 0px;
}
#contentother {
	float: left;
	width: 750px;
	padding: 20px;
}
#contentterms {
	float: left;
	width: 900px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}
/*
#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}
*/
/* Sidebar */

#sidebar {
	float: left;
	width: 197px;
	padding: 10px;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(../images/img05.gif) repeat-y;
}

.bluebox h2 {
	background: url(../images/img06.gif) repeat-y;
}
/* Boxed Style */

#title {
	width: 100%;
	border-style:groove;
	padding: 11px 0 0 19px;	
	background:#83bfe3;
	border: 2px groove #4F9CEF 20px;
	font-family:Times New Roman Baltic;
	font-style:italic;
	font-size: 1.5em;
	font-weight:bold;
	color: #2a3890;
}
 /*#8CBEF5

*/
#footer {
	clear: both;
	width: 860px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #dde4ec;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#privacy {
	float: right;
}