/* General
+-------------------------------------------*/
	
/* Content Structures
+-------------------------------------------*/	
	/* Basic Tags
	+---------------------------------------*/	
div {
	zoom: 1;
}
p {
	font-family: 'AvenirMedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 15px;
}
li,span {
	font-family: 'AvenirMedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'AvenirSuperHeavy', Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 0px 0;
	line-height: 1em;
}
h1 { font-size: 26px; }
h2 { font-size: 21px; }
h3 { font-size: 19px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; text-decoration: underline; }

hr {
	color: #DADCDC;
	background-color: #DADCDC;
	border-bottom: 1px solid #fff;
}

a, a:link {
	color: #3074d6;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #96B7E5;
}
a:active {
}
	.feature a {
		color: #ea8a00;
		font-family: 'AvenirSuperHeavy', Arial, Helvetica, sans-serif;
		font-weight: 600;
		text-decoration: none;
	}

	.feature a:hover {
		color: #FFA800;
	}
	
	.byline a:hover {
		color: #212121;
	}
	
	.byline a {
		color: #454545;
		font-family: 'AvenirSuperHeavy', Arial, Helvetica, sans-serif;
		font-weight: 600;
		text-decoration: none;
	}
	.littleFeature a {
		color: #3074d6;
		font-family: 'AvenirSuperHeavy', Arial, Helvetica, sans-serif;
		font-weight: 600;
		text-decoration: none;
	}
	.littleFeature a:hover {
		color: #96B7E5;
	}
ul, li {
	list-style-type: none;
	list-style: none outside none;
}
	
/* Form Elements
	+---------------------------------------*/
	
.button, label, a, a img, button {
	cursor: pointer;
}
	
	
	
