/* @group Reset Styles-------------------------------------------------------- */

/* Normalize margin and padding */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	/*background : transparent;*/
	outline : 0;
}
/* Remove list styles */

ul,li,ol {
	list-style-type: none;
}

/* Normalize font size for headings */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a img{
	border: none;
}

/* Normalize font style and font weight */

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

/* Remove border from tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Class List Styles */

/* Classlist styles */
ul.classlist li div.class_details div.class_outline li {
	margin-bottom: 30px;
	padding-left: 1.5em;
	background: url(../images/diamond_bullet.gif) no-repeat left 50%;
}

#content_main p.pdf a {
	background: url(../images/pdfbgicon.png) no-repeat left 50%;
	padding-left: 2em;
	border: none;
	font-size: 95%;
}
/*Hidden location details*/
#content_main ul.classlist li.class_post div.loc_details {
	background-color:#F6FAEF ;
	border: 1px solid #DEDBD7;
	margin: 20px 0;
	padding: 10px 15px 25px 15px;
}
#content_main ul.classlist li div.class_details div.class_outline p.pdf a {
	
}
ul.classlist li {
	margin-bottom: 30px;
		border-bottom: 1px solid #D6D1CD;
}
ul.classlist li div.class_details li {
	border: none;
}
body.training.schedule ul.classlist li {
	margin-bottom: 30px;
	border-bottom: 1px solid #D6D1CD;
	}
ul.classlist li ul li p a.class_link {
	font-size: 80%;
	border-bottom: none;
}
#content_main ul.classlist li p a.image_link {
		border-bottom: none;
		
}
#content_main ul.classlist li p a.image_link img {
		margin-top: .5em;
		
}
ul.classlist li ul li a {
	border-bottom: 1px dotted #BC2537;
	font-size: 120%;
		margin-right: .5em;
		/*padding: 0 1em 0 0;*/
}
ul.classlist li ul li a:hover {
	border-bottom: none;
}
ul.classlist li ul li  {
	display: inline;
border-right: 1px solid #BC2537;
	padding: 0 .5em 0 .5em;
}
#classlist li ul li.detail_toggle {
	/*color: #BC2537;*/
	/*font-size: 120%;*/
	padding-left: 0;
	/*cursor: pointer;*/
}
ul.classlist li ul li.last_item,body.training.schedule ul.classlist li ul li.last_item {
	border: none;
}
ul.classlist li ul li.first_item, body.training.schedule ul.classlist li ul li.first_item {
	border-bottom: none;
	padding-left: 0;
}

ul.classlist li ul li.first_item a.class_links {
	margin-left: .5em;
	
}
p.det_link {
	text-align: right;
}
body.training.schedule ul.classlist li ul {
	margin-bottom: 1.5em;
}

/* Class outline */

ul.classlist li div.class_details {
	background-color: #F6FAEF;
	border: 1px solid #DEDBD7;
	margin-top: 10px;
	padding: 25px 30px 25px 25px;
}
ul.classlist li div.class_details div.class_outline {
	margin-top: 5px;
	border-top: 1px dotted #ACA298;
	padding-top: 2em;
}

ul.classlist li div.class_details div.class_outline div.col2 ol li {
	
}
ul.classlist li div.class_details div.class_outline div.col1 {
	float: left;
	width: 48%;
}
ul.classlist li div.class_details div.class_outline div.col1 ol,ul.classlist li div.class_details div.class_outline div.col2 ol {
	margin-bottom: 2.5em;
}

ul.classlist li div.class_details div.class_outline div.col1 ol li,ul.classlist li div.class_details div.class_outline div.col2 ol li {
	margin: .25em 0;
	font-size:130% ;
	
}
ul.classlist li div.class_details div.class_outline div.col2 {
	float: right;
	width: 48%;
}

#content_main ul.classlist li div.class_details h4 {
	font-size: 150%;
	color: #90B11F;
	margin-bottom: .5em;
	text-transform: none;
}
#content_main ul.classlist li div.class_details p {
	font-size: 140%;
	margin-bottom: 1em;	
}

#content_main a.close {
	border-bottom: none;
	color: #BC2537;
	font-size: 90%;
}
#content_main ul.classlist li a.detail_toggle {
	border-bottom: none;
	
}
#content_main ul.classlist li p {
	margin-bottom: .35em;
}

/* @end */

/* @group Pagination Styles */

