body {
	background: #1e273e;
	line-height:1.2;
}
.container {
	margin: 0px auto 10px;
	background: #1e273e;
}
h1 {
	margin: 0px 0px 5px 0px;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	margin: 0px 0px 10px 10px;
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #22496A;
}
/************************************************
*	Header  									*
************************************************/ 

#header {
	background: #1e273e url(/images/headerbg.jpg) no-repeat;
	color: #FFFFFF;
	height: 100px;
}
#header_left {
	margin: 40px 0 0 20px;
}
/************************************************
*	Navbar 					     		    * 
************************************************/

#navbar {
	background: #1e273e url(/images/navbar.png) no-repeat;
	height: 36px;
	font-weight: bold;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	margin: 0 18px 0 18px;
	padding: 0px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	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:			2.3em; /* 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:	1px;
	margin-top:  2px;
}
.sf-menu a {
	padding: 		.75em .75em;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* 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;
}
li.first_li {
	margin-right:3px;
}
.sf-menu a.first_li {
}
.sf-menu a.sf-with-ul:hover, .sf-menu a.sfHover, .sf-menu a:hover {
	background:        #C0D954;
	color:#fff;
}
.sf-menu li.first_li_active a, .sf-menu li.first_li_active a.first_li_active, .sf-menu li.first_li_active a.sf-with-ul {
	outline:        0;
	color:#666;
}
.sf-menu li.first_li_active a:hover, .sf-menu li.first_li_active a.first_li:hover, .sf-menu li.first_li_active a.sf-with-ul:hover {
	color:#fff;
}
li.first_li_active .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/************************************************
*	Homepage 		    	                    * 
************************************************/
	
.thumbnail {
	float: left;
	margin: 0px 10px 15px 0px !important;
	padding: 2px !important;
}
.icon {
	float: left;
	margin: 0px 10px 15px 0px !important;
}
.textright {
	text-align :right;
}
#services {
	margin-left: 25px;
	margin-right: 25px;
}
#services dt {
	margin: 0px 0px 10px 20px;
	font-size: 1.3em;
}
#services dd {
	margin: 0px 0px 25x 0px;
}
/************************************************
*	Content 					     		    * 
************************************************/
#content_area {
	width: 950px;
	background: #ffffff;
	margin: 0px auto 0px;
	font-size: 1.1em;	
}
#content_area p {
}
#page-top {
	background: #ffffff url(/images/page-top.jpg) 0 0 no-repeat;
}
#pagetop {
	background: #ffffff url(/images/pagetop.jpg) 0 0 no-repeat;
}
#pagetop2 {
	background: #ffffff url(/images/pagetop2.jpg) top no-repeat;
	height: 65px;
}
#pagemid {
	background: #ffffff;
	margin: 0px 0px 1px 0px;
	border-bottom: 1px solid #b7b6b6;
}
#page-text {
	width: 560px;
	margin-right: 40px;
	margin-left: 20px;
}
.value p {
	padding: 20px;
}
#main_left {
	margin: 25px 0px 0px 0px;
}
#top-text {
	margin-left: 20px;
}
#top-text p {
	padding: 10px;
}
#top-text h1 {
	margin-left: 10px;
}
ul.benefits {
	list-style: none;
	margin-left: 5px;
	padding: 0;
	}
ul.benefits li {	
	margin: 0px;
	padding: 5px 5px 25px 65px;
	background: url(../images/icons/check-sq_icon.png) top left no-repeat;
	}	
#main_mid {
	margin-top: 20px;
	padding: 10px;
}
#main_right {
	margin-top: 0px;
	margin-left: 0px;
}
#content p {
	padding: 10px;
}
#growbiz {
	height: 60px;
	margin: 20px 0 5px 30px;
}
#mid_area {
	height: 200px;
}
#home_bottom {
	background: #ffffff url(/images/highlights_bg.png) repeat-x;
}
#home_bottom_right {
	margin-top: 20px;
}
#home_bottom_left {
	background: url(/images/highlights_divider.png) top right no-repeat;
}
#home_bottom_left p {
	margin: 10px 30px 10px 5px;
}
#page_bottom {
	background: #ffffff url(/images/highlights_bg.png) repeat-x;
}
#page_bottom_right {
	margin-top: 40px;
}
#page_bottom_left {
	background: url(/images/highlights_divider.png) top right no-repeat;
}
#privacy {
	background: url(/images/highlights_divider.png) top right no-repeat;
}
#contact {
	background: url(/images/highlights_divider.png) top right no-repeat;
}
#page_bottom_left_inner {
	margin: 30px 30px 10px 35px;
}
#page_bottom_left li {
	margin-left: 35px;
}
#content_bottom {
	background: #ffffff url(/images/content-bottom.jpg) bottom center no-repeat;
	height: 150px;
}
.like {
	text-align: left;
	margin-left: 40px;
	margin-top: 60px;
}
.pagetoptitle img {
	margin-left: 30px;
	margin-top: 20px;
}
.blogtoptitle img {
	margin-left: 30px;
	margin-top: 17px;
}
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #1e273e url(/images/footer.jpg);
	height: 500px;
}
#footer p {
	text-align: right;
	margin-right: 18px;
	padding: 15px;
}
#footer_left {
	text-align: left;
}
#blogfooter {
	background: #1e273e url(/images/footer.jpg);
	height: 500px;
}
#blogfooter p {
	text-align: right;
	margin-right: 8px;
	padding: 15px;
}
#blogfooter_right p {
	text-align: right;
	margin-right: 8px;
	padding: 15px;
}
/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #385B96;
	text-decoration: none;
}
a:hover {
	color: #385B96;
	text-decoration: none;
}
a img {
	border: none;
}
a:focus, a:hover, a:active {
	outline: none;
}
/************************************************
*	BlogContent 					     		    * 
************************************************/

	
#blogcontentleft {
	float: left;
	width: 610px;
	margin: 0px;
	padding: 0px;
}
#blogcontentleft a img {
	border: none;
}
#blogcontent {
	width: 640px;
	margin: 0px auto 0px;
	line-height: 18px;
}
#blogcontent h1 {
	color: #495D5C;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}
