/* ----------- Restart-----------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a { 
	outline: 0; 
}



/* ----------- End Restart-----------------*/

/*---------------------------- TEXT STYLES ----------------------------*/

a{
	text-decoration:none;
	color:#0099cc;
}

a:hover{
	color:#02c0ef;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	padding-top:10px;
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#1f242a;
}


h1 {
	font-size:24px;
}
h2 {
	font-size:23px;

	
}

h3 {
	font-size:20px;	

}


h4 {
	font-size:17px;

}

h5 {
	font-size:16px;
	
}


h6 {
	font-size:15px;

}


hr {
	background-color:#cbcbcb;
	border:#cbcbcb;
	height:1px;
}

p{
	margin-bottom:10px;
}

ul{
	list-style:disc;
	margin-left:30px;
}

ol{
	margin-left:35px;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

/*---------------------------- END TEXT STYLES ----------------------------*/


body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	background: #fff;
	color:#666;
}

#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}


.center{
	height:auto;
	width:714px;
	margin:auto;
	text-align:left;
	padding:0px;
	position:relative;
}

.menu_center{
	height:auto;
	width:960px;
	margin:auto;
	text-align:left;
	padding:0px;
	position:relative;
}

#navigationContainer{
	height:40px;
	width:100%;
	background-image:url(images/navigation_bg.png);
	background-repeat:repeat-x;
	border-bottom: 6px solid #f4f3ea;
	margin-bottom: 2px;
}


/*---------------------------- LOGO ----------------------------*/
#logoContainer{
	height:111px;
	background-image:url(images/logo_bg.png);
	background-repeat:repeat-x;
}

#logoContainer a {
	width:167px;
	height:62px;
	display:block;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	position:relative;
	top:31px;
	left:0;
	z-index: 999;
}

#logoContainer h1{
	color: #6cb5c1;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}

#homeLogoContainer a {
	width:167px;
	height:62px;
	display:block;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
}


/*-------------------------MENU---------------------------------*/


#menuContainer{ }


#menuContainer ul {
	margin-top:10px;
	margin-left:0px;
	float:right;
	text-transform: uppercase;
}


#menuContainer ul li{ 
    display: inline;	
}

#menuContainer ul li a{
    float: left; 
	text-decoration: none;
	display:block;
	color:#fff;
}

#menuContainer ul li a:hover{
	color:#457f5b;
	background: #e4e4e4
}

#menuContainer ul li.selected a{
	font-weight:bold;
}


/*---------------------------HEADER----------------------------*/

#header{
	min-height:323px;
	background:#225339 url(images/home_header_green_bg.png) left top repeat-x;
	border-bottom: 7px solid #fff;
	padding-bottom: 2px;
	position: relative;
	top:-55px;
}

#headerText{
	width:330px;
	margin-left:-50px;
}

#indexHeaderCenter {
	width: 959px;
	margin: -62px auto 0;
	min-height:322px;
	background:#316747 url(images/home_header_wave_bg.png) left top no-repeat;
}

#indexHeaderCenter h1 {
	padding-top: 34px;
	text-align: right;
	color: #fff;	
}

#indexHeaderCenter h1 {
	padding-top: 133px;
	font-size: 34px;
	text-align: right;
	color: #fff;
	line-height: 1;
}

#indexHeaderCenter strong {
	font-weight: bold;
	font-style: italic;
}

#indexHeaderCenter span {
	font-weight: normal;
	font-size: 26px;
}

#indexHeaderCenter .left {
	float: left;
	margin-left: 88px;
	width: 270px;
	margin-bottom: 25px;
	display: inline;
}

#indexHeaderCenter a.learn-more {
	height: 35px;
	width: 121px;
	background: url(images/learn-more-header-normal.png) left top no-repeat;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	float: right;
}

#indexHeaderCenter a.learn-more {
	height: 35px;
	width: 121px;
	background: url(images/learn-more-header-normal.png) left top no-repeat;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	float: right;
}

#indexHeaderCenter a.learn-more:hover {
	background: url(images/learn-more-header-hover.png) left top no-repeat;
}

#indexHeaderCenter .right {
	float: left;
	margin-left: 35px;
	width: 430px;
}

