* {
	margin:0;
	padding:0;
	}

body {
	font-size:small;
	text-align:center;
	background:#0f4277 url(../pix/bg.jpg) top left repeat-x;
	line-height:1.5em;
	}

/* for Opera */
html>body {
	font-size:small;
	}

img {
	border:0;
	}

h1, h2, h3, h4 {
	font-weight:normal;
	padding-top:1em;
	line-height:1em;
	}

h1 {
	font-size:225%;
	color:#ca5a17;
	}

h2 {
	font-size:150%;
	color:#ca5a17;
	}

h3 {
	font-size:120%;
	color:#333;
	margin-bottom:.25em;
	font-weight: bold;
	}

ul {
	padding-top:1em;
	list-style:none;
	}

li {
	padding:0 20px;
	background:url(../pix/bullet.gif) left .25em no-repeat;
	}

p {
	padding-top:1em;
	}

a:link, a:active, a:visited {
	color:#a01111;
	text-decoration:none;
	}

a:hover {
	color:#0ba0ac;
	}

.arrowLink {
	background:url(../pix/arrow.png) right 0 no-repeat;
	padding-right:20px;
	}

.pad {
	padding:30px;
	}

.fineprint {
	font-size:90%;
	}

#homeLink {
	padding-top:1em;
	text-align:right;
	width:767px;
	margin:0 auto;
	}

#pageContainer {
	width:833px;
	margin:0 auto;
	text-align:left;
	background:url(../pix/pageTop.png) top center no-repeat;
	padding-top:38px;
	font-size:110%;
	}

#contentWrapper {
	background:url(../pix/pageMiddle.png) top center repeat-y;
	clear:both;
	}

#header {
	background:#ede8de url(../pix/bg_header.jpg) top center no-repeat;
	margin:0 43px;
	}

#mainImage {
	height:225px;
	clear:both;
	z-index:20000;
	
	}

#mainImage img {
	width:100%;
	height:6px
	}

#mainContent {
	clear:both;
	}

#homeContent {
	background:#ede8de url(../pix/bg_homeContent.png) top left repeat-x;
	margin:0 43px;
	clear:both;
	border-top:10px solid #fff;
	}

#secondaryContent {
	background:#ede8de url(../pix/bg_homeContent.png) top left repeat-x;
	margin:0 43px;
	clear:both;
	border:none;
	}

.leftColumn {
	 width:450px;
	 float:left;
	 }

.rightColumn {
	 width:200px;
	 float:right;
	 }

.rightColumn img {
	padding: 0 0 5px 0;
	}
	
.contactTab {
	float:right; 
	background:url(../pix/contactTab.png) bottom center; 
	width:257px; 
	text-align:center; 
	padding-bottom:15px; 
	padding-top:5px; 
	padding-bottom:15px; 
	margin-right:35px;
	margin-bottom:30px;
	}
	
.datePosted {
	display:block;
	color:#333;
	}

.more {
	text-align:right;
	display:block;
	margin:.5em 0;
	}

.newsLinks {
	list-style:none;
	}

.newsLinks li {
	border-bottom:1px dotted #333;
	padding:.5em 0;
	background:none;
	}

#homePhoto {
	float:right;
	position:relative;
	right:-70px;
	margin-left:-70px;
	}

.photoCaption {
	text-align:right;
	padding-right:70px;
	color:#666666;
	font-style:italic;
	}

.rightColumn h3 {
	background:#333333;
	color:#CCCCCC;
	padding:.5em .5em;
	font-size:80%;
	text-transform:uppercase;
	line-height:1.25em;
	}
	
/* FORM STYLES */

.cssForm legend {
	display:none;
	}

.cssForm div{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	height: 1%;
	border-bottom:1px dashed #ccc;
	}

.cssForm div.column {
	clear:none;
	margin:0;
	padding:0;
	height:auto;
	border:none;
	}

.cssForm label{
	float: left;
	margin-left: -125px; /*width of left column*/
	width: 115px; /*width of labels. Should be smaller than left column to create some right margin*/
	text-align:left;
	padding:.25em 0;
	font-size:85%;
	font-weight:bold;
	color:#666666;
	}

