
/* Global <-------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;	
	color: #2d2d2f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}

h1 {
	color: #1e117b;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ff8001;
}

h2 {
	color: #1e117b;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h3 {
	color: #1e117b;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h4 {
	color: #1e117b;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}


/* Classes <-------------------------------------------------------------- */


.bold {
	font-weight: normal;
	color: #000;
}

.strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.highlight {
	background: #ffff00;
	padding: 6px 10px;
	border: 1px solid #1e117b;
}

.indent {
	margin-left: 30px;
}

.justify {
	text-align: justify;
}

.name {
	color: #666;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.note {
	color: #666;
	text-decoration: underline;	
}

.small {
	font-size: 11px;
}

.standout {
	font-weight: bold !important;
	background-color: #0f75bd !important;
	color: #fff !important;
}

.tables {
	font-size: .9em;
}

.underline {
	text-decoration: underline;
}


/* Header <-------------------------------------------------------------- */


#header {
	margin-left: 26px;
	background: #fff;
	padding: 10px 0px;
}


/* Links <-------------------------------------------------------------- */


a, a:visited, a:active {
	color: #1e117b;
	text-decoration: underline;
}

a:hover {
	color: #ff8001;
	text-decoration: underline;
}

.name a, .name a:visited, .name a:active {
	color: #1e117b;
	text-decoration: none;
}

.name a:hover {
	color: #1e117b;
	text-decoration: underline;
}

.indexlink a, .indexlink a:visited, .indexlink a:active {
	color: #1e117b;
	text-decoration: none;
	font-size: 24px;
}

.indexlink a:hover {
	color: #ff8001;
	text-decoration: underline;
}

.nounder a, .nounder a:visited, .nounder a:active {
	color: #1e117b;
	text-decoration: none;
}

.nounder a:hover {
	color: #ff8001;
	text-decoration: none;
}


/* Images <-------------------------------------------------------------- */


.border {
	border: 1px solid #ff8001;
}

img.md { 
	vertical-align: -5px;
} 

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 6px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}


/* Toolbar <-------------------------------------------------------------- */


#toolbar * {
	width: 100%;
	position: relative;
	z-index: 999;
	line-height: 2em;
	text-transform: uppercase;
	background: #ff8001;	
}

#nav, #nav ul {
	font-family: "Century Gothic", Verdana, Arial;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
}

#nav a, #nav a:visited, #nav a:active {
	display: block;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	display: block;
	color: #fff;
	background: #1e117b;
	text-decoration: none;	
}

#nav li {
	float: left;
	width: 9.5em;
}

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;	
	}

#nav li:hover ul {
	left: auto;
}

#nav ul li a, #nav ul li a:visited, #nav ul li a:active {
	color: #1e117b;
	padding-left: 2.8em;
	background: #ccc;
}

#nav ul li a:hover {
	color: #fff;
	padding-left: 2.8em;
	background: #1e117b;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 14em;	
	background: #ff8001;	
}

#nav ul li {
	width: 16em;
}

.centerit {
	text-align: center;
}


/* Sidebar <-------------------------------------------------------------- */


#sidebar {
	min-height: 963px;
	float: left;
	position: relative;
	text-align: center;
	width: 20%;
	margin: 0;
	padding-top: 21px;
	background: #ddd;
}

/* for Internet Explorer */
/*\*/
	* html #sidebar {
	height: 1063px;
}
/**/

#sidebar a, #sidebar a:visited {
	display: block;
	padding: 8px 0;	
	background: #ddd;	
	color: #666;
	text-decoration: none;
}

#sidebar a:hover {
	display: block;
	padding: 8px 0;	
	background: #1e117b;	
	color: #fff;
	text-decoration: none;
}

#sidebar h2 {
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 8px 0;
	background: #999;
	margin-bottom: 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


/* Content <-------------------------------------------------------------- */


#content {
	min-height: 670px;
	float: left;
	position: relative;
	text-align: left;
	width: 70%;
	margin: 0;
	padding: 25px 0px 20px 30px;
	color: #2d2d2f;
	font-size: 14px;
	line-height: 1.5em;
	background: #fff;
}

/* for Internet Explorer */
/*\*/
	* html #content {
	height: 670px;
}
/**/

#content_ofe {
	min-height: 670px;
	float: left;
	position: relative;
	text-align: left;
	width: 85%;
	margin: 0;
	padding: 25px 0px 20px 30px;
	color: #2d2d2f;
	font-size: 14px;
	line-height: 1.5em;
	background: #fff;
}

/* for Internet Explorer */
/*\*/
	* html #content_ofe {
	height: 670px;
}
/**/

#content li {
	margin-left: 40px;
}


/* Contact Form <-------------------------------------------------------------- */


.contactpad {
	padding-top: 4px;
}

input.btn {
   	background-color: #fff;
	color: #666;
   	border: 1px solid #b2b2b2;
	padding: 4px;
	text-transform: uppercase;
}

input.btn:hover {
   	background-color: #fff;
	color: #1e117b;
   	border: 1px solid #ff8001;
}

#name, #phone, #email, #org, #programs, #dates, #how, #city, #company, #occupation, #verification {
	background: #fff;
 	color: #1e117b;
	font-size: 1.1em;
 	border: 1px solid #b2b2b2;
	padding: 4px;
}

#address, #message, #testimonial {
	background: #fff;
 	color: #1e117b;
	font-size: 0.9em;
 	border: 1px solid #b2b2b2;
	padding: 4px;
}

#name:hover, #phone:hover, #email:hover, #org:hover, #programs:hover, #dates:hover, #how:hover, #city:hover, #company:hover, #occupation:hover, #verification:hover, #address:hover, #message:hover, #testimonial:hover {
 	border: 1px solid #ff8001;
}

#name:focus, #phone:focus, #email:focus, #org:focus, #programs:focus, #dates:focus, #how:focus, #city:focus, #company:focus, #occupation:focus, #verification:focus, #address:focus, #message:focus, #testimonial:focus {
	background: #fff;
 	border: 1px solid #b2b2b2;
}


/* Footer <-------------------------------------------------------------- */


#footer {
	clear: both;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 0 6px 0;
	text-align: center;
	color: #b9b9c0;
	background: #1e117b;
}

#footer a, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
