/* CSS Reset */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, {
 font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* HTML Reset */
* {
	margin: 0;
	padding: 0;
}


body {
	font: 100% Arial, Helvetica;
	background: #437806 url(/images/bg_body.jpg);
	background-repeat: no-repeat; /*For large centered background*/
	/* background-repeat: repeat-x; */ /*For tiling horizontal background*/
	background-position: top center;
	background-attachment: fixed;
	color: #333;
	line-height: 100%;
	font-size: 12px;
}
/* Hyperlinks */
a:link, a:visited {
	color: #61BC47;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	color: #555;
	text-decoration: none;
}
a img {
	border: 0px;
}
/* Paragraph and Headings */
p {
	margin: 0px 0px 15px 0px;
}
h1 {
	font-size: 20px;
	font-family: 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: 100%;
}
h2 {
	font-size: 20px;
	font-family: 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h3 {
	font-size: 16px;
	font-family: 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h4 {
	font-size: 14px;
	font-family: 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #61BC47;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h5 {
	font-size: 12px;
	font-family: 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #222222;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h6 {
	font-size: 12px;
	font-family: 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
/* ul and ol content styling */
#content ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 15px 20px;
	padding-left: 10px;
	text-indent: -19px;
}
#content ul > ul{
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px 0px 15px 20px;
	padding-left: 10px;
	text-indent: -19px;
}
#content ol > ol{
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin: 0px 0px 15px 20px;
	padding-left: 10px;
	text-indent: -19px;
}
#content ol{
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0px 0px 15px 20px;
	padding-left: 10px;
	text-indent: -19px;
}
/* Horizontal Rule */
hr {
	height: 1px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid #dddddd;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background: none;
}
/* Line Break */
br {
	line-height: 100%;
	padding: 0px;
	margin: 0px;
}
/* Inputs */
input, textarea, select {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 238px;
	font-family: 'arial', helvetica, sans-serif;
	font-size: 12px;
}
input.submitbutton{
	cursor:pointer;
	width: 250px;
	color: #777777;
}
input.submitbutton:hover{
	background: #61BC47;
	color: #fff;
}
/* Tables */
table {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 0px;
	border-right: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0px;
	padding: 5px;
	background: #999999;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #555555;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
td {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.gallery table {
	border: 0px;
}
.gallery tr {
	border: 0px;
}
.gallery th {
	border: 0px;
}
.gallery td {
	border: 0px;
}
.sitemap table {
	border: 0px;
}
.sitemap tr {
	border: 0px;
}
.sitemap th {
	border: 0px;
}
.sitemap td {
	border: 0px;
}
/* Other HTML elements */
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* Website Structure */
/* Header */
#header {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	background: none;
}
#banner {
	margin-bottom:0px;
	float: left;
	display: inline;
}
#banner a {
	margin: 0px;
	padding: 0px;
	line-height: 0%;
	line-spacing: 0%;
	display: inline;
	border: 0px;
	font-size: 0px;
}
/* Navigation Bar*/
#navbar-container {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: none /* url(/images/navbar.jpg) */;
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;
}
#nav {
    background: #332F30 url(/images/nav-left.jpg) top left no-repeat;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 100%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 140px;
    padding-right: 6px;
    padding-top: 7px;
    width:782px;
    z-index:99;
    font-size: 12px;
}
#nav li {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    z-index:99;
}
#nav a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    border-bottom-left-radius: 1.6em;
    border-bottom-right-radius: 1.6em;
    border-top-left-radius: 1.6em;
    border-top-right-radius: 1.6em;
    color: #E7E5E5;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#nav a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
	padding-bottom: 9px;	    
}
#nav .current a, #nav li:hover > a {
    background: #61BC47;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: 0 1px 0 #555;
	padding-bottom: 8px;	    
}
#nav ul li:hover a, #nav li:hover li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    color: #666666;
	padding-bottom: 9px;
}
#nav ul a:hover {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #0078FF !important;
    background-image: url("/images/gradient.png") !important;
    background-origin: padding-box !important;
    background-position: 0 -100px !important;
    background-repeat: repeat-x !important;
    background-size: auto auto !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #FFFFFF !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#nav li:hover > ul {
    display: block;
}
#nav ul {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #DDDDDD;
    background-image: url("/images/gradient.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-color: #B4B4B4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #B4B4B4;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #B4B4B4;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #B4B4B4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    top: 35px;
    width: 185px;
    z-index:99;    
}
#nav ul li {
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index:99;    
}


