/*

Theme Name: Twenty Ten

Theme URI: http://wordpress.org/

Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.

Author: the WordPress team

Version: 1.1

Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

*/





/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



body{

	margin:0;

	padding:0;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color: #808080;

}



h1, h2, h3, h4, h5, h6 {

	font-weight: normal;

}



.cufon-loading * {visibility: hidden !important;

}



h1{

	font-size: 16px;

	margin-bottom: 10px !important;

	color: #4D4D4D;

}



#content h2{

	font-size: 16px;

	margin-bottom: 20px !important;

	color: #4D4D4D;

	margin-top: 20px;

}



#content h3{

	font-size: 16px;

	margin-bottom: 5px !important;

	color: #4D4D4D;

	margin-top: 20px;

}



.homeCustomPostTitle h3.widget-title{

	color: #ffffff;

}



h3.widget-title{

	padding: 0;

	margin: 0;

	font-size: 20px;

	color: #4daa52;

}



ol, ul {

	list-style: none;

}

blockquote {

	quotes: none;

}

blockquote:before, blockquote:after {

	content: '';

	content: none;

}

del {

	text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

a img {

	border: none;

}



a{

	color: #4F8BF4;

	text-decoration: underline;

}



a:hover{

	text-decoration: none;

}





/* Header */



.clear{

	clear:both;

	font-size:0;

	line-height:0;

	padding:0;

	margin:0;

}

div, a, ul, li, p, form, sup, input, label, textarea, select{

	padding:0;

	margin:0;

}

img{

	border:none;

	margin:0;

    padding:0;

}

ul{

	list-style-type:none;

	padding:0;

	margin:0;

	}

a{

	text-decoration:none;

	outline:none;

}

/*general declaration end*/

.rightrepeat{

	background:url(./images/menupartbg.png) right top repeat-x;

}

.leftrepeat{

	background:url(./images/leftpartbg.png) left top repeat-x;

}

.middlepannel{

	position:relative;

	background:url(./images/menupartbg.png) top left repeat-x;

	width: 929px;

}

.logo{

float:left;

}

.contactbtn{

	padding:18px 0 0 64px;

	width:120px;

	background: url(./images/contactbtn.png) right no-repeat;

	height: 36px;

	margin: 28px 0 0 342px;

	color: #333333;

	font-size: 15px;

	text-align: left;

	font-style: italic;

	font-weight: bold;

}

.contactbtn img{

	float:right;

}

.menuleftpannel{

	float:left;

	background-image: url(./images/headerMiddle.png);

	background-repeat: no-repeat;

	width:59px;

	height:151px;

}

.rightpannel{

	float:right;

	

}

.mainmenu{

	width:530px;

	padding:24px 0 0 0;

}

.mainmenu ul{

	list-style:none;

}

.mainmenu ul li{

	float:left;

	background:url(./images/menustick.png) right top no-repeat;

}

.mainmenu ul li a{

	line-height:32px;

	color:#c3d3f4;

	padding:0 11px;

	background-color:inherit;

	text-transform:uppercase;

	text-decoration: none;

	font-size: 11px;

	font-weight: bold;

}

.mainmenu ul li:first-child a{

	padding:0 17px 0 8px;

}

.mainmenu ul li a:hover{

	color: #E6E6E6 !important;

}/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



#content{

	width: 832px;

	float: left;

}



/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/



.one-column #content {

	margin: 0 auto;

	width: 640px;

}



/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/



.single-attachment #content {

	margin: 0 auto;

	width: 900px;

}





/* =Fonts

-------------------------------------------------------------- */

input,

textarea,

.page-title span,

.pingback a.url {

	font-family: Arial, Helvetica, sans-serif;

}

pre {

	font-family: Arial, Helvetica, sans-serif;

}

code {

	font-family: Arial, Helvetica, sans-serif;

}





/* =Structure

-------------------------------------------------------------- */



/* Structure the footer area */

#footer-widget-area {

	width: 785px;

	padding: 6px 21px 0 26px;

	float: right;

}

#footer-widget-area .widget-area {

	float: left;

	margin-right: 20px;

	width: 220px;

}

#footer-widget-area #fourth {

	margin-right: 0;

}

#site-info {

	float: left;

	font-size: 14px;

	font-weight: bold;

	width: 700px;

}

#site-generator {

	float: right;

	width: 220px;

}





/* =Global Elements

-------------------------------------------------------------- */



hr {

	background-color: #e7e7e7;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 18px;

}



/* Text elements */

p {

	margin-bottom: 18px;

	color: #808080;

}



ul {

	list-style: square;

}

ol {

	list-style: decimal;

}

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;

}

dl {

	margin: 0 0 24px 0;

}

dt {

	font-weight: bold;

}

dd {

	margin-bottom: 18px;

}

strong {

	font-weight: bold;

	color: #808080;

}

cite,

em,

i {

	font-style: italic;

}

big {

	font-size: 131.25%;

}

ins {

	background: #ffc;

	text-decoration: none;

}

blockquote {

	font-style: italic;

	padding: 0 3em;

}

blockquote cite,

blockquote em,

blockquote i {

	font-style: normal;

}

pre {

	background: #f7f7f7;

	color: #222;

	line-height: 18px;

	margin-bottom: 18px;

	padding: 1.5em;

}

abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

sup,

sub {

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

input[type="text"],

textarea {

	background: #F2F2F2;

	border: 1px solid #CCCCCC;

	padding: 2px;

	color: #808080;

	width: 268px;

}



a {

	outline: none;

	text-decoration: underline;

	color: #4F8BF4;

}



	a:hover {

	text-decoration: none;

	}



/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}





/* =Header

-------------------------------------------------------------- */



	#header {

	width: 100%;

	float: left;

	}

	

	#masthead {

	width: 400px;

	background: url(./images/headerBG.png) no-repeat;

	z-index: 100;

	margin: auto;

	height: 120px;

	padding-bottom: 30px;

	float: left;

	}

	

#site-title {

	float: left;

	width: 300px;

	height: 107px;

}



	#site-title a {

		color: #000;

		font-weight: bold;

		text-decoration: none;

	}



.menuCont{

	width: 100%;

	z-index: 2;

	float: left;

}



.menu-header{

	width: 808px;

	background: url(./images/menuBG.png) no-repeat;

	height: 48px;

	float: left;

}



.menu li.current-menu-item {

	color: #ffffff !important;

	background: url(images/navOn.jpg) right repeat-x;

}



.menu li.current-menu-item a:hover, .menu li.current-menu-item a{

	color: #ffffff !important;

}



body.home .menuleftpannel {

	background-image: url(images/headerMiddleOn.png);

}





/* =Content

-------------------------------------------------------------- */



#main {

	float: left;

	width: 100%;

}

#content p,

#content ul,

#content ol,

