@charset "utf-8";
/* CSS Document */

body {
	background:#434242 url(images/bg_body.png) left top repeat-y;
	margin:0;
	padding:0;
	border:none;
}

#mainContent {
	position:absolute;
	left:175px;
	width:775px;
	height:100%;
	background:#777c7c;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#sideBar {
	float:left;
	width:175px;
	height:auto;
}

#navContainer {
	background: url(images/bg_mainNav.jpg) top repeat-x;
	width:auto;
	height:120px;
	text-align:center;
}

#flashContact {
	width:175px;
	height:auto;
	border-bottom:1px dotted #fff;
}

#flashHome {
	width:775px;
	height:auto;
}

#logo {
	width:175px;
	height:120px;
}

.subNav {
	width:150px;
	height:auto;
	background:#777c7c;
	padding:20px 10px 20px 15px;
	border-bottom:1px dotted #fff;
	margin:0;
}

#copyrightFrame {
	text-align:center;
	padding:15px;
}

#contentImage {
	width:775px;
	height:auto;
}

#contentArea {
	border:0;
	border-collapse:collapse;
	width:775px;
	height:auto;
	background:#fff url(images/bg_bottomBar_content.jpg) bottom repeat-x;
	border-bottom:1px solid #fff;
}

#contentArea #wideTD {
	float:left;
	margin:30px 0 40px 30px;
	padding-right:30px;
	width:428px;
	border-right:1px dotted #000;
}

#contentArea #wideTD img {
	border:1px solid #7e8ea6;
}

#contentArea #wideTD .borderFix {
	border:none;
}

#contentArea #narrowTD {
	width:227px;
	margin:30px 30px 42px 515px;
}

#contentArea #narrowTD img {
	border:1px solid #7e8ea6;
}

#galleryFrame {
	width:428px;
	border:none;
}

#galleryFrame td {
	padding:5px 34px 5px 0;
	vertical-align:text-top;
}

#award {
	float:left;
	width:100px;
	padding-bottom:30px;
	text-align:left;
}
#footer {
	float:right;
	width:625px;
	margin:20px 0 0 0;
	text-align:left;
}