/*
Theme Name: Handel Group
/* -----------------------Reset CSS--------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
	overflow-x: hidden;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
	outline:none;
}
a {
	color:#c4122f;
}
.clearfix, .container {
	display: block;
}
/* Regular clearing
   apply to column that should drop below previous ones. */
.clear {
	clear:both;
}

/* :..[ Flexi Pages Widget Styling ]..: */

#flexipages-2 ul li ul { padding-bottom: 20px; }
#flexipages-2 ul li ul li a { font-weight: normal; text-transform: none; color: #636466; }


/* ------------------------Common CSS------------------------*/
.leftFloat {
	float:left;
}
.rightFloat {
	float:right;
}
.clearFloat {
	clear:both;
}
.hide {
	display:none;
}
.reset-margin {
	margin:0 auto;
}
.reset-padding {
	padding:0;
}
.reset {
	margin:0;
	padding:0;
}
.align-justify {
	text-align:justify;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.ajax_loader {
	text-align:center;
	height:32px;
	padding-bottom:20px;
}
.spacer20 {
	margin-top:15px
}
/* ----------------------Typography CSS----------------------*/
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font-size: 75%;
	color: #9fa1a4;
	background:url(images/body-back.jpg) repeat-x 0px 0px;
	font-family:Trebuchet MS, arial;
}
#wrapper {
	width:995px;
	margin:0px auto;
	position:relative;
	padding-bottom:20px;
}/* ----------------------Here u can set whole site width----------------------*/
#wrapperheader {
	margin:0px auto;
	padding:0px;
}
/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	line-height:normal;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
	font-size:28px;
	color:#000;
	font-family:Trebuchet MS;
	line-height:30px;
	
}
.servicerHome h4 {
	font-size:19px;
	color:#717171;
	font-family:Trebuchet MS;
	line-height:30px;
	
}
h5 {
	font-size:18px;
	color:#a0a0a0;
	padding-bottom:8px;
}
h6 {
}
/* Text elements
-------------------------------------------------------------- */
p {
	color:#636466;
	font-size:12px;
	line-height:18px;
}
p img.left {
	float: left;
	margin: 1em 1.5em .2em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
p a.homelink {
	color: #636466;
	font-weight:normal;
}
p a.homelink:hover {
	color: #53c2ed;
	text-decoration: underline;
	font-weight: bold;
}
a:focus, a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a {
	color: #53c2ed;
	text-decoration: none;
	outline:none;
	font-weight: bold;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
.paddingT20 {
	padding-top:14px;
}
.paddingT10 {
	padding-top:10px;
}
.paddingT35 {
	padding-top:35px;
}
.paddingT50 {
	padding-top:50px;
}
/* Lists
-------------------------------------------------------------- */
li ul, li ol {
	padding:0px;
	margin:0px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	padding:0px;
	margin:0px;
}
dl dt {
	font-weight: bold;
}
dd {
	padding:0px;
	margin:0px;
}
/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.highlighted {
	color:#FF0000;
}
/* ---------------------------Form CSS----------------------------*/
label {
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 0px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}
/* Form fields
-------------------------------------------------------------- */
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-clip:border;
	background-inline-policy:continuous;
	background-origin:padding;
	background:#FFFFFF url(/images/fieldbg.gif) repeat-x scroll center top;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	padding-bottom:5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0;
}
input.text, input.title {
}
input.title {
}
textarea {
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* ----------------------Clear areas----------------------*/
#wrapper #container, #wrapper #container #content, #wrapper #container #content #wildcomlum {
}
#container .grow {
	margin:15px 0px 25px 0px;
	background:url(images/grow-back1.jpg);
	height:312px;
	width:992px;
}

#container .watch {
	margin:0px 0px 10px 0px;
	height:32px;
	width:992px;
	padding:0px 0 0;
	color:#515151;
	font-size:20px;
	text-align:center;
}
#container .watch a{
	color:#ea7e12;
}
#container .welcome_line {
	margin:15px 0px 45px 0px;
	background:url(images/bgr_welcome_line.jpg) no-repeat 0 100%;
	height:62px;
	width:992px;
	padding:35px 0 0;
	color:#515151;
	font-size:32px;
	font-family: Arial, Helvetica, sans-serif;
}
#container .welcome_line span.blue{
	color:#00ccff;
}
.growdiv ul {
	width:494px;
	float:right;
	padding:10px;
	list-style-image:url(images/starbullet.gif);
	margin-top:10px;
}
.growdiv ul li {
	color:#666666;
	padding-bottom:10px;
	padding-right:20px;
}
/* ----------------------header css starts here----------------------*/
#header {
	font-family:Trebuchet MS;
}
.bgheader {
	background:url(images/backstripeG.jpg);
	height:32px;
	background-repeat:repeat;
	position:absolute;
	top:41px;
	left:-350px;
	width:1000px;
	z-index:-1;
}
#header .logo {
	float:left;
	margin-top:8px;
	position:relative;
}
#header .topnav {
	float:right;
	margin-top:25px;
}
#header .topnav ul, #header .nav-bar ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#header .topnav ul li {
	display:inline;
	margin-left:16px;
}
#header .topnav ul li a {
	color:#999999;
	font-size:13px;
	font-weight:normal
}
#header .nav-bar {
	float:right;
	padding-top:4px;
}
/* hack for safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #header .nav-bar {
float:right;
padding-top:5px;
}
}
#header .nav-bar ul li {
	display:inline;
	background:url(images/seprater.jpg) no-repeat right;
	height:16px;
	padding:8px 14px;
	float:left;
}
#header .nav-bar ul li:last-child {
	background:none;
	padding-right:0px;
}
#header .nav-bar ul li a {
	color:#484747;
	font-weight:normal
}
#header .nav-bar ul li a:hover, #header .nav-bar ul li.select a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal
}
/*#content .abouttarea{ width:420px; float:left; margin-left:22px;}*/
#content .abouttarea {
	width:428px;
	float:left;
}
#content .abouttarea p {
	padding:0px 0px 15px 0px;
}
#content .servicerHome {
	float:right;
	width:505px;
}
#content .servicerHome h5 {
	margin-left:20px;
}
#content .servicerHome .service-tab {
	background:url(images/following-back.jpg) no-repeat;
	height:125px;
	margin-bottom:5px;
}
#content .servicerHome .service-tab .servtext {
	width:285px;
	margin:25px 0px 0px 30px;
	float:left;
	line-height:18px;
	font-size:12px;
	color:#a0a0a0;
	display:inline;
}
#content .servicerHome .service-tab a.arrow-click {
	float:right;
	width:44px;
	height:106px;
	background:url(images/arrowclick.png) no-repeat center;
	margin:12px 5px 0px 0px;
}
#content .servicerHome .service-tab img {
	margin:28px 20px 0px 0px;
}
#content .abouttarea h1 {
	color:#A0A0A0;
	font-size:14px;
	padding-bottom:0px;
}
#content .abouttarea h2 {
	color:#666666;
	font-size:11px;
	margin:0;
	padding:0px 0 5px;
}
/* ----------------------Left Sidebar----------------------*/
#sidebar {
	width:195px;
	position:absolute;
	left:-74px;
	top:175px;
}
#sidebar ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar ul#page-list {
	margin:0px;
	padding:0px;
}
#sidebar ul#page-list li {
	display:block;
	padding:0px;
	text-align:right;
}
#sidebar ul#page-list li a {
	color:#353535;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0px 0px 3px 0px;
	text-transform:uppercase;
}
#sidebar ul li a {
	color:#353535;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	text-align:right;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	color:#4cbce7;
}
#sidebar ul#page-list li a:hover {
	color:#353535;
}
#sidebar ul#page-list li ul#page-list {
	margin:0px 0px 20px 0px
}
#sidebar ul#page-list li ul#page-list li {
	display:block;
	padding:0px;
}
#sidebar ul#page-list li ul#page-list li a {
	color:#636466;
	font-weight:normal;
	display:block;
	padding:0px;
	text-transform:none;
}
#sidebar ul#page-list li ul#page-list li a:hover, #sidebar ul li.nav-select a {
	color:#4cbce7;
}
#sidebar ul#page-list li ul#page-list li.current_page_item a {
	color:#4cbce7;
}
a.active {
	font-weight:bold;
	text-transform:uppercase;
	color:#4CBCE7;
}
/* ----------------------Mid Content----------------------*/
#mid_col {
	padding-bottom:20px;
}
.entry p {
	font-size:12px;
	color:#434242;
	line-height:18px;
	margin:0px;
	text-align:justify;
	padding:0 15px 15px 0;
}
#mid_col .testimonials p {
	margin-bottom:20px;
	padding-top:15px !important;
}
#mid_col .post .entry h2 {
	color:#555555;
	font-size:18px;
	margin:0px 10px 0px 0;
}
#mid_col .post .entry .alignleft {
	float:left;
	margin:0 10px 10px 0px;
}
#mid_col .post .entry .alignright {
	float:right;
	margin:0 0px 10px 10px;
}
.entry ul li div {
	text-align:left;
}
#mid_col {
	width:808px;
	float:right;
}
#mid_col .post {
	width:563px;
	float:left;
	color:#434242;
	text-align:justify;
	padding:0 0 20px 0
}
#mid_col .post p {
	margin:5px 0;
}
#mid_col .post h1 {
	color:#000000;
	font-size:28px;
	line-height:30px;
	margin:0px;
	padding:0px 0px 10px 0;
}
#mid_col .post h2 {
	color:#666666;
	font-size:18px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}