#content dd,

#content pre,

#content hr {

	margin-bottom: 18px;

	font-size: 14px;

	line-height: 20px;

}

#content ul ul,

#content ol ol,

#content ul ol,

#content ol ul {

	margin-bottom: 0;

}

#content dt,

#content th {

	color: #000;

}

#content h1,

#content h2,

#content h3,

#content h4,

#content h5 {

	color: #4D4D4D;

}



h6 {

	padding: 0 0 15px 0;

	word-spacing: -1px;

	line-height: 20px;

	font-size: 15px;

	font-weight: normal;

	color: #000;

}



#content table {

	border: 1px solid #e7e7e7;

	margin: 0 -1px 24px 0;

	text-align: left;

	width: 100%;

}

#content tr th,

#content thead th {

	color: #888;

	font-weight: bold;

	padding: 9px 24px;

}

#content tr td {

	border-top: 1px solid #e7e7e7;

	padding: 6px 24px;

}

#content tr.odd td {

	background: #f2f7fc;

}

.hentry {

	margin: 0 0 19px 0;

	float: left;

	width: 100%;

}

.sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}

.single .hentry {

	margin: 0 0 36px 0;

}

.page-title {

	color: #000;

	font-size: 14px;

	font-weight: bold;

	margin: 0 0 36px 0;

}

.page-title span {

	color: #333;

	font-size: 16px;

	font-style: italic;

	font-weight: normal;

}

.page-title a:link,

.page-title a:visited {

	color: #888;

	text-decoration: none;

}

.page-title a:active,

.page-title a:hover {

	color: #ff4b33;

}

.entry-title, .pageTitle {

	color: #211942;

	font-size: 20px;

	font-weight: bold;

	height: 25px;

	float: left;

	margin-bottom: 17px;

	width: 100%;

}

	.entry-title a:hover {

		text-decoration: none;

		color: #6ab52f;

	}

.entry-meta {

	float: right;

	width: 165px;

	text-align: right;

	padding: 7px 0 0 0;

	font-weight: bold;

	color: #000;

}

	.entry-meta a {

		color: #000;

	}

	.entry-meta span.date {

		display: block;

	}

	.entry-meta span.comments-link {

	background: url(images/comment-icon.gif) no-repeat 0% 2px;

	float: right;

	padding: 0 0 2px 23px;

	display: none;

	}

.entry-meta abbr,

.entry-utility abbr {

	border: none;

}

.entry-meta abbr:hover,

.entry-utility abbr:hover {

	border-bottom: 1px dotted #666;

}

.entry-content,

.entry-summary {

	float: left;

	width: 100%;

}



	.entry-content a.more-link {

		background: #375EC0;

		position: relative;

		float: left;


		padding: 5px 10px;

		font-weight: bold;

		text-decoration: none; 

		color: #fff;

		margin:10px 0 0 0;
	}

	

		.entry-content a.more-link:hover {


		}



#content .entry-summary p:last-child {

	margin-bottom: 12px;

}

.entry-content fieldset {

	border: 1px solid #e7e7e7;

	margin: 0 0 24px 0;

	padding: 24px;

}

.entry-content fieldset legend {

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 0 24px;

}

.entry-content input {

	margin: 0 0 24px 0;

}

.entry-content input.file,

.entry-content input.button {

	margin-right: 24px;

}

.entry-content label {

	color: #888;

	font-size: 12px;

}

.entry-content select {

	margin: 0 0 24px 0;

}

.entry-content sup,

.entry-content sub {

	font-size: 10px;

}

.entry-content blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 24px;

	text-align: right;

	width: 33%;

}

.entry-content blockquote.right {

	float: right;

	margin-left: 24px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}

.page-link {

	color: #000;

	font-weight: bold;

	margin: 0 0 22px 0;

	word-spacing: 0.5em;

}

.page-link a:link,

.page-link a:visited {

	background: #f1f1f1;

	color: #333;

	font-weight: normal;

	padding: 0.5em 0.75em;

	text-decoration: none;

}

.sticky .page-link a {

	background: #d9e8f7;

}

.page-link a:active,

.page-link a:hover {

	color: #ff4b33;

}

body.page .edit-link {

	clear: both;

	display: block;

}

#entry-author-info {

	background: #f2f7fc;

	border-top: 4px solid #000;

	clear: both;

	font-size: 14px;

	line-height: 20px;

	margin: 24px 0;

	overflow: hidden;

	padding: 18px 20px;

}

#entry-author-info #author-avatar {

	background: #fff;

	border: 1px solid #e7e7e7;

	float: left;

	height: 60px;

	margin: 0 -104px 0 0;

	padding: 11px;

}

#entry-author-info #author-description {

	float: left;

	margin: 0 0 0 104px;

}

#entry-author-info h2 {

	color: #000;

	font-size: 100%;

	font-weight: bold;

	margin-bottom: 0;

}

.entry-utility {

	background: #fff;

	margin: 18px 0 0 0;

	padding: 10px 15px;

	clear: both;

	color: #888;

}

.entry-meta a,

.entry-utility a {

	color: #000;

}

#content .video-player {

	padding: 0;

}





/* =Asides

-------------------------------------------------------------- */



#content .category-asides p {

	margin-bottom: 10px;

	margin-top: 0;

}

.hentry.category-asides {

	padding: 0;

}

#content .category-asides .entry-content {

	padding-top: 0;

}





/* =Gallery listing

-------------------------------------------------------------- */



.category-gallery .size-thumbnail img {

	border: 10px solid #f1f1f1;

	margin-bottom: 0;

}

.category-gallery .gallery-thumb {

	float: left;

	margin-right: 20px;

	margin-top: -4px;

}

#content .category-gallery .entry-utility {

	padding-top: 4px;

}





/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {

	margin-top: 24px;

}

.attachment .entry-content .nav-previous a:before {

	content: '\2190\00a0';

}

.attachment .entry-content .nav-next a:after {

	content: '\00a0\2192';

}





/* =Images

-------------------------------------------------------------- */



#content img {



}

#content .attachment img {

	max-width: 900px;

}

#content .alignleft,

#content img.alignleft {

	display: inline;

	float: left;

	margin-right: 19px;

	margin-top: 4px;

}

#content .alignright,

#content img.alignright {

	display: inline;

	float: right;

}

#content .aligncenter,

#content img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

#content img.alignleft,

#content img.alignright,

#content img.aligncenter {

	padding-bottom: 7px;

}

#content .wp-caption {

	background: #f1f1f1;

	line-height: 18px;

	margin-bottom: 20px;

	padding: 4px;

	text-align: center;

}

#content .wp-caption img {

	margin: 5px 5px 0;

}

#content .wp-caption p.wp-caption-text {

	color: #888;

	margin: 5px;

}

#content .wp-smiley {

	margin: 0;

}

