html, body { margin: 0 auto; padding: 0; 
	background-color: #062234;}
body {
	padding-bottom: 20px;
	background: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, Times New Roman, serif;
	color: #333333;
	font-size: .8em;
}

a:link {
	color: #30a3c1;
	text-decoration: none;
}
a:visited {
	color: #30a3c1;
	text-decoration: none;
}
a:hover {
	color: #115f89;
	text-decoration: none;
}
hr {
	color: #fff; background-color: #fff; border: 1px dotted #CCCCCC; border-style: none none dotted;
	padding-top:10px;
	padding-bottom:20px;
	width: 90%;
	text-align:right; /* cross browser/platform left align */
	margin-left:0; /* cross browser/platform left align */
}

h6 {
	color: #8f8052;
	font-size: 30px;
	margin: 0 0 2.5em;
}


/* Header */

#headerimg { 
	overflow: visible;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 166px;
	width: 996px;
}
#top { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:-166px;
}
#header { 
	height: 106px;
	padding-right: 20px;
	padding-top: 60px;
	text-align: right;
	color: #92d1e0;
	font-size: 1.2em;
	font-style:italic;
	text-shadow: #115f89 0px -1px 0px;
}
#homelink {
	margin-top: 16px;
	height: 133px;
	width: 680px;
	float:left;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-weight: normal;
	color: #ffffff;
	font-style:normal;
	margin-top: -3px;
	font-size: 1.9em;
}
#flash_content { 
	width: 684px;
	height: 308px;
	float: left;
	margin-bottom: 16px;
}

#topslides { 
	width: 684px;
	height: 308px;
	float: left;
	margin-bottom: 16px;
}
#adbanner { 
	height:175px; 
	margin-bottom: 5px; 
}
#stimulus {
	height:230px;
	margin-bottom: 16px;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}
#quote {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style:italic;
	font-size: 14px;
	color: #700000;
}

/* jQuery Navigation */
    
  #nav { 
			width: 250px;
			height: 308px; /* height for nav container */
			margin: 0 16px 16px 0;
			padding: 0;
			background: url(../images/navi.jpg) repeat-y;
			list-style: none;
			overflow: hidden;
			position:relative;
			float: left;
		}
		
		#nav li { 
			position: absolute;
			overflow: hidden;
			font-size: 1em;	 
		}
		
		#nav li, #nav li * { height: 44px } /* height per button */
		#nav a { display: block }
		#nav span { 
			display: block;
			position: absolute;
			top: 0px; left: 0;
			z-index: 1;
			background: url(../images/navi.jpg) no-repeat; 
			cursor: pointer;
		}
		
		#nav span { display: none }
		
		#n-seminars { left: 0px }
		#n-seminars, #n-seminars * { width: 250px }
		#n-seminars em { background-position: 0 0 }
		#n-seminars:hover em, #n-seminars span, #seminars #n-seminars em { background-position: -250px 0 }
		#n-consulting, #n-consulting * { width: 250px }
		#n-consulting { top:44px; left: 0px }
		#n-consulting em { background-position: 0 44px }
		#n-consulting:hover em, #n-consulting:active em, #n-consulting span, #consulting #n-consulting em { background-position: -250px -44px }
		#n-books, #n-books * { width: 250px }
		#n-books { top: 88px; left: 0px }
		#n-books em { background-position: 0 88px }
		#n-books:hover em, #n-books span, #books #n-books em { background-position: -250px -88px }
		#n-about, #n-about * { width: 250px }
		#n-about { top: 132px; left: 0px }
		#n-about em { background-position: 0 132px }
		#n-about:hover em, #n-about span, #about #n-about em { background-position: -250px -132px }
		#n-testimonials, #n-testimonials * { width: 250px }
		#n-testimonials { top:176px; left: 0px }
		#n-testimonials em { background-position: 0 176px }
		#n-testimonials:hover em, #n-testimonials:active em, #n-testimonials span, #testimonials #n-testimonials em { background-position: -250px -176px }
		#n-resource, #n-resource * { width: 250px }
		#n-resource { top: 220px; left: 0px }
		#n-resource em { background-position: 0 220px }
		#n-resource:hover em, #n-resource span, #resource #n-resource em { background-position: -250px -220px }
		#n-contact, #n-contact * { width: 250px }
		#n-contact { top: 264px; left: 0px }
		#n-contact em { background-position: 0 264px }
		#n-contact:hover em, #n-contact span, #contact #n-contact em { background-position: -250px -264px }
		
		#nav .over { text-indent: -999em }
		#nav .over em { background-image: none }


