/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#faux {
 background: url(images/wrapperbg.png);
 background-repeat:no-repeat;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 960px;
 height: 41px;
 background: url(images/header.png);
}
#navigation {
	color: #333;
	background: url(images/navbg.png);
	height: 37px;
	width: 960px;
	text-align: center;
}
#rightcolumn {
	display: inline;
	color: #333;
	width: 400px;
	float: right;
	margin-right: 16px;
	margin-bottom: 3px;
}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 60px 0px 0px 60px;
 padding: 0px;
 width: 800px;
 display: inline;
 position: relative;
}
#footer {
	width: 960px;
	clear: both;
	color: #333;
	background: url(images/footer.png) no-repeat;
	height: 60px;
}
.clear { clear: both; background: none; }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666D9F;
}
a {
	color: #65A440;
}
a:hover {
	color: #FF9900;
}
#bottomlinks {
	width: 960px;
	clear: both;
	color: #999999;
	height: 60px;
	font-size: 11px;
	text-align: center;
}
#bottomlinks a{
	color: #999999;
}

#bottomlinks a:hover{
	color: #FF9900;
}
#bottomrow {

	width: 960px;
	clear: both;
	color: #333;
	background: url(images/bottowmrow.png) no-repeat;
	height: 134px;
}
#leftcolumnhome {

 float: left;
 color: #333;
 margin: 60px 0px 0px 60px;
 padding: 0px;
 width: 450px;
 display: inline;
 position: relative;
}
#googlemap {

	float: right;

}

table{
	border: 1px solid #FFF;	
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #77B850;
}
#aboutbox {
	width: 310px;
	background: url(images/aboutbox.png) no-repeat;
	height: 105px;
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	left: 59px;
	top: -13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#aboutbox a {
	color: #ffffff;
}
#aboutbox a:hover {
	color: #FF9900;
}
.searchcolumnheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #6EAE48;
	color: #FFF;
}

th.headerSortUp { 
    background-image: url(images/up.gif); 
	background-repeat:no-repeat;
	background-position: 5px 5px;
 

background-color: #093;
} 

th.headerSortDown { 
    background-image: url(images/down.gif); 
	background-repeat:no-repeat;
	background-position: 5px 5px;	

    background-color: #093;
} 
#prevClaims{
	width: 850px;	
}
.claim{
width:400px; float: left;	

}
.remove:hover{
	cursor: pointer;
	
		
}

#messageBox{
	border: 2px solid #77B850;
	background-color:#FFFF66;
	padding-left: 80px;
}
tr.even td{
background-color: #EEEEEE;

}

.searchcolumnheader th:hover{
cursor:pointer;
	

}