#content .gallery {

	margin: 0 auto 18px;

}

#content .gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

#content .gallery img {

	border: 2px solid #cfcfcf;

}

#content .gallery .gallery-caption {

	color: #888;

	margin: 0 0 12px;

}

#content .gallery dl {

	margin: 0;

}

#content .gallery img {

	border: 10px solid #f1f1f1;

}

#content .gallery br+br {

	display: none;

}

#content .attachment img { /* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}





/* =Navigation

-------------------------------------------------------------- */



.navigation {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {

	color: #888;

	text-decoration: none;

}

.navigation a:active,

.navigation a:hover {

	color: #6ab52f;

}

.nav-previous {

	float: left;

	width: 50%;

}

.nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#nav-above {

	margin: 0 0 18px 0;

}

#nav-above {

	display: none;

}

.paged #nav-above,

.single #nav-above {

	display: block;

}

#nav-below {

	margin: -18px 0 0 0;

}





/* =Comments

-------------------------------------------------------------- */

#comments {

	clear: both;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #000;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0 0 -25px 0 !important;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 18px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a {

	color: #000 !important;

	text-decoration: none;

}

.comment-meta a:hover {

	color: #6ab52f !important;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {

	color: #333;

}

#respond {

	border-top: 1px solid #e7e7e7;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	color: #ff4b33;

	font-weight: bold;

}

#respond label {

	color: #888;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	height: 49px;

	overflow: hidden;

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}





/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

	float: left;

	width: 100%;

	padding: 0;

	margin: 0;

}

.widget-area ul ul {

	list-style: square;

	margin-left: 1.3em;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

	float: left;

}

.sidebarContTop{

	float: left;

	width: 310px;

}



.sidebarCont{

	float: left;

	width: 310px;

}



#apDiv1 {

	position:relative;

	width:158px;

	height:115px;

	z-index:3;

	left: 155px;

	top: -81px;

	background-image: url(images/superannuation.png);

	background-repeat: no-repeat;

}



.sidebarContent p{

	padding-top: 15px;

	margin: 0;

}



.sidebarContent p:first-child{

	padding: 0;

	margin: 0;

}



.sidebarTitleTop{

	font-size: 20px;

	color: #4daa52;

	margin: 0;

	font-weight: bold;

	padding: 10px 0 0 22px;

	background: none;

	height: 25px;

	float: left;

	width: 288px;

}



.sidebarTitle{

	font-size: 20px;

	color: #4daa52;

	margin: 0;

	font-weight: bold;

	padding: 13px 0 0 22px;

	height: 29px;

	float: left;

	width: 288px;

	background: url(./images/contentLeftHeaderBG.jpg) no-repeat;

}



.sidebarContentTop{

	float: left;

	width: 268px;

	padding: 17px 10px 28px 22px;

	padding-right: 20px;

}



.sidebarContent{

	top: -50px;

	float: left;

	width: 268px;

	padding: 17px 10px 57px 22px;

	padding-right: 20px;

	left: 0px;

}



.widget-area a {

		color: #050404;

	}

.widget-area .entry-meta {

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #ff4b33;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/* Main sidebars */

#main .widget-area ul {

	margin: 0;

	padding: 0;

}

#main .widget-area ul ul {

	border: none;

	margin-left: 1.3em;

	padding: 0;

}



/* Footer widget areas */



#footer-widget-area h3 {

	line-height: 1.2em;

	font-size: 17px;

	font-weight: 400;

	color: #f0f3f5;

	background: none;

	margin: 0;

	margin-bottom: 10px;

}



#footer-widget-area #first {

	width: 250px;

	margin: 0 !important;

}



#footer-widget-area #second {

	width: 325px;

	margin: 0 !important;

}



#footer-widget-area #third {

	width: 100%;

	margin: 0 !important;

	float: left;

	text-align: left;

}



#footer-widget-area #fourth {

	width: 300px;

	margin: 0 !important;

	padding: 2px 0 0 0;

	color: #f0f3f5;

}



	#footer-widget-area #fourth span {

		padding: 0 3px 0 0;

	}

	

	#footer-widget-area #fourth a {

		margin: 0 0 0 3px;

		color: #f0f3f5;

	}



/* =Footer

-------------------------------------------------------------- */



#footer {

	width: 100%;

	font-size: 11px;

	padding-top: 30px;

	padding-bottom: 15px;

	background-color: #dbdbdb;

	background: url(./images/footerBG.png) repeat-x;

	float: left;

	;

}

	#footer a {

	text-decoration: none;

	color: #4F8BF4;

	}

	.footerLogos a
	{
		position:relative;
		float:left;
		margin:0 15px 0 0;
	}

	#footer a.terms{

		color: #1e5898;

	}

	

		#footer a:hover {

	text-decoration: underline;

		}

	#footer ul.xoxo li {

	padding: 0 5px;

	float: left;

	}

	#footer ul.xoxo li ul {

	list-style: none;

	margin: 0;

	padding: 0;

	float: right;

	text-align: right;

	}

#colophon {

	width: 960px;

	margin: 0 auto;

	overflow: hidden;

}

#site-info {

	font-weight: bold;

}

#site-info a {

	color: #000;

	text-decoration: none;

}

#site-generator {

	font-style: italic;

	position: relative;

}

#site-generator a {

	background: url(images/wordpress.png) center left no-repeat;

	color: #666;

	display: inline-block;

	line-height: 16px;

	padding-left: 20px;

	text-decoration: none;

}

#site-generator a:hover {

	text-decoration: underline;

}

img#wpstats {

	display: block;

	margin: 0 auto 10px;

}

















/* Custom CSS Start

-------------------------------------------------------------- */



.fleft {

	float: left;

}



.fright {

	float: right;

}



#wrapper {

	width: 960px;

	margin: auto;

}



.clear {

	clear: both;

	height: 0;

}



.line-hor {

	background: url(images/line-hor.gif) repeat-x 0% 0%;

	width: 100%;

	height: 9px;

	overflow: hidden;

}



.line-ver {

	width: 100%;

}



.link {

	float: left;

	line-height: 18px;

	font-weight: bold;

	color: #000;

}



#container {

	float: right;

	width: 832px;

	margin: 0;

}



#containerTestimonials{

	border-left: 1px solid #cccccc;

	float: left;

	width: 652px;

}



.pageContent{

	float: left;

	width: 597px;

	padding: 10px 20px;

}



.pageContent img{

	max-width: 613px;

}



#containerTestimonials .pageTitle{

	width: 632px;

	margin-bottom: 0px;

	float: left;

	height: 25px;

	padding: 10px 0 0 20px;

	background: none;

	overflow: hidden;

}



.imageCont{

	width: 273px;

	margin: 50px auto;

}



