/* Main Styles 
_____________________________________*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 150%;
background: #ededed;
	color: #454545;
}

p.large { font-size: 115%; }

p { margin: 0 0 18px 0; }

h2 { 
font-family: Georgia, serif;
font-size: 24px; 
font-weight: normal;
margin: 18px 0 18px 0;
color: #000;
line-height: 27px;}

h3 {
font-family: Georgia, serif;
font-size: 100%;
text-transform: uppercase;
letter-spacing: .25em;
color: #000;
margin: 0 0 0 0;
}

h4 {
margin: 18px 0 0 0;
}

a {
	color: #3d6c00;
	text-decoration: none;
	border-bottom: 1px solid;
	}

a:hover { color: #83b93e; }

hr { display: none; }

ul { padding-left: 15px; }

select {
font-family: Georgia;
font-style: italic;
}

option[selected="selected"] {
font-weight: bold;
}

sup {
font-size: 50%;
line-height: 0;
}



/* Containers 
_____________________________________*/

div.center {
	width: 750px;
	margin: 0 auto;
	}

div#canvas {
	width: 100%;
	background: #fff;
	padding: 15px 0 15px 0;
	float: left;
	}

/* Header
_____________________________________*/

div#header {
	width: 100%;
	background: #3d6c00;
	height: 69px;
	margin: 0 0 1px 0;
	}

div#header h1 {
	margin: 0;
	text-indent: -9999px;
	float: left;
	}

div#header h1 a {
	width: 171px;
	height: 69px;
	display: block;
	background: url(/images/dct_logo.gif) no-repeat;
	border: none;
	}

div#header p {
color: #fff;
	float: right;
	margin: 0;
	height: 69px;
line-height: 69px;}

div#header p a {
font-weight: bold;
color: #fff;
}

div#header p a:hover {
color: #c3d2af;
}

/* Navigation 
_____________________________________*/

div#navigation {
	background: #dbdbdb url(/images/bg_nav.gif) repeat-x;
	line-height: 41px;
	float: left;
	width: 100%;
	border-top: 1px solid #dbdbdb;
border-bottom: 6px solid #3d6c00;
}

ul#nav_menu, div#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 750px;
	float: left;
	}

ul#nav_menu a {
	display: block;
	padding: 0 10px;
color: #3d6c00;
border: none;
	}

ul#nav_menu a:hover {
	color: #000;
	background: url(/images/nav_arrow.gif) no-repeat bottom;}

ul#nav_menu a.selected {
	color: #000;
	background: url(/images/nav_arrow.gif) no-repeat bottom;}


ul#nav_menu li {
	float: left;
	font-weight: bold;
	margin: 0 24px 0 0;
	}

ul#nav_menu li.last {
margin-right: 0;
}

/* Interior Page Navigation */

div#nav_int {
background: #3d6c00;
border-bottom: 6px solid #3d6c00;}

ul#nav_int_menu {
width: 750px;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
background: #3d6c00;
line-height: 120%;
}

ul#nav_int_menu li {
display: inline;
padding-right: 15px;
margin: 0;
}

ul#nav_int_menu a {
color: #a4c17f;
font-weight: bold;
	border: none;
	}

ul#nav_int_menu a:hover { color: #fff;
}

ul#nav_int_menu a.int_selected { color: #fff; }

/* Home Page Styles 
_____________________________________*/

div#home_left {
	float: left;
	width: 497px;
}

body#homepage h2 {
font-size: 18px;
margin: 0;
}

div#home_lists {
width: 243px;
float: left;
}

div#home_lists p {
margin-top: 0;
}

div#home_lists select {
width: 240px;
margin: 0 0 35px 0;
}

div#home_quote {
width: 230px;
float: right;
border-left: 1px dotted #696969;
padding: 0 0 0 15px;
color: #000;
}

p.quote {
background: #d8e2cc;
margin: 0;
padding: 10px;
font-family: Georgia, serif;
font-style: italic;
font-size: 11px;
}

a.stickynote {
background: url(/images/home_sticky.jpg) no-repeat;
height: 199px;
text-indent: -9999px;
display: block;
border: none;
}

div#home_events {
float: left;
border-top: 1px dotted #696969;
padding: 10px 0 0 0;
margin: 10px 0 0 0;
width: 750px;
font-size: 90%;
}


ul#events_list {
list-style: none;
padding: 0;
}


div#home_right {
	float: right;
	width: 253px;
height: 499px;
	background: url(/images/home_man2.jpg) no-repeat top left}

/* Interior Page Styles 
_____________________________________*/

div#int_left img {
float: right;
margin: 0 0 20px 20px;
}

div#int_left {
float: left;
width: 493px;
}

div#int_right {
	float: right;
	width: 230px;
	}

div#int_right h3 {
font-size: 14px;
margin: 0 0 10px 0;
letter-spacing: 0;
text-transform: none;
font-style: italic;
font-weight: normal;
}

div.intro {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
float: left;
padding: 10px 0;
margin: 0 0 18px 0;
font-family: Georgia, serif;
font-style: italic;
font-size: 14px;
width: 100%;
}

