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

td img {display: block;}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:678px;
	height:170px;
	z-index:1;
}
#container {
	position:absolute;
	left:0px;
	top:0px;
	width: 1024px;
	background: #FFFFFF;
	text-align: left;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-y;
}

#menu {
	position:relative;
	left:0px;
	top:0px;
	width:1008px;
	height:52px;
	z-index:2;
	background-image: url(/images/menu_bg.jpg);
}

#body {
	position:relative;
	left:85px;
	top:25px;
	width:635px;
	z-index:3;
	float: right;
	margin-right: 160px;
	margin-bottom: 30px;
}
#submenu {
	position:relative;
	width:225px;
	top:30px;
	float: left;
	z-index:4;
	text-align:right;
	margin-bottom: 30px;
}
#rotate {
	position:absolute;
	left:678px;
	top:0px;
	width:330px;
	height:220px;
	z-index:5;
}

#footer {
	position:relative;
	left:0px;
	top: 25px;
	width:1008px;
	height:53px;
	padding: 22px 0px 0px 0px;
	background-image: url(/images/footer_bg.jpg);
	text-align:center;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
.text a {
	color: #073771;
	text-decoration: none;
}

.text a:hover {
	color: #666666;
	text-decoration: none;
}

.head {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #073771;
	font-weight: bold;
}

.subhead {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subhead a {
	color: #073771;
	text-decoration: none;
}

.subhead a:hover {
	color: #666666;
	text-decoration: none;
}

.subnav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	line-height: 3.5em;
}

.subnav a {
	color: #073771;
	text-decoration: none;
}

.subnav a:hover {
	color: #666666;
	text-decoration: none;
}


.footnav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5em;
}

.footnav a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.footnav a:hover {
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
.photoframe {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 15px;
	padding: 6px;
	border: 1px solid #666666;
}

.photoframemiddle {
	background-color: #FFFFFF;
	margin: 0px 0px 15px 15px;
	padding: 6px;
	border: 1px solid #666666;
}

.photoframetop {
	background-color: #FFFFFF;
	margin: 15px 0px 0px 15px;
	padding: 6px;
	border: 1px solid #666666;
}


.photoframeright {
	background-color: #FFFFFF;
	margin: 0px 6px 6px 0px;
	padding: 6px;
	border: 1px solid #666666;
}

.photoframejobs {
	background-color: #DCDEDD;
	margin: 15px 0px 0px 15px;
	padding: 6px;
	border: 1px solid #666666;
}


.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;
}