.imageCont img{

	max-width: 273px;

	border: 1px solid #b6b6b6;

}



	#container ul {

	margin: 0 0 22px 0;

	list-style: none;

	overflow: hidden;

	padding: 0;

	padding-left: 0px;

	}

	

		#container ul li {

	background: url(images/pointBG.png) no-repeat 0 7px;

	padding: 0 0 5px 17px;

		}

		

		#container ul li:first-child {



		}

		

			#container ul li a {

	color: #4F8BF4;

			}

			

				#container ul li a:hover {

	text-decoration: none;

	color: #4F8BF4;

				}



.background-type-1 {

	width: 965px;

	overflow: hidden;

	float: left;

}



.background-type-2 {

	width: 965px;

	overflow: hidden;

	float: left;

}



.main-content {

	width: 100%;

	float: left;

	margin-top: 5px;

}



.custom-posts {

	float: left;

	margin-left: 12px;

	margin-top: 30px;

	margin-bottom: 219px;

}



	.custom-posts > ul {

		background: url(images/custom-line-ver.gif) repeat-y 0% 0%;

		width: 100%;

		overflow: hidden;

		list-style: none;

		margin: 0;

	}

	

		.custom-posts > ul > li {

			float: left;

		}

		

			.custom-posts > ul > li.post-1 {

	width: 238px;

	padding: 0 25px 0 58px;

			}

			

			.custom-posts > ul > li.post-2 {

				background: url(images/pic-2.png) no-repeat 19px 3px;

				width: 240px;

				padding: 0 25px 0 75px;

			}

			

			.custom-posts > ul > li.post-3 {

				background: url(images/pic-3.png) no-repeat 19px 0%;

				width: 242px;

				padding: 0 0 0 77px;

			}

			

		.custom-posts > ul > li h3 {

			padding: 0 0 14px 0;

		}

		

	.custom-posts p {

	margin: 0 0 7px 0;

	color: #252525;

	}

	

	.custom-posts b {

	display: block;

	width: 100%;

	overflow: hidden;

	text-align: right;

	}

	

	.custom-posts .link-more{

		display: none;

	}

	

		.custom-posts b a {

	padding: 0 0 0 16px;

	line-height: 18px;

	font-size: 13px;

	font-weight: bold;

	text-decoration: underline;

	color: #66be6b;

		}

		

			.custom-posts b a:hover {

	text-decoration: none;

	color: #66be6b;

			}



.support-posts {

	width: 980px;

	margin: 0 auto;

	padding: 3px 0 13px 0;

}



	.support-posts ul {

		width: 100%;

		overflow: hidden;

		margin: 0;

		list-style: none;

	}

	

		.support-posts ul li {

			background: url(images/line-hor-1.gif) no-repeat 50% 0%;

			float: left;

			padding: 41px 0 24px 0;

		}

				

		.support-posts ul li.question-1 {

			background: none;

		}

		

		.support-posts ul li.question-2 {

			background: none;

		}

		

		.support-posts ul li.question-3 {

			background: none;

		}

			

			.support-posts ul li div {

				background: url(images/line-ver.gif) repeat-y 100% 0%;

				width: 285px;

				min-height: 220px;

				height: auto !important;

				height: 220px;

				padding: 0 21px 0 34px;

				overflow: hidden;

			}

		

				.support-posts ul li.question-1 div {

					padding: 0 21px 0 0;

				}

				

				.support-posts ul li.question-3 div {

					background: none;

					padding: 0 0 0 34px;

				}

				

					.support-posts ul li.question-4 {

						background-position: -10px 0%;

					}

					

					.support-posts ul li.question-6 {

						background-position: 80% 0%;

					}

					

					.support-posts ul li.question-7 {

						background-position: -10px 0%;

					}

					

					.support-posts ul li.question-9 {

						background-position: 80% 0%;

					}

					

					.support-posts ul li.question-10 {

						background-position: -10px 0%;

					}

					

					.support-posts ul li.question-12 {

						background-position: 80% 0%;

					}

				

				.support-posts ul li.question-4 div {

					padding: 0 21px 0 0;

				}

				

				.support-posts ul li.question-6 div {

					background: none;

					padding: 0 0 0 34px;

				}

			

		.support-posts ul li i {

			background: url(images/question.gif) no-repeat 0% 5px;

			display: block;

			padding: 0 0 21px 26px;

			line-height: 22px;

			font-size: 20px;

			font-weight: 400;

			font-style: normal;

			color: #050404;

			zoom: 1;

		}

		

			.support-posts ul li i a {

				text-decoration: none;

				color: #050404;

			}

			

				.support-posts ul li i a:hover {

					color: #6ab52f;

				}

		

		.support-posts b {

			display: block;

			width: 100%;

			overflow: hidden;

		}

		

			.support-posts b a {

				background: url(images/link-marker-1.gif) no-repeat 0% 6px;

				padding: 0 0 0 11px;

				line-height: 18px;

				font-size: 13px;

				font-weight: bold;

				text-decoration: none;

				color: #000;

			}

			

				.support-posts b a:hover {

					text-decoration: underline;

				}

	

	.support-posts p {

		margin: 0 0 7px 0 !important;

	}

	

		.support-posts p a.link-more {

			display: none;

		}



.button-box {

	padding: 0 0 0 25px;

}



	.button-box a {

		float: left;

		line-height: 18px;

		font-size: 13px;

		font-weight: bold;

		color: #000;

	}



.link-more {

	font-weight: bold;

	border-radius: 5px;

	-webkit-border-radius: 5px;

}



	.link-more:hover {

	text-decoration: none;

	}



#commentform {

	width: 100%;

	overflow: hidden;

}



#commentform p {

	width: 100%;

	overflow: hidden;

}



#commentform input[type="submit"] {

	background: url(images/link-tail.gif) repeat-x 0% 0%;

	position: relative;

	width: 140px;

	height: 49px;

	padding: 0;

	border: none;

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-transform: uppercase;

	color: #fff;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	cursor: pointer;

	outline: none;

}



	#commentform input[type="submit"]:hover {

		color: #6ab52f;

	}



#commentform textarea {

	height: 200px;

	overflow: auto;

	margin: 0 0 10px 0;

}



.breadcrumbs {

	width: 965px;

	height: 46px;

	overflow: hidden;

	color: #050404;

	float: left;

	padding-bottom: 10px;

}



	.breadcrumbs p {

		padding: 0 0 0 14px;

	}



	.breadcrumbs a {

		background: url(images/breadcrumb-divider.gif) no-repeat 100% 20px;

		float: left;

		margin: 0 15px 0 0;

		padding: 0 18px 0 0;

		line-height: 42px;

		font-size: 17px;

		text-decoration: none;

		color: #050404;

	}

	

		.breadcrumbs a:hover {

	color: #050404;

		}

	

	.breadcrumbs strong {

		display: inline-block;

		margin: 0 0 0 -6px;

		line-height: 42px;

		font-size: 17px;

		text-decoration: none;

		color: #050404;

	}