/* Main Content */

#container {
	position: relative;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contenttop {
	height: 50px;
	background-image: url(../images/content_top.jpg);
	background-position: top;
	background-repeat:repeat-x;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	text-align: center;
	font-size: 1em;
	color: #062234;
	padding: 0 10px;
}
#sidebar h1 {
	color: #115f89;
	font-weight: normal;
	margin-top: 0;
}
#sidebar h2 {
	color: #062234;
	font-weight: normal;
	font-size: 1.3em;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: -10px;
}
#sidebar .recentdates {
	background-color: #f8e7ad;
	width: 230px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: #e5ce80 1px solid;	
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size:10px;
}
#sidebar .recentdates h2 {
	color: #115f89;	
	margin-bottom:5px;
	margin-top:10px;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
}
#sidebar .recentdates p {
	background-color: #e5ce80;
	padding-bottom:5px;
	padding-top:5px;
}
#sidebar .recentdates strong { font-size:14px; text-transform:none; letter-spacing:0; }
#sidebar .recentdates a {color:#F00}


#sidebar .consulting {
	background: url(../images/sidebar_back.gif) no-repeat #DCE7EA;
	width: 230px;
	margin: 0 auto 20px;
	border: #999999 1px ridge;
	font-size:11px;
	text-align: left;
}
#sidebar .consulting h2 {
	color: #115f89;	
	margin: 10px 20px 5px;
	font-size:14px;
	font-style: normal;
	font-weight:bold;
}
#sidebar .consulting ul { padding: 10px 30px; }
#sidebar .consulting p {
	background-color: #EDF3F4;
	padding: 5px 20px;
	margin: 10px 0 0;
	font-weight:bolder;
}
#sidebar .consulting li { margin-bottom: 5px; }
#sidebar .consulting strong { font-size:14px; text-transform:none; letter-spacing:0; }
#sidebar .consulting a {color:#a29761}
#sidebar .consulting img { margin: 5px auto; display:block; }


#sidebar .consulting2 {
	background:#eadcdc;
	width: 230px;
	margin: 0 auto 20px;
	border: #999999 1px ridge;
	font-size:11px;
	text-align: left;
}
#sidebar .consulting2 h2 {
	color: #8e6363;	
	margin: 10px 20px 5px;
	font-size:14px;
	font-style: normal;
	font-weight:bold;
}
#sidebar .consulting2 ul { padding: 10px 30px; }
#sidebar .consulting2 p {
	background-color: #f9e9e9;
	padding: 5px 20px;
	font-weight:bolder;
}
#sidebar .consulting2 li { margin-bottom: 5px; }
#sidebar .consulting2 strong { font-size:14px; text-transform:none; letter-spacing:0; }
#sidebar .consulting2 a {color:#F00}


