body {
    background-color: #333;
    font-family: "Times New Roman",
             "Century Schoolbook L",
             serif;
    text-align:center;
	
}

.container {
    background-color: #fff;
    margin:0 auto;
	text-align:left;
    width: 730px;
}

/*Header-------------------------------------*/
/*Branding and links common across all pages*/
.header {
    background-color: #0C19A2;
}

#logo {
    background: url("images/logo.png") no-repeat;
    color: #fff;
    font-size: 1.8em;
    height: 141px;
    line-height: 141px;
    padding: 0 30px 0 160px;
    text-align: center;
}

#navbar {
    background-color: #000;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 2em;
    line-height: 2em;
    text-align: center;
}

#navbar a {
    color: #fff;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    width: 17%;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
    text-decoration: underline;
    background-color: #FF8F00;
}

body.bbay #navbar a#bbay, body.contact #navbar a#contact, body.home #navbar a#home, body.seminars #navbar a#seminars, body.vac #navbar a#vac {
    background-color: #CCC;
    text-decoration: none;
}

body.home #flair {
    background: url("images/slogan.jpg") no-repeat center;
}

body.contact #flair {
    background: url("images/treated.jpg") no-repeat center;
}

body.seminars #flair {
	background: url("images/drainage.jpg") no-repeat center;
}

body.bbay #flair {
	background: url("images/bbay.jpg") no-repeat center;
}

body.vac #flair {
	background: url("images/camtruck.jpg") no-repeat center;
} 

#flair {
    color: #fff;
    font-size: 1.4em;
    height: 189px;
    text-align: center;
}

/*Two columns of text*/
#flair .col1, #flair .col2 {
    display: block;
    float: left;
    padding-left: 5%;
    text-align: left;
}

#flair .col1 {
    width: 56%;
}

#flair .col2 {
    width: 34%;
}

/*Caption style text*/
#flair .alignbot {
    position: relative;
    top: 80%;
}

/*Content----------------*/
/*main text for the page*/
.content {
    margin: 25px;
    font-size: 1em;
}

.content .images {
	display:block;
	margin-left:0 auto;
	text-align:center;
}

.content #staff:first-line {
    font-size: 1.3em;
}

.content #staff {
    margin-left: 3em;
    text-indent: -3em;
}

.content #staff p:first-line{
    font-size: 1.1em;
}

.content .course:first-line {
	font-size: 1.2em;
}

.content .course {
	margin-left: 3em;
    text-indent: -3em;
}

.content ul {
	font-size:.6em;
}

.content .col, .content .col1, .content .col2, .content .col3 {
    display: block;
    float: left;
    font-size:1.2em;
    padding-left: 3%;
    text-align: left;
}

.content .col1 {
    width: 30%;
}

.content .col2 {
    width: 31%;
}

.content .col3 {
    width: 30%;
}

/*Footer--------------------*/
/*copywrite and other stuff*/
.footer {
    background-color: #0C19A2;
	clear:both;
    color: #fff;
    font-size: .6em;
    line-height: 4em;
    text-align: center;
}