.privacy {

	padding: 2px 0 2px 0;

}



.no-indent {

	margin: 0 !important;

	padding: 0 !important;

}



.contact-info {

	width: 100%;

	margin: 0 0 -8px 0;

	padding: 9px 0 0 0;

	overflow: hidden;

	color: #828282;

}



	.contact-info dt {

		font-weight: normal;

	}



	.contact-info dd {

		width: 100%;

		margin: 0;

		padding: 0 0 18px 0;

		overflow: hidden;

	}

	

		.contact-info dd small {

			float: right;

			padding: 0 40% 0 0;

		}

		

		.contact-info dd a {

			font-weight: bold;

		}





.help-block {

	width: 100%;

	overflow: hidden;

}



	.help-block .entry-meta {

		padding: 7px 0 21px 0;

	}

	

		.help-block p {

			width: 100%;

			overflow: hidden;

		}



.module {

	background: #f5f6f6 url(images/newsletter-tail.gif) repeat-x 0% 0%;

	position: relative;

	margin: 18px 0 0 0;

	padding: 14px 8px 8px 23px;

	color: #828282;

	border-right: 1px solid #cad3d9;

	border-bottom: 1px solid #cad3d9;

	border-left: 1px solid #f8f9f9;

	border-radius: 4px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

}



	.module form {

		background: url(images/newsletter-input.gif) no-repeat 0% 0%;

		width: 100%;

		margin: 12px 0 0 0;

		overflow: hidden;

	}

	

	.module form p {

		width: 100%;

		margin: 0 0 13px 0;

		overflow: hidden;

	}

	

	.module input[type="text"] {

		background: none;

		width: 236px;

		height: 16px;

		padding: 7px 7px 7px 7px;

		border: none;

		float: left;

		font-family: Arial, Helvetica, sans-serif;

		color: #000;

	}

	

	.module input[type="submit"] {

		background: url(images/link-tail.gif) repeat-x 50% 0%;

		position: relative;

		width: 148px;

		height: 49px;

		padding: 0;

		overflow: hidden;

		border: none;

		float: left;

		font-weight: bold;

		text-transform: uppercase;

		color: #fff;

		cursor: pointer;

	}



		.module input[type="submit"]:hover {

			text-decoration: none;

			color: #6ab52f;

		}



.list-1 {

	padding: 2px 0 0 0;

	overflow: hidden;

}



	.list-1 dt {

		padding: 0 0 3px 0;

		word-spacing: -1px;

		margin-bottom: 23px;

		color: #050404;

	}

	

		.list-1 dt a {

			text-decoration: none;

			color: #050404;

		}

		

			.list-1 dt a:hover {

				text-decoration: none;

				color: #6ab52f;

			}

			

	.list-1 dd {

		background: #f5f6f6 url(images/list-tail.gif) repeat-x 0% 0%;

		position: relative;

		margin: 0 0 27px 0;

		padding: 15px 18px 23px 24px;

		border-top: 1px solid #f6f7f7;

		border-right: 1px solid #d4dde1;

		border-bottom: 1px solid #d4dde1;

		border-left: 1px solid #f6f7f7;

		border-radius: 4px;

		-moz-border-radius: 4px;

		-webkit-border-radius: 4px;

	}

	

		.list-1 dd p {

			margin: 0 0 12px 0;

		}

	

		.list-1 dd b {

			display: block;

			width: 100%;

			overflow: hidden;

		}

		

			.list-1 dd b a {

				background: url(images/link-tail.gif) repeat-x 50% 0%;

				position: relative;

				float: left;

				height: 49px;

				padding: 0 24px 0 26px;

				overflow: hidden;

				font-weight: bold;

				text-transform: uppercase;

				color: #fff;

				border-radius: 5px;

				-moz-border-radius: 5px;

				-webkit-border-radius: 5px;

			}

			

				.list-1 dd b a:hover {

					text-decoration: none;

					color: #6ab52f;

				}



.list-2 {

	margin: 0 0 10px 0 !important;

	padding: 7px 0 0 0;

	width: 620px;

	overflow: hidden;

}



	.list-2 li {

		background: url(images/list-2.png) no-repeat 0% 0% !important;

		width: 100%;

		height: 38px;

		padding: 0 0 2px 0;

		overflow: hidden;

	}

	

		.list-2 li em {

			float: right;

			width: 120px;

			padding: 0 52px 0 0;

			line-height: 36px;

			font-size: 15px;

			font-style: normal;

			text-align: center;

			color: #000;

		}

		

			.list-2 li em span {

				color: #56b40d;

			}

			

			.list-2 li em a {

				margin: 0;

				font-size: 13px;

			}

		

		.list-2 li i {

			float: right;

			width: 120px;

			padding: 0 12px 0 0;

			line-height: 36px;

			font-size: 15px;

			font-style: normal;

			text-align: center;

			color: #000;

		}

		

			.list-2 li i span {

				color: #56b40d;

			}

			

			.list-2 li i a {

				margin: 0;

				font-size: 13px;

			}

		

		.list-2 li b {

			float: right;

			width: 120px;

			padding: 0 8px 0 0;

			line-height: 36px;

			font-size: 15px;

			font-weight: normal;

			text-align: center;

			color: #000;

		}

		

			.list-2 li b span {

				color: #56b40d;

			}

			

			.list-2 li b a {

				margin: 0;

				font-size: 13px;

			}

		

		.list-2 li a {

			display: inline-block;

			height: 38px;

			margin: 0 0 0 10px;

			line-height: 36px;

			font-size: 15px;

			text-decoration: none;

			color: #000;

		}

		

			.list-2 li a span {

				color: #56b40d;

			}

		

			.list-2 li a:hover {

				color: #56b40d;

			}



.list-3 {

	width: 100%;

	overflow: hidden;

	list-style: none;

	margin: 0 !important;

	padding: 5px 0 38px 0 !important;

	overflow: hidden;

}



	.list-3 li {

		position: relative;

		padding: 17px 24px 17px 24px !important;

		line-height: 18px;

		font-size: 13px;

		color: #828282;

	}

	

	.list-3 li.even {

		background: url(images/list-3.gif) repeat-x 0% 0%;

		border-right: 1px solid #cad3d9;

		border-bottom: 1px solid #cad3d9;

		border-radius: 4px;

		-moz-border-radius: 4px;

		-webkit-border-radius: 4px;

	}

	

		.list-3 li strong {

			display: block;

			line-height: 16px;

			font-size: 12px;

			color: #1c1a1b;

		}

		

			.list-3 li strong a {

				margin: 0 0 0 6px;

			}

		

		.list-3 li p {

			margin: 0 !important;

		}

		

		.list-3 li blockquote {

			padding: 0;

			font-style: normal;

		}

		

		.list-3 li a.link-more {

			display: inline;

			float: none;

			margin: 0 0 0 2px;

			font-size: 12px;

			font-weight: bold;

		}



		.list-3 li a.link-more {

			background: none;

			position: inherit;

			float: none;

			height: auto;

			padding: 0 0 0 1px;

			overflow: hidden;

			line-height: 18px;

			font-size: 12px;

			font-weight: bold;

			text-transform: capitalize;

			text-decoration: none;

			color: #1c1a1b !important;

		}

		

			.list-3 li a.link-more:hover {

				text-decoration: underline !important;

			}



