/* 

Blissful - CSS File

*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 28, 2011 03:57:34 AM America/New_York */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot@#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*** GLOBAL  ***/
html, body{height:100%;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	margin:0;
	padding:0;
	line-height:20px;
	background:url(../images/bg-body.jpg) repeat;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none;
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#f2f2f2;
	background-color:#f2f2f2;
}

hr.small{margin:15px 0px;}


.clearfix:before,
.clearfix:after{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
 }

.clearfix:after {
  clear: both; }
.clearfix {
  zoom: 1; }

.clear, .clr {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*** END OF GLOBAL  ***/
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*** DEFAULT ELEMENT STYLES ***/

/* heading */
h1, h2{margin-bottom:15px;}
h3, h4, h5, h6{margin-bottom:10px;}
h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:14px;}
h5{font-size:12px;}
h6 {font-size:10px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-family: 'OpenSansRegular', sans-serif; color:#2c2c2c}
.pagetitle{font-size:20px; margin-bottom:20px;}
.pagedesc{color:#888; font-family: 'OpenSansRegular', sans-serif; font-size:14px; line-height:22px; display:inline; padding-left:10px}


/* links */
a, a:visited, .colortext {text-decoration:none; font-weight:normal; color:#75a300 }
a:hover{text-decoration:underline; color:#75a300}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

img{ max-width:100%;}

.frame{ border:1px solid #f2f2f2; padding:2px; background:#fff; border-width:0px 1px 1px 1px; border-bottom:1px solid #c9c9c9!important;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px; 
  /* Firefox 1-3.6 */
  -moz-border-radius:    3px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px; 
}



/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
	
blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-family:'TuffyRegular', Georgia, Arial;
	font-style:italic;
	font-size:16px;
	line-height:22px;
}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px; font-size:16px; line-height:20px}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#bodychild{width:1000px; margin:0px auto; padding:50px 0px;}
#outercontainer{ width:1000px; background:url(../images/transparent.png);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
 }
#outerheader, #outerslider, #outerbeforecontent, #outermain,  #outerfootersidebar, #outerfooter{width:100%; margin:0 auto}
#slidercontainer, #beforecontent, #maincontent, #footersidebarcontainer, #footer{width:940px; margin:0 auto;}

#mainthecontent.withsidebarright{ background:url(../images/bg-sidebar-r.gif) repeat-y;}
#mainthecontent.withsidebarleft{background:url(../images/bg-sidebar-l.gif) repeat-y;}
/*** END CONTAINER ***/

/*** HEADER ***/
#outerheader{}
header{padding:0;}
#logo{ margin:20px 30px;}
#logo img{display:inline-block;}

/* Social */
#sn{list-style-type:none; margin:0 0 0 0; padding:25px 0 0 0; float:right} 
#sn li{list-style-type:none; margin:0; padding:0 10px 0 25px; display:inline; background:transparent} 
#sn span{height:20px; width:20px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -20px !important;}


/* Navigation Menu */
#navigation{float:none; clear:both; background:url(../images/bg-nav.png) repeat; padding:0px 30px; height:80px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
nav{position:relative;	z-index:9000; float:none; margin:0 0 0 0;}

#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-size:14px;
	font-family:'DroidSansRegular', Arial;
  }
  
.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	padding: 		14px 25px;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	color:#6d5844;
	font-family: 'OpenSansRegular', sans-serif;
}

.sf-menu > li:first-child a{ padding-left:0px;}
.sf-menu > li {
    padding-left: 2px;
    position: relative;
    z-index: 10;
    border-right: 1px solid #3b2717;
}

.sf-menu > li:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
	border-right: 1px solid #1a1109;
}


