/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(/uploads/theme/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(/uploads/theme/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(/uploads/theme/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: theme : Accessibility and cross-browser tools Modified On 2013-08-28 10:15:48 */
@charset "utf-8";
/* CSS Document */

html, body, 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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	padding:0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 150%;
	background: #fff;
}

a, img{ border: 0;}
a{ cursor: pointer; color: #333}

p{ 
	margin: 10px 0;
	line-height:150%;
	text-align: justify
}

h2{ font-size: 18px; margin: 15px 0; line-height: 150%;color: #000; text-transform: uppercase; font-weight: normal}
h1{ font-size: 24px; color:#4b590c;  margin: 15px 0; line-height: 150%;}
h3{ font-size: 15px; padding-top: 10px; margin: 15px 0; color:#4b590c; line-height: 150%; }
h4{}
h5{}
h6{}

/*General*/

#container{
	margin: auto;
	width: 960px;
	background: #fff;
}
#header{ text-align: center; background: url(../../uploads/images/header.jpg) top left no-repeat; height: 174px; position: relative}
#header a.logo{ position: absolute; top: 0; left: 0px; width: 0px; height: 174px; width: 960px}

#header .header-text1{ position: absolute; top: 60px; right: 30px; color: #000; line-height: 35px; font-size: 24px; text-transform: uppercase; background: url(../../uploads/images/phone.jpg) top left no-repeat; padding-left: 50px;}

#banner{ height: 327px; position: relative}
#banner .banner{ position: absolute; top 0; left: 0}
#banner .banner-text{ 
	font-size: 22px;  
	width: 930px; 
	line-height: 120%;
	color: #fff; 
	position: absolute;
	right: 0; 
	bottom: 0; 
	background:url(../../uploads/images/banner-text.png) bottom left no-repeat; 
	padding: 15px 0 15px 30px;
	font-style: italic
}
#nav{}

#body{clear: both;}

#content{ padding: 30px 30px 40px 30px; overflow: auto}
#content .col1{ width: 45%; right 20px  no-repeat; float: left; padding-right: 3%; margin-right: 3%; height: 100%; overflow: hidden; background: url(../../image/line-break.png) right top repeat-y}
#content .col2{ width: 48%; float: left; height: 100%; overflow: hidden}

#content .home-left{ float: left; width: 60%; /*background: url(../../uploads/images/line-break-yellow.png) top right repeat-y;*/}
#content .home-right{width: 35%; float: right}


#footer{ 
	line-height: 16px;
	padding: 10px 20px 20px 20px;
	/*width: 986px; */
	margin: auto;
	height: 40px;
	background: #bfeb34;
	border-top: 3px solid #696868
}
#footer h3, #footer, #footer a{ font-size: 11px; color: #000;}
#footer li{ border-right: 1px solid  #000;}
#footer table{ width: 100%;}
#footer a{ text-decoration: none;}
#footer a:hover{ text-decoration: underline; }
#footer #footerTxt, #footer #footerTxt a{ color: #000;}
#footer #footerTxt{padding-top:5px;}
#footer a.menuactive{ color: #000;}
#footerNav{ float: left; width: 55%}
#social{ float: right; width: 40%; text-align: right; padding-top: 5px}
#social a{ padding:2px;}

.float-left{ float: left; margin-right: 20px; margin-bottom: 20px}
.float-right{ float: right; margin-left: 20px; margin-bottom: 20px}


/* Stylesheet: theme : theme Modified On 2013-08-28 12:02:26 */
/*menu*/
#primary-nav, #primary-nav * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#primary-nav {
    line-height: 1;
}
#primary-nav ul {
    position: absolute;
    top: -999em;
}
#primary-nav ul li {
    width: 100%;
}
#primary-nav li:hover {
    visibility: inherit;
}
#primary-nav li {
    float: left;
    position: relative;
}
#primary-nav a {
    display: block;
    position: relative;
}
#primary-nav li:hover ul{
    left: 0;
    top: 40px;
    z-index: 99;
}
ul#primary-nav li:hover li ul{
    top: -999em;
}

ul#primary-nav li li:hover li ul{
    top: -999em;
}
#primary-nav {
   /* float: left;*/
}
/* sub menu width */
#primary-nav ul { 
	width: 250px;
}
ul#primary-nav li li:hover ul{
    left: 250px;
    top: 0;
}
ul#primary-nav li li li:hover ul, ul#primary-nav li li li.sfHover ul {
    left: 250px;
    top: 0;
}
/*style
#menuwrapper{text-align: center;}
#primary-nav { display:inline-table}*/
#menuwrapper{ background: #bfeb34; height: 40px; border-bottom: 1px solid #030303}
#primary-nav li{ border-right: 1px solid #99bc2a}
#primary-nav a {
	color: #000;
	line-height: 40px;
	font-size: 14px;
	text-align:left;
	padding: 0px 35px;
	text-decoration: none;
}
#primary-nav a:hover, #primary-nav a.menuactive {
	color: #fff;
}
#primary-nav li:hover, #primary-nav li.menuactive{
	background: #b3d227;
}
#primary-nav li li{ margin: 0; background: #8aa21b; border: 0}
#primary-nav li li a{ 
	font-size: 12px; 
	padding: 10px 10px; 
	line-height: 120%;
	text-transform: none; 
	color: #fff;
	font-style: normal;
}
#primary-nav li li:hover, #primary-nav li li.menuactive{}
#primary-nav li:hover, #primary-nav li li:hover	
	{-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
 

}

/********************
Footer Links
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
  /* background color for the entire menu row */
	line-height: 100%;
	margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {}


/* menu list items */
div#menu_horiz li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	margin-right: 5px;

}

/* the links, that is each list item */
div#menu_horiz a {
	text-decoration: none; /* no underline for links */
}

/* hover state for links */
div#menu_horiz li a:hover { text-decoration: underline}
div#menu_horiz a.activeparent:hover {text-decoration: underline}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	text-decoration: underline;
}

div#menu_horiz h3 {/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
	float: left;
	text-decoration: underline;/* THIS IS THE COLOR OF THE HIGHTLIGHTED TEXT AKA CURRENT PAGE*/
}

/* Footer */
/* Stylesheet: theme : menu Modified On 2013-08-28 10:43:18 */