#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
}
#nav ul ul {
    left: 181px;
    top: -3px;
    z-index:99;
}
#nav ul li:first-child > a {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;

}
#nav ul li:last-child > a {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
#nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}
* html #nav {
    height: 1%;
}
/* Body */
#content {
	width: 930px;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px;
	background: #ffffff;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	line-height: 150%;
}
/* Slider */
#slider-wrapper {
	background: none /*url(/images/slider/slider.png) no-repeat*/;
	width: 930px;
	height: 100%;
	min-height: 100%;
	/*margin:0 auto;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	overflow: hidden;
}
#slider {
	position:relative;
	margin: 0px 0px 0px 0px;
	background:url(/images/slider/loading.gif) no-repeat 50% 50%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	overflow: hidden;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:10px;
	/*bottom: 0px;*/
	top: 10px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/* Page Headings */
#business_name {
    padding: 10px 30px 10px 30px;
    background: #61BC47;
    width: 870px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
#business_name_home {
    padding: 10px 30px 10px 30px;
    background: #61BC47;
    width: 870px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    /*
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    */
}
/* Home Left */
#home_left {
	width: 590px;
	float: left;
	padding: 30px;
	background: none;
	margin: 0px;
	clear: left;
}
/* Home Right */
#home_right {
	width: 250px;
	overflow:hidden;
	padding: 30px 30px 30px 0px;
	background: none;
	margin: 0px;
	float: right;
	clear: right;
}
/* Contact Left */
#contact_left {
	width: 590px;
	float: left;
	padding: 30px;
	background: none;
	margin: 0px;
	clear: left;
}
/* Contact Right */
#contact_right {
	width: 250px;
	overflow:hidden;
	padding: 30px 30px 30px 0px;
	background: none;
	margin: 0px;
	float: right;
	clear: right;
}
/* Main Pages */
#page {
	width: 870px;
	min-height: 100%;
	overflow: hidden;
	padding: 30px;
	background: none;
	margin: 0px;
}
/* Overview */

#page.overview ul > li{
	list-style:none;
}

/* Breadcrumbs */
#breadcrumb {
	float:right;
	padding: 0px 0 0 0;
	background: none;
	margin: 0;
	color: #FFFFFF;
}
#breadcrumb a {
	color: #FFFFFF;
}
#breadcrumb a:link, breadcrumb a:visited {
	color: #FFFFFF;
}
#breadcrumb a:hover, breadcrumb a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
/* Photo Gallery */
#page_photogallery {
	width: 870px;
	min-height: 100%;
	overflow: hidden;
	padding: 30px;
	background: none;
	margin: 0px;
}
#gallery-container {
	width: 870px;
	padding: 30px 30px 0px 30px;
	background: url(/images/content-bg.png) repeat;
	margin: 0px 0px 0px 0px;
	min-height:100%;
}
/* Photo Gallery Thumbnails */
#thumbnail-all {
	margin: 0 auto;
	background: none;
	width: 164px;
	height: 100%;
}
#image-description {
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	background: #dddddd;
	color: #777777;
	width: 140px;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
#image-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 100%;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background: #373737;
	text-align: center;
}
#image-title:hover {
	background: #000000;
}
#thumbnail {
	margin: 0px;
	text-align: center;
	color: #151515;
	width: 160px;
	height: 160px; /* needed if you force the width of the thumbnail */
	background: none;
	overflow: hidden;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