.pageHeader , .pageHeader a {
	color: #447f5b;
	position:relative;
	margin-top: 16px;
	margin-bottom: 8px;
}

.pageHeader h1{
	padding-top:17px;
}

.cleints_only {
	margin-left: 5px;	
}

.cleints_only a {
	background:	url(images/clients-only.png) left top no-repeat;
	padding: 0 !important;
	margin: 0 !important;
	width: 83px;
	height: 25px;
	text-indent: -9999px;
}

.cleints_only a:hover {
	background:	url(images/clients-only-hover.png) left top no-repeat !important;
}

/*---------------------------- CONTENT ----------------------------*/

#contentContainer {
	height:auto;
	background-color:#e2e2d0;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-x;
}

.content{
	height:auto;
	width:390px;
	float:left;
	margin-right:30px;
	padding: 20px 40px 20px 30px;
	border: 1px solid #d6d6bf;
	background: #fff;
	overflow:hidden;
}

.content blockquote {
	background: #f9f8f3;
	color: #6cb5c1;
	border: 1px solid #e3d8c7;
	padding: 10px 10px 10px 20px;
	font-style: italic;
	margin: 5px 0;
}

.content h2 {
	color: #0099cc;
	font-size: 18px;
}

.content blockquote p {
	margin:0;
	padding:0;
}

.content h1:first-child{
	padding-top:0px;
}

#pageContent{
	border:1px solid #000;
}

.postBoxes{
	margin-top:-25px;
}

.postBoxes hr{
	background-color:#ccc;
	border:#ccc;
}

.postBox{
	margin-top:30px;
	margin-bottom:30px;
	height:auto;
	overflow:hidden;
}

.postBox h2{
	padding-top:0px;
	font-size:22px;
}

.postImg{
	float:left;
	padding:4px;
	padding-bottom:1px;
	border:1px solid #d6d6d6;
	margin-right:15px;
}

.postInfo, .postInfo a{
	color:#999999;
	font-size:11px;
}

.postInfo a:hover{
	color:#02c0ef;
}

.singlePost{
padding-left:20px;
}

#bubble1{
	width:439px;
	float:left;
	margin-right:14px;
}

#bubble2{
	width:439px;
	float:left;
}


.bubbleTop{
	background-image:url(images/bubble_top.jpg);
	background-repeat:no-repeat;
	width:439px;
	height:42px;
}

.bubbleContent{
	background-image:url(images/bubble_bg.jpg);
	background-repeat:repeat-y;
	width:379px;
	min-height:50px;
	padding-left:30px;
	padding-right:30px;
}

.bubbleContent p{
	margin:0px;
	font-family:"Times New Roman";
	font-style:italic;
	font-size:16px;
}

span.from{
	float:right;
}

.bubbleBottom{
	background-image:url(images/bubble_bottom.jpg);
	background-repeat:no-repeat;
	width:439px;
	height:52px;
}

#navButtons{
	width:100%;
	height:20px;	
}

#navLinkLeft a{
	float:left;	
	color:#f79c25;
}

#navLinkRight a{
	float:right;	
	color:#f79c25;
}

.homePageBoxes {
	padding-bottom: 33px;
}

.homePageBoxes .box-left {
	float: left;
	width: 97px;
	margin-right: 10px;
	display: inline;
	text-align: center;
	padding: 6px 0;
}

.homePageBoxes img {
	border: 1px solid #ccc;
    padding:4px;
}

.homePageBoxes p {
	color: #666;
	font-size: 11px;
	margin: 0;
	line-height: 1.4;
}

.homePageBoxes a {
	color: #6cb5c1;
}

.homeContentTitle {
	color: #447f5b;
	font-weight: normal;
	font-size: 24px;
	margin-bottom:10px;
}

.homePageBoxes h3 {
	color: #6cb5c1;
	font-size: 16px;
	padding: 5px 0 10px 5px;
	font-weight:bold;
}

.homePageBoxes .odd {
	height: 23px;
}

.homePageBoxes .last {
	margin-right: 0 !important;
}

.homePageBoxes .box {
	float: left;
	margin-right: 23px;
	width: 200px;
	padding: 5px 10px 12px;
	background: #fff;
	border: 1px solid #d6d6bf;
	min-height: 140px;
}