#mid_col .post h3 {
	color:#000;
	font-size:13px;
	margin:0px;
	padding:15px 0px 5px 0px;
	font-weight:bold;
}
ul#list-style {
	list-style:none;
	margin:0px -5px 10px 0px;
	padding:0px;
	width:564px;
	float:left;
}
ul#list-style li {
	background:url(images/inner-content-list-style-bg.jpg) no-repeat left top;
	padding:21px 0px 0px 32px;
	width:532px;
	float:left;
	position:relative;
	height:88px;
}
ul#list-style li img {
	position:absolute;
	right:55px;
	top:12px;
}
ul#list-style li .text {
	width:360px;
	letter-spacing:1;
	color: #A0A0A0;
}
ul#list-style li img.right {
	position:absolute;
	top:0px;
	right:0px;
	margin:0px;
	padding:0px;
}
ul#list-style li a {
	color:#4c4c4c;
	font-size:15px;
	font-weight:bold;
	display:block;
	width:366px;
	line-height:20px;
}
ul#list-style li p {
	margin:0px;
	padding:0px;
	color:#a0a0a0;
	font-size:12px;
}
#mid-page-content-life {
	padding-right:10px;
	padding-bottom:15px;
	width:797px;
	float:left;
	margin-bottom:25px;
}
#mid-page-content {
	background:url(images/inner-mid-bg.gif) no-repeat bottom;
	padding-right:10px;
	padding-bottom:15px;
	width:797px;
	float:left;
	margin-bottom:25px;
}
#mid-page-contentsingle {
	padding-right:10px;
	padding-bottom:15px;
	width:797px;
	float:left;
}
#mid-page-content #content-img, #mid-page-content-life #content-img {
	width:300px;
	padding-right:0px;
	float:right;
	padding-top:13px;
	padding-left:0px
}
#mid-page-content-life #content-img .videotext {
	margin:10px 0 0 0;
	text-align:center;
	font-weight:bold;
}
#mid-page-content #page-content, #mid-page-content-life #page-content {
	width:455px;
	float:left;
	padding-right:10px;
}