.sf-menu a:hover, .sf-menu li a.current{color:#75a300;}
.sf-menu li.sfHover a:hover{color:#75a300;}

.sf-menu li a{ line-height:42px;}


/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li li{margin:0px 0px;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			5.2em; /* match top ul list item height */
	z-index:		99;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	padding:10px 25px!important;
	text-transform:none;
	line-height:normal;
	font-size:13px!important;
	display:block; width:auto; white-space:no-wrap;
}

.sf-menu ul li a:hover{}
.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {

	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
.sf-menu li li a{ font-size:14px; color:#6d5844;}
.sf-menu li li{background:#22160c; border-bottom:dotted 1px #342314;}
.sf-menu li li:hover{ color:#75a300;}


/*** SLIDER ***/
#outerslider{}
#slidercontainer{position:relative; padding:0px 0 0 0; background:#fff; margin-bottom:10px; }
/* == Slider Gallery== */
#slider{position:relative; }
.jcarousel-container {
	overflow:hidden;
	width:660px;
	height:175px;
	margin:20px auto 0 auto;
	position: relative;
	clear:both;
	padding:0;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width:205px;
	margin-right:20px;
}


#feature_gallery {
	width:940px;
	padding:0;
	margin:0;
	overflow:hidden;
}

ul#feature_gallery_pager {
	display:block;
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
}

#feature_gallery ul.menu li a:hover {}
ul#feature_gallery_pager li a {
	overflow:hidden;
	float:left;
	width:210px;
	display:block;
}
ul#feature_gallery_pager li {}
#feature_gallery ul.menu a.activeSlide {
	background:#fff;
}
#feature_gallery .bigimgs {
	width:940px;
	height:388px;
	margin:0;	
}
#feature_gallery .bigimg {
	width:940px;
	height:388px;
	display:none;
}

#feature_gallery img.change {
	width:940px;
}
#feature_gallery img.thumb {
	width:200px;
	height:125px;
	border:1px solid #f2f2f2; padding:2px; background:#fff; border-width:0px 1px 1px 1px; border-bottom:1px solid #c9c9c9!important;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 3px; 
	/* Firefox 1-3.6 */
	-moz-border-radius:    3px; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 3px; 
	padding:2px; 
}
.slidedesc{
	background: url(../images/bg-opacityblack.png);
	padding: 10px;
	width:920px;
	z-index:100;
	bottom:0px;
	position:absolute;
	margin:0 0 0 0;
	color:#fff;
	
}

/* slide navi*/
#pager-container{text-align:right; font-size:11px; position:relative}
#pager-container a, #pager-container a:visited{padding:0; cursor:pointer; float: left; width: 12px; height:16px; display: block;  
text-indent:-9999px;}
#pager-container a:hover{text-decoration:none;}
#pager-container a#mycarousel-prev:hover{}
#pager-container a#mycarousel-next:hover{}
#pager-container a#mycarousel-prev{ background:url(../images/button-prevnext.png) no-repeat 0 0; position:absolute; left:90px; bottom:100px; }
#pager-container a#mycarousel-next{  background:url(../images/button-prevnext.png) no-repeat -12px 0;  right:90px; bottom:100px; position:absolute}




/*** BEFORE CONTENT  ***/
#outerbeforecontent{ clear:both; margin-bottom:10px;}
#beforecontent{}
#beforethecontent{}

#latest-post{ float:left; width:610px; height:138px; background:url(../images/bg-latest.jpg) no-repeat; }
#latest-post .text{padding:43px 0px 0px 20px; float:left;}
#latest-post .date{ color:#ffc90f; font-size:13px; margin-bottom:5px; }
#latest-post h1{ color:#fff; text-shadow:1px 1px 0 #535353;}
#latest-post .button{ float:right; margin-right:48px; margin-top:60px;}

#banner{ float:left; width:330px; height:138px; background:url(../images/bg-green.jpg) no-repeat;}
#banner .text{ float:left; padding:43px 0px 0px 40px;}
#banner h1{ color:#fff; text-shadow:1px 1px 0 #535353; margin-bottom:10px;}
#banner .button{ float:right; margin-right:20px; margin-top:60px;}
#banner span{color:#ffc90f; font-size:13px;}