.pageInner {
	width:462px;
	float:left;
	margin-right:30px;
}

.pageInner .content {
	float:none !important;
	margin-right:0 !important;
	width: auto;
}

/* Page view */

#contentContainer.page {
	padding-bottom: 68px;	
}

/* Pages Navigation */

.navigation {
	padding: 10px 0; 	
}

.navigation  .alignleft {
	float: left; 	
}

.navigation  .alignright {
	float: right; 	
}


/*-----------------------  SIDEBAR ---------------------------*/


#sidebar{
	width:222px;
	height:100%;
	float:left;
	min-height:100px;
	margin-bottom: 25px;
}

.sidebarBox {
	
}

#sidebar h3 {
	padding: 0;
	margin-top: 31px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #447f5b;
	text-transform: uppercase;
}

#sidebar .sidebar_box {

	background: #fff;
	border: 1px solid #d6d6bf;
	margin: 23px 0 0 0;
	padding-top:10px;
	padding-bottom:10px;
}

#sidebar .sidebar_box div {
	padding: 8px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar ul ul a {
	padding-left: 45px !important;
}

#sidebar ul li a {
	display:block;
	padding:6px 20px 6px 20px;
	text-decoration: none;
	list-style:none;
	line-height:20px;
	color:#457f5b;
}

#sidebar ul li a:hover{
	background: #f9f8f3;
	color:#438c89;
}

.textTop{
	background-image:url(images/sidebar_bubble_top.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:38px;
}

.text{
	background-image:url(images/sidebar_bubble_bg.jpg);
	background-repeat:repeat-y;
	width:232px;
	min-height:50px;
	padding-left:15px;
	padding-right:15px;
}

.text p{
	margin:0px;
	font-family:"Times New Roman";
	font-style:italic;
	font-size:16px;
}

.textBottom{
	background-image:url(images/sidebar_bubble_bottom.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:46px;
}

/*----------------------- Comments ---------------------------*/

.commentContainer{
	border:#d2d2ca 1px solid;
	margin-top:20px;
	padding:0px;
	background-color:#f2f0f0;
}

.comentBox{
	padding:20px;
	min-height:140px;
	position:relative;
}

.comentBox p{

margin-top:-10px;

}

.comentBox img{
margin-right:20px;
margin-bottom:10px;
margin-top:0px;
padding:4px;
border:1px solid #d6d6d6;

}

ul.commentlist{
	margin-left:0px;	
}

.commentAutor{
float:left;
color:#6a6a6a;

}
.ComentAutorName{

font-size:11px;
}

.commentDate{
color:#6a6a6a;
font-size:11px;
position:absolute;
bottom:0px;
right:20px;
}

.comentBoxAdmin{
	
}

.commentNavigation{
	width:100%;
	float:left;
	height:50px;
	position:relative;
	margin-top:20px;
}



.commentNavigation a span{
	position:relative;
	top:-2px;
}

.commentInput{
	padding-top:4px;
	height:20px;
	width:250px;
	margin-bottom:15px;
}

.commentTextArea{
	width:350px;
	margin-bottom:15px;
}


/*-----------------------  FOOTER  ---------------------------*/

#footer { color:#fff; }

#footer h3{
	padding-bottom:0px;
	color:#fff;
}

#footer hr{
	background-color:#2c2d2e;
	color:#2c2d2e;
}

#footerLine{
	height:13px;
	background-image:url(images/footer_top_bg.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #1f242a;
	border-right:1px solid #1f242a;
}

#footerContent{
	min-height:204px;
	height:auto;
	overflow:auto;
	background:#306546 url(images/footer_content_bg.png) left bottom repeat-x;
	padding-bottom:20px;
	position: relative;
}

#firstFooterBox{
	width:464px;
	float:left;
	margin-right: 40px;
	display: inline;
}

#firstFooterBox hr {
	display: none;
}

#secondFooterBox{
	width:210px;
	float:left;
}

.signupForm{
	background-color:#4b4c4c;
	border:1px solid #23262b;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:25px;
}

.signupForm input{
	height:20px;
	border:1px solid #23262b;
}

#signupButton{
	width:80px;
	height:26px;
	background-image:url(images/signup_button.jpg);
	border:0px;
	position:relative;
	top:3px;
}