div#int_left div.intro img {
float: left;
margin: 0 10px 0 0;
}

div.green_box {
background: #3d6c00 url(/images/bg_box_green.gif) repeat-x top;
border: 4px solid #3d6c00;
padding: 15px;
color: #fff;
}

div.green_box h3 {
text-transform: none;
color: #fff;
letter-spacing: 0;
font-weight: normal;
font-size: 150%;
margin: 0 0 15px 0;
}

div.green_box ul {
list-style: none;
margin: 0;
padding: 0;
}

div.green_box li {
margin: 0 0 15px 0;
}

div.green_box p {
margin: 0;
}

div.green_box a { color: #fff; }
div.green_box a:hover { color: #a4c17f; }

div.green_box h4 { margin: 0; }

div.registration {
font-family: Georgia, serif;
font-size: 16px;
}

div.registration a {
background: #3d6c00 url(/images/bg_box_green.gif) repeat-x top;
border: 4px solid #3d6c00;
padding: 10px;
color: #fff;
display: block;
}

div.registration a:hover {
background: #000;
}


/* Bios 
_____________________________________*/

ul.bios {
list-style-type: none;
margin: 0;
padding: 0;
border-top: 1px solid #ddd;
font-size: 11px;
}

ul.bios li {
border-bottom: 1px solid #ddd;

}

ul.bios li a {
text-decoration: none;
border: none;
display: block;
padding: 3px 3px;
}

ul.bios li a:hover {
background: #3d6c00;
color: #fff;
}

ul.bios li a .bio_title {
color: #696969;
}

ul.bios li a:hover .bio_title {
color: #a4c17f;
}

div.biointro h2 {
margin: 18px 0 0 0;
}

div.biointro h3 {
margin: 0 0 18px 0;
font-size: 11px;
color: #696969;
font-style: normal;
font-weight: normal;
}

div.biointro {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
float: left;
padding: 10px 0;
margin: 0 0 18px 0;
font-family: Georgia, serif;
font-style: italic;
font-size: 14px;
width: 100%;
}

div#int_left div.biointro img {
float: left;
margin: 0 10px 0 0;
}


div.bioheadshots {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 0;
float: left;
}

div#int_left div.bioheadshots img {
border: none;
margin: 1;
float: none;
}

div.bioheadshots a {
border-bottom: none;
}



/* Request Information 
_____________________________________*/

div.requestinfo_form {
margin: 50px 0 0 0;
padding: 10px 0;
clear: both;
}

form#salesforce_form {
}


div.requestinfo_form input {
background: #f5f5f5;
width: 200px;
padding: 2px;
font-family: Arial;
}

div.requestinfo_form label {
}

div.requestinfo_form textarea {
background: #f5f5f5;
padding: 3px;
font-family: Arial;
font-size: 12px;
width: 200px;}

div.requestinfo_form input.submit {
width: auto;
background: #3d6c00;
color: #fff;
border: 2px solid #699b28;
margin: 0 0 0 100px;
}

div.requestinfo_form table td {
border-top: 1px solid #ddd;
padding: 5px 0;
}

div.location {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 0 0 0;
margin: 0 0 20px 0;
float: left;
width: 100%;
}

div.google_map {
float: right;
margin: 0;
}

/* Testimonials 
_____________________________________*/

div.quote {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 20px 0;
margin: 0 0 3px 0;
}

div.quote blockquote {
margin: 0;
padding: 0;
font-family: Georgia, serif;
font-style: italic;
}

div.quote blockquote p {
text-align: left;
font-size: 14px;
color: #000;
}

div.quote p {
text-align: right;
margin: 0;
font-size: 11px;
}

/* FAQs 
_____________________________________*/

div.faqs h3 {
text-transform: none;
letter-spacing: 0;
}


/* Training 
_____________________________________*/

div.upcoming_classes {
margin: 20px 0 0 0;
padding: 10px;
border-left: 1px solid #eee;
}

div.upcoming_classes ul {
list-style-type: none;
margin: 0 0 30px 0;
padding: 0;
font-size: 11px;
line-height: 14px;
border-top: 1px solid #ddd;
}

div.upcoming_classes ul li {
border-bottom: 1px solid #ddd;
padding: 10px 0;
}



/* Footer 
_____________________________________*/


div#footer {
	width: 100%;
	border-top: 1px solid #d9d9d9;
	padding: 10px 0;
	font-size: 90%;
	color: #7f7f7f;
	float: left;
}

div#footer p { margin: 0 auto; width: 750px;}

ul#nav_footer {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 750px;
}

ul#nav_footer li {
	display: inline;
	border-right: 1px solid #7f7f7f;
	padding: 0 10px 0 10px;
	}

ul#nav_footer a {
	color: #000;
	text-decoration: none;
	border: none;
	}

ul#nav_footer a:hover {
	color: #000;
	border-bottom: 1px solid;
	}

ul#nav_footer li.first { padding-left: 0; }

ul#nav_footer li.last { border: none; }