/* Template
+-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	background: #cbcdcd url('../images/body_bg.png') repeat-x top left;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
}
#wrapper {
	overflow: hidden;
}
	#topBar, #topBar ul, #topBar ul li {
		height: 46px;
	}
		#topBar ul {
			float: right;
			width: auto;
			display: block;
		}
		#topBar ul li {
			float: left;
		}
		#topBar ul li a {
			display: block;
			float: left;
			margin: 0 10px;
			color: #c4c7c7;
			line-height: 46px;
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
			font-size:  17px;
			font-style: italic;
			font-weight: 600;
			letter-spacing: 1px;
			text-align: center;	
			text-transform: lowercase;
		}
	#masthead {
		background: transparent url('../images/masthead_bg.png') no-repeat top right;
		overflow: hidden;
		height: 160px;
	}
		.logo {
			background: transparent url('../images/logo.png') no-repeat top left;
			width: 389px;
			height: 149px;
			float: left;
			margin: 3px 0 0;
		}
		
				
		#connect {
			width: 188px;
			height: 85px;
			margin: 36px 0px 0 0;
			float: right;
			background: transparent url('../images/connectwithtom.png') no-repeat top center;
		}
			#connect p {
				color: #637c0c;
				font-size: 15px;
				text-align: center;
				text-transform: uppercase;
				text-shadow: 1px 1px 1px #fff;
				margin: 0 0 10px;
				padding: 0;
			}

.icon {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 5px;
}
.verticalSpacer {
	background: transparent url('../images/divider_vertical_white.png') repeat-y top left;
	height: 44px;
	margin: 3px 17px;
	width: 2px;
	float: left;
}


.navigation {
	background: transparent url('../images/nav_bg.png') repeat-x top left;
	height: 72px;
	position: relative;
	top: 0;
}
	div.navigation:first-child {
		top: 0;
	}
	div.navigationShadow {
		background: transparent ;
		width: 100%;
		height: 8px;
		overflow: hidden;
	}
		ul.nav { 
			height: 65px;
			overflow: hidden;
			display: table;
		}
			ul.nav li {
				height: 65px;
				background: transparent url('../images/nav_bg.png') repeat-x top left;
				display: table-cell;
				vertical-align: middle;
				width: auto; 
				padding: 0 10px;
				color: #fff;
				font-size: 15px;
				line-height: 25px;
				text-transform: lowercase;
				text-align: center;
			}
				ul.nav li span {
					color: #000;
					font-style: italic;
					font-size: 11px;
			
				}
			


			
div.banner {
	
	margin: 0 auto 20px;
	background-color: #454545;
	overflow: hidden;
	position: relative;
	top: -7px;
}
	.videoPreview {
		background: transparent url('video_preview.png') no-repeat top left;
		width: 620px
		height: 350px;
		margin: 10px;
	}



div.content {
	background: transparent url('../images/content_bg.png') repeat-y top center;
	overflow: hidden;
	min-height: 500px;
	height: auto;
	position: relative;
	width: 988px;
	margin: 0 auto 20px;
	padding: 0 8px 70px 0px;
}
	.heading {
		background: transparent url('../images/header_bg.png') repeat-x top left;
		width: 533px;
		height: 55px;
		position: relative;
		left: -25px;
		margin-top: 20px;
	}
		.heading, .title {
			line-height: 45px;
			color: #fff;
			font-size: 24px;
			font-family: 'AvenirHeavy', Arial, Helvetica, sans-serif;
			text-transform: lowercase;
			text-shadow: 1px 1px 1px #779708;
		}
	
	.thoughtsfromtom {
		background: transparent url('../images/header_bg_thoughts.png') no-repeat top left;
		width: 533px;
		height: 55px;
		position: relative;
		left: -13px;
	}
		.heading .title {
			clear: both;
			display: inline;
			margin: 0 0 0 23px;
			height: 45px;			
		}
		.heading .corner {
			background: transparent url('../images/header_corner_left.png') no-repeat bottom left;
			width: 5px;
			height: 10px;
			position: absolute;
			bottom: 0;
			left: 0;
		}
		
img.ad { 
	margin: 18px 4px 10px;
}
	

.feature, .littleFeature {
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	min-height: 110px;
	height: auto;
	width: auto;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
	.feature img {
		float: left;
		padding: 0px;
		background-color: #fff;
		border: 0px solid #f0f0f0;
		height: 100px;
		width: 100px;
		margin: 0px;
	}
	.feature p, .feature h1, .feature h2, .feature h3, .feature h4, .feature h5, .feature h6 {
		margin: 10px 10px 0px;
	}
	
	.feature p {
		font-size 13px;
		line-height: 100%;
	}

	
	.featureTitle, .featureTitle a, .featureTitle * {
		color: #1563d2;
		font-family: 'AvenirSuperHeavy', Arial, Helvetica, sans-serif;
		font-weight: 600;
		font-size: 24px;
		line-height: 25px;
	}
	.featureTitle a:hover {
		color: #0069FF;
	}
	.subtitle {
		margin: 0 15px 15px;
		font-size: 12px;
		font-weight: 500;
		text-shadow: 0px 0px 0px #000;
		color: #4f4f4f;
	}
.dynamicWidgets {
	background-color: #f0f0f0;
}
.widget, .block {
	background-color: #f0f0f0;
	margin: 20px;
	min-height: 100px;
	height: auto;
	position: relative;
	padding-bottom: 1px;
	width: 270px;
}
	.single .widget, .sidebar .widget {
		margin-left: 0;
		margin-right: 0;
	}
	.widget p, .block p {
		margin: 0 15px 15px;
	}
	.blockHeading, .widgettitle  {
		height: 45px;
		line-height: 45px;
		width: auto;
		background: transparent url('../images/header_simple_bg.png') repeat-x top left;
		margin: 0;
		padding: 0 14px;
		color: #fff;
		font-size: 16px;
		text-transform: lowercase;
	}
		.twitterMascot {
			background: transparent url('../images/icon_twitter_mascot.png') no-repeat top right;
			position: relative;
			right: 0;
			top: -50px;
			float: right;
			height: 112px;
			width: 148px;
		}
		.mytweets {
			background: transparent url('../images/twitter_header.png') no-repeat top right;
		}
			.mytweets .widgettitle {
				background-image: none;
				display: none;
			}
	.sidebar li {
		width: 100%;
	}
	.twitter, div.twitterBlock {
		padding-top: 112px;
	}
	.twitter p,
	.twitter li {
		padding: 15px 0;
		margin: 0 10px;
		width: auto;
		border-bottom: 1px solid #dadcdc;
		border-top: 1px solid #ffffff;
		background-color: #F0F0F0;
	}
		.twitter p:first-child,
		.twitter li:first-child {
			border-top: 0;
		}
		.twitter p:last-child,
		.twitter li:last-child {
			border-bottom: 0;
		}
	
	.contentDark {
		overflow: hidden;
		min-height: 500px;
		height: auto;
		width: 980px;
		background: #454545;
		min-height:30px;
		padding-bottom: 10px;
		color: #efefef;
		margin: 0 auto 20px;
	}
		.contentDark .column {}
			
	.contentDark .widget, .contentDark .block {
		border: 4px solid #5C5C5C;
		min-height: 100px;
		height: auto;
		position: relative;
		padding-bottom: 1px;
		color: #4F4F4F;
		width: 261px;
		margin-right: 25px;
	}
	.contentDark .widget .gform_title {
		text-align: center;
	}
	.contentDark .widget label {
		width: 60px;
		padding-right: 10px;
	}
	.contentDark .widget input {
		width: 150px;
	}
	.contentDark .widget input[type=submit] {
		width: 240px;
	}
		.widget label {
			width: 84px;
			text-align: right;
		}
		.widget input {
			width: 137px;
		}
		.widget form {
			margin-top: 15px;
		}
		.widget input[type=submit] {
		}
		.widget .gform_title {
			font-style: normal;
				font-style: italic;
			font-size: 20px;
		}
	.grayBox {
		overflow: hidden;
		background-color: #5C5C5C;
		margin: 20px 0px;
		padding: 20px;
		width: auto;
		clear: both;
	}
	.media {
		margin: 15px 0 0;
	}

	
	.resource_form {
	
		background-color: #F0F0F0;
		display: block;
		overflow: hidden;
		padding: 10px;
	
	}
	

.littleFeature {
	min-height: 50px;
	overflow: hidden;
	padding: 0 10px;
}
	.littleFeature .icon {
		margin-right: 15px;
	}
		.littleTitle {
			margin: 15px 15px 0;
			font-size: 14px;
			font-weight: 600;
			color: #1563d2;
		}
		.littleTitle  a:96B7E5{
			color: #333333;
		}

.divider {
	margin: 1px 6px;
	background-color: #dde0e0;
	border-bottom: 1px solid #fff;
	height: 1px;
	width: auto;
}



.footer {
	background-color: #454545;
	position: relative;
	
	min-height: 294px;
	height: auto;
}
	.footer a, .footer a:link, .footer a:visited {
		color: #fff;
		text-decoration: none;
	}
	.footer a:hover {
		color: #bbb;
		text-decoration: none;
	}


.logoSmall {
	background: transparent url('../images/logo_small.png') no-repeat top left;
	width: 175px;
	height: 40px;
	position: absolute;
	bottom: 61px;
	right: 35px;
}

ul.underlined {
	padding: 5px;
}
	ul.underlined li {
		width: 218px;
		list-type: none inside none;
		float: left;
		margin: 12px;
	}
		ul.underlined li ul {
		}
			ul.underlined li ul li {
				border-bottom: 1px solid #242a2c;
				border-top: 1px solid #4c4c4c;
				height: 28px;
				margin: 0;
				padding: 0;
				color: #f7f7f7;
				font-weight: 600;
				font-size: 14px;
				line-height: 28px;
				text-align: left;
			}
				ul.underlined li ul li:first-child {
					border-top: 0;
				}
				ul.underlined li ul li:last-child {
					border-bottom: 0;
				}

div.copyright {
	height: 25px;
	margin-bottom: 20px;
}
	.copyright p {
		height: 25px;
		color: #454545;
		line-height: 25px;
	}
	.copyright img {
		margin: 0 0 0 10px;
	}


	
/* Shopping cart products
+-------------------------------------------*/
.product {
	background-color: #f0f0f0;
	height: auto;
	position: relative;
	width: auto;
	overflow: hidden;
	padding: 10px;
	margin: 10px 0 30px;
}
.productImage {
	width: 185px;
	border: 0;
	float: left;
	margin: 0 10px 0 0;
}
	.productImage img {
		width: 185px;
		border: 0;
	}