#sidebar .extrabox {
	background-color: #700000;
	width: 230px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: #3f0000 1px solid;	
	text-transform: uppercase;
	font-size:10px;
	color:#ffffff;
}
#sidebar .extrabox h2 {
	margin-bottom:5px;
	margin-top:10px;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	letter-spacing: 2px;
	color:#ffffff;
}
#sidebar .extrabox p {
	background-color: #9c4947;
	padding: 10px;
	margin:10px 0;
	text-align:left;
	font-size: 12px;
	text-transform: none;
}
#sidebar .tuition {
	background-color: #bad2d5;
	width: 230px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: #86afb5 1px solid;	
	text-transform: uppercase;
	font-size:10px;
}
#sidebar .tuition h2 {
	color: #115f89;	
	margin-bottom:5px;
	margin-top:10px;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	letter-spacing: 2px;
}
#sidebar .tuition p {
	background-color: #86afb5;
	padding-bottom:5px;
	padding-top:5px;
	margin:10px 0;
}
#sidebar .tuition strong {color:#000000; font-size:14px;}
#sidebar .container-buttons {
	width: 272px;
	text-align: left;
	margin-left: 5px;
	position: relative;
	float: none;
}
#sidebar .calendar {
	background-image: url(../images/button_calendar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 108px;
	width: 97px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FFF;
}
#sidebar .divider {
	float: left;
	width: 1px;
	padding: 0px;
	margin-right: 20px;
	text-align: center;
	height: 108px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin-top: 15px;
}
#sidebar .document {
	background-image: url(../images/button_document.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 108px;
	width: 92px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;
}
#sidebar .information {
	width: 265px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	vertical-align: middle;
	float: left;
}
#sidebar .month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 75px;
	color: #FFF;
	text-transform: uppercase;
}
#sidebar .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bolder;
	color: #000;
	line-height: 15px;
}
#sidebar .city {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bolder;
	color: #115f89;
	line-height: 21px;
}
#sidebar .location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666;
	line-height: 34px;
	margin-top: 20px;
}
#mainContent { 
	margin: 0 290px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px;
	border-length: 10px;
	line-height: 1.5em;
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 1px dotted #CCCCCC;
}
.title {
	padding-bottom: 40px;
}
.small-font {
	font-size: 11px;
}
#mainContent h1 {
	font-weight: normal;
	color: #115f89;
	line-height: 1.1em;
	padding-bottom: 15px;
	font-size: 22px;
}
#mainContent h1 a {
	font-weight: normal;
	color: #115f89;
	padding-bottom: 15px;
}
#mainContent h1 a:hover {
	font-weight: normal;
	color: #062234;
	padding-bottom: 15px;
}
#mainContent h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	color: #062234;
	margin-top: -20px;
	padding-bottom: 15px;
}
#mainContent h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	color: #062234;
	margin-bottom: 0;
}
#mainContent h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	color: #115f89;
	margin-bottom: 0;
}
#mainContent p { /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	color: #333333;
}
.buttons { 
	font-weight: normal;
	padding-left: 7px;
	padding-right: 15px;
	vertical-align: sub;
}
.bigbuttons {
	float: left; /* since this element is floated, a width must be given */
	width: 500px;
	height: 98px;
	background-repeat: no-repeat;
	font-size: 2em;
	color: #115f89;
	padding-top: 20px;
	padding-left: 30px;
}

#contentbottom {
	height: 51px;
	background-image: url(../images/content_bottom.jpg);
	background-position: top;
	background-repeat:repeat-x;
}


/* Footer */

#footerimg { 
	overflow: visible;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
	width: 996px;
}
#footercontainer { 
	position: relative;
	width: 950px;
	margin: -200px auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 50px;
	padding-top: 35px;
} 
.footer { 
	padding-right: 60px;
	margin: 0 auto;
	color: #30a3c1;
	font-family:Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: #00304f 0px -1px 0px;
	float:left;
}  
.footer a:hover { 
	color: #a9c4c8;
}
.footer span a { 
	text-decoration: none;
	color: #a9c4c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	text-shadow: #00304f 0px -1px 0px;
} 
.footer span a:hover { 
	text-decoration: underline;
	color: #ffffff;
}
#footnote {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 950px;
	text-align: center;
	color: #a9c4c8;
	font-size: .9em;
	text-shadow: #000000 0px -1px 0px;
}
#footnote a { 
	text-decoration: none;
	color: #30a3c1;
} 
#footnote a:hover { 
	color: #ffffff;
}


/* Misc */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left-pic {
	padding-right: 20px;
}