#content_main li.pagination,#content_main p.pagination {
	border-bottom: none;
	font-size: 120%;
}
#content_main li.pagination a, #content_main p.pagination a {
	padding: .25em;
	border-bottom: none;
	
}
/* @end */

/* @group Link and Anchor styles */

a {
	text-decoration: none;
	color: #BC2537;
	outline: none;
}

a:hover,#content_main p a,#content_main p a:hover.external {
	border-bottom: 1px dotted #BC2537;
	
}
#content_main p a:hover {
	border-bottom: none;
	background-color: #fff ;
	
}
.external,#content_main p a.external {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
	border-bottom: none;
}
#content_main a.image{
border: none;
background-color: none;	
}
/* @end */

/* @group Typographic styles */
body {
	font: 62.5%/1.5 "Lucida Grande","Trebuchet MS","Tahoma","Verdana","Helvetica","Arial",sans-serif;
	color: #666;
	font-style: normal;
}
body.legal #content_main p,body.privacy #content_main p {
	font-size: 120%;
}
strong {
	font-weight: bold;
	color: #000;
}
.status_full{
	color: #FF3048;
}
h2.page_title {
	font-size: 200%;
	line-height: 1.5;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
}
h2.page_legaltitle{
	font-size: 200%;
	line-height: 1.5;
	text-transform: uppercase;
	color: #000;
	margin-bottom: .5em;

}

/* @group blockquote and cite styles */

#client_raves blockquote {
	font-size: 150%;
	font-style: italic;
	color: #666;
	margin-top: 1em;
	padding-left: 1.75em;
}

#client_raves cite.align_right,div.shout_out cite.align_right {
	font-size: 130%;
	color: #666;	
}
div.shout_out cite.align_right {
	text-align: right;
}
#client_raves cite.align_right span,div.shout_out cite.align_right span,.status_open {
	color: #9EC350;
	font-weight: bold;
}
div.shout_out{
border-bottom: 1px solid #dedbd7;
padding-bottom: 1.5em;
margin-top: 1em;
margin-bottom: 30px;	
}
.price {
	color: #000;
	font-weight: bold;
}
.right_align {
	text-align: right;
}

/* Service feature */
.panelheader {
	font-size: 150%;
	text-transform: uppercase;
	color: #333;
	height: 34px;
	margin: 0;
	text-align: left;
	line-height: 35px;
	padding-left: 1.5em;
	background: url(../images/panelgradient1bg.gif) repeat-x;
	border-bottom: 1px solid #ACA298;
}

/* @end */

/* @group Main content styles */

#content_main h2 {
	font: 170%/1.5 "Lucida Grande","Tahoma" ,"Trebuchet MS",Verdana,"Helvetica","Arial",sans-serif;
	margin-bottom: 1.25em;
	margin-right: 0em;
	color: #666;
}
#content_main h2.error {
	font-size: 220%;
	color: #FF3048;
	margin-bottom: .75em;
}
#content_main h3 {
	font-size: 170%;
	margin-bottom: .5em;
	color: #000;
	text-transform: uppercase;
}
#content_main p {
	font-size: 150%;
	margin-bottom: 1.5em;
	color: #666;
	padding-right: 1em;
}

/* @end */

/* @group content sub and post styles */

.pday {
	display: block;
	font-size: 170%;
	margin-bottom: -.1em;
}
.pmonth {
	display: block;
	background-color: #817466;
	color: #fff;
	font-size: 90%;
	letter-spacing: .25em;
	padding: .1em;
	
	
}
.pyear {
	/*display: none;*/
	font-size:80%;
	/*letter-spacing: .2em;*/
	color:#666 ;	
}
.pweek {
	display: none;
	/*display: block;
	font-size: 80%;
	letter-spacing: .25em;
	font-weight: bold;*/
}

.date {
	font-size: 100%;
	text-align: center;
	background-color: #fff;
	width: 4.5em;
	padding: 0em 0em .25em 0;
	margin: 0 15px 0 0;
	float: left;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	text-transform: uppercase;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
/*p.pinline {
	margin-top: 0;
	padding: 0;
	vertical-align: top;
}*/

/* sidebar styles */
/* @group contact page temp style */

#panel1 p.addbox {
	margin:0 1.5em 3em 1.5em;
	padding: 1.5em 0em .5em 0em;
	font-size: 150%;
	color: #000;
	
}
body.contact #panel1 {
	background-color: #F6FAEF;
}

/* @end */
#panel1 ul li,#panel2 ul li {
	margin:0 1.5em 1.5em 0;
	border-bottom: 1px solid #ACA298;
}