#blogcontent h1 a, #content h1 a:visited {
	color: #495D5C;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}
#blogcontent h1 a:hover {
	color: #7A3254;
	text-decoration: none;
}
#blogcontent h2 {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
}
#blogcontent h3 {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
}
#blogcontent h3 a, #content h3 a:visited {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
#blogcontent h3 a:hover {
	color: #555555;
	text-decoration: none;
}
#blogcontent h4 {
	color: #495D5C;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}
#blogcontent img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#blogcontent img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#blogcontent a img {
	border: none;
}
blockquote {
	background: #E8E8E8;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}
#blogcontent blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.postarea {
	float: left;
	width: 588px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.breadcrumb {
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
}
.breadcrumbwide {
	float: left;
	width: 9218px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
}
.date {
	width: 590px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.dateleft {
	width: 380px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dateright {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.time {
	background: url(../images/icon_time.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
}
.icomment {
	background: url(../images/icon_comments.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
.tags {
	background: url(../images/icon_tags.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.postmeta {
	width: 590px;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
}
.postmeta2 {
	width: 590px;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
}
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.comments {
	float: left;
	width: 588px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}
#commentform {
	margin: 5px 10px 0px 0px;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#commentform p {
	margin: 5px 0px 5px 0px;
}
#commentform #submit {
	margin: 0px;
	float: left;
}
.alt {
	margin: 0px;
	padding: 10px;
}
.commentlist {
	margin: 0px;
	padding: 0px;
}
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}
.children {
	margin: 0px;
	padding: 0px;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}
/************************************************
*	Etc 		    	        	        * 
************************************************/
ul.pagetop_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.pagetop_ul li {
	margin: 0px;
	padding: 5px 5px 5px 30px;
	background: url(/images/bullet_check.png) no-repeat left center;
}
ul.sidebar_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sidebar_ul li {
	margin: 0px;
	padding: 5px 5px 5px 25px;
	background: url(/images/bullet_check.png) no-repeat left center;
}
#sidebar .widget {
	list-style: none;
	margin: 10px;
	padding: 0;
	border-top: 1px double #DDDDDD;
}
#sidebar h4 {
	color: #666666;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Tahoma, Verdana;
	font-weight: bold;
	line-height: 18px;
	margin: 20px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}
#sidebar p {
	margin: 0px;
	padding: 0px;
}
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0px;
}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li li {
	padding: 5px 5px 5px 30px;
	background: url(/images/icon.gif) left top no-repeat;
	margin: 0px;
}
#sidebar ul li ul li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
}
/************************************************
*	Forms		    	        	        * 
************************************************/	


#sidebarform1 {
	margin-bottom: 30px;
	margin-left: 10px;
}
#sidebarform1 p {
	margin: 0px 0px 5px 0px;
	color: #333333;
}
#sidebarform1 form {
	background: url(../images/form-bg.jpg) 0 0 no-repeat;
}
#sidebarform1 input {
	color: #2C1D18;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	border: #CCD5E6 1px solid;
}
#sidebarform1 textarea {
	color: #2C1D18;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 190px;
	height: 60px;
	border: #CCD5E6 1px solid;
}
#sidebarform1 select {
	color: #2C1D18;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 190px;
	border: #CCD5E6 1px solid;
}
#sidebarform1 input.text {
	width: 190px;
	color: #2C1D18;
	height: 12px;
	border: #CCD5E6 1px solid;
}
#sidebarform1 fieldset {
	width: 200px;
	padding: 40px 0px 0px 10px;
	border: none;
}
input, select, textarea {
	-moz-border-radius: 5px; /* rounded corners in Mozilla browsers, adjust to a higher value for more roundness */
	-webkit-border-radius: 5px; /* works in Webkit based browsers */
}
input:focus, textarea:focus, select:focus, button:focus {
	background-color: #F9F9F9;
}

#sidebarform1 .buttonContainer input.submit {
	background-image: url(../images/submit-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#0057ac;
	border:1px solid #0057ac;
	color:#FFFFFF;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	font-family:Verdana, sans-serif;
}
#sidebarform1 .buttonContainer input.submit {
	width:auto;
	padding: 5px;
}
/* Slider */	
	#slider {width:380px; height:390px; float:left;}
		

