html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	line-height:22px;
}
input, 
textarea{
	outline:none;/* preventing the chrome and safari nasty yellow border */	
}
a:focus{
	outline:none;
}
a, 
a:visited, 
a:active{
	color:#007a9e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{ color:#0b3c58; }
h2{	color:#0b3c58; }
h3{	color:#0b3c58; }
h4{	color:#0b3c58; }
h5{	color:#0b3c58; }
h6{	color:#0b3c58; }
img{ border:none; }

.quote{
	float:left;
	width:538px;
	padding:10px 50px 10px 50px;
	background:#eee  url('/assets/images/page/quote.png') no-repeat left 10%;
	font-style:italic;
	margin:20px 0 10px 0;
	border:1px solid #d3d3d3;
}
.corners{
	 -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
}

p.normal {
	line-height: normal;
	margin:2px 0px 4px 0px;
}

.center {
	text-align: center;
}

.action_alternative {
	padding-left: 8px;
}

img.icon {
	vertical-align:text-bottom;
	margin:0px 3px;
}

	
button.button,
input.button {
	padding:3px 8px !important;
	font-size: 12px !important;
}

/*
------------------------------------------------------------------------
BODY - Background with and without a slider.
------------------------------------------------------------------------
*/

#body-bar{
	background:#eeeeee  url('/assets/images/page/bg-stroke.jpg') repeat-x;
}

#body{
	background:#eeeeee  url('/assets/images/page/bg-stroke-2.jpg') repeat-x;
}

/*
------------------------------------------------------------------------
MENU
------------------------------------------------------------------------
*/

/*  LEVEL ONE */
ul.dropdown { 
	list-style-type:none;
	position:absolute;
	height:38px;
	top:0;
	right:0;
	background:#0b3c58;
	border-left:1px solid #7aa6bf;
	border-bottom:1px solid #7aa6bf;
	border-right:1px solid #7aa6bf;
	padding:0 14px 0 14px;
	z-index:100;
	-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
ul.dropdown li { 
	display:inline;
	float:left;
	zoom: 1; 
}
ul.dropdown a:hover{ 
	color: #fff;
	text-decoration:none;
}
ul.dropdown a:active{ 
	color: #fff; 
}
ul.dropdown li a{ 
	display: block; 
	color: #fff;
	height:20px;
	padding:8px 10px 10px 10px;
}
ul.dropdown li.hover,
ul.dropdown li:hover{ 
	color: #fff; 
	position: relative; 
	background:#0d4565;
}
ul.dropdown li.hover a{ 
    color: #fff; 
}
/* 
	LEVEL TWO
*/
ul.dropdown li ul {
	width: 150px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	background:#0b3c58; 
	border-left:1px solid #7aa6bf;
	border-bottom:1px solid #7aa6bf;
	border-right:1px solid #7aa6bf;
	padding-bottom:0px;
}
ul.dropdown li ul li{ 
	font-weight: normal; 
	background:#0b3c58;  
	color: #fff; 
	border-top:1px solid #7aa6bf;
	float: none;
	margin:0;
	width: 150px;
	height:34px;
	float:left;
	padding:0;
}									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown li ul li a{ 
	width: 140px;
	padding: 6px 0px 6px 10px;
	display: inline-block;
	margin:0;
	height:34px;
} 
ul.dropdown li ul li a:hover{
    text-decoration:none;	
}
ul.dropdown li ul li:hover{ 
	width: 150px;
	display: inline-block;
	margin:0;
	background:#0d4565;
} 

/*
------------------------------------------------------------------------
CONTAINERS - DIV Container CSS style.
------------------------------------------------------------------------
*/

/* the rest */
div#container-basic{
	width:1040px;
	margin:0 auto!important;
	background:  url('/assets/images/page/header-bg.jpg') no-repeat;
	min-height:600px;
}

/*
------------------------------------------------------------------------
HEADER - Basic header CSS style.
------------------------------------------------------------------------
*/

div#header{
	width:1040px;
	height:100px;
	float:left;
}
div#header-in{
	width:1000px;
	height:100px;
	float:left;
	position:relative;
	margin-left:20px!important;
}
div#menu{
	width:1000px;
	height:36px;
	float:left;
}
a.active{
	text-decoration:none;
	background:#0d4565;
}

div#logo{
	width:560px;
	height:40px;
	float:left;
}

/*
------------------------------------------------------------------------
CONTENT - Content wrap CSS style.
------------------------------------------------------------------------
*/

div#content { min-height:300px!important; margin:0 20px!important; }

div.content {
	width:960px;
	float:left;
	background:#fff;
	border:1px solid #d3d3d3;
	padding:30px 20px 30px 20px;
}

div#partners { margin: 20px !important; padding-top: 15px; }
div#partners h2 { margin-top: 0px; }
div#partners div.partner { float:left; width:32%; text-align: center; margin:10px 0px; }
div#partners div.text { font-size: 13px; }

div#main {
	width:680px;
	float: right;
}

div#main.full {
	float: none;
	width: auto;
	font-size: 13px;
}

div.wrapper {
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	padding:5px;
	border:1px solid #007682;
}

div#sidebar {
	float:left;
	width: 260px;
}

div#sidebar > div.wrapper {
	padding:10px;
}

div.wwmp_datepicker {
	font-size:1.1em;	
}

div.wwmp_datepicker .ui-datepicker {
	margin:0 auto;
}

/*
------------------------------------------------------------------------
FOOTER - Footer CSS style.
------------------------------------------------------------------------
*/

div#footer{
	width:980px;
	height:40px;
	float:left;
	margin:10px 0 0px 20px;
	border:1px solid #d3d3d3;
	padding-left:20px;
	background: url('/assets/images/page/allfields_logo.png') no-repeat 12px 50%;
	background-color:#fff;
	position:relative;
}
div#footer.home { margin-top: 0px !important;}
div#footer p{
	float:left;
	width:450px;
	margin:9px 0 0 20px;
	color:#666;
}
div#footer p a,
div#footer p a:active,
div#footer p a:visited{
	text-decoration:underline;
	color:#666;
}
div#footer p a:hover{
	text-decoration:underline;
	color:#222;
}
div#footer ul{
	float:right;
	margin:8px 38px 0 0px;
}
div#footer li{
	display:inline;
	margin:9px 6px 9px 6px;
}
div#footer ul a,
div#footer ul a:active,
div#footer ul a:visited{
	color:#666;
}
div#footer ul a:hover{
	color:#222;
}
div#footer img{
	position:absolute;
	right:20px;
	top:14px;
}
div#bottomspacer{
	width:1000px;
	height:20px;
	float:left;
}