#image-title a {
	color: #ffffff;
}
#image-title a:hover {
	color: #ffffff;
}
#thumbnail img {
	margin: auto;
	display:block;
	/*min-height: 160px;*/
	min-width: 160px; /*this will force the width of the thumbnail making it a square */
}
#thumbnail img:hover {
	margin: auto;
	display:block;
}
/* Blog Page */
#blog_container {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}
#blog_title {
	padding: 10px;
	background: #bbbbbb;
}
#blog_body {
	padding: 10px;
	background: #dddddd;
}
/* Footer*/
#footer {
	margin: 15px auto 10px auto;
	width: 910px;
	font-size:10px;
	color:#fff;
	padding:10px 10px;
    background: #332F30;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);   	
}
#footer-mywork {
	margin: 0 auto 10px auto;
	width: 900px;
	font-size:10px;
	background: none;
	color:#333;
	padding:0 50px 0 50px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-align:right;
}
/* Footer Links */
#footer a:link, #footer a:visited {
	color:#ffffff;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
}
#footer-mywork a:link, #footer-mywork a:visited {
	color:#61BC47;
}
#footer-mywork a:hover, #footer-mywork a:active {
	text-decoration:underline;
}
/* Footer Sitemap*/
#footer h2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #7D7D7D;
	line-height:100%;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#footer ul{
	margin: 0;
	padding: 0 15px 0 15px;
	display:block;
	float:left;
	border-right: 0px solid #7D7D7D;
	width:125px;
	text-align:left;
}
#footer ul.footer-home{
	margin: 0;
	padding: 0 15px 0 15px;
	display:block;
	float:left;
	border-right: 0px solid #7D7D7D;
	width:50px;
	text-align:left;
}
#footer ul.footer-home li{
	width:50px;
}
#footer ul:last-child{
	border: 0px;
}
#footer ul li{
	margin: 3px 0 0 0;
	padding: 0;
	display:block;
	width:125px;
	text-align:left;
	font-weight:bold;	
}
#footer ul > li > ul{
	margin: 0;
	padding: 0;
}
#footer ul > li > ul > li{
	margin: 0;
	padding: 0 0 7px 0;
	width:80px;
	font-weight:bold;
}
#footer ul > li > ul > li > ul{
	margin: 0;
	padding: 0 0 7px 0;
}
#footer ul > li > ul > li > ul > li{
	margin: 0;
	padding: 0 0 0 10px;
	width:80px;
	font-weight:normal;
}
#footer ul li.footer-lvl2{
	font-weight:normal;
}

/* Sitemap */
ul.sitemap li{
	list-style:none;
}

#page .sitemap h2 {
	font-size: 14px;
}

#page .sitemap h2 a {
	color: #333333;
}

#page .sitemap h2 a:hover {
	text-decoration: underline;
}

/* Sitemap 1st level */
#page .sitemap_table ul > li {
	font-size:12px;
	font-weight:bold;
	list-style:none;
	text-indent:0;
	margin-left:1px;
}

#page .sitemap_table ul > li a:link, #page .sitemap_table ul > li a:visited{
	color:#333333;
	text-decoration: none;
}

#page .sitemap_table ul > li a:hover, #page .sitemap_table ul > li a:active{
	text-decoration: underline;
}

/* Sitemap 2nd level */
#page .sitemap_table ul > li > ul > li{
	font-size:12px;
	font-weight:bold;
}

#page .sitemap_table ul > li > ul > li a:link, #page .sitemap_table ul > li > ul > li a:visited{
	color:#777777;
	text-decoration: none;
}

#page .sitemap_table ul > li > ul > li a:hover, #page .sitemap_table ul > li > ul > li a:active{
	text-decoration: underline;
}

/* Sitemap 3rd level */
#page .sitemap_table ul > li > ul > li > ul > li{
	font-size:12px;
	font-weight:normal;
}

#page .sitemap_table ul > li > ul > li > ul > li a:link, #page .sitemap_table ul > li > ul > li > ul > li a:visited{
	color:#777777;
	text-decoration: none;
}

#page .sitemap_table ul > li > ul > li > ul > li a:hover, #page .sitemap_table ul > li > ul > li > ul > li a:active{
	text-decoration: underline;
}
#page .sitemap_table table{
	width:870px;
}

#page .sitemap_table td{
	vertical-align:top;
	width:20%;
	padding:10px;
}


/* Float Properties*/
.clearfloat:after {
content:"."; 
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfloat {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfloat {
	height:1%;
}
*+html .clearfloat {
	height:1%;
}
.clearfloat {
	display:block;
}
 

.recaptcha_image {
  width: 240px !important;
  height: 57px !important;
}

#recaptcha_challenge_image {
  width: 100%;
  height: auto;
}

.captchaImgs {
  width: 80px;
  float: right;
}

.captchaImgs div {
  float: left;
}

.recaptcha_only_if_image {
  float: left;
}

#recaptcha_response_field {
  width: 238px !important;
  float: left !important;
  margin: 10px 0 10px;
}

.confirm {
  color: rgba(80, 114, 36, 1);
  font-size: 12px;
  background: #EAF7D9;
  border: 1px solid #BBDF8D;
  padding: 10px;
  display: block;
  clear: both;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.error {
  color: #F45555;
  font-size: 12px;
  background: #FFD1D1;
  border: 1px solid #F8ACAC;
  padding: 10px;
  display: block;
  clear: both;
  text-align: center;
  margin: 10px 0;
}