@charset utf-8;
/*--
	Theme Name: TECHEAD
	Theme URI: http://www.techead.com
	Description: A theme for Techead
	Version: 1
	Author: TECHEAD 
	Author URL: http://www.techead.com 
--*/

html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{
  margin:0;
  padding:0;
  vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
  display:block;
}
textarea{
  font:101%/1.5em Arial, Helvetica, sans-serif;
}
blockquote{
  quotes:none;
	border-left: 1px solid #e0e0e0;
	font-style: italic;
	margin-left: 2em;
}
q{
  quotes:none;
	font-style: italic;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';content:none;
}
:focus{
  outline:none;
}

/* Baseline and common looks - Sets a vertical rhythm and styles the different elements.
 */
a{
	color:#f4932a;
  text-decoration:underline;
  
}
a:hover,a:focus{
  text-decoration:none;
  color: #0793d6;
}
a img{
  border:0;
}
abbr,acronym{
  border-bottom:1px dotted;
  cursor:help;
  font-variant:small-caps;
}
address,cite,em,i{
  font-style:italic;
}
blockquote p{
  margin:0 1.5em 1.5em;
  padding:0.75em;
}
code,kbd,tt{
  font-family:"Courier New", Courier, monospace, serif;
  line-height:1;
}
del{
  text-decoration:line-through;
}
dfn{
  border-bottom:1px dashed;
  font-style:italic;
}
dl{
  margin:0;
}
dt{
  font-weight:700;
  
}
dd{
  margin:0 0 1.5em 0;

}
h1,h2,h3,h4,h5,h6{
  font-weight:bold;
  padding:0;
}
h1{
  font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#505050;
	font-weight:normal;
  margin:0 0 0.5em;
}
h2{
  font-size:18px;
	line-height:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color:#006fb7;
	font-weight:bold;
	
  margin:0 0 0.75em;
}
	h2 span {
		display:block;
		font-size:18px;
		color:#505050;
		}
	h2 a {
		color:#505050;
		text-decoration:none;
		}
h3{
	font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
	line-height:1.25em;
	font-weight:bold;
  margin:0 0 0em;
	color: #006fb7;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .2);
	padding-bottom: 10px;
	
}
h4{
  font-size:1em;
  margin:0 0 .5em;
}
h5{
  font-size:0.8333em;
  margin:0 0 1.8em;
}
h6{
  font-size:0.666em;
  margin:0 0 2.25em;
}
img{
  display:inline-block;
  vertical-align:text-bottom;
}
ins{
  text-decoration:overline;
}
mark {
  background-color:#ff9;
  color:#505050; 
  font-style:italic;
  font-weight:bold;
}
ol{
  list-style:outside decimal;
}
p{
  font-weight:300;
  margin:0 0 1.25em;
 
}
pre{
  font-family:"Courier New", Courier, monospace, serif;
  margin:0 0 1.5em;
	border-left: 1px solid #505050;
	margin-left: 2em;
	padding-left: 2em;
}
sub{
  top:0.4em;
  font-size:0.85em;
  line-height:1;
  position:relative;
  vertical-align:baseline;
}
sup{
  font-size:0.85em;
  line-height:1;
  position:relative;
  bottom:0.5em;
  vertical-align:baseline;
}
strong,b{
  font-weight:700;
}


ul{
  list-style:outside disc;
}
ul,ol{
  margin:0;
  padding:0px 10px 10px 0px;
}
ul li {
	border-bottom:0px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 0 5px 15px;
	list-style-type:none;
	margin:0;
	background:url(images/arrow.png) no-repeat 0 5px;
	}
	ul li a {
		text-decoration:underline;
		color: #505050;
		}
	ul li a:hover {
		text-decoration:none;
		color: #7e7e7e;
		}		
		
li ul{
  padding:0;
  margin:0;
	list-style-position:outside;
	list-style-type:circle;
}
li ol {
  padding:0;
  margin:0;
	list-style-position:outside;
}




table{
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 1.5em;
  padding:0;
	width:100%;
	border:none;
}
caption{
  font-style:italic;
  text-align:left;
}
tr.alt td{
  background:#eee;
}
td{
  border:0;
  padding:0.5em 1em;
  vertical-align:top;
	border-bottom:1px solid #e0e0e0;
	line-height:1.5em;
}

td a{
 text-decoration: underline;
}

th{
  font-weight:700;
  padding:0.5em 1em;
  vertical-align:middle;
	background:#cdc3b2;
	text-align:left;
}
button{
  -x-system-font: none;
  cursor:pointer;
  display:block;
  font-size:0.99em;
  height:2em;
  line-height:1.5em;
  margin:0.8em 0 0;
  padding:0 0.5em;
}
button::-moz-focus-inner {
  border: 0;
}
fieldset{
  border:0;
  margin:0 0 1.5em;
  position:relative;
  padding:1.5em 0 0;
}
fieldset fieldset{
  clear:both;
  margin:0 0 0.75em;
  padding:0 0 0 1.5em;
}
input{
  border:1px solid #ccc;
  border-bottom-color:#e0e0e0;
  border-right-color:#e0e0e0;
  font-size:1em;
  line-height:1.5em;
  padding:.3em;
  margin:0 0 0.75em;
}
input[type=file]{
  height:2.25em;
  font-size:1em;
  padding:0;
  border:0;
  border:1px solid #ccc !ie;
}
textarea{
  border:1px solid #e0e0e0;
  border-bottom-color:#e0e0e0;
  border-right-color:#e0e0e0;
  margin:0;
  padding:.3em;
}
select{
 
  border:1px solid #e0e0e0;
  border-bottom-color:#e0e0e0;
  border-right-color:#e0e0e0;
  font-size: 11px;
  margin-bottom:0.50em;
  padding:0px;
  height:1.75em;
}
optgroup {
  font-weight:700;
  font-style:normal;
  text-indent:0.2em;
}
optgroup + optgroup {
  margin-top:1em;
}
option{
  font-size:1em;
  height:1.5em;
  padding:0;
  text-indent:1em;
}
label{
  cursor:pointer;
  display:block;
  margin:0;
  padding:0;
}
label input{
  background:0;
  border:0;
  line-height:1.5em;
  margin:0 0.5em 0 0;
  padding:0;
  width:auto;
}
legend{
  font-size:1.1666em;
  font-weight:700;
  left:0;
  margin:0;
  padding:0;
}




