/*
Theme Name: Kent Essex
Theme URI: http://wordpress.org/
Description: Custom Wordpress Theme.
Version: 1.0
Author: Logix
Author URI: http://www.logixstudios.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000033;
	color: #000033;
	text-align: center;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Start Custom Theme CSS */

strong {color:#000033;}

.bold {font-weight:900;}

#claims-quicklinks {}

.align-center {margin:0 auto; text-align:center; }
#content-area {padding:5px 30px 10px 15px;}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #A1BED6;
	letter-spacing: 2pt;
}

a strong {color:#FF0000;}

a:link {
	color: #FF0000;
}
a:hover {
	color: #A7CCDD;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
}

hr {
	background:#B4D6F1;
	border:none;
	color:#B4D6F1;
	height:1px;
	width:100%;
	}
h1, h2, h3 {
	text-transform:uppercase;
	letter-spacing:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #A1BED6;
	letter-spacing: 2pt;
	}
		h2 {text-transform:none;}
		h3 {font-size:12px;	margin-bottom:0; padding-bottom:0;}
	
	
/*
* Custom Form Styling
*/
#claimform .tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
#claimform .left {
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
#claimform .head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
#claimform td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
#claimform .pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
#claimform span.required{
  font-size: 13px !important;
  color: red !important;
}
#homecontent {padding:5px 0px 0px 25px;}
#latestnews p { margin:0; padding:0;}
#privacycode h1 { font-size: 14px; }
.formlabel { font-size: 12px; }