/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image:url(../images/grad_bg.gif);
	background-repeat: repeat-x;
}
a {
	font-size: 11px;
	color: #CC3366;
	font-weight: normal;
}
a:visited {
	color: #CC3366;
}
a:hover {
	color: #FF9966;
}
a:active {
	color: #CC3366;
}
h1 {
	font-size: 25px;
	color: #CC3366;
	font-weight: normal;
	font-family: "Monotype Corsiva", Georgia;
	margin-top: 0px;
}
h2 {
	font-size: 35px;
	color: #CC3366;
	font-weight: normal;
	font-family: "Monotype Corsiva", Georgia;
	margin-top: 7px;
	margin-bottom: 10px;
	padding-right: 10px;
}
h3 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
h4 {
	font-size: 12px;
	color: #555555;
	margin-bottom: 5px;
	margin-top: 25px;
}
h5 {
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 3px;
	background-color: #555555;
}
h6 {
	font-size: 10px;
	color: #CC3366;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Div Ids */

#container {
	width: 770px;
	text-align: left;
}
#header {
	height: 100px;
}
#logo {
	float: left;
}
#menu {
	width: 520px;
	float: right;
	padding-top: 41px;
}
#leftMenu {
	width: 130px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content {
	padding: 50px 30px 50px 30px;
	line-height: 130%;
	background-color: #FFFFFF;
	border: 15px solid #444444;
}
#rightContent {
	padding-left: 20px;
}
#footer {
	font-size: 9px;
	text-align: right;
	padding-top: 3px;
	color: #666666;
}
#imageSetLinks {
	padding: 10px 10px 10px 35px;
}

/* Custom Styles */

.menuItem {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 5px solid #171717;
	border-left: 1px solid #171717;
	cursor: pointer;
	padding: 0px 16px 1px 16px;
	color: #FFFFFF;
}
.menuItemCurrent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 5px solid #CC3366;
	border-left: 1px solid #171717;
	cursor: pointer;
	padding: 0px 16px 1px 16px;
	color: #FFFFFF;
}

.subMenuSub {
	padding-left: 8px;
}
a.subMenuSub {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
a.subMenuSub:hover {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

.photo {
	border: 5px solid #FFFFFF;
	border-bottom: 50px solid #FFFFFF;
}

a.smallLink, a.smallLink:visited, a.smallLink:active {
	font-size: 9px;
	color: #666666;
}
a.smallLink:hover {
	font-size: 9px;
	color: #CC3366;
}

a.left {
	font-size: 11px;
	color: #CC3366;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
}
a.left:visited {
	color: #CC3366;
}
a.left:hover {
	color: #000000;
	text-decoration: underline;
}
a.left:active {
	color: #CC3366;
}

.photo {
	border: 2px solid #000000;
}
.thumbnail {
	cursor: pointer;
	max-width: 150px;
}
.thumbnailDiv {
	border: 2px solid #000000;
	height: 60px;
	width: 60px;
	overflow: hidden;
}
.thumbnailDivCurrent {
	border: 2px solid #CC3366;
	height: 60px;
	width: 60px;
	overflow: hidden;
}
.galleryCurrent {
	border: 10px solid #000000;
/*	max-height: 300px;
	max-width: 250px;
	width: expression(250 + "px");*/
}

.headRow {
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px;
	background-color: #555555;
}
.section {
	background-color: #CCCCCC;
	font-size: 10px;
	padding: 5px;
}
.sectionPic {
	padding: 0px 5px 0px 0px;
}
a.learnMore {
	font-size: 10px;
}
.white {
	width: 3px;
	background-color: #FFFFFF;
}