/* General
---------------------------------------- */
body{
	background: #FFFFFF url(images/header_bg_jobs.gif) repeat-x;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	position:relative;
}

#container {
	width:1022px;
	margin:0 auto;
	padding:0 auto;
}

#main {
	font-size:.8125em;
	width:1022px;
	margin:0 auto;
	padding:0px 0 0px 0;
}
.container_24 {
	position:relative;
}




/* Header
---------------------------------------- */
header {
	height:116px;
	position:relative;
	z-index:999;
	width:1022px;
	margin:0 auto;
	
	
}

#hometabs {
background: url(images/tabs_bg.png) no-repeat;
height: 126px;
width: 961px;
margin-top: 270px;

}

/* Framed Images */
.image {
	
	border: 1px solid #e0e0e0;
	padding:10px;
	}



/* Logo */
.logo {
	
	position:absolute;
	left:0px;
	top:40px;
	}
	.logo h1,
	.logo h2 {
		font-size:3.85em;
		line-height:1.2em;
		margin-bottom:0;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-transform:uppercase;
		}
		.logo h1 a,
		.logo h2 a {
			color:#505050;
			text-decoration:none;
			}
			
#anniversary {
	position: relative;
	top: -53px;
	margin-left: 320px;
	color: #888;
	font-size:20px;
	}

/* Header widget */
#widget-header {
	
}

/* Request a quote */
#widget_my_requestquotewidget {
	width:100%;
	overflow:hidden;
	}
	
	.box {
		overflow:hidden;
		zoom:1;
		}
	.box-body {
		font-size:13px;
		line-height:1.3em;
		color:#505050;
		font-family: Arial, Helvetica, sans-serif;
		}
	.box-button {
		float:right;
		background:#505050;
		font-size:21px;
		color:#fff;
		text-decoration:none;
		padding:10px;
		}
	.box-text {
		float:left;
		width:75%;
		}
	.button-outdent {
		
		}



/* Slider
---------------------------------------- */
#slider-wrapper {
	height:500px;
	overflow:hidden;
	position:relative;
	width:1000px;
	margin:0 auto 15px auto;
	background:#fff;
	box-shadow:0 0 5px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .2);
	}
#slider-wrapper .indent {
	padding:43px 0 0 0;
	}
#slider {
	position:relative;
	width:670px;
	height:414px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	background:#262423;
	color:#acaaa9;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.caption {
	padding:14px 120px 10px 20px;
	margin:0;
	}
	.caption dt {
		font-size:18px;
		font-weight:normal;
		color:#fff;
		margin-bottom:.2em;
		}
		.caption dt strong {
			color:#c1b5b2;
			font-weight:normal;
			}
	.caption  dd {
		margin:0;
		font-size:14px;
		line-height:16px;
		}
	.caption .arrow-link {
		display:block;
		background:url(images/slider-arrow.png) no-repeat 0 0;
		width:26px;
		height:48px;
		position:absolute;
		right:18px;
		top:16px;
		}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:240px;
	height:414px;
	right:-285px;
	top:0;
	text-align:center;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	float:left;
	overflow:hidden;
	display:block;
	margin:0 8px 9px 0;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:34px;
	height:34px;
	text-indent:-9999px;
	border:0;
	top:50%;
}
a.nivo-nextNav {
	right:0;
	background:red;
}
a.nivo-prevNav {
	left:0;
	background:red;
}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	float:left;
	border:1px solid #fff;
}

#slider .nivo-controlNav a.active, #slider .nivo-controlNav a:hover {
	box-shadow:0 0 5px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .5);
	}
.slider-button {
	display:block !important;
	float:left;
	position:absolute;
	left:717px;
	bottom:20px;
	z-index:9999;
	}










/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
margin-top: 20px;
display: block; 
float: right;	
width: 961px;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			110%;
	text-transform: uppercase;
	background: none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	padding-top: 	25px; /* so the hover event stays active */
	top:			15px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			141px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	max-width:760px;
	margin-top:10px;
	float:			right;
}
.sf-menu a {
	border-left:	0px solid #c3c0bf;
	padding: 0px 12px 0px 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
}

.sf-menu a: hover {
	
	text-decoration:underline;
	
}

.sf-menu a  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#505050;
}


.sf-menu li {
	
	
	font-size:14px;
	border:none;
	background: none;
}
.sf-menu li:first-child a {
	border-left:none;
	}
.sf-menu li li {
	background:		#eee;
	border-left:none;
	font-size:12px;
	padding: 5px 0px 5px 10px;
}