.list-4 {

	width: 100%;

	padding: 5px 0 6px 0;

	overflow: hidden;

}



	.list-4 li {

		background: none !important;

		float: left !important;

		width: 200px !important;

		padding: 0 5px 0 0 !important;

		line-height: 18px !important;

		font-size: 13px !important;

		color: #7a7b7b !important;

	}

	

		.list-4 li img {

			margin: 0 0 14px 0 !important;

		}

	

		.list-4 li strong {

			display: block;

			margin: 0 0 -1px 0;

			line-height: 20px;

			font-size: 15px;

			font-weight: normal;

			color: #000;

		}

		

		.list-4 li p {

			margin: 0 !important;

		}

		

		.list-4 li b {

			display: block;

			color: #000;

		}



.list-5 {

	list-style: none !important;

	width: 100% !important;

	margin: 0 !important;

	padding: 0 0 8px 0 !important;

	overflow: hidden !important;

}



	.list-5 li {

		background: url(images/line-hor.gif) repeat-x 0% 0% !important;

		width: 100% !important;

		overflow: hidden !important;

		margin: 0 !important;

		padding: 14px 0 0 0 !important;

		vertical-align: top !important;

		line-height: 18px !important;

		font-size: 13px !important;

		color: #7a7b7b !important;

	}

	

	.list-5 li:first-child {

		background: none !important;

	}

	

		.list-5 li img {

			float: left !important;

			margin: 0 18px 0 0 !important;

			padding: 0 !important;

		}

	

		.list-5 li strong {

			display: block;

			padding: 0 0 10px 0;

			font-weight: normal;

			color: #000;

		}

		

			.list-5 li strong a:hover {

				text-decoration: underline !important;

				color: #000 !important;

			}

		

		.list-5 li p {

			padding: 0 !important;

			margin: 0 0 10px 0 !important;

			line-height: 18px !important;

			font-size: 13px !important;

			color: #7a7b7b !important;

		}

		

		.list-5 li b {

			display: block;

			overflow: hidden;

			line-height: 18px;

			font-size: 13px;

			color: #000;

		}

		

			.list-5 li b a:hover {

				text-decoration: underline !important;

				color: #000 !important;

			}



.list-6 {

	width: 100%;

	overflow: hidden;

	list-style: none;

	margin: 0 !important;

	padding: 5px 0 38px 0 !important;

	overflow: hidden;

}



	.list-6 li {

		background: none !important;

		position: relative;

		padding: 17px 24px 17px 24px !important;

		line-height: 18px;

		font-size: 13px;

		color: #828282;

	}

	

	.list-6 li.even {

		border: 1px solid #cad3d9;

		border-radius: 4px;

		-moz-border-radius: 4px;

		-webkit-border-radius: 4px;

	}

	

		.list-6 li strong {

			display: block;

			line-height: 16px;

			font-size: 12px;

			color: #1c1a1b;

		}

		

			.list-6 li strong a {

				margin: 0 0 0 6px;

			}

		

		.list-6 li p {

			margin: 0 !important;

		}

		

		.list-6 li blockquote {

			padding: 0;

			font-style: normal;

		}

		

		.list-6 li a.link-more {

			display: inline;

			float: none;

			margin: 0 0 0 2px;

			font-size: 12px;

			font-weight: bold;

		}



		.list-6 li a.link-more {

			background: none;

			position: inherit;

			float: none;

			height: auto;

			padding: 0 0 0 1px;

			overflow: hidden;

			line-height: 18px;

			font-size: 12px;

			font-weight: bold;

			text-transform: capitalize;

			text-decoration: none;

			color: #1c1a1b !important;

		}

		

			.list-6 li a.link-more:hover {

				text-decoration: underline !important;

			}



.feature p {

	width: 100%;

	margin: 0 !important;

	overflow: hidden;

}



.feature-posts {

	width: 980px;

	margin: 0 auto;

	padding: 3px 0 13px 0;

}



	.feature-posts ul {

		width: 100%;

		overflow: hidden;

		margin: 0;

		list-style: none;

	}

	

		.feature-posts ul li {

			background: url(images/line-hor-1.gif) no-repeat 50% 0% !important;

			float: left;

		}

		

			.feature-posts ul li.feature-1 {

				background: none !important;

			}

			

			.feature-posts ul li.feature-2 {

				background: none !important;

			}

			

			.feature-posts ul li.feature-3 {

				background: none !important;

			}

		

				.feature-posts ul li.feature-1 div div {

					background: url(images/pic-1.png) no-repeat 0% 37px;

				}

				

				.feature-posts ul li.feature-2 div div {

					background: url(images/pic-2.png) no-repeat 19px 40px;

					padding: 41px 21px 24px 75px !important;

				}

				

				.feature-posts ul li.feature-3 div {

					background: none;

				}

				

					.feature-posts ul li.feature-3 div div {

						background: url(images/pic-4.png) no-repeat 18px 40px;

						padding: 41px 0 24px 73px !important;

					}

				

				.feature-posts ul li.feature-4 {

					background-position: 20% 0% !important;

				}

				

					.feature-posts ul li.feature-4 div div {

						background: url(images/pic-5.png) no-repeat 0% 37px;

					}

				

				.feature-posts ul li.feature-5 div div {

					background: url(images/pic-6.png) no-repeat 19px 40px;

					padding: 41px 21px 24px 75px !important;

				}

				

				.feature-posts ul li.feature-6 {

					background-position: 80% 0% !important;

				}

				

					.feature-posts ul li.feature-6 div {

						background: none;

					}

					

						.feature-posts ul li.feature-6 div div {

							background: url(images/pic-7.png) no-repeat 18px 40px;

							padding: 41px 0 24px 73px !important;

						}

			

			.feature-posts ul li div {

				background: url(images/line-ver-1.gif) no-repeat 100% 50%;

				min-height: 220px;

				height: auto !important;

				height: 220px;

				overflow: hidden;

			}

			

				.feature-posts ul li div div {

					background: none;

					width: 245px;

					padding: 41px 21px 24px 55px !important;

				}

			

		.feature-posts ul li i {

			display: block;

			padding: 0 0 15px 0;

			line-height: 27px;

			font-size: 25px;

			font-weight: 400;

			font-style: normal;

			color: #050404;

			zoom: 1;

		}

		

			.feature-posts ul li i a {

				text-decoration: none;

				color: #050404;

			}

			

				.feature-posts ul li i a:hover {

					color: #6ab52f;

				}

		

		.feature-posts b {

			display: block;

			width: 100%;

			overflow: hidden;

		}

		

			.feature-posts b a {

				background: url(images/link-marker-1.gif) no-repeat 0% 6px;

				padding: 0 0 0 11px;

				line-height: 18px;

				font-size: 13px;

				font-weight: bold;

				text-decoration: none;

				color: #000;

			}

			

				.feature-posts b a:hover {

					text-decoration: underline;

				}

	

	.feature-posts p {

		margin: 0 0 7px 0 !important;

	}

	

		.feature-posts p a.link-more {

			display: none;

		}



