* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	background: #fff url(../images/bg2.jpg) repeat-y top center;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #1a1a1a;
}

h1, h2, h3, h4 {
	color: #FF9200;
}

h1 {
	font-size: 1.6em;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 10px;
	line-height: 2em;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #1a1a1a;
}

a:hover {
	text-decoration: none;
	color: #838383;
}

/* Wrapper */

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Logo */

#logo {
	position: relative;
	left: 10px;
	top: 7px;
	width: 420px;
	height: 70px;
	background: url(../images/logo.jpg) no-repeat; 
	padding: 10px 0 0 70px;
}
#logo h1, #logo h2 {
	color: #023994;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
#logo h1 {
	font-size: 2em;
}
#logo h2 {
	font-size: 1.2em;
	margin: 5px 0 0 53px;
}
#logo a {
	text-decoration: none;
	color: #023994;
}



#logo2 h1 {
	background: url(../images/logo2.jpg) 0 0 no-repeat;
	width: 350px;
	height: 104px;
	text-indent: -99999px;
}

#logo2 h1 a {
	display: block;
	width: 100%;
	height: 100%;
}


#contactdetails, #footercontacts {
	float: right;
	margin: 0 10px 0 0;
	width: 340px;
	height: 65px;
	text-align: right;
	background: #CEE6FF url(../images/call.jpg) 99% 50% no-repeat;
	padding: 10px 75px 0 0;
	color:#023994;
}
#footercontacts {
	float: none;
	background: #CEE6FF;
	text-align: left;
	padding-left: 20px;
	
}
#contactdetails span#phone, #footercontacts span#phone2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	display: block;
	margin-bottom: 5px;
}
#footer #footercontacts a {color:#000}

/* Menu */
ul#menu {
	margin: -15px 10px 10px 0;
	list-style: none;
	line-height: normal;
	float: right;
}

ul#menu li {
	display: inline;
	text-align: center;
}

ul#menu li a {
	display: block;
	float: left;
	margin: 0 3px;
	padding: 7px 10px 5px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #023994;
}

ul#menu li a:hover, ul#menu li .active a {

}
ul#menu li a#startclaimbutton {
	background: transparent url(../images/start-claim-button.png) no-repeat;
	width: 108px;
	height: 18px;
	color: #023994;
	margin: 0;
}
ul#menu li a#startclaimbutton:hover {
	background: #fff url(../images/start-claim-button.png) no-repeat 0 -31px;
	border: 0;
	color: #fff;
}


#splash {
	width: 940px;
	height: 299px;
	clear: both;
	margin: 0 auto;
}

/* Page */

#page {
	margin: 0 auto;
}

#page-bgtop {
	padding: 0px 0px 0px 10px;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding-top: 30px;
}

.post .title {
	margin: 0px;
	padding: 4px 35px 4px 15px;
	background: #cee6ff;
	color: #023994;
}

.post .entry {
	margin: 20px 0px;
}
.post .entry ul li {
	list-style-type: decimal;
	margin-left: 40px;
}
.post .entry ul li li {
	list-style-type: circle;
}

td {
	padding: 0 5px;
}


address {
	width: 300px;
	float: left;
	font-style: normal;
}
#contact {
	float: left;
}
#contact input {
	width: 200px;
}
#contact textarea {
	width: 200px;
	height: 80px;
}
#contact input#submit {
	width: 60px;
	padding: 2px 5px;
}


#description, .description {
	margin: 10px 0 0;
	width: 302px;
}

p.testimonial {
	border-bottom: 1px solid #CEE6FF;
	padding-bottom: 5px;
}
	
	
/* Sidebar */

.sidebar {
	float: right;
	width: 171px;
	min-height: 184px;
	margin: 30px 0 30px 0;
	padding: 60px 15px 0;
	background: transparent url(../images/contactbg.png) no-repeat;
	text-align: left;
	
}

.sidebar a{
	color:#023994 !important;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	line-height:14px;
	margin-bottom:5px;
	
}

.sidebar a:hover{
	
	text-decoration:underline;
	
}
.whitemed {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
}

input, textarea {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	margin: 4px 0;
	padding: 1px;
}
#claimform {
	margin-left: 200px;
}
#claimform input {
	width: 200px;
}
#claimform input#send {
	width: 50px;
}

.sidebar ul li {
	margin: -6px 0;
	color: #fff;
}
.sidebar ul li input#submit {
	float: right;
	position: relative;
	bottom: 15px;
	background:url("../images/callme.jpg") no-repeat scroll 0 0 transparent;
	border:0 none;
	height:25px;
	width:60px;
}
		


.sidebar a {
	border: none;
	text-decoration: none;
	color: #999;
}

.sidebar a:hover {
	color: #ccc;
}



/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	background: url(../images/img02.gif) repeat left top;
	color: #1a1a1a;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

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

/* Utilities */
.fleft {
	float: left;
}
.fright {
	float: right;
	margin-left: 10px;
}
.error {
	border: 1px solid #f00;
    background-color: #fdd;
}

.hotr {
	display: none;
}


#pscroller1{
	width: 250px;
	height: 350px;
	padding: 0px;
	font-size:12px;
    line-height:1.5em;
	text-align:left;
}

.success, .warning-info{
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;

}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('../images/success.png');
}
.warning-info {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../images/error.png');
}

.warning{ color:#F00;}


/*banner-slideshow*/
#banner-slideshow {
    position: relative;
	margin-bottom: 13px;
	height: 299px;
}

#banner-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#banner-slideshow img.active {z-index:10}
#banner-slideshow img.last-active {z-index:9}
/*/banner-slideshow*/


/* OPTIMIZER EXPERIMENTS */
ul#menu li a#startclaimbutton-exp-01 {
	background: transparent url(../images/start-claim-button-exp-01.png) no-repeat;
	width: 108px;
	height: 18px;
	color: #fff;
	margin: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#splash-exp-03 {
	border: 1px solid #023994;
	padding: 20px;
	margin: 20px 10px;
	clear: both;
	text-align: left;
	width: 900px;
	height: 259px;
	background: url(../images/exp-03-bg.jpg) 0 0 no-repeat;
}

#splash-exp-03 blockquote {
	width: 60%;
	font-size: 120%;
	background: #cee6ff;
	padding: 20px;
	*border: 1px solid #023994;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.banner-claim {
	float: right;
	display: block;
	background: #b61212 url(../images/big-arrow.png) 50% 98% no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 200%;
	width: 28%;
	padding: 20px 20px 128px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.banner-claim:hover {
	color: #fff;
}
