@charset "UTF-8";
body {
	font: 100%/1.4 'Raleway', sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
}

p {padding-bottom: 10px}

h1 {font-size: x-large; margin-bottom: 10px}

h2 {font-size: large; margin: 20px 0 2px 0}

h3 {font-size: medium; margin-bottom: 2px}

td {padding-left: 5px}

a img {
	border: none;
}

a:link {
	color: #5b893d;
	text-decoration: underline;
}
a:visited {
	color: #5b893d;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #f58023;
	text-decoration: none;
}

#container {
    position: relative;
    right: 0px;
}

.header {
    display: block;
    width: 100%;
    height: 100px;
    background: none repeat scroll 0% 0% #000000;
	border-top: #fff solid 20px;
}

.header .inside {
    max-width: 1024px;
    height: 100px;
    margin: auto;
}

.header .nav {
    float: right;
    padding-top: 60px;
	color:#ffffff;
	font-size:18px;
}

.content {
	padding: 80px 0 20px 0;
	width: 1024px;
    margin: auto;

}

#quote {width: 320px;
	float:right; 
	background: #CCCCCC;
	padding: 10px;
	border: medium solid #5b893d;
	margin-left: 20px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

footer {
    display: block;
    width: 100%;
    background: none repeat scroll 0% 0% #000000;
	font-size: smaller;
	margin: auto;
	clear: both;
	height:40px;
	padding-top:0px;
}


.footerlink a:link {
	color: #ffffff;
	text-decoration: none;
}

.footerlink a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footerlink a:hover, a:active, a:focus {
color: #5b893d;
	text-decoration: none;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*HTML 5 */
header, section, footer, aside, nav, article, figure {
	display: block;
}

/*recaptcha customization*/

#send-btn {font-size:larger}

span#recaptcha_privacy a {
    color: #333;
}

/* SEO Results */

.seo-box {width: 650px; margin-top: 180px}

.seo-box h3 {font-weight:normal}

.seo-box-head {height:90px}

.seo-body {
  border: 1px solid #DBDBDB;
  float: left;
  margin-bottom: 1px;
}

.keyword-box1 {
  float: left;
  width: 350px;
}

.keyword-box1 h3 {
  padding: 0; margin: 0;
}

.keyword-box1 ul {
  float: left;
  list-style: none outside none;
  margin: 0 !important;
  width: 350px;
  padding:5px 0 0 10px;
}
.keyword-box1 ul li {
  border-bottom: 1px solid #DBDBDB;
  color: #666666;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-left:0px;
  text-align: left;
  width: 350px;
  margin-bottom:0px !important;
  padding-left:0px;
}

.keyword-box2 {
  border-left: 1px solid #DBDBDB;
  float: left;
  padding-top: 0px;
}

.keyword-left {
  border-right: 1px solid #DBDBDB;
  float: left;
  width: 147px;
}
.keyword-left ul {
  float: left;
  list-style: none outside none;
  margin: 0;
  width: 147px;
  padding-left:0px;
}
.keyword-box2 ul li {
  border-bottom: 1px solid #DBDBDB;
  color: #666666;
  float: left;
  font-size: 14px;
  font-weight: normal;
  text-align:center;
  margin-left: 0px;
  padding-left:0px;
  width: 100%;
  margin-bottom:0px !important;
}