.xoxo li ul li {

	padding: 8px 0 0 0;

}



.widget_calendar tr th {

	padding: 5px 0 !important;

}



.widget_calendar tr td {

	padding: 5px 0 !important;

}



#main #searchform input {

	width: 150px;

	height: 16px;

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #666;

}



#main #searchform input[type="submit"] {

	background: url(images/link-tail.gif) repeat-x 0% 0%;

	width: 80px;

	height: 21px;

	margin: 0 0 0 10px;

	padding: 0 0 0 0;

	border: none;

	text-transform: uppercase;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #fff;

	cursor: pointer;

}



.slide-out-div {

	background: #313030;

	width: 160px;

	padding: 20px;

	z-index: 100;

	color: #ffffff;

}



.slide-out-div a, .slide-out-div p{

	color: #ffffff;

}



	.slide-out-div ul {

		padding: 7px 0 0 0;

		list-style: circle;

	}

	

		.slide-out-div ul li {

			line-height: 28px;

		}

		

			.slide-out-div ul li a {

				text-decoration: none;

				color: #fff;

			}

			

				.slide-out-div ul li a:hover {

					color: #6ab52f;

				}



.testimonials {

	float: right;

	width: 300px;

	padding: 0 0 0 65px;

	overflow: hidden;

}



/* Custom CSS End

-------------------------------------------------------------- */

























/* Accordion Start

-------------------------------------------------------------- */







.accordion {

	margin: 0 0 21px 0;

	padding: 13px 0 0 0;

}

	.accordion dt {

		background: url(images/accordion-bg.png) no-repeat 0% 0%;

		width: 300px;

		height: 41px;

		overflow: hidden;

		font-size: 13px;

		color: #000;

		cursor: pointer;

	}

		.accordion dt.active {

			height: 52px;

		}

		.accordion dt a {

			background: url(images/accordion-divider.gif) no-repeat 12px 14px;

			display: block;

			padding: 0 0 0 29px;

			line-height: 36px;

		}

	.accordion dd {

		display: none;

		height: 89px;

		margin: 0;

		padding: 0 18px 0 25px;

		overflow: hidden; /*important for accordeon*/

		line-height: 18px;

		font-size: 13px;

		color: #747576;

	}









/* Accordion End

-------------------------------------------------------------- */



























/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {

	-webkit-text-size-adjust: 140%;

}

code {

	-webkit-text-size-adjust: 160%;

}

#access,

.entry-meta,

.entry-utility,

.navigation,

.widget-area {

	-webkit-text-size-adjust: 120%;

}

#site-description {

	-webkit-text-size-adjust: none;

}





/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {

		background: none !important;

	}

	#wrapper {

		clear: both !important;

		display: block !important;

		float: none !important;

		position: relative !important;

	}

	#header {

		border-bottom: 2pt solid #000;

		padding-bottom: 18pt;

	}

	#colophon {

		border-top: 2pt solid #000;

	}

	#site-title,

	#site-description {

		float: none;

		line-height: 1.4em;

		margin: 0;

		padding: 0;

	}

	#site-title {

		font-size: 13pt;

	}

	.entry-title {

		font-size: 20px;

		font-weight: bold;

		

	}

	#access,

	#branding img,

	#respond,

	.comment-edit-link,

	.edit-link,

	.navigation,

	.page-link,

	.widget-area {

		display: none !important;

	}

	#content,

	.one-column #content {

		margin: 24pt 0 0;

		width: 100%;

	}

	.wp-caption p {

		font-size: 11pt;

	}

	#site-info,

	#site-generator {

		float: none;

		width: auto;

	}

	#colophon {

		width: auto;

	}

	img#wpstats {

		display: none;

	}

	#site-generator a {

		margin: 0;

		padding: 0;

	}

	#entry-author-info {

		border: 1px solid #e7e7e7;

	}

	#main {

		display: inline;

	}

	.sticky {

		border: none;

	}

}



.homeCustomPostTitle{

	float: left;

	width: 290px;

	height: 29px;

	background: url(images/homeCustomPostBG.jpg) no-repeat;

	color: #ffffff;

	font-size: 22px;

	padding: 15px 0 0 12px;

	margin: 0;

}



.homeCustomPostContent{

	float: left;

	width: 278px;

	padding: 12px;

	height: 72px;

	overflow: hidden;

}



.homeCustomPost{

	float: left;

	width: 302px;

	height: 141px;

	background: url(images/homeCustomPostCont.jpg) no-repeat;

	margin-right: 15px;

	padding: 2px;

}



.last{

	margin-right: 0;

}



.testimonialsCont {

	float: left;

	width: 612px;

	border-bottom: 1px solid #CCCCCC;

}



#content .testimonialsCont h1{

	color: #4F8BF4;

}



#content .testimonialsCont h2{

	font-size: 14px;

}



.testimonialsContFeatured{

	float: left;

	width: 612px;

	padding: 15px 20px;

	border-bottom: 1px solid #e0e0e0;

	border-top: 1px solid #e0e0e0;

}

.testimonialHeader{

	float: left;

	width: 100%;

}

.testimonialTop{

	float: left;

	width: 634px;

	background: url(images/testimonialBG.jpg) repeat-x;

}



.testimonialContent{

	float: left;

	width: 100%;

}



.downloadList{

	float: left;

	width: 100%;

	height: 98px;

	background: url(images/downloadContBG.jpg) repeat-x;

	padding-top: 21px;

}



.downloadCont{

	float: left;

	width: 130px;

}



.downloadImage{

	float: left;

	width: 130px;

	text-align: center;

}



.downloadName{

	float: left;

	width: 130px;

	text-align: center;

	padding-top: 5px;

}



.downloadName a{

	color: #474749;

	text-decoration: underline;

}