.sf-menu li li a {
	background:		#eee;
	border-left:none;
	font-size:12px;
	padding: 10px 0px 10px 10px;
}

.sf-menu li li li {
	background:		#505050;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.sfHover > a, .sf-menu > li.current-menu-item > a {
	
	outline:		0;
	color:#0074b8;
	text-decoration:none;
}




/* Alt Home Rollover Menu */

#navigation ul {
        width: 961px; 
        height: 119px; 
        position: relative;
        background: url('images/tabs_bg.png') no-repeat 0 0;
        list-style: none;
        margin-top: -119px; 
        padding-top: 0px;
        
    
}
#navigation li {
        display: inline;
		line-height: 1.3 em;
		font-size: 13px;
		list-style: none;
		background: none;
		border: none;
		
        
}
#navigation li a:link, #navigation li a:visited {
        border: none;
        width: 320px; 
        height: 128px; 
        display: block; 
        position: absolute; 
        top: 0; 
        outline: none;
}
#navigation li a:hover {
        font-weight: normal;
		margin-top: -9px;
       
        
           
}
#navigation li.navtab1 a:link, #navigation li.navtab1 a:visited { 
        left: 0px;
        color: #505050;
        text-decoration: none;
        font-size: 13px;
		padding: 55px 0px 0px 0px;
        
}
#navigation li.navtab2 a:link, #navigation li.navtab2 a:visited { 
        left: 321px;
        color: #505050;
        text-decoration: none;
        font-size: 13px;
        padding: 55px 0px 0px 0px;
        
}
#navigation li.navtab3 a:link, #navigation li.navtab3 a:visited { 
        left: 642px;
        color: #505050;
        text-decoration: none;
        font-size: 13px;
        padding: 55px 0px 0px 0px;
        
}




#navigation li.navtab1 a:hover {
        background: url('images/tabs_bg.png') no-repeat 0px -128px; 
}
#navigation li.navtab2 a:hover {
        background: url('images/tabs_bg.png') no-repeat -320px -128px; 
}
#navigation li.navtab3 a:hover {
        background: url('images/tabs_bg.png') no-repeat -642px -128px;
}

.navtab-text {
	padding: 4px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}


/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	width:967px;
	margin:0 auto;
	padding:0px auto;

	
	}
	
#content {
	
}
	#content .indent {
		padding:0 0 0 0;
		color:#505050;
		}
	
	.main-page-area h3 {
		margin-top:0px;
		font-size:15px;
		color:#505050;
		text-shadow:none;
		font-weight: bold;
		padding-bottom: 10px;
		
		}
		
		.main-page-area h2 {
		margin-top:0px;
		font-size:15px;
		color:#505050;
		text-shadow:none;
		font-weight: bold;
		
		}
		
		.main-page-area-bold {
		font-size:13px;
		color:#006fb7;
		text-shadow:none;
		font-weight: bold;
		}
		
		
		.main-page-area .box {
		margin-left: 0px;
		}		
		
		.main-page-area .box-body {
		font-size:13px;
		color:#505050;
		width: 320px;
		line-height: 1.3em;
		padding: 0px 0px 0px 0px;
		background-color: #e0e0e0;
		}
		
		.main-page-area {
		font-size:13px;
		color:#505050;
		padding: 20px 20px 0px 20px;
		display: inline;
		float: left;
		width: 330px;
		
		}
		
		.main-page-banner {
		width: 961px; 
		height: 272px;
				
		}
		
		.subpage-banner {
		width: 961px; 
		height: 176px;
		overflow: hidden;
				
		}
		
		.subpage-breadcrumb {
		padding: 30px 0px 10px 20px;
		font-size: 10px;
				
		}
		
		.subpage-breadcrumb a{
		text-decoration: none;
		color: #505050;
		}
		
		.subpage-breadcrumb a:hover{
		text-decoration: underline;
		}

		/* Training Events - Course Content
---------------------------------------- */
		.training-classes h3 {
		margin-top:0px;
		font-size:13px;
		color:#505050;
		text-shadow:none;
		
		}
		


.training-menu ul li a {
		text-decoration: none;
		color: #505050;
		}

		
		
	/* Training Events - Course Calendar
---------------------------------------- */		
		.tribe-custom-label {}
		
		
		.tribe-events-event .column dt {text-align: right;}
		.tribe-events-event .column dd {margin-left: 5px;}
		
		
		

#full-width #content {
	float:none;
	width:100%;
	}
	article {
		padding-bottom:0px;
		overflow:hidden;
		width:100%;
	}
	#content .indent article:last {
		margin-bottom:0;
		}
	article h2 {
		margin-bottom:.5em;
		font-size:2.5em;
		}
		article h2 a:hover {
			color:#0793d6;
			}
	article.single-post {
		border-bottom:none;
		}
		.featured-thumbnail {
			float:left;
		}
			.featured-thumbnail img {
				margin:5px 20px 10px 0;
				padding:7px;
				background:#fff;
				border:1px solid #e0e0e0;
				}
		.featured-thumbnail-blog {
			
			}
			.featured-thumbnail-blog img {
				margin:5px 0 10px 0;
				padding:7px;
				background:#fff;
				border:1px solid #e0e0e0;
				max-width:613px;
				height:auto;
				}
		.post-content {
			
		}
			.post-content .excerpt {
				margin-bottom:1.5em;
				}
			.pagination {
				
			}
				.pagination a {
					display:inline-block;
					padding:0 5px;
					background:#eee;
					}
	.post-meta {
		border-top:1px solid #e0e0e0;
		border-bottom:1px solid #e0e0e0;
		padding:.5em 0;
		width:100%;
		font-size:.92em;
		overflow:hidden;
		margin-bottom:1em;
	}
	.post-meta.bottom {
		border-top:none;
		border-bottom:none;
		background:#eee;
		margin:10px 0 15px 0;
		padding:10px 20px;
		width:auto;
		}
	.post-navigation {
		
	}
	p.gravatar {
		float:left;
		margin-right:20px;
		}
	
	
	.alignleft {
		float:left;
		margin:0 20px 10px 0;
		}
	.alignright {
		float:right;
		margin:0 0 10px 10px;
		}
	.aligncenter {
		text-align:center;
		margin:0 auto;
		}
	article .post-content img {
		max-width:710px;
		}




