@charset "UTF-8";
body  {
	font: 0.85em/1.4em Arial, Helvetica, sans-serif;
	background: #666666 url(../images/back-hatch.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
#header {
	color: #CCCCCC;
	height: 105px;
}
#container {
	width: 100%;
	background: #FFFFFF url(../images/background.jpg) no-repeat left top;
	margin: 0 auto;
	text-align: left;
}
td.leftGradient {
}
td.rightGradient {
	background-image: url(../images/gradient-right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#navBar {
	padding: 80px 0px 15px;
	color: #FFFFFF;
	width: 158px;
	float: left;
	font-family: "Myriad Pro", Trebuchet, Arial;
	font-size: 0.78em;
	font-weight: normal;
}
#mainContent {
	font-size: 0.9em;
	margin: 0 0 0 200px; 
	padding: 50px 20px 0px 0px; 
	line-height: 1.6em;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.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;
}

/**** navigation styles ****/

#navigation td {
	padding-left: 3px;
}
#navigation a {
	color: #FFFFFF;
	letter-spacing:.1em;
	text-decoration: none;
	padding:8px 6px 10px 5px;
}
#navigation a:hover {
	color:#FFCC99;
}
#navigation a.subNavText {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.85em;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#navigation a.subNavText:hover {
	color:#FFCC99;
}
.navDivider {
	background-image: url(../images/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
}
.navDividerMedium {
	background-image: url(../images/nav-divider-med.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
}
.navDividerLight {
	background-image: url(../images/nav-divider-light.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
}
#navigation a.navCurrent {
	color:#FFCC99;
}		

/**** General Styles ****/

h1 {
	color: #003366;
	font-size: 1.35em;
	letter-spacing: 0.15em;
}
h2 {
	color: #003366;
	font-size: 1.15em;
	letter-spacing: 0.1em;
}
.photoSubTitle {
	color: #355D85;
	font-size: 0.9em;
	font-style: normal;
}


#footer {
	color: #CCCCCC;
	margin: 0px -15px 0px 0px;
	padding-top: 50px;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	text-decoration: underline;
}