.memberStatusCont {

	float: left;

	height: 34px;

	width: 632px;

	border-bottom: 1px solid #e0e0e0;

	color: #252525;

	padding-top: 15px;

	padding-left: 20px;

}



.statusLogout {

	float: right;

	width: 200px;

}



.statusLogout a{

	color: #4daa52;

	text-decoration: underline;

}



.membersIconImage {

	float: left;

	height: 138px;

	width: 162px;

	background: url(images/userIcon.png) no-repeat;

	margin: 62px 0 0 74px;

}

.membersWelcomeText {

	text-align: center;

	float: left;

	width: 309px;

	color: #4daa52;

	font-size: 18px;

	font-weight: bold;

}

.testimonialsPageCont {

	float: left;

	width: 632px;

}



div.wpcf7 textarea{

	width: 268px !important;

	height: 127px;

}



.wpcf7-submit{

	background: url(images/submit.jpg) no-repeat;

	width: 69px;

	height: 29px;

	border: 0 none;

	cursor: pointer;

	margin: 0;

	padding: 0;

	float: left;

}



.wpcf7-response-output{

	float: left;

}



.widget_text{

	float: left;

	padding-top: 55px;

}



.textwidget{

	float: left;

	width: 240px;

}



.textwidget p{

	padding-top: 15px;

}



.menu-footer-container a{

	padding: 0 5px;

}

.cpalogo {

	float: left;

	width: 100%;

	text-align: right;

}

#loginCont {

	float: left;

	width: 230px;

	margin-right: 20px;

}

.leftContTop {

	float: left;

	height: 5px;

	width: 230px;

	background: url(images/leftContBGTop.png) no-repeat;

}



.leftContMid {

	float: left;

	width: 182px;

	background: url(images/leftContBGMid.png) repeat-y;

	padding: 17px 24px;

}

.leftContBot {

	float: left;

	height: 5px;

	width: 230px;

	background: url(images/leftContBGBot.png) no-repeat;

}

#contentBGTop {

	float: left;

	height: 15px;

	width: 832px;

	background: url(images/contentBGTop.png) no-repeat;

}

#contentBGMid {

	float: left;

	width: 790px;

	background: url(images/contentBGMid.png) repeat-y;

	padding: 6px 21px 0 21px;

}

#contentBGBot {

	float: left;

	height: 50px;

	width: 832px;

	background: url(images/contentBGBot.png) no-repeat;

}

#wrapperLeft {

	height: 170px;

	background: url(./images/headerBGLeft.png) repeat-x 50%;

	width: 50%;

	position: absolute;

	z-index: 1;

}

#headerBGRight {

	float: left;

	width: 50%;

	background: url(./images/headerBGRight.png) repeat-x;

	height: 180px;

	;

}

#wrapperRight {

	position: absolute;

	height: 170px;

	width: 50%;

	left: 50%;

	background: url(./images/headerBGRight.png) repeat-x;

	z-index: 1;

}

#sliderCont {

	float: left;

	height: 230px;

	width: 780px;

	border: 1px solid#CCCCCC;

	background: #ffffff;

	padding: 4px;

}

.contentLeft {

	float: left;

	width: 477px;

	line-height: 18px;

	margin-top: 17px;

	padding-left: 7px;

	padding-right: 30px;

	border-right: 1px solid #CCCCCC;

}

#homeContentRight{

	float: right;

	width: 250px;

	margin-top: 17px;

}



#contentRight {

	float: right;

	width: 250px;

	margin-top: 17px;

}

.homeRightContent{

	float: left;

	width: 240px;

	border-bottom: 1px solid #CCCCCC;

	padding: 0 5px;

	margin-bottom: 25px;

}



.rightContent {

	float: left;

	width: 250px;

	border-bottom: 1px solid #CCCCCC;

	margin-bottom: 25px;

	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */

	white-space: -pre-wrap;      /* Opera 4-6 */

	white-space: -o-pre-wrap;    /* Opera 7 */

	word-wrap: break-word;       /* Internet Explorer 5.5+ */



}



#content .homeRightContent img{

	float: none;

}



#content .rightContent img{

	float: left;

	width: 240px;

	height: auto;

	background: #ffffff;

	padding: 4px;

	border: 1px solid #CCCCCC;

	margin-bottom: 15px;

}



.rightContentLast {

	float: left;

	width: 240px;

	padding: 10px 5px 0 5px;

}



.rightContentLast p{

	margin: 0;

	padding: 0;

	margin-bottom: 0 !important;

}



.contentRightButton {

	float: left;

	height: 34px;

	width: 100%;

	margin: 0 0 27px 0;

	text-align: right;

}



.contentRightButton img{

	float: none;

}



.footerFirst {

	float: left;

	height: 68px;

	width: 100px;

	margin-right: 40px;

}

.footerSecond {

	float: left;

	height: 68px;

	width: 117px;

	margin-right: 33px;

}

.footerThird {

	float: left;

	width: 198px;

	margin-top: 16px;

}

.footerLogos {

	float: none;

	height: 84px;

	margin-top: 22px;

}

.footerLeft {

	float: left;

	width: 635px;

	line-height: 16px;

}

#taglinebg {

	background-image: url(images/taglinebg.png);

	background-repeat: no-repeat;

	height: 26px;

	width: 767px;

	position: absolute;

	z-index: 1000;

	color: #ffffff;

	font-size: 16px;

	padding: 9px 0 0 13px;

}

.productCont {

	float: left;

	width: 474px;

	border-bottom: 1px solid #CCCCCC;

	line-height: 22px;

	margin: 0 0 24px 0;

}



.productImage {

	width: 175px;

	float: left;

	margin: 0 0 23px 0;

}

.productImage img{

	width: 165px;

	height: auto;

	border: 1px solid #CCCCCC;

	padding: 4px;

	background: #ffffff;

}



.productContent {

	float: left;

	width: 283px;

	margin-left: 14px;

}



#content .productContent h2, #content .galleryContent h2{

	color: #4F8BF4;

	font-size: 16px;

	margin: 0 !important;

	padding: 0 !important;

}

.galleryItem {

	float: left;

	width: 100%;

	border-bottom: 1px solid #CCCCCC;

	margin-bottom: 23px;

}

.galleryContent {

	float: left;

	width: 599px;

	margin-left: 14px;

}

.viewImage {

	float: left;

	width: 100%;

}

.testimonialsCont {

	float: left;

	width: 477px;

	margin-bottom: 30px;

	padding-bottom: 30px;

}

#contactLeft {

	float: left;

	width: 148px;

	margin-right: 43px;

}

#contactMid {

	float: left;

	width: 275px;

	margin-right: 40px;

}

#contactRight {

	float: left;

	width: 270px;

}



.galleryContent p{

	height: 75px;

}

.rightContentInner {

	padding: 5px;

}



.wpcf7 p{

	margin-bottom: 10px !important;

}

