@charset "UTF-8";
/* CSS Document */
/* Design & Code (c) Adair Creative Group */


/*border for debugging*/
/*div { border: 1px dashed #ac0101; }*/

/*Generic CSS Classes*/

.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.vertMiddle { vertical-align: middle; }
.vertBottom { vertical-align: bottom; }
strong { font-weight: bold; }
.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;
}

/*End Generic CSS Classes*/

/* ---------->>> PAGE STRUCTURE <<<-----------*/

body {
	font: normal 12px "Lucida Grande", "Verdana", sans-serif;
	background: #fff;
	margin: 0px auto;
	width: 100%;
	text-align: center; 
}
table {
	vertical-align: top;
}
#pagecontainer { 
	width: 811px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
}
#headercontent { 
	width: 811px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}
#headercontent img { 
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}
#contentarea { 
	width: 811px;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footerarea { 
	width: 811px;
	height: 175px;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding: 80px 0 0 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/pieces/footer_bg.png);
	background-repeat: no-repeat;
}


.staff table {
	vertical-align: top;
	border-collapse: collapse;
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 12px;
	color: #682403;
}
.staff table td {
	vertical-align: top;
	padding: 12px;
	border: #d9decf solid 1px;
}
.staff table p {
	margin: 0;
	padding: 0;
}
.staff table img {
	margin: 0 10px 0 0;
}

#homerightcolumn {
	margin: 0 0 0 20px;
}
		


/* ---------->>> TEXT <<<-----------*/


h1 {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 26px;
	color: #b5121b;
	margin: 18px 0 20px 7px;
}

h2 {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 14px;
	color: #b5121b;
	margin: 0 0 10px 7px;
	padding: 0 0 2px 0;
	border-bottom: #d9decf solid 1px;
	width: 95%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	h2 a {
	color: #b5121b;
	text-decoration: none;
	}
	h2 a:hover {
	color:#333333;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #215499;
	margin: 0 0 10px 0;
	line-height: 28px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: 500;
	color: #6c3011;
	margin: 0 0 13px 0;
}

h5 { }

h6 { }

p { 
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 13px;
	color: #333333;
	line-height: 28px;
	padding: 0 0 0 50px;
}
	p a {
	color: #b5121b;
	text-decoration: none;
	padding: 0;
	border-bottom: #dadada solid 1px;
	}
	p a:hover {
	border-bottom: #b5121b solid 1px;
	}

.homeintro {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 16px;
	color: #868686;
	line-height: 30px;
	padding: -8 0 0 0;
	text-align: justify;
	}
.homeseminarstext {
	padding: 0 0 0 25px;
}
.homeseminarstext p {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size:11px;
	color: #868686;
	line-height: 18px;
	padding: 0;
	text-align: left;
	}
	.homeseminarstext p a {
	color: #b5121b;
	text-decoration: none;
	padding: 0;
	border-bottom: #dadada solid 1px;
	}
	.homeseminarstext p a:hover {
	border-bottom: #b5121b solid 1px;
	}
	
#footerarea p {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size:10px;
	color: #868686;
	line-height: 15px;
	padding: 0;
	text-align: center;
	}
	#footerarea p a {
	color: #b5121b;
	text-decoration: none;
	padding: 0;
	border-bottom: #dadada solid 1px;
	}
	#footerarea p a:hover {
	border-bottom: #b5121b solid 1px;
	}
	
.homeseminarstext h1 {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 14px;
	color: #b5121b;
	line-height: 12px;
	padding: 0;
	text-align: left;
	margin: 0 0 5px 0;
	}
	
#contentarea ul {
	list-style: square;
	margin: 0 20px 16px 70px;
}
#contentarea li {
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
#contentarea ol {
	margin: 0 20px 10px 50px;
}
	#contentarea li a {
	color: #05387e;
	text-decoration: none;
	padding: 0;
	border-bottom: #d9decf solid 1px;
	}
	#contentarea li a:hover {
	border-bottom: #82afec solid 1px;
	}



/* ---------->>> FOOTER <<<-----------*/
#footercontainer {
	clear: both;
	margin: 0px auto;
	width: 811px;
	height: 220px;
	vertical-align: baseline;
}
#footer {
	margin: 0px auto;
	width: 811px;
	height: 151px;
	font-family: "Lucida Grande", Tahoma, sans serif;
	font-size: 10px;
	color: #fff;
	line-height: 15px;
}
#footer a {
	color: #fff;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: #39629a 1px solid;
}
#footer a:hover {
	color: #fff;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: #f0eed3 1px solid;
}