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

* {
	margin-top:0px;
	padding:0px;
}
body {
	background-image: url(../images/common/background.gif);
	background-color: #101D2D;
	background-repeat: repeat-x;
}
#wrapper {
}
#logo {
	width: 950px;
}
#imageText {
	height: 130px;
	width: 160px;
	padding-left: 52px;
}
/* optional text placement test */
#imageText p{
	bottom: 2px;
}
p.bottom {
	vertical-align: bottom;
}
#text {
	bottom: 10px;	
}
/* END optional text placement test */
#imageInfo {
	height: 65px;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#gallerySide {
	width: 160px;
	margin-left: 10px;
	margin-right: 20px;
	float: right;
	margin-top: 185px;
}
#galleryFrame {
	height: 402px;
	width: 502px;
}
#image {
}
#image img{
	border: 1px solid #101D2D;
}
#content {
	width: 696px;
	margin-left: 254px;
	margin-top: 17px;
}
/* layout for info left */
#imageInfo2 {
	height: 80px;
	width: 187px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: right;
}
#gallerySide2 {
	width: 213px;
	margin-right: 1px;
	float: left;
	margin-top: 157px;
}
#galleryFrame2 {
	height: 402px;
	width: 692px;
	float: right;
}
#image2 {
}
#image2 img{
	border: 1px solid #101D2D;
}
#content2 {
	width: 922px;
	margin-left: 24px;
	margin-top: 17px;
}
#label {
	width: 213px;
}
/* END layout for info left */
#navContent {
	width: 950px;
	padding-top: 11px;
	padding-bottom: 50px;
}
#thumbNav {
	width: 695px;
	float: right;
	padding-top: 4px;
}
#thumbNav td {
	padding:0 10px 0 0;
	vertical-align: top;
	text-align: left;
}
#mainNav {
	width: 170px;
	margin-left: 24px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	width: 950px;
}
#footerNav {
	text-align: right;
	width: 250px;
	float: right;
	margin-right: 20px;
}
#footerNav a:link {
	color: #FFFFFF;
	font-weight: normal;
}
#footerNav a:visited {
	color: #0F4A6C;
	font-weight: normal;
}
#footerNav a:hover {
	color: #59A6C2;
	font-weight: normal;
}
#footerNav a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#copyright {
	text-align: left;
	width: 600px;
	float: left;
	padding-left: 24px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #101D2D;
}
h1 {
	font-size: .95em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #101D2D;
}
h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #101D2D;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #101D2D;
}
a:link {
	font-weight: bold;
	color: #101D2D;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #8996a0;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #8996a0;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 135px;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 135px;
	top: 0;
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	/* solid background color 
	background: #101D2D;
*/
/* transparent background img and repeat */
	
	padding: 3px;
	background-image: url(../images/nav/nav-bg.gif);
	background-repeat: repeat;
}
#mainNav li ul a:link {
	color: #0F4A6C;
}
#mainNav li ul a:visited {
	color: #FFFFFF;
}
#mainNav li ul a:hover {
	color: #59A6C2;
}
#mainNav li ul a:active {
	color: #FFFFFF;
}
li:hover ul, li.over ul {
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
.bold {
	font-weight: bold;
	text-align: left;
}
.italics {
	font-style: italic;
}