/* Comments
---------------------------------------- */
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0 0 2em 0;
	}
	li.comment {
		list-style-type:none;
		overflow:hidden;
		border:none;
	}
		.odd {
			
		}
		.even {
			
		}
			li.comment .comment-body {
				padding:10px 10px 25px 60px;
				position:relative;
				zoom:1;
				background:#e0e0e0;
				border:1px solid #eee;
				margin-bottom:20px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				}
		.author-comment {
			
		}
		.comment-author {
			padding:.5em 0 1em 0;
			}
		.comment-text {
			
		}
		.comment-meta {
			font-size:11px;
			color:#999;
			position:absolute;
			right:20px;
			top:15px;
		}
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:10px;
				top:10px;
				padding:1px;
				border:1px solid #e0e0e0;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:20px 0 0 30px;
					}
					.commentlist ul.children li.comment {
						background:#fff;
						}
				
				.reply {
					position:absolute;
					right:20px;
					bottom:15px;
					}
					.reply a {
						display:inline-block;
						background:#000;
						padding:3px 8px;
						color:#fff;
						text-decoration:none;
						}
					.reply a:hover {
						
						}
				
				
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
	
	.allowed_tags {
		background:#eee;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}



/* Page
---------------------------------------- */
.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}



/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}

.search {
	
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #e0e0e0;
			}




/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #e0e0e0;
	padding:20px;
	margin-bottom:2em;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #e0e0e0;
		padding:5px;
		}

/* Recent author posts */
#recent-author-posts {
	
}

/* Recent author comments */
#recent-author-comments {
	
}




/* 404
---------------------------------------- */
#error404 {
	
}


/* Home Content
---------------------------------------- */
.main-content {
	background: url('images/vertical-divider-bg.png') no-repeat;
	color: #505050;
	width: 961px;
	padding-top: 0px;
	
	
	
}

/* Home Testimonials
---------------------------------------- */
#home_testimonials {
	color: #505050;
	width: 300px;
	display: inline;
	float: left;
	margin-right: 50px;
	margin-left: 30px;
	
	}

	#home_testimonials h3 {
	
	
	}
	
	
	/* About Page Testimonials
---------------------------------------- */
#about_testimonials {
	color: #505050;
	width: 900px;
	margin-right: 30px;
	margin-left: 0px;
	
	}

	#home_testimonials h3 {
	
	
	}

#about_testimonials .testi_item {
	display: inline;
	float: left;
	color: #505050;
	width: 300px;

	}	
	


/* Home Recent Posts
---------------------------------------- */
#home_posts {
	color: #505050;
	width:300px;
	display: inline;
	float: left;
	margin-right: 35px;
	padding: 24px 0px 0px 20px;
	height: 700px;
	
}