#mid-page-content #page-content, #mid-page-content-life #page-content #content-squares {
	width:300px;
	padding-right:0px;
	float:left;
	padding-top:13px;
	padding-left:0px
}
#mid-page-content #page-content h1, #mid-page-content-life #page-content h1 {
	font-size:34px;
	color:#797979;
	line-height:29px;
	margin:0px;
	padding:10px 0px 0px;
	font-family:Arial black;
	letter-spacing:-1px;
}
#mid-page-content #page-content h1 span.small-tr, #mid-page-content-life #page-content h1 span.small-tr {
	font-size:24px;
}
#mid-page-content #page-content h3, #mid-page-content-life #page-content h3 {
	font-size:23px;
	color:#a0a0a0;
	margin:0px;
	padding:0px 0px 15px;
	font-family:Arial black;
	letter-spacing:-1px;
}
#mid-page-content #page-content h3.smallerh3, #mid-page-content-life #page-content h3.smallerh3 {
	font-size:21px;
	color:#a0a0a0;
	margin:0px;
	padding:0px 0px 15px;
	font-family:Arial black;
	letter-spacing:-1px;
}
#mid-page-content #page-content p, #mid-page-content-life #page-content p {
	line-height:18px;
	color:#434242;
	text-align:justify;
}
/* ----------------------Right Sidebar----------------------*/
#sidebar-right {
	width:230px;
	float:right;
}
#sidebar-right ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar-right .main_container, .contact_right .main_container{
	width:227px;
	clear:both;
	margin-bottom:12px;
}
#sidebar-right .main_container .top , .contact_right .main_container .top{
	background:url(images/box-top-bg.gif) no-repeat top;
	height:10px;
}
#sidebar-right .main_container .mid , .contact_right .main_container .mid{
	background:url(images/box-mid-bg.gif) repeat-y top;
	padding:2px 19px;
}
#sidebar-right .main_container .mid h2, .contact_right .main_container .mid h2{
	color:#4c4c4c;
	font-size:12px;
	font-weight:bold;
}
#sidebar-right .main_container .mid table.newsletter, .contact_right .main_container .mid table.newsletter {
	margin:5px 0px 0px;
}
#sidebar-right .main_container .mid table.newsletter td, .contact_right .main_container .mid table.newsletter td {
	padding:5px;
}
#sidebar-right .main_container .mid table.newsletter td.input, .contact_right .main_container .mid table.newsletter td.input {
	background:url(images/input-bg.gif) no-repeat center center;
	width:96px;
}
#sidebar-right .main_container .mid table.newsletter td.input input, .contact_right .main_container .mid table.newsletter td.input input {
	width:85px;
	border:none;
	padding:1px;
	font-size:10px;
}
#sidebar-right .main_container .mid p, .contact_right .main_container .mid p {
	padding-right:24px;
	font-size:11px;
	color:#a0a0a0;
	line-height:16px;
}
.clients {
	color:#000000;
	text-align:left;
	height:169px;
}
#sidebar-right .main_container .bot, .contact_right .main_container .bot {
	background:url(images/box-bot-bg.gif) no-repeat top;
	height:10px;
}
.connect {
	padding: 5px 0 0;
	text-align: center;
	vertical-align: bottom;
}
.connect a {
	display: block;
}
.connect img {
	vertical-align:bottom;
}
#sidebar ul#page-list li ul#page-list li.page-item-274 {
	margin-top:10px;
}
.bg_coaches {
	background:url("http://handelgroup.projectsjunction.com/wp-content/uploads/2010/02/bg_coaches2.jpg") no-repeat bottom;
	width:510px;
	clear:both;
	overflow:hidden;
	padding-bottom:25px;
	margin-top:10px;
}
#mid_col .post .bg_coaches .widcoach h1 {
	padding:0px;
	margin:0px;
}
.imgfloatrght {
	float:right;
}
.liststrong {
	list-style:none;
	color:#353535;
}
.liststrong strong em {
	font-size:12px;
}
.listnor {
	list-style:disc;
	color:#353535;
	padding-left:20px;
	margin:10px 0 10px 0;
}
.listnum {
	color:#353535;
	padding-left:25px;
	margin:10px 0 10px 0;
}
.listingn {
margin:0px padding:0px;
	list-style:none;
}
.listingn li {
	display:block;
	padding:5px 0px;
	border-bottom:1px solid #e4e4e4;
}
.listingn li a {
}
.ptop {
	padding-top:7px;
}
.qa_text {
	font-size:16px;
	color:#717171;
}
.widcoach {
	width:400px;
}
.coachlist {
	padding-top:15px;
}
.pagetitle {
	color:#666666;
	font-size:22px;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.align-left {
	float:left;
}
.bg_coaches1 {
	float:left;
	border-bottom:1px solid #cccccc;
	padding:10px 0 0 0;
	width:200px;
	margin-right:10px;
	height:65px;
}
.bg_coaches1 .leftfloat img {
	padding:0;
	margin:0;
}
.widcoach1 {
	float:left;
	width:140px;
	margin-left:10px;
}
.ddsg-wrapper {
}
.ddsg-wrapper ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.ddsg-wrapper ul li {
	margin-bottom:20px;
}
.ddsg-wrapper ul li a {
	font-weight:bold;
	color:#333;
}
.ddsg-wrapper ul li ul li {
	margin:0px;
}
.ddsg-wrapper ul li ul li a {
	color:#53C2ED;
	font-weight:normal;
}
.ddsg-wrapper ul li ul {
	list-style:disc;
	margin-left:20px;
}
.ddsg-wrapper ul li ul li ul {
	list-style:circle;
	margin-left:20px;
}
.contact_left {
	width:460px;
	float:left;
	font-size:13px;
}
.contact_left p, .contact_right p  {
	padding-bottom:25px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-size:13px;
	text-align:justify;
}

.contact_left h3 {
	font-size:15px;
	color:#666666;
	font-weight:bold;
	padding-bottom:15px;
}
.health_left {
	width:460px;
	float:left;
	font-size:13px;
}
.health_left p {
	padding-bottom:10px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-size:13px;
	text-align:justify;
}

.health_left h3 {
	font-size:15px;
	color:#666666;
	font-weight:bold;
	padding-bottom:15px;
}
.contact_right h3 {
	font-size:15px;
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
}
.health_left span.heading {
	font-size:15px;
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
}

.contact_right {
	width:420px;
	float:left;
	padding-left:30px;
}
.sendus {
	font-size:22px;
	color:#666666;
}
.note-required {
	color:red;
}
.contact_separator {
	background:url(images/contactseparator.gif) no-repeat top;
	width:56px;
	height:480px;
	float:left;
}
.thanksbox {
	padding:25px;
	margin:0 auto;
	background-color:#FBFCE6;
	border:1px solid #cccccc;
	margin-left:17px
}
.emailsent {
	background:url(images/emailsent.png) no-repeat;
	width:55px;
	height:45px;
	margin:0 auto;
}
.thanks {
	color:#000000;
	font-size:16px;
	letter-spacing:2px;
	text-align:center;
}
.bg_coaches h2 {
	padding: 10px 0 0 0 !important
}
.space10 {
	padding:0 0 10px 0;
}
.space20 {
	float:left;
	margin:0px 0 5px 10px;
}
.toggle_label {
	cursor:pointer;
}
.bg_coaches h2 {
	padding: 10px 0 0 0 !important
}
#mid_col .post .entry h2 {
	color:#555555;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0;
}
.posted {
	font-size:11px;
	color:#A0A0A0;
}
.posted a {
	font-weight:normal;
}
a.postheading {
	color:#4C4C4C;
}
.p30 {
	padding-left:30px;
}
.floatleft {
	float:left;
}
.commentfields {
	font-size:12px;
}
.red {
	color:red;
}
.commentlist {
	width:545px;
	margin:0 0 0 0px;
}
.commentlist ol {
	width:545px;
	list-style:none;
}
.commentlist li {
	padding-bottom:20px;
}
.greytext {
	color:#A0A0A0;
}
.homeheading {
	font-size:16px;
	line-height:20px;
	text-align:justify;
}
.p13 {
	font-size:13px;
	line-height:19px;
}
.padding {
	padding:0px;
}
.pl40 {
	padding-left: 60px;
	margin-top: 10px;
}
.save200 {
	font-size:16px;
	font-weight:bold;
}
.Testimonialleft {
}
.Testimonialright {
	margin-left:-10px;
}
.Testimonialright ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.Testimonialright li {
	width:238px;
	float:left;
	margin:8px;
	padding:10px;
	background-color:#f5f6f7;
}
.toggle_label {
	margin:0 0 0.5em;
	text-transform:uppercase;
	font-size:15px;
}
.headingitalic {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding:5px 0px 0px 30px;
}
.weoffer {
	padding-bottom:10px;
}
.weoffer ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.weoffer li {
	padding-top:10px;
	margin:0px;
}
.comment-author {
	vertical-align:top;
	background-color:#ffffff;
	padding:5px;
	float:left;
}
.comment-author img {
	padding:0 5px 0 0;
}
.img {
	float:left;
}
.authorname {
	float:left;
	width:477px;
}
.comment-body {
	background-color:#e2e2e2;
	padding:10px;
}
a.selectedblue {
	color:#434242;
	font-weight:normal;
	text-decoration:none;
}
a.selectedblue:hover {
	color:#53C2ED;
	font-weight:normal;
	text-decoration:none;
}
a.selectedblue:active {
	color:#53C2ED;
	font-weight:normal;
	text-decoration:none;
}
.expansionbox {
	width:515px;
	margin:0px;
	padding:0px;
}
.expansionbox .top {
	background:url(images/boxtopbg.jpg) no-repeat top left;
	width:515px;
	height:17px;
}
.expansionbox .middle {
	background:url(images/boxmiddlebg.jpg) repeat-y top left;
	width:515px;
	min-height:70px;
	float:left
}
.expansionbox .middle a {
	color:#4C4C4C;
	display:block;
	font-size:15px;
	font-weight:bold;
}
.expansionboxtext {
	width:320px;
	margin-left:28px;
	color:#A0A0A0;
	size:12px;
	float:left;
}
.expansionboxtext a {
	color:#4C4C4C;
	display:block;
	font-size:15px;
	font-weight:bold;
}
.expansionboximg {
	width:109px;
	height:70px;
	vertical-align:middle;
	float:left;
}
.expansionboximg img {
	vertical-align:middle;
}
.clickbtn {
	width:46px;
	height:70px;
	float:left;
}
.clickbtn img {
	padding-left:18px;
	vertical-align:middle;
	float:left;
	padding-left:18px;
	padding-top:21px;
}
.expansionbox .bottom {
	background:url(images/boxbottombg.jpg) no-repeat top left;
	width:515px;
	height:16px;
	float:left
}
.firstcol {
	width:22px;
}
.secondcol {
	width:320px;
	color:#A0A0A0;
	size:12px;
}
.thirdcol {
	width:127px;
}
.forthcol {
	width:26px;
}
.breaktext {
	font-size:20px;
	line-height:22px;
	padding-top:10px;
	padding-bottom:15px;
}
.call {
	padding:15px;
	background-color:#f6f6f6;
	border:1px solid #d2d2d2;
	font-size:14px;
}
.graytext {
	color:#999999;
	padding-bottom:10px;
	padding-top:10px;
}
.venue {
	padding:15px;
	background-color:#ffffff;
	border:1px solid #d2d2d2;
	font-size:14px;
}
/*upcoming_events*/
#upcoming_events {
	width: 174px;
	margin: 0 auto 20px auto;
	background: url(images/bgr_upcoming_events.jpg) no-repeat;
}
#upcoming_events_inner {
	width: 100%;
	overflow: hidden;
	background: url(images/bgr_upcoming_events_inner.jpg) no-repeat left bottom;
	padding: 0 0 46px 0;
}
#upcoming_events ol {
	padding: 65px 0 0 25px;
	width: 130px;
	margin: 0;
	list-style: none;
}
#upcoming_events ol li {
	font-size: 11px;
	line-height: 1.3em;
	padding: 0 0 10px 0;
}
#upcoming_events ol li a {
	text-decoration: underline;
	color: #666;
}
#upcoming_events ol li a:hover {
	color: #40c8f4;
}
/**/
.special-event {
}
.special-event .se-title {
	color: #f15829;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
}
.special-event .se-info1 {
	color: #221e1f;
	font-size: 12px;
}
.special-event .se-info2 {
	color: #808285;
	padding: 0 0 2px;
}
.special-event a {
	color: #00b1da;
	text-decoration: underline;
}
/*widget_news*/
#widget_news p {
	padding: 0 0 10px 0;
}
#widget_news p.last {
	padding: 0;
	margin: 0;
}
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/**/
.cool-table {
}
.cool-row {
	clear: both;
	display: block;
}
.cool-item {
	float: left;
}
.cool-item a {
	display: block;
	height: 175px;
	width: 175px;
}
.cool-item img {
	display: block;
}
.courseinfo {
	font-family:Trebuchet MS;
	font-size:16px;
	color:#717171;
	line-height:22px;
	margin:20px 0;
}
.courseinfo p{
	font-family:Trebuchet MS;
	font-size:16px;
	color:#717171;
	line-height:22px;
	margin:20px 0;
}
.courseinfo span {
	font-weight:bold;
}

.post-full {
    width: 100%!important;
}

#password-form-outer {
     position:absolute;
     width:320px;
     top:175px;
     left: 175px;
}

#password-form-outer form#password-form {
    -moz-border-radius: 11px 11px 11px 11px;
    -moz-box-shadow: 0 4px 18px #C8C8C8;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    font-weight: normal;
    margin-left: 8px;
    padding: 16px 16px 40px;
}

#password-form-outer form#password-form p {

}

#password-form-outer form#password-form p label {
    
}

ul#list-style li.hglc-presidents-blog img.icon, 
ul#list-style li.hg-co-founders-blog-maybe-its-you img.icon,
ul#list-style li.diary-of-a-formerly-fat-chick img.icon {
	right: 70px;
	top: 22px;
}
