/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* 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: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for 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;
}

/* make some room for the image */
a.external {
/* 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(images/cms/external.gif) no-repeat 100% 0;
}
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(images/cms/external.gif) no-repeat 100% 0; 
}

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(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* 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;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout: Top menu + Content' */
/***************************************************
/*
/*
/*    CONTENT - 1 side column and 1 content column
/*
/*
***************************************************/

/*********************/
/* Set header styles */
/*********************/
/*	we will hide text and replace it with a image
/*	we need to assign a height for it so that the image wont cut off */
#header {
	background-image: none;
	background-repeat: repeat-x;
	padding: 0 2em;
	clear: both;
	color: #6b4226;
}

#headerbanner{
	background-image: none;
	background-repeat: no-repeat;
	height: 120px;
	background-position: right;
}

#headerbanner_sub_left{
	background-image: url(/uploads/images/site/NewLogo_2.png);
	background-repeat: no-repeat;
	height: 190px;
}

#headerbanner_sub_right{
	float: right;
}

#header h1 a {
	display: block;
	height: -999px;             /* adjust according your image size */
	text-indent: -999em;      /* this hides the text */
	width: -999px;
	line-height: 0px;
}

#contact_info{
	text-align: right;
}


/*********************/
/* Set footer styles */
/*********************/
#footer {
	border-top: #6b4226 solid 1px;
	clear: both;               /* keep footer below content and menu */
	color: #6b4226;
	font-size: 80%;
	font-variant: small-caps;
	text-align: center;
	margin: 1.75em 2em 0 2em;
}

#footer #footer_byline { 
	padding: .5em 0;
}

#footer #footer_byline a { color: #1f1f1f; }

/**********************/
/* Set content styles */
/**********************/
/* wrapper for everything below the content line */
#main { margin: .5em auto 2em 0; } /* some air above and under menu and content */

#content h1#page_title{
	border-bottom: none;
	color: #fff;
	line-height: 0.65em;
	text-align: left;
}

/* main content area style */
#content {
	padding: 5px 2em;
	background-color: #78AB46;
	color: #fff;
}

#content h1 {
	border-bottom: 1px solid #1f1f1f;
	line-height: 0.65em;
	margin-bottom: 0.3em;
	margin-top: 0.6em;
	text-align: left;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	line-height: 0.7em;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
	text-align: left;
}

#content p { margin-bottom: 1em;}

#content hr { margin: .25em .25em 1em; border-color: #fff; top: 0; left: 0; position: relative; }

/* lists in content need some margins to look nice */
#content ul, #content ol, #content dl { margin: 0 0 1.5em 0; }

#content ul li, #content ol li { margin: 0 0 .2em 3em; }

/* definition lists topics on bold */
#content dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #FFF;
}

#content dl dt {
	font-weight: none;
	margin: 0 0 0 1em;
}

#content dl dd { margin: 0 0 1em 1em; }

/* Inclusion of columns */

#content #right_column{
	float: right;
	width: 47%;
}

#content #left_column{
	width: 47%;
}

/* Company Directory Styling */

#content .CompanyDirectoryItem{ margin-left: 1em; margin-top: 1.25em;}

#content h2.CompanyDirectoryHeader { color: #FFF; }

#content .CompanyDirectoryItem h4 { color: #FFF;  }

#content .CompanyDirectoryItem p { margin: 0 0 0 1em; padding: 0; }

#content .CompanyDirectoryItem a { text-decoration: underline; }

/* Home Page Quote Box Styling */

#content #defaultquotebox {
	width:20%;
	float: left;
	margin:2em;
	z-index: 100;
}

#content #defaultquotebox p.quoteauthor {
  font-style: italic;
  margin: 0;
  margin-left:2em;
}

#content #defaultquotebox p.quotecontent {
  width:100%;
}

/* Pricing Section Styling */

#content .PricingSection { margin-bottom: 2em; width: 85%; }

#content .PricingSection h4 { margin-bottom: 0; }

#content .PricingSection p{ margin: 0 0 0 1.5em; }

#content .PricingSection p.PricingItem { margin-top: .5em;  }