.productTitle {
	font-size: 20px;
}
.productDescription {
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	float: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	width: 368px;
}
.productCart {
	width: 350px;
	float: right;
	overflow: hidden;
}
	div.productCart p {
		margin: 5px 0;
	}
	.price {
		float: left;
		clear: left;
		margin: 10px;
		text-align: center;
		font-size: 20px;
	}
	.price span {
		font-size: 25px;
		font-weight: 600;
		display: block;
	}
	.productCart a.button {
		float: right;
		margin: 10px 0 0;
	}
	
.contentDark .product {
	background-color: transparent;
}
	.contentDark .productImage {
		float: right;
		margin: 0 0 0 10px;
		width: 176px;
	}
		.contentDark .productImage img {
			width: 176px;
		}
.contentDark .productDescription {
	float: left;
	width: 639px;
}
.contentDark .productCart {
	float: left;
	width: 683px;
}
.contentDark .price {
	float: right;
	width: 120px;
	padding-right: 14px;
}
	.contentDark .price span {
		font-size: 32px;
		line-height: 40px;
		font-weight: 600;
	}
.contentDark a.button {
	margin: 15px 15px 0 0;
	float: left;
}
.button {
	background: #ea8a00 url('../images/button_plain.png') no-repeat top left;
	border: 0;
	outline: 0;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: "AvenirHeavy",Arial,Helvetica,sans-serif;
	color: #333333;
	text-shadow: 1px 1px 1px #ddd;
	text-transform: lowercase;
	margin: 20px 10px;
}
	a.button {
		display: block;
		color: #333333;
	}
	a.button:hover {
		text-decoration: none;
	}
	
/* Post Date Icon
+-------------------------------------------*/


.postdate  {
		font-family: 'Avenir', Arial, Helvetica, sans-serif;
		background: #fff url('../images/cal.png') repeat top left;
		float: left;
		padding: 1px;
		border: 4px solid #eee;
		height: 100px;
		width: 99px;
		margin: 10px 10px 10px 0;
		color: #1563D2;
		text-shadow: 1px 1px 1px #FFFFFF;
		text-transform: none;
}
	.postyear, .postday, .postmonth {
		display: block;
		width: auto;
		text-align: center;
	}
	.postyear  {
		font-size: 17px;
		letter-spacing: 1px;
		margin: 5px 0 0;
		line-height:1em;
	}
	.postday  {
		font-weight: 400 !important;
		color: #1563D2;
		font-size: 48px;
		line-height: 45px;
		margin: 0 0 0;
		line-height:1em;
	}
	.postmonth  {
		font-size: 15px;
		letter-spacing: 1px;
		margin: 5px 0 5px;
		line-height:1em;
	}
	
	.post {
		padding:10px;
	}
	
	.post p {
	font-size: 14px;
	line-height: 26px;
	margin: 10px;
	margin-top: 15px;
	}
	
	.post h1 {
		font-family: 'AvenirSuperHeavy', Arial, Helvetica, sans-serif;
		font-weight: 600;
		line-height: 25px;
		font-size:32px;
	
	}
	
		.post h2 {
		font-family: 'AvenirSuperHeavy', Arial, Helvetica, sans-serif;
		font-weight: 600;
		line-height: 25px;
		font-size:25px;
		margin: 35px 10px 0px;
	
	}
	.post h5 {
	
		font-family: 'AvenirSuperHeavy', Arial, Helvetica, sans-serif;
		font-weight: 600;
		line-height: 25px;
		font-size:16px;
	
	}


/* Custom Tags
	+---------------------------------------*/
	/* Column
	+---------------------------------------*/
	
.column {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 28px;
	width: auto;
	height: auto;
	min-height: 213px;
}
	.content .double {
		padding-right: 12px;
	}
	.contentDark .column {
		padding: 0 20px;
	}
	.content .post {
		padding: 10px 0;
	}
.stripeLeft {
	background: transparent url('../images/column_bg.png') repeat-y top left;
}
.stripeRight {
	background: transparent url('../images/column_bg.png') repeat-y top right;
}
.stripe {
	width: 952px;
	border-left: 5px solid #cdcdcd;
	border-right: 5px solid #cdcdcd;
}

	/* Images
	+---------------------------------------*/		
	img.right 	{ margin-right: 0; 	float: right; }
	img.left 	{ margin-left: 0; 	float: left; }
	img.top 	{ margin-top: 0; }
	img.bottom 	{ margin-bottom: 0; }
	
.fluid, .fixed, .adjusted { padding: 0; margin: 0 auto; }
	.fluid {
		width: 100%;
	}
	.fixed {
		width: 990px;
	}
	.adjusted {
		width: 980px;
	}
	
.alpha 						{ margin: -2px 15px 15px 0; } 			/*  Use with left-most Section */
.omega 						{ margin: -2px 0 15px 15px; } 			/*  Use with right-most Section */
	img.alpha 	{ margin-left: 0; margin-top: 0; } 		/* Adjust for inline images */
	img.omega 	{ margin-right: 0; margin-bottom: 0; } 	/* Adjust for inline images */

.single { width: 270px; } /*  1/3 page width */
.double { width: 630px; } /*  2/3 page width */
.triple { width: auto; } /*  Three column width */

div.fourth 			{ width: 230px; } /*  1/4 page width */
div.half 			{ width: 460px; } /*  1/2 page width */
div.threefourths 	{ width: 690px; } /*  3/4 page width */
div.full 			{ width: 950px; } /*  Full page width */

	
.floatRight 	{ float: right; } 	/*  Float any element left */
.floatLeft 		{ float: left; } 	/*  Float any element right */

.center 	{ margin-right: auto; margin-left: auto; float: none; } /* Center a div */

.alignRight 	{ text-align: right; } 		/*  Align element text left */
.alignLeft 	{ text-align: left; } 		/*  Align element text right */
.alignCenter	{ text-align: center; } 	/*  Align element text center */
.alignJustify	{ text-align: justify; } 	/*  Align element text justified */

img.spacer {
	width: 1px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	height: 300px;
}
.seo {
	position: absolute;
	left: -4000px;
	top: -4000px;
}
textarea#comments {
	display: none;
}
.clear { clear: both; }





/* Content Structures
+-------------------------------------------*/	
	/* Callout
	+---------------------------------------*/
div.callout {
	background: #42928d url('../images/callout_bg.png') repeat-x bottom left;
	width: 200px;
	height: 145px;
	position: relative;
	border: 1px solid #777;
	float: left;
	margin: 15px 30px;
}
	div.callout div.calloutTitle {
		width: 178px;
		height: 42px;
		position: absolute;
		top: 10px;
		left: -11px;
		overflow: hidden;
	}
		div.calloutTitle div.calloutTitleContent, 
		div.calloutTitle div.calloutTitleShadow {
			width: 173px;
		}
			div.calloutTitle div.calloutTitleContent {
				background: #5d5d5d url('../images/callout_title_bg.png') repeat-x bottom left;
				height: 32px;
				float: left;
				clear: left;
			}
			div.calloutTitle div.calloutTitleShadow {
			background: transparent url('../images/callout_title_shadow.png') repeat-x top left;
				float: left;
				clear: left;
				height: 10px;
			}
				div.calloutTitleShadow div.calloutTitleCorner {
					background: transparent url('../images/callout_title_corner.png') repeat-x top left;
					float: left;
					width: 10px;
					height: 10px;
				}
		div.calloutTitle div.calloutTitleRight {
			background: transparent url('../images/callout_title_right.png') repeat-x top right;
			width: 5px;
			height: 37px;
			float: right;
		}
		
.homepageheader {

	float:left;
	background: #454545;
	width:980px;
	min-height:620px;
	padding: 10px 0;

}

.left {
	float:left;
	width: 310px;
	height: 620px;
}


.meet {
	float:left;
	cursor:pointer;
	border:0px;
	width:310px;
	height:90px;
	background: url('../images/meetbutton.png') no-repeat;
}

.message {
	float:left;
	cursor:pointer;
	border:0px;
	width:310px;
	height:80px;
	background: url('../images/messagebutton.png') no-repeat;
}

.see {
	float:left;
	cursor:pointer;
	border:0px;
	width:310px;
	height:90px;
	background: url('../images/seebutton.png') no-repeat;
}

.contactme {
	cursor:pointer;
	border:0px;
	width:310px;
	height:auto;
}

.contactformcontent {

	width:310px;
	height:250px;
}
.contactformcontent .gform_footer {

	margin-top:5px;
}

.contactformcontent ul {

	padding:31px;
	margin-bottom:0px;
}


.contactform {
	float:left;
	border:0px;
	width:310px;
	height:340px;
	background: url('../images/contactme.png') no-repeat;
}

.text {
	font-family: 'Avenir';
	padding: 20px;
	margin: 10px 20px 10px;
	float:right;
	background:#5C5C5C;
	width:580px;
	min-height:190px;
	color:#FFFFFF;
	line-height:21px;

}
.text p {
	margin: 0 0 10px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #505050;
}
.text p:last-child {
	margin-bottom: 0;
}

.text h2 {
	padding-top:5px;
	font-weight: bold;
	font-size: 22px;
	text-shadow: 1px 1px 1px #505050;
}

.video{

	float:right;
	margin:10px 20px;
	width:619px;
	height:350px;


}

.nav  {
	font-family: 'Avenir';
	color:#FFFFFF;
	line-height:18px;
	padding-top:5px;
	font-weight: bold;
	font-size: 22px;
	text-shadow: 1px 1px 1px #505050;
	
	
}

#contentleft {
	float:left;
	width:620px;
	overflow:hidden;
	margin-left: 20px;
}






.contactformcontent ul, .contactformcontent div {
	overflow: visible;
	padding-bottom: 0;
}
.contactformcontent ul ul {
	padding: 4px;
}
#gform_fields_1 input, #gform_fields_1 label {
	float: none;
}
.gfield_label {
	clear: right;
}

label, input[type=text], .contactformcontent input[type=checkbox] {
	height: 18px;
	line-height: 16px;
	padding: 0;
}
input[type=checkbox] {
	clear: left;
}
input[type=submit] {
	background: #ea8a00 url('../images/button_plain.png') no-repeat top left;
	border: 0;
	outline: 0;
	width: 240px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: "AvenirHeavy",Arial,Helvetica,sans-serif;
	color: #333333;
	text-shadow: 1px 1px 1px #ddd;
	text-transform: lowercase;
	margin: 20px 10px;
	clear: both;
}
.contactformcontent label {
	position: relative;
	top: -5px;
	width: auto;
	display: inline;
	margin: 0;
	padding: 0;
}

/*.coaching label {
	position: relative;
	top: 0px;
	width: auto;
	display: inline;
	margin: 0;
	padding: 0;
	clear: right;
}*/

input, textarea, select, label {
	float: left;
}
label {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	margin: 15px 0 0 10px;
	padding-bottom: 5px;
	display: block;
	text-align: left;
	
	width: 80px;
}
input[type=text], textarea, select, option {
	width: auto;
	height: 24px;
	padding: 6px;
	margin: 5px 4px 0px;
	border: 1px solid #aaa;
	outline: 1px solid #fff;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Avenir',Arial, sans-serif;
	text-transform: none;
	color: #000;
}
select {
	padding: 0;
	height: 30px;
	width: 155px;
}
option {
	padding: 0;
}
textarea {
	width: auto;
	height: auto;
}
.contactformcontent input[type=text] {
	width: 226px;
}
.contactformcontent input[type=image] {
}

.name2 div input {

	width:100px;

}
.name2 div label {

	width:70px;

}


#field_1_6 .ginput_container {
	padding-top: 15px;
}
.gfield_label:hover {
	background: 222222;
}
#field_1_4 {
	padding-top: 3px;
}
.gform_heading {
	color: #1563d2;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	margin: 0 10px 20px;
}

.contactus .gform_heading {
	color: #1563d2;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	margin:0 5px 10px;
}

#input_2_3, #input_2_1, #input_2_6, #input_3_3, #input_3_4, #input_3_5 {
	display: ;
}


#gform_wrapper_2 li {
	overflow: hidden;
}
#gform_wrapper_2 input, #gform_wrapper_2 label, #gform_wrapper_2 select {
	float: left;
}

#gform_wrapper_2 input, #gform_wrapper_2 select {
	clear: ;
}

#gform_wrapper_2 label {
	clear: ;
}

.gform_body div {
	overflow: hidden;
}

#input_4_6 { clear: both; }

.coaching label {
 width: auto;
 height: auto;
 min-width: 80px;
 
}
form.coaching .ginput_container {
	display: inline;
}
.coaching input[type=checkbox] {
	clear: left;
	top: 15px;
	position: relative;
	margin-left: 15px;
}
#input_4_5, 
#input_4_2, 
#input_4_3 {
	clear: right;
}
.coaching li {
	clear: both;
}
	
#gform_wrapper_3 label, #gform_wrapper_3 input {
	clear: ;
}

.contactme_check  div ul li input{

	margin-right:10px;

}