#panel1.month_arch ul li,#panel1.class_arch ul li,#panel2.month_arch ul li,#panel2.class_arch ul li {
	font-size: 130%;
	margin-bottom: .75em;
	border-bottom: 1px dotted #D6D1CD;
	padding-bottom: .25em;
}

div#panel1.month_arch,div#panel1.class_arch,div#panel2.month_arch,div#panel2.class_arch {
	border: 1px solid #D6D1CD;
	
}
.permalink_title {
	font-size: 130%;
}
.post_excerpt {
	font-size: 120%;
	color: #666;
}

#panel1 p.more,#panel2 p.more  {
	text-align: right;
	margin: 1em 1.5em;
}

/* @end */

/* @group Homepage Service feature */

#content_main ul.float_left li.service_feature h3 {
	font-size: 150%;
	line-height: 1.9;
	text-transform: uppercase;
	color: #333;
	background-color: #dedbd7;
	padding: 0 .5em;
	margin-right: 4px;
	margin-bottom: .25em;
}
#content_main ul.float_left li.service_feature p {
	font-size: 130%;
	padding-left: .5em;
	margin-right: .4em;
	margin-bottom: .75em;
}
#content_main ul.float_left li.service_feature p em {
	font-size: 110%;
	font-weight: bold;
	color: #333;	
}

/* @end */

/* @group Footer Styles */

div#sitemap li {
	color: #333;
	font-weight: bold;	
}
div#sitemap li a {
	color: #333;
	font-weight: bold;
	font-size: 110%;
}
#sitemap ul.footer_column li ul li a {
	color: #fff;
	padding-left: 1.2em;
	font-weight: normal;
	background: url(../images/darkbgarrow.png) no-repeat 0 75%;
}
div#siteinfo p a {
	color: #fff;
}
div#sitemap li a:hover,#sitemap ul.footer_column li ul li a:hover,div#siteinfo p a:hover {
	background-color: #BC2537;
}

/* @end */
/* @end */

/* @group Tab Navigation */
 #subnav {
	position: relative;
	width: 600px;
	margin-bottom: 2em;
	margin-top: 1.75em;
}
ul#t-nav {
	margin-top: 4px;
	padding: 0px 0 3px;
	list-style: none;
	background: url(../images/tabgreybg.gif) repeat-x left bottom;
}

ul#t-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 1px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 120%;
}
ul#t-nav li a {
	height: 100%;
	text-decoration: none;
	padding:4px 25px;
	border: 1px solid #aca298;
	color: #817466;
	border-bottom: none;
	background-color: #dedbd7;
	
}

/* Selected and hover  */
body#overview.training #t-overview a,body#classes.training #t-classes a,body.training.schedule #t-schedule a,body#waitlist.training #t-waitlist a,body#faq.training #t-faq a,body.about.company #t-company a,body.about.testimonials #t-testimonials a,body.training.rpolicy #t-regpol a {
	color: #666;
	padding-bottom: 5px;
	border-color: #817466;
	background: #fff;
}
#t-nav a:hover {
	color: #BC2537;
	background-color: #fff;
}


/* @end */

/* @group Layout------------------------------------------------------------------ */
html {
	text-align: center;	
}
body {
	position: relative;
	margin: 0 auto;
	text-align: center;
	background:#fff url(../images/htmbackground.gif) repeat-x;
}
div#vcontainer {
position: relative;
width: 960px;
height:100%;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;	
}

/* @group Branding Styles */

div#branding {
	width: 960px;
	height: 185px;
}
div#branding h1 a {
	position: absolute;
	top: 65px;
	width: 267px;
	height: 87px;
	background: url(../images/vconlogo.png) no-repeat;
	text-indent: -9999px;
	border: none;
}
div#client_raves {
	position: relative;
	float: right;
	right: 0;
	width: 525px;
	margin-top: 36px;
	text-align: right;
	background: url(../images/leftquote.gif) no-repeat;
}
div#client_raves blockquote {
	margin-bottom: 2em;
	text-align: left;
	padding-right: 25px;
	background: url(../images/rightquote.gif) no-repeat right bottom;
}

/* @end */

/* @group Navigation Styles */

div#main_nav {
	position: relative;
	width: 600px;
	height: 35px;
	margin-bottom: 10px;
}
ul#features_nav {
	position: absolute;
	top:26%;
	font-size: 120%;
}
ul#features_nav li {
	display: inline;
	margin-right: .75em;
}
ul#features_nav li a{
	padding: .3em .7em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}