#content .PricingSection p.PricingPrice{ float: right; margin-top:.5em;}

#content .PricingSection p.PricingItemDetail{ font-style: italic; margin-left: 6em; margin-top: 3pt; font-size: 85%; }

/* Home Page Specific Styling */

#homepage #content #home_link_area_links_container{
	position: relative;
}

#homepage #content #home_link_area_links_container ul.home_links_group_a{ 
	font-style: italic;
	margin: 2em 0 0 2em;
	display: block;
}

#homepage #content #home_link_area_links_container ul.home_links_group_b{ 
	font-style: italic;
	margin: 3em 0 4em 7em;
	display: block;
}

#homepage #content #home_link_area_links_container ul.home_links_group_a li.aa{
	font-size: 130%;
	font-weight: none;
	margin: 0 4% 0 0;
	padding-right: 3%;
	display: inline; 
	text-align: center;
}

#homepage #content #home_link_area_links_container ul.home_links_group_b li.bb{
	font-size: 130%;
	font-weight: bold;
	padding-right: 6%;
	margin: 0 4% 0 0;
	display: inline; 
	text-align: center;
}

#homepage #content #home_link_area_links_container ul.home_links_group_b li.bb a, #homepage #content #home_link_area_links_container ul.home_links_group_a li.aa a{
	text-decoration: none;
}

#content #script_group{ 
	margin: 0 11% 1em;
}

/* Portfolio Specific Styling */

#content #portfolio_info p{
	text-align: center;
	margin-bottom: 0px;
	font-size: 110%;
}

#content #portfolio_links {
	margin: 1em 0;
	float: left;
}

#content #portfolio_links h2 {
	padding: .5em 0;
	font-style: italic;
}

#content #portfolio_links h2.portfolio_link_odd {
}

#content #portfolio_links h2.portfolio_link_even {
	margin-left: 2em;
}

#content #slideshow_holder_portfolio_front {
	text-align: center;
	position: relative;
	margin: 2em 15em;
}

/* Contact Form Styling */
.contactform {width: 200%; padding: 0.25em 0; margin: 0 .5em;} 
.contactform div {width: 75%; padding: 0.25em 0 0.25em 0;} 
.contactform fieldset {padding: 0em; background-color: inherit; width: 60%; margin: 0 0em; border: none; display: inline;} 
.contactform fieldset legend {font-weight: none; font-size: 120%; color: #000;} 
.contactform div label {display: block; width: 10em; } 
.contactform div.required {color: #fff;}
.contactform div.required textarea {width: 130%;}
.contactform div.submit {margin: 0 auto;}

/* End of 'Layout: Top menu + Content' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
.clearb {
/* needed for some browsers */
	clear: both;
}

#menuwrapper {
/* set the background color for the menu here */
/* IE6 Hack */
	height: 1%;
	width: auto;
	margin-top: 110px
}

ul#primary-nav, ul#primary-nav ul {	}

ul#primary-nav {}

ul#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}

ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -2px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}

ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
}

#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 100px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 12px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}

/* set the "a" link look here */
ul#primary-nav li a {
	color: #6B4226;
	padding: 10px 15px 5px;
	display: block;
	text-decoration: none;
}

ul#primary-nav li a:hover { color: #78AB46; }

ul#primary-nav li li a:hover { color: #6B4226; }

ul#primary-nav li a.menuactive { color: #78AB46;}

ul#primary-nav li li a.menuactive { color: #6B4226;}

ul#primary-nav li a.menuactive:hover { color: #6B4226; }

#primary-nav li li a.menuparent span { /* makes it hold a shape */ display: block; }

ul#primary-nav li ul a {
	position: relative;
	padding: 5px 3px;
	font-weight: normal;
	color: #fff;
}

ul#primary-nav li ul {
	background: #78AB46;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.90;
/* CSS 3 */
}

ul#primary-nav li ul ul {}

/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
	color: #6B4226;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}

/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}

/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}

#primary-nav li li a {
	height: 1%;
}
/* End of 'Navigation: CSSMenu - Horizontal' */