.cssForm input[type="text"], 
.cssForm input[type="file"], 
.cssForm input[type="password"], 
.cssForm textarea, 
.cssForm select, 
.cssForm input[type="checkbox"], 
.cssForm input[type="radio"] {
	border:2px solid #ccc;
	padding:.25em;
	}

.cssForm input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 125px;
	}

.cssForm .noFormat {
	float:none;
	margin:0;
	padding:0;
	}

.cssForm input[type="text"]:focus, 
.cssForm input[type="file"]:focus, 
.cssForm input[type="password"]:focus, 
.cssForm textarea:focus, 
.cssForm input[type="checkbox"], 
.cssForm select:focus, 
.cssForm input[type="radio"]   {
	border-color:#f00;
	}

.cssForm fieldset {
	border:none;
	margin:25px 0;
	}

.cssForm legend {
	margin-bottom:1em;
	}

input.invalid {
 background: #fff6bf;
 border: 2px solid #ffd324;
    }
    
.error {
  color: #ff0000;
  clear:both;
  display:inline-block;
  margin-left:1em;
    }
    
.errorlist {
    margin: 0;
    padding: 0;
	display:none;
    }
	
/* END FORM STYLES */

dl.news {
	margin:2em 0;
	}

.news dt {
	border-top:1px solid #ccc;
	padding-top:.5em;
	}

.news dd.text {
	border-bottom:1px solid #ccc;
	padding-bottom:.5em;
	}

.date {
	color:#999999;
	font-size:85%;
	}

.dateline, .byline {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:.25em;
	color:#999;
	font-size:90%;
	display:inline-block;
	margin:1em 0;
	}

#photoBox {
	float:right;
	background:#fff;
	width:375px;
	text-align:center;
	margin:auto;
	margin-left:20px;
	}

.largePhoto {
	margin:15px 0 0 0;
	}

#additionalPhotos {
	margin:15px auto;
	padding:0;
	line-height:normal;
	width:250px;
	}

#additionalPhotos img {
	cursor:pointer;
	margin:2px;
	border:1px solid #cecece;
	padding:2px;
	height:49px;
	}

table {
	width:100%;
	border:2px solid #fff;
	border-right:4px solid #efefef;
	padding:0;
	margin:2em 0;
	clear:both;
	}

td {
	vertical-align:top;
	padding:10px;
	border-bottom:4px solid #fff;
	}

td h3 {
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, Geneva, Arial, sans-serif;
	}

td.courseName {
	background:#efefef;
	}		

td.courseDates {
	background:#ccc;
	font-size:90%;
	width:35%
	}

.trackName {
	font-weight:bold;
	}

.trackDates {
	font-style:italic;
	color:#333;
	display:block;
	}

dl.staff {
	padding:25px;
	}

.staff dt {
	font-size:150%;
	color:#333333;
	clear:both;
	padding:.5em 0;
	}

.staff dt .jobTitle {
	font-size:80%;
	font-style:italic;
	color:#999;
	display:block;
	margin-top:.25em;
	}

.staff dt,
.staff dd.bio,
.staff dd.links {
	margin-left:120px;
	}

.staff dd.bio {
	margin-bottom:1em;
	}

.staff dd.image img {
	float:left;
	margin-top:-4em;
	border:5px solid #fff;
	}

ul.files {
	margin-left: 40px;
}

ul.files li {
	margin:0;
	padding-left:20px;
	padding-top:.25em;
	padding-bottom: .25em;
	}

.pdf, .xls, .doc, .default {
	padding-left:20px;
	padding-top:.25em;
	padding-bottom:.25em;
	background-position: 0 3px;
	background-repeat: no-repeat;
	}

.pdf {
	background-image:url(../pix/icon_PDF.gif);
	}

.xls {
	background-image:url(../pix/icon_Excel.gif);
	}

.doc {
	background-image:url(../pix/icon_Word.gif);
	}

.default {
	background-image:url(../pix/icon_default.gif);
	}


#footer {
	color:#FFFFFF;
	text-transform:uppercase;
	background:url(../pix/pageBottom.png) top center no-repeat;
	padding-top:40px;
	font-size:90%;
	}

#footer a {
	color:#fff;
	}

#footer .pad {
	padding:0 70px 20px 70px;
	}
	
/* CLEAR FLOATS WITHOUT EXTRA DIV MARKUP */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}