ul#features_nav li a:hover{
	background-color:#817466;
}

/* Selected and hover */

body.home li#home a,body.about li#about a,body.training li#training a,body.consulting li#consulting a,body.resources li#resources a,body.contact li#contact a {
	background-color: #817466;
	border-left:1px solid #333;
	border-top:1px solid #333 ;
	border-right: 1px solid #DFDCD7;
	border-bottom: 1px solid #DFDCD7;
}
p#doubleola  {
	position: absolute;
	top: 0px;
	right: 0;
	width: 301px;
	text-indent: -9999px;	
}
p#doubleola a{
	display: block;
	height: 36px;
	z-index: 500;
	background:url(../images/doubleolalogo.gif) no-repeat;
	border: none;
}
p#rss a {
	position: absolute;
	top: 220px;
	right: 0;
	margin-top: 10px;
	width: 56px;
	text-indent: -9999px;
	background: url(../images/RSSButton.gif) no-repeat left;
	border: none;
}

/* @end */

/* @group Searchbox */

div#searchtool {
	position: absolute;
	top: 185px;
	right:0px ;
	height: 35px;	
}

#searchtool form input.search_button {
	position: relative;
	top: 5px;
	
}
#searchtool form label {
	display: none;
}
#search {
	position: relative;
	bottom: 4px;
	margin-right: .3em;
	color:#ACA298;
}

/* @end */

/* @group Breadcrumbs navigation */

div#breadcrumbs {
	margin-bottom: 1em;
}
div#breadcrumbs p,div#breadcrumbs ol {
	display: inline;
	padding-right: .2em;
	text-transform: capitalize;
}
div#breadcrumbs li {
	display: inline;
	padding-right: 1.5em;
	padding-left: .25em;
	background: url(../images/arrowbg.gif) no-repeat right 65%;
}
div#breadcrumbs li.lastbgremove {
	background-image: none;
}
.hide,div#searchtool h3,div#main_nav h3,div#breadcrumbs h3 {
	display: none;
}

/* @end */

/* @group Content and Subcontent Layout */

div#content_wrap {
	position: relative;
	width: 960px;
	float: left;
	clear: both;
}
div#content_main {
	position: relative;
	float: left;
	left: 0;
	width: 600px;
	
}
p#billboard {
	margin-bottom: 30px;
}
div#content_sub {
	float: right;
	width: 324px;
	margin-bottom: 20px;
	display: inline;	
}
div#content_sub ul {
	padding-left: 25px;
	margin-top: 1em;
	margin-bottom: 20px;
	
}

.panel {
	border: 1px solid #D6D1CD;
}
.float_left {
	float: left;
}
#content_main ul.float_left li.service_feature {
	width: 190px;
	height: 360px;
	/*min-height:360px;*/
	float: left;
	border-right: 1px solid #D6D1CD;
	display: inline;
	margin-right: 4px;
	
}
#content_main ul.float_left li.service_feature:hover {
	background-color: #dedbd7;
}
#content_main ul.float_left li#lastfeature.service_feature  {
	float: left;
	border-right: none;
	margin-right: 3px;
}

/* @end */

/* @group Mailing List Form */

div#mailing_list{
	height: 40px;
	border: 1px dotted #ACA298;
	background-color: #dedbd7;
	/*padding:.25em 0 0 20px ;*/
	margin: 30px 0;
	
}

#mailing_list form label {
	color: #000;
	font-size: 120%;
	margin-right: .25em;	
}

input#maillist {
	width: 140px;
	margin-right: .25em;
	color: #ACA298;
	
}
div#mailing_list form {
	margin: 1em .25em .5em .75em ;
}
#mailing_list form input.maillist_button {
	margin: 0 0 6px 0;
	vertical-align: middle;
}

/* @end */


/* @group Footer Layout */

div#footer {
	position: relative;
	background-color: #ACA298;
	width: 100%;
	height:300px;
	clear: both;
	margin-top: 50px;
	overflow: auto;
}
div#footer_wrap {
	position: relative;
	width: 960px;
	margin: 25px auto 40px;
	text-align: left;
	overflow: hidden;	
}
div#sitemap {
	width: 585px;
	float: left;
}
div#sitemap ul.footer_column {
	width: 195px;
	float: left;
}

div#siteinfo {
	width: 310px;
	float: right;
}
.clear {
	clear: both;
	visibility: hidden;
	display:block ;
}

/* @end */
/* @end */