@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/topBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:20px;
}
h1
{
	color:#00891E;
	font-size:28px;
	margin:0px;
	line-height:28px;	
}
h2
{
	color:#615A73;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	line-height:24px;
}
.resultbox h2
{
	color:#00891E;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	line-height:24px;
}
h3
{
	color:#615A73;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	display:inline;
}

h4
{
	color:#C7D3E7;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	line-height:24px;
}

h6
{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	display:inline;
}

h5
{
	color:#C7D3E7;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding-bottom:14px;
	display:block;
	width:200px;
}

h5 a, a h5
{
	color:#C7D3E7;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0;
	display:block;
	width:200px;
	text-decoration:none;
}
 h5 a:hover, a:hover h5
 {
 	text-decoration:underline;
	color:#FFFFFF;
 }
img, a img
{
	border-style:none;
	border-width:0;
	text-decoration:none;
	margin:0; padding:0;
}
a
{
	text-decoration:underline;
	border-style:none;
	border-width:0;
	margin:0; padding:0;
	color:#006699;
	font-size:14px;
	font-weight:bold;
}
a:hover
{
	color:#003366;
	text-decoration:underline;
}

ul
{
	margin-left:10px;
	padding-left:0;
}

li
{
	text-decoration:none;
	line-height:14px;
	line-height:20px;
}

.text
{
	margin:0px;
	line-height:24px;
}
#main {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 1028px;
}
#top {
	background-image: url(images/headerTopShadow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: inline-table;
	margin: 0px;
	padding: 0px;
	height: 11px;
	width: 1028px;
}
#topLeft {
	text-align: left;
	display: table-cell;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	width:514px;
	height: 11px;
}
#topRight {
	text-align: right;
	display: table-cell;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	width:514px;
	height: 11px;
}

.headImg
{
	margin: 0px;
	padding: 0px;
	display:inline;
}
#page {
	display: table;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 1028px;
	background-image: url(images/bodyBG.png);
	background-repeat: repeat-y;
	background-position: top;
}

#pageMain {
	display:table-cell;
	margin: 0px;
	height: 100%;
	vertical-align:top;
	text-align:left;
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 60px;
	
}


#footer {
	color:#bbbbbb;
	background-image: url(images/bodyBG.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 1028px;
	height:auto;
	text-align:center;
	vertical-align:middle;
	
}

#footer a 
{
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover
{
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:underline;
}

.quotey {
	background-image: url(images/quoteBG.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 225px;
	width: 402px;
	display:block;
	margin-top:40px;
	margin-left:40px;
	text-align:left;
	vertical-align:middle;
	line-height:30px;
	
	color:#00891E;
	font-size:28px;
	margin:0px;
	display:inline;
	font-style:italic;
	font-weight:bold;
}

#footContent {
	
	height:40px;
	vertical-align:middle;
	
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size:13px;
}
.footLink
{
	display:block;
	height:40px;
	text-align:center;
	padding:0;
	margin:0;
	padding-top:15px;
	background-image: url(images/headerBG.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.footlink a
{
	padding-left:12px;
	padding-right:12px;
}
#footContent a
{
	color:#CCCCCC;
	font-size:13px;
	font-weight:bold;
}
#footContent a:hover
{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}
/* Begin Custom Edits */
.searchbox {
	background-color: #dadada;
	padding: 10px 10px 10px 10px;
	width: 500px;
}

.resultbox {
	background-color: #dadada;
	padding: 10px 10px 10px 10px;
	width: 100%;
	margin-top: 15px;
	min-height: 220px;
}

.resultPhoto {
	float: left;
	padding-right: 10px;
}

.resultText {
	min-width: 206px;
}

.resultButton {
	margin-top: 40px;
	position: relative;
}
.next {
	margin-top: -10px;
	float: right;
}

.resultImg {
	background: url('images/photoBG.jpg');
	width: 322px;
	height: 224px;
}

.resultImg img {
	width: 300px;
	height: 208px;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 11px;
}

.imgSub {
	background: #fff;
}

.resultText {
	/* background: url('images/res_top.gif') no-repeat top left #dadada; */
	background: #dadada;
	padding: 10px 10px 10px 10px;
	width: 550px;
	margin-left: 20px;
	min-height: 220px;
	float: left;
}

.leftPane {
	width: 310px;
	float: left;
}

.desc
{
	color:#00891E;
	font-size:18px;	
	font-weight: bold;
}

.queryDisc {
	text-align: center;
	font-size: .9em;
	margin-bottom: -50px;
}

.infoDisc {
	text-align: center;
	font-size: .9em;
	color: #333333;
}

.p1f, .p2f, .p3f, .p4f{font-size:1px; overflow:hidden; display:block;}
.p1f {height:1px; background:#414141; margin:0 5px;}
.p2f {height:1px; background:#414141; margin:0 3px;}
.p3f {height:1px; background:#414141; margin:0 2px;}
.p4f {height:2px; background:#414141; margin:0 1px;}
.contentf {background: #414141;}
.contentf {
	color: #fff;
	font-size: .8em;
	text-align: center;	
}


.contentf img {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.resBottom {
/*	background: red;
	margin-left: -10px; margin-bottom: 40px; width: 570px; height: 10px; */
}

/* End Custom Edits */