/*** CONTENT  ***/
#outermain{padding:0;}
#maincontent{background:#fff;}
#mainthecontent{ padding:40px 20px;}

#content{width:550px; float:left;}

#content.positionright{float:right;}
#content.positionleft{ float:left;}

.history{ float:left; width:312px; margin-right:38px;}
.popular{ float:left; width:260px; border-left:1px solid #f2f2f2; padding-left:38px;}

.service{float:left; width:260px; border-right:1px solid #f2f2f2; padding-right:38px;}
.program{float:left; width:312px; margin-left:38px;}

.small{ font-size:11px; font-style:italic; margin-bottom:5px; display:block; margin-top:-5px}

.skill{ margin:0px; padding:0px; list-style-type:none;}
.skill li:first-child{border-top:1px solid #f0f0f0;}
.skill li{ border-bottom:1px solid #f0f0f0; padding:5px 0px;}
.skill li .alignleft{ margin-right:10px;}

/*==== Form & Button ====*/
form{margin:0; padding:0;}
input[type="text"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:7px;
	background:#fff;
	border:0;
	color:#707070;
	border:solid 1px #eee;
}

textarea{width:90%;}

select {
	font-size:11px;
	padding:4px 5px;
}

.button, .button:visited, input[type="submit"]{
	background: #21150b; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35251a', endColorstr='#21150b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#35251a), to(#21150b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #35251a,  #21150b); /* for firefox 3.6+ */
	border:solid 1px #35251a;
	color:#e5b308;
	font-size:12px;
	display:inline-block;
	border-radius:3px;
	-moz-border-radius:3px;		
	-webkit-border-radius:3px;
	padding:6px 15px;
	cursor:pointer;
	text-transform:uppercase;
	 font-family: 'OpenSansRegular', sans-serif;
}

.button:hover, input[type="submit"]:hover{
	background: #35251a; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21150b', endColorstr='#35251a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#21150b), to(#35251a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #21150b,  #35251a); /* for firefox 3.6+ */
	border:solid 1px #35251a;
	color:#e5b308;
	cursor:pointer;
	text-decoration:none;
}





/*==== Separator ====*/
.separator {
	display:block;
	height:30px;
	padding:10px 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:0;
	height:auto;
	margin-bottom:20px
}


.separator.line div{
 	height:1px; display:block; clear:both; margin:30px 0;
	color:#f2f2f2;
	background-color:#f2f2f2;
}

/*==== Column ====*/
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth						{margin-right: 3.8%; margin-left:0; position:relative; float:left;}

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth									{ width:22%; }
.one_fifth									{ width: 16.8%;}
.one_sixth 									{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 									{ width: 30.6666%;}

.three_fourth								{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols									{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }

/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { }

thead th{
	background: #21150b; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35251a', endColorstr='#21150b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#35251a), to(#21150b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #35251a,  #21150b); /* for firefox 3.6+ */
	color:#6d5844;
    border-right: 1px solid #3b2717;
	text-align:center;
}

th.col1{ width:210px; 	
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
}
th.col3{
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;	
	}

td.col1.fist{
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;	
	}
td.last{
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
	}
td.col1{ text-align:left;}

td{padding:0px; color:#8d7961; text-align:center}
tfoot td{border:0px;}
th,tr:hover{}
table {
	border: 0px solid #3e3021;
	border-bottom:0;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	padding: 12px 24px;
	font-family: 'OpenSansRegular';
}
tr td {
	border-bottom: 1px solid #3e3021;
	border-right: 1px solid #3b2717;
	padding: 9px 24px;
	background:#483928;

}


tr.odd td {
	background: #483928;
}

/*==== Quote ====*/
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


.pullquote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	line-height:28px;
}


/* == Dropcaps == */
.dropcap1{
	text-shadow:1px 1px 0 #ededed;
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:0;
	background:#f4f4f4; color:#333;
	border:solid 1px #efefef
}
.dropcap3{
	background:#f4f4f4; color:#333;
	border:solid 1px #efefef;
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}

.dropcap1.small, .dropcap2.small, .dropcap3.small{ font-size:18px;}
.dropcap2.small{margin:5px 12px 0 0}

/*== Highlight ==*/
.highlight1{padding:2px 5px; background-color:#585858; border:solid 1px #ebebeb; color:#fff}	
.highlight2{padding:2px 5px; background-color:#ebebeb;  border:solid 1px #f7f7f7}


/*== ==*/
.bullet {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bullet li {
    background: url("../images/check.png") no-repeat 0 7px ;
    line-height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 25px;
}

/*==== Tabs ====*/
.tabcontainer{margin:0 0 20px 0;}
ul.tabs {
	margin: 0 20px 0px 0px;
	padding: 0 0 0px 0;
	list-style: none;
	width:22%;
	float:left;

}
ul.tabs li {
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	background:url(../images/bg-tab.gif) repeat-y right;

	display:block;
	
}
ul.tabs li:first-child{ border-top:0px; }

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 10px 0px;
	outline: none;
	color:#75a300;
	font-size:14px;
	font-family: 'OpenSansSemibold', sans-serif;
}

.tab-content {padding: 0px 0px; float:left; width:73%;  }
	
ul.tabs li:hover{}
ul.tabs li.active{border-right:0px;}
html ul.tabs li.active a{color:#75a300; background:#fff; }
#tab-body{}

/*==== jQuery Toggles ====*/
#toggle{
	margin:0 0 20px 0;

}
h2.trigger {
	padding: 10px 0px;
	margin: 0 0 1px 0;
	font-size:12px;
	font-weight: normal;
	text-transform:uppercase;
	background:#f4f4f4;
	font-family:arial;
	
}
h2.trigger.first{
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
h2.trigger.last{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	}
h2.trigger span {
	text-decoration: none;
	display: block;
	background: url(../images/toggle.png) no-repeat 15px 5px;
	padding-left:50px;
	cursor:pointer;
	line-height:32px
}
h2.active span{ background:url(../images/toggle-down.png) no-repeat 15px 5px;}
h2.trigger a:hover {
	color: #2c2c2c;
}
h2.active {
	background:#fafafa;
}
.toggle_container {
	margin: 0 0 1px 0;
	padding: 5px 10px;
	overflow: hidden;
	clear: both;
	background:#fafafa;

}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 0;
}



/*** SIDEBAR  ***/
#sidebar{width:290px; float:left; margin:0 0 0 40px;}
#sidebar.positionleft{float:left; margin:0 40px 0 0;}
#sidebar.positionright{float:right;}

#sidebar .widget-title{
	padding:0;
	font-size:12px;
	font-family: 'OpenSansSemibold', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	clear:both;
}
#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar .widget-container{margin-bottom:40px;}

#sidebar li li{
	list-style-type:none;
	margin:0 0 6px 0;
	padding:0 0 6px 0;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #fafaf5;
}


#sidebar li li:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
	border-bottom: 1px solid #e1e1d9;
}

#sidebar li li a{color:#777; }
#sidebar li li a:hover{text-decoration:none; color:#75a300}


/* list second level */
#sidebar ul.sub-menu, #sidebar ul.children, #sidebar ul ul ul{margin:5px 0 0 10px; }
#sidebar ul.sub-menu li, #sidebar ul.children li, #sidebar ul ul ul li{margin-bottom:2px; padding-bottom:2px; background:transparent}


/* search widget */
#searchform{position:relative;}
#searchform #s{width:96%; padding:8px 5px !important; color:#707070;
-moz-box-shadow: inset 0px 1px 2px 0 #888;
-webkit-box-shadow: inset 0px 1px 2px 0#888;
box-shadow: inner 0px 1px 2px 0 #888;
}



/*** FOOTER  ***/

#footer{padding:25px 0 25px 0; color:#6d5844; font-family: 'OpenSansRegular', sans-serif}
#footer a, #footer a:visited{color:#6d5844;}