@charset "utf-8";
/* CSS Document */

#preloadImages {
	display: none;
	width: 0;
	height: 0;
}

body {
	margin: 20px 0 0 0;
	background: #373835;
	color: #d2d4cf;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	height: 54px;
	background: url('../images/header_bg.jpg') center;
}

#holder {
	width: 827px;
	margin: 0 auto;
}

#menu {
	width: 235px;
	height: 240px;
	float: left;
}

#menu img, #menu a {
	display: block;
	border: 0;
}

#contentTop {
	margin-top: 20px;
	height: 9px;
	width: 572px;
	background: url('../images/main_top.jpg');
	float: right;
}

#content {
	width: 572px;
	background: #313230;
	float: right;
	min-height: 400px;
	background: url('../images/main_middle.jpg');
}

#contentBottom {
	height: 9px;
	width: 572px;
	background: url('../images/main_bottom.jpg');
	float: right;
	margin-bottom: 20px;
}

#content hr {
	width: 552px;
	color: #696a68;
	background: #696a68;
	height: 1px;
	border: 0;
}

#content a {
	color: #d2d4cf;
}

#content h1 {
	font-size: 24px;
	display: inline;
}

#content p, #content h1, #content img {
	margin: 0;
	padding: 0 10px;
}

#content p {
	margin: 10px 0;
}

#content img {
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #696a68;
}

#contentImage {
	width: 100%;
	min-height: 275px;
	height: 275px;
}

#contentImage img, #contentImageMain img, #home img {
	border: 0;
	padding-left: 0px;
	padding-top: 0px;
}

#contentImageMain {
	text-align: center;
	margin: 5px 0 0 -5px;
	padding: 0;
}

#home {
	margin: 175px 0 0 5px;
	float: left;
	text-align: center;
}

#footer {
	clear: both;
	height: 27px;
	width: 827px;
	margin: 0 auto;
	background: url('../images/footer_bg.jpg') repeat-x;
	font-size: 10px;
	text-align: center;
	padding-top: 7px;
	color: #696a68;
}

.testimonial {
	background: #494946;
	border-bottom: 1px solid #696a68;
	padding: 10px;
	margin: 10px;
}

.testimonial p {
	font-size: 12px;
	margin: 10px 0;
}

.testimonialAttribute {
	text-align: right;
	padding: 5px 10px 10px 0;
	font-size: 11px;
	font-style: italic;
}

#training {
	text-align: center;
}

#training img {
	border: 0;
}

.trainingList {
	list-style-type: none;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

.trainingList li {
	padding: 5px 0;
}

.center {
	text-align: center;
}

#links {
	margin: 20px auto;
	width: 65%;
}

.link_odd {
	font-size: 11px;
	padding: 3px;
	text-align: center;
	width: 100%;
	background: #444444;
}

.link_even {
	font-size: 11px;
	padding: 3px;
	text-align: center;
	width: 100%;
	background: #555555;
}

.link_odd a, .link_even a {
	color: #ffffff;
	text-decoration: none;
}

.link_odd a:hover, .link_even a:hover {
	text-decoration: underline;
}

.accomplishments {
	font-size: 13px;
}