#home_posts a {
	color: #f4932a;
	}
	
	#home_posts h3 {
	font-size: 16px;
	margin:0 0 .8em;
	color: #505050;
	
	}
	
	/* Home Bio
---------------------------------------- */
#home_bio {
	color: #505050;
	width: 275px;
	display: inline;
	float: left;
	
	}

	#home_bio h3 {
	
	
	}

	#home_bio img {
}	
	
	#home_bio img2 {
	height: 30px;
	

	
	}
	
	
	
		/* Training List
---------------------------------------- */
.training-class-list {
		height: 700px;
		
	}

	.training-class-list h3 {
	
	
	}
	
	
		/* Solutions List
---------------------------------------- */
#solutions-list {
		
	}

	#solutions-list h3 {
	
	
	}

	#solutions-list img {
}	
	
	#solutions-list img2 {
	height: 30px;
		
	}
	
	
	.solutions-list ul li {
	border-bottom:0px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 0 3px 15px;
	list-style-type:none;
	margin:0;
	background:url(images/arrow.png) no-repeat 0 5px;
	}
	.solutions-list ul li a {
		text-decoration:none;
		color: #505050;
		}
	.solutions-list ul li a:hover {
		text-decoration:none;
		color: #7e7e7e;
		}
	
	.solutions-list ul {
		margin: 0;
		padding: 0 0 10px 0;
		}
	
	
	
	/* Find a Job 
---------------------------------------- */ 
	#home_findajob {
	background: url('images/findajob_bg.png') no-repeat; 
	color: #505050;
	width: 215px;
	height: 195px;
	display: inline;
	float: left;
	padding: 15px 0px 0px 10px;
	margin-top: 5px;
	
	}

	#home_findajob h3 {
	font-size: 16px;
	margin:0 0 .5em;
	color: #505050;
	
	
	}
	
	#home_findajob .textwidget {
	padding: 0px 20px 5px 10px;
	
	}
	
	
	/* Request Talent 
---------------------------------------- */ 
	#findtalent {
	background: url('images/request_talent_bg.png') no-repeat; 
	color: #505050;
	width: 215px;
	height: 500px;
	display: inline;
	float: left;
	padding: 15px 0px 0px 10px;
	margin-top: 5px;
	
	}

	#findtalent h3 {
	font-size: 15px;
	margin:0 0 .5em;
	color: #505050;
	
	
	}
	
	#findtalent .textwidget {
	padding: 0px 20px 5px 5px;
	
	
	}
	
	
	
	#findtalent .wpcf7-form p.field {
		margin-bottom:5px;
		line-height:1.2em;
		font-weight:bold;
		}
	#findtalent .wpcf7-form p.field input {
		background:#eee;
		padding:5px 0 5px 5px;
		width:150px;
		border:1px solid #e0e0e0;
		margin-right:10px;
		color:#111;
		font-size:12px;
		}
		.wpcf7-form p.field small {
			color:red;
			}
	#findtalent .wpcf7-form textarea {
		width:150px;
		height:80px;
		background:#eee;
		font-size:1em;
		padding:8px 0 8px 8px;
		border:1px solid #e0e0e0;
		overflow:auto;
		color:#111;
		font-size:12px;
		margin-bottom:20px;
		}
	#findtalent .wpcf7-form .submit-wrap {
		margin-bottom:0;
		}
	#findtalent .wpcf7-form .submit-wrap input {
		cursor:pointer;
		background:#eee;
		height:29px;
		width:125px;
		display:inline-block;
		font-size:14px;
		color:#505050;
		text-decoration:none;
		margin-bottom:2px;
		border:none;
		}
	#findtalent .wpcf7-form .submit-wrap input:hover {
		background:#505050;
		color:#fff;
		}
		#findtalent .wpcf7-not-valid-tip {
			width:200px !important;
			position:absolute;
			left:100% !important;
			top:-5px !important;
			padding:1px 0 1px 5px !important;
			background:none !important;
			color:red !important;
			border:none !important;
			}
	

	/* Referral
---------------------------------------- */ 
	#referral {
	background: url('images/request_talent_bg.png') no-repeat; 
	color: #505050;
	width: 215px;
	height: 500px;
	display: inline;
	float: left;
	padding: 15px 0px 0px 10px;
	margin-top: 5px;
	
	}

	#referral h3 {
	font-size: 15px;
	margin:0 0 .5em;
	color: #505050;
	
	
	}
	
	#referral .textwidget {
	padding: 0px 20px 5px 5px;
	
	
	}
	
	
	
	#referral .wpcf7-form p.field {
		margin-bottom:5px;
		line-height:1.2em;
		font-weight:bold;
		}
	#referral .wpcf7-form span.field input {
		background:#eee;
		padding:5px 0 5px 5px;
		width:150px;
		border:1px solid #e0e0e0;
		margin-right:10px;
		color:#111;
		font-size:12px;
		}
		.wpcf7-form p.field small {
			color:red;
			}
	#referral .wpcf7-form textarea {
		width:150px;
		height:80px;
		background:#eee;
		font-size:1em;
		padding:8px 0 8px 8px;
		border:1px solid #e0e0e0;
		overflow:auto;
		color:#111;
		font-size:12px;
		margin-bottom:20px;
		}
	#referral .wpcf7-form .submit-wrap {
		margin-bottom:0;
		}
	#referral .wpcf7-form .submit-wrap input {
		cursor:pointer;
		background:#eee;
		height:29px;
		width:125px;
		display:inline-block;
		font-size:14px;
		color:#505050;
		text-decoration:none;
		margin-bottom:2px;
		border:none;
		}
	#referral .wpcf7-form .submit-wrap input:hover {
		background:#505050;
		color:#fff;
		}
		#referral .wpcf7-not-valid-tip {
			width:200px !important;
			position:absolute;
			left:100% !important;
			top:-5px !important;
			padding:1px 0 1px 5px !important;
			background:none !important;
			color:red !important;
			border:none !important;
			}
	
	
	/* Solutions Sidebar
---------------------------------------- */ 
	#solutions-sidebar {
	background: url('images/request_solutions_bg.png') no-repeat; 
	color: #505050;
	width: 280px;
	
	display: inline;
	float: left;
	padding: 15px 0px 0px 10px;
	margin-top: 5px;
	
	}

	#solutions-sidebar h3 {
	font-size: 16px;
	margin:0 0 .5em;
	color: #505050;
	
	
	}
	
	#solutions-sidebar .textwidget {
	padding: 0px 20px 5px 5px;
	
	}
	
	#solutions-sidebar p{
	padding:0px;
	margin: 0px;
	}
	
	
	#solutions-sidebar .wpcf7-form p.field {
		margin-bottom:5px;
		line-height:1.2em;
		font-weight:bold;
		}
	#solutions-sidebar .wpcf7-form p.field input {
		background:#eee;
		padding:5px 0 5px 5px;
		width:125px;
		border:1px solid #e0e0e0;
		margin-right:10px;
		color:#111;
		font-size:12px;
		}
		.wpcf7-form p.field small {
			color:red;
			}
	#solutions-sidebar .wpcf7-form textarea {
		width:150px;
		height:80px;
		background:#eee;
		font-size:1em;
		padding:8px 0 8px 8px;
		border:1px solid #e0e0e0;
		overflow:auto;
		color:#111;
		font-size:12px;
		margin-bottom:20px;
		}
	#solutions-sidebar .wpcf7-form .submit-wrap {
		margin-bottom:0;
		}
	#solutions-sidebar .wpcf7-form .submit-wrap input {
		cursor:pointer;
		background:#eee;
		height:29px;
		width:125px;
		display:inline-block;
		font-size:14px;
		color:#505050;
		text-decoration:none;
		margin-bottom:2px;
		border:none;
		}
	#solutions-sidebar .wpcf7-form .submit-wrap input:hover {
		background:#505050;
		color:#fff;
		}
		#solutions-sidebar .wpcf7-not-valid-tip {
			width:200px !important;
			position:absolute;
			left:100% !important;
			top:-5px !important;
			padding:1px 0 1px 5px !important;
			background:none !important;
			color:red !important;
			border:none !important;
			}
	
	
	
		/* Class Registration 
---------------------------------------- */ 
	#class-register {
	background: url('images/findajob_bg.png') no-repeat; 
	color: #505050;
	width: 215px;
	height: 195px;
	display: inline;
	float: left;
	padding: 15px 0px 0px 10px;
	margin-top: 5px;
	
	}

	#class-register h3 {
	font-size: 15px;
	margin:0 0 .5em;
	color: #505050;
	
	
	}
	
	#class-register .textwidget {
	padding: 0px 20px 5px 10px;
	
	}
	
	
		/* Class Times 
---------------------------------------- */ 
	#class-times {
	background: url('images/findajob_bg.png') no-repeat; 
	color: #505050;
	width: 215px;
	height: 600px;
	display: inline;
	float: left;
	padding: 20px 0px 0px 10px;
	margin-top: 5px;
	
	}

	#class-times h3 {
	font-size: 16px;
	margin:0 0 .8em;
	color: #505050;
	
	
	}
	
	#class-times .textwidget {
	padding: 0px 20px 5px 10px;
	
	}
		
		
				/* Post Your Resume
---------------------------------------- */ 
	#post-resume {
	background: url('images/findajob_bg.png') no-repeat; 
	color: #505050;
	width: 215px;
	height: 195px;
	display: inline;
	float: left;
	padding: 20px 0px 0px 10px;
	margin-top: 5px;
	
	}

	#post-resume h3 {
	font-size: 16px;
	margin:0 0 .8em;
	color: #505050;
	
	
	}
	
	#post-resume .textwidget {
	padding: 0px 20px 5px 10px;
	
	}
		
			
			
			
	/* Connect With Us 
---------------------------------------- */ 
	#connect_with_us {
	color: #505050;
	width: 215px;
	display: inline;
	float: left;
	padding: 5px 0px 0px 10px;
	margin-top: 5px;
	
	
	}

	#connect_with_us h3 {
	font-size: 16px;
	margin:0 0 .8em;
	color: #505050;
	
	}
	
	#connect_with_us .textwidget {
	padding: 0px 20px 0px 15px;
	}
	
	
			
	/* Locations 
---------------------------------------- */ 
	#locations {
	color: #505050;
	width: 215px;
	display: inline;
	float: left;
	padding: 10px 0px 0px 10px;
	margin-top: 5px;

	
	}

	#locations h3 {
	font-size: 16px;
	margin:0 0 .8em;
	color: #505050;
	
	
	}			
	
	#locations .textwidget {
	padding: 0px 20px 0px 10px;

	
	}
	
	/* Training Menu 
---------------------------------------- */ 
	.training-menu {
	margin-bottom:40px;
	border-right: 1px solid #e0e0e0;
	}

	.training-menu h3 {
	font-size: 14px;
	margin:0;
	color: #505050;
	
		
	}			
	
	.training-menu .textwidget {
	padding: 0px 20px 0px 10px;

	
	}
	
	
	/* Staffing Menu 
---------------------------------------- */ 
	.staffing-menu {
	margin-bottom:40px;
	border-right: 1px solid #e0e0e0;
	}

	.staffing-menu h3 {
	font-size: 14px;
	margin:0;
	color: #505050;
	
		
	}			
	
	.staffing-menu .textwidget {
	padding: 0px 20px 0px 10px;

	
	}
	
	
		/* Locations Menu 
---------------------------------------- */ 
	.locations-menu {
	margin-bottom:40px;
	border-right: 1px solid #e0e0e0;
	
	}

	.locations-menu h3 {
	font-size: 14px;
	margin:0;
	color: #505050;
	
		
	}			
	
	.locations-menu .textwidget {
	padding: 0px 20px 0px 10px;

	
	}
	
	/* Company Menu 
---------------------------------------- */ 
	.company-menu {
	margin-bottom:40px;
	border-right: 1px solid #e0e0e0;
	}

	.company-menu h3 {
	font-size: 14px;
	margin:0;
	color: #505050;
	
		
	}			
	
	.company-menu .textwidget {
	padding: 0px 20px 0px 10px;

	
	}
	
	
		/* Subscribe 
---------------------------------------- */ 
	#subscribe {
	color: #505050;
	width: 215px;
	display: inline;
	float: left;
	padding: 20px 0px 0px 10px;
	margin-top: 5px;
	

	
	}

	#subscribe h3 {
	font-size: 16px;
	margin:0 0 .8em;
	color: #505050;
	
	
	}			
	
	#subscribe .textwidget {
	padding: 0px 20px 0px 10px;
	
	
	}


/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:5px 0 0 60px;
		margin:0;
		}
		#gallery .portfolio li {
			float:left;
			width:280px;
			margin:0 25px 50px 0;
			border:none;
			padding:0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0;
			}
			#gallery .portfolio li a.image-wrap {
				display:block;
				padding:5px;
				border:1px solid #e0e0e0;
				overflow:hidden;
				width:250px;
				height:129px;
				position:relative;
				background:#FFF url(images/loading.gif) 50% 50% no-repeat;
				}
			#gallery .portfolio li a.image-wrap:hover {
				border-color:#e0e0e0;
				box-shadow:0 0 5px rgba(0, 0, 0, .2);
				-moz-box-shadow:0 0 5px rgba(0, 0, 0, .2);
				-webkit-box-shadow:0 0 5px rgba(0, 0, 0, .2);
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					width: 250px;
					height: 129px;
					}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:.8em 0 0 4px;
				}
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:1px;
				top:1px;
				width:290px;
				height:150px;
				background:url(images/magnify.png) 50% 50% no-repeat;
				display:none;
				cursor:pointer;
				}
			#gallery .portfolio li a.image-wrap:hover .zoom-icon {
				display:block;
				}






/* Sidebar
---------------------------------------- */
#sidebar {
	
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			margin-bottom:40px;
		}
			.widget h3 {
			font-size: 16px;
	margin:0 0 .8em;
	color: #505050;
				
				}
		ul.children {
			margin:0 0 0 20px;
			}

/* Calendar */
#calendar_wrap {
	padding:0 10px 0 15px;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#505050;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#505050;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}

/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle li {
		float:left;
		width:100px;
		height:100px;
		margin:0 20px 20px 0;
		overflow:hidden;
		border:none;
		background:none;
		padding:0;
		}

/* Post Cycle */
.post_cycle li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:1em;
	padding-top:0;
	margin-bottom:1em;
	background-position:0 8px;
	}
.post_cycle li:last-child {
	border-bottom:none;
	}

/* Latest Posts */
.latestpost {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestpost li {
		color:#505050;
		margin-bottom:2em;
		padding:0 45px 0 0;
		background:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		border:none;
		}
		.latestpost li a {
			text-decoration:underline;
			color:#505050;
			display:block;
			}
		.latestpost li a:hover {
			color:#505050;
			text-decoration:none;
			}
			.latestpost li .title {
				color:#505050;
				font-weight:bold;
				text-transform:uppercase;
				}
				.latestpost li h4 {
					display:inline;
					}


/* Testimonials */
.testimonials {
	list-style-type:none;
	padding:0;
	margin:0 0 1.5em 0;
	}
	.testimonials li {
		background:none;
		padding:0 0 1.5em 0;
		margin:0 0 1.5em 0;
		border:none;
		}
		.testimonials li blockquote {
			margin-left:0;
			margin-bottom:.3em;
			padding-left:1em;
			}
			.testimonials li blockquote p {
				margin:0 0 0 0;
				}
		.testimonials li .name-testi {
			font-family:Arial, Helvetica, sans-serif	;
			padding-left:1.7em;
			font-weight:bold;
			color:#505050;
			}


			
			


/* Footer
---------------------------------------- */
#footer {
	background-color: #e0e0e0;
	height: 140px;
	padding: 0 auto;
	margin: 0 auto;
	color: #717171;
	
}

	/* Footer widget */
	#widget-footer {
		padding:0 0 0 65px;
		font-size: 11px;
		width: 961px;
		margin: 0 auto;
		line-height: 1.45em;
		
	}
	
#widget-footer a {
		color: #717171;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
				
	}
	
	#widget-footer a:hover {
		color: #717171;
		text-decoration: underline;

		
	}
	
	
		#widget-footer h3 {
			color:#717171;
			font-size: 12px;
			padding-bottom: 5px;
			
			}
		
		#widget-footer ul {
			list-style-type:none;
			padding:0;
			margin:-7px 0 0 0;
			}
			#widget-footer ul li {
				border-top:1px solid #e0e0e0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:11px;
				background:none;
				padding:0;
				border-bottom:none;
				}
				#widget-footer ul li a {
					display:block;
					background:url(images/arrow2.gif) no-repeat 2px 15px;
					padding:6px 0 6px 17px;
					text-decoration:none;
					color:#505050;
					}
				#widget-footer ul li a:hover {
					background-color:#7a7375;
					}
			
			#widget-footer ul li:first-child {
				border-top:none;
				}
	
	/* Copyright */
	.copy {
		color:#505050;
		margin-top: -20px;
		padding:0px 0 0 0px;
		font-size:12px;
		}
		.copy .fleft {
			color:#505050;
			font-weight:bold;
			
			}
			.copy .fleft a {
				color:#505050;
				}
		.copy .f_email {
			background:url(images/icon-email.png) no-repeat 0 5px;
			padding:0 0 0 27px;
			}
			.copy .f_email a {
				color:#505050;
				}
			


/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:6px 17px 6px 23px;
	background:url(images/arrow1.gif) no-repeat 14px 14px #505050;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	}
	.button:hover {
		background-color:#e0e0e0;
		}
.no-results {
	
}

.widget-area {
	
}

.line-hor {
	height:1px;
	background:#eee;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:10px 0;
	}

/* Address */
.address {
	padding:0 0 0 10px;
	}
.address dt {
	margin-bottom:1.5em;
	}
.address dd {
	margin-bottom:0;
	width:100%;
	overflow:hidden;
	}
	.address dd span {
		float:left;
		width:100px;
		}



/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:5px;
		overflow:hidden;
		width:100%;
		}
		#commentform label {
			display:block;
			}
		#commentform small {
			color:#505050;
			display:block;
			font-size:11px;
			}
			#commentform small span {
				color:#505050;
				}
	#commentform input[type=text] {
		width:250px;
		padding:4px;
		}
	#commentform textarea {
		width:460px;
		height:150px;
		padding:4px;
		overflow:auto;
		}
	#commentform #submit {
		background:#505050;
		height:30px;
		line-height:30px;
		padding:0 10px;
		color:#fff;
		cursor:pointer;
		border:none;
		}
	#commentform #submit:hover {
		background:#e0e0e0;
		color:#505050;
		}
	
	#commentform input[type=text]:hover,
	#commentform input[type=text]:focus,
	#commentform textarea:hover,
	#commentform textarea:focus {
		background:#f0f0f0;
		}




/* Contact form */
	.wpcf7-form p.field {
		margin-bottom:5px;
		line-height:1.8em;
		font-weight:bold;
		}
	.wpcf7-form p.field input {
		background:#eee;
		padding:8px 0 8px 8px;
		width:200px;
		border:1px solid #e0e0e0;
		margin-right:10px;
		color:#111;
		font-size:12px;
		}
		
		.wpcf7-form-control wpcf7-quiz input {
		background:#eee;
		padding:8px 0 8px 8px;
		width:200px;
		border:1px solid #e0e0e0;
		margin-right:10px;
		color:#111;
		font-size:12px;
		}
		.wpcf7-form p.field small {
			color:red;
			}
	.wpcf7-form textarea {
		width:200px;
		height:100px;
		background:#eee;
		font-size:1em;
		padding:8px 0 8px 8px;
		border:1px solid #e0e0e0;
		overflow:auto;
		color:#111;
		font-size:12px;
		margin-bottom:20px;
		}
	.wpcf7-form .submit-wrap {
		margin-bottom:0;
		}
	.wpcf7-form .submit-wrap input {
		cursor:pointer;
		background:#eee;
		height:29px;
		width:125px;
		display:inline-block;
		font-size:14px;
		color:#505050;
		text-decoration:none;
		margin-bottom:2px;
		border:none;
		}
	.wpcf7-form .submit-wrap input:hover {
		background:#505050;
		color:#fff;
		}
		.wpcf7-not-valid-tip {
			width:200px !important;
			position:absolute;
			left:100% !important;
			top:-5px !important;
			padding:1px 0 1px 5px !important;
			background:none !important;
			color:red !important;
			border:none !important;
			}



/* Footer contact form */
#footer .wpcf7-form {
	width:350px;
	}
	#footer .wpcf7-form p.field {
		margin-bottom:7px;
		overflow:hidden;
		}
		#footer .wpcf7-form p.field input {
			background:none;
			padding:8px 11px 8px 11px;
			width:325px;
			border:1px solid #e0e0e0;
			margin:0 10px 0 0;
			color:#505050;
			font-size:13px;
			font-family:Arial, Helvetica, sans-serif;
			float:left;
			}
		#footer .wpcf7-form textarea {
			width:325px;
			height:106px;
			background:none;
			font-size:1em;
			margin-bottom:0;
			padding:8px 11px 8px 11px;
			border:1px solid #e0e0e0;
			overflow:auto;
			color:#505050;
			font-size:13px;
			font-family:Arial, Helvetica, sans-serif;
			}
		#footer .wpcf7-form .submit-wrap {
			margin-bottom:0;
			width:100%;
			overflow:hidden;
			}
		#footer .wpcf7-form input[type=submit] {
			cursor:pointer;
			background:url(images/arrow1.gif) no-repeat 17px 14px #242424;
			height:32px;
			width:auto;
			padding:0 17px 0 25px;
			font-size:12px;
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration:none;
			border:none;
			font-weight:bold;
			float:right;
			margin:0;
			}
		#footer .wpcf7-form .submit-wrap input:hover {
			background-color:#e0e0e0;
			color:#fff;
			}
			#footer .wpcf7-not-valid-tip {
				display:block;
				width:325px !important;
				position:absolute;
				left:-359px !important;
				top:13px !important;
				padding:4px 11px 4px 11px !important;
				background:url(images/bg.png) !important;
				color:red !important;
				border:1px solid red !important;
				}
			#footer .wpcf7-validation-errors {
				border:1px solid #e0e0e0;
				background:#e0e0e0;
				color:#f4932a;
				font-size:11px;
				line-height:18px;
				padding:10px 15px;
				}



/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
		width:135px;
		margin-right:0px;
		margin-top: 15px;
		height: 10px;
		font-size: 11px;
		font-color: #e0e0e0;
		}
	#searchform .submit {
		width:25px;
		cursor:pointer;
		height: 23px;
		margin-top: 14px;
		font-size: 12px;
		background:url(images/search.png) no-repeat;
		border: none;
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last_col { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


/* Training Styles */
.training-class-info {
	background-color: #e4e4e4;
	padding: 20px;
	width: 500px;
	min-height: 40px;
	box-shadow: 2px 2px 2px #cccccc;
	border: 1px solid #cccccc;
	color: #000000;
	}
	.training-class-info a{
	text-decoration: underline;
	
	}



/* Always remember to compress your live stylesheet and keep an uncompressed backup */