.footerColumn{
	width:275px;
	margin-top:15px;
	float:left;
	padding-right:20px;
}

.footerImg{
	padding:4px;
	background-color:#393939;
	border:1px solid #2c2d2e;
	float:left;
	margin-right:5px;
}

.moreLink{
	color:#f79c25;
}

.footerPostInfo{
	height:50px;
}

.footerPostInfo strong a, .footerPostInfo strong a:hover{
	color:#fff;
}

.orange, .orange a{
	color:#f79c25;
	font-size:10px;
}

#footerBottom {
	border-top: 6px solid #fff;
	background: #6cb5c1;	
}


#footerText {
	color: #fff;
	position: relative;
	height: 77px;
	background: url(images/footer_logo.png) 100% 7px no-repeat;
}

#footerText p {
	position: relative;
	margin: 0;
	padding-top: 42px;
}

/*---------------------------- CONTACT PAGE ----------------------------*/
.input{
	width:250px;
	height:20px;
	border:1px solid #ccc;
	background-color:#fff;
	padding-top:6px;
}

.textArea{
	height:205px;
	width:300px;
	padding-top:0px;
	font-family:Arial;
	padding-top:8px;
	padding-bottom:8px;
}

.errorMessage{
	color:#cc0000;
	display:none;
}

#message{
	display: none;	
}

#searchInput{
	height:20px;	
}
/*------------------DROP DOWN MENU------------------------*/



.sf-menu li ul{
	background: #6cb5c1;
	visibility:hidden;
}

.sf-menu li ul a {
	padding-top:7px;
	padding-bottom:7px;
	float: none !important;
}





/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {

	list-style:		none;
}
.sf-menu {
	line-height:	0;
}
.sf-menu ul {
	position:		absolute;


	width:			10em; /* 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;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* 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:			10em; /* match ul width */
	top:			0;
}
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:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: .75em 1em 0.8em;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}



.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

.sf-menu .current_page_item {
	background: url(images/top_menu_active.png) center bottom no-repeat;
}
.sf-menu ul .current_page_item {
	background: none;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 **
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}*/
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*----------------------------TABLES---------------------*/

table
{
	border:1px solid #d8d8d8;
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}

td
{
	border:1px solid #d8d8d8;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}

td#today{
	background-color: #ededed;
}

th
{
	border:1px solid #d8d8d8;
	border:1px solid #d8d8d8;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ededed;
}

caption{
	margin-bottom:10px;	
	font-size:16px;
}

/* Testimonials */

#sfstest-sidebar{
	margin-top:8px;
}

#sfstest-sidebar .name {
	color: #6cb5c1;
}

#firstFooterBox h3, #secondFooterBox h3 {
	background: url(images/footer_heading_bg.png) left bottom repeat-x;
	padding-bottom: 2px;
	margin-bottom:10px;
}

#sfstest-sidebar blockquote {
	color: #f9f7f2;
	padding: 1px 0 20px 30px;
	background: url(images/testimonials_lens.png) left top no-repeat;
}

/* Feader */

#feader_box_container {
	position: relative;	
}

#feader_box { }

/* Feader indicator */

#sliderNavigation { 
	z-index: 22;
	position: absolute;
	left: 52px;
	top: 261px;
}

#sliderNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sliderNavigation li { 
	float: left;
	display: inline;
	margin-right: 8px;
}

#sliderNavigation a { 
	background: url(images/feader_normal.gif) left top no-repeat;
	height: 23px;
	width: 21px;
	display: block;
}

#sliderNavigation .selected a { 
	background: url(images/feader_active.gif) left top no-repeat;
}

/* Feader Border */

#feader_border_out {
	height: 288px;
	width: 430px;
	background: url(images/fader_box.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
}

#feader_box_container .imageHolder {
	left: 32px;
	top: 28px;
	position: absolute;
	z-index: 10;
}

/* Misc */

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	line-height: 1%;
	font-size: 0px;
}

* html .clear{height:auto}

.alignleft{
float:left;
margin-right:5px;
}

.alignright{
float:right;
margin-left:5px;
}

.borderImg{
padding:4px;
border:1px solid #ccc;
}#menuContainer ul li ul li a{	line-height:15px;}
