/*Generic*/
*
{
	margin: 0px;
	padding: 0px;
}
IMG
{
	border: none;
}
BODY
{
	font-family: Georgia, Helvetica, serif;
	font-size: 16px;
	background-color: #000000;
	color: #948A54;
	margin: 5px 0px 0px;
}
H1
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 5px;
}
H2
{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px;
}
H3
{
	margin: 0px 0px 5px;
	font-size: 16px;
}
.gallery_text
{
	margin: 0px 0px 5px;
	font-size: 18px;
	font-weight: bold;
}
P
{
	margin: 0px 0px 10px;
}
A
{
	text-decoration: none;
	color: #948A54;
	outline: none;
}
A:HOVER
{
	text-decoration: underline;
}
A:VISITED
{
	color: #948A54;
}
A:VISITED:hover
{
	text-decoration: underline;
}
/*IDs*/
DIV#outer
{
	width: 100%;
	text-align: left;
}
DIV#wrapper
{
	width: 960px;
	margin: auto;
	clear: both;
}
DIV#header
{
	height: 100px;
	width: 995px;
	text-align: center;
}
DIV#header_menu
{
	background-image: url(../images/bg.menus.png);
	height: 35px;
	width: 960px;
}
DIV#ddContainer
{
	position: relative;
	top: 130px;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	z-index: 1002;
}
DIV#content
{
	padding: 5px 0 0;
	text-align: left;
	height: 480px;
}
DIV#teamlarge
{
	width: 465px;
	height: 465px;
	border-top: 5px solid #000000;
	visibility: hidden;
	float: left;
}
DIV#imagelarge
{
	width: 475px;
	height: 475px;
	float: left;
}
DIV#contentRight
{
	float: right;
	width: 460px;
	height: 478px;
}
DIV#galleryLarge
{
	float: left;
	visibility: hidden;
}
DIV#galleryThumbs
{
	float: right;
	width: 480px;
	padding: 0px;
	margin: 0px;
}
DIV#galleryDetails .details
{
	width: 960px;
}
#galleryThumbs IMG
{
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#galleryThumbs .spacer
{
	height: 12px;
	line-height: 12px;
}
DIV#thumbs
{
	position: relative;
	top: 360px;
	float: right;
}
#thumbs IMG
{
	cursor: pointer;
	display: inline;
	margin: 0 0 0 5px;
	float: left;
}
DIV#divider
{
	height: 5px;
	line-height: 5px;
	background-color: #948A54;
	margin: 0 0 10px;
	clear: both;
	position: relative;
	top: 5px;
}
DIV#footer
{
	width: 960px;
	color: #948A54;
	margin: auto;
	clear: both;
	padding-top: 10px;
}
#gallery1 #gallery2 #gallery3 #gallery4 #homeGallery
{
	position: relative;
	visibility: hidden;
}
DIV#simplegallery1, DIV#simplegallery3
{
	margin-bottom: 5px;
	color: #000000;
}
DIV#simplegallery2, DIV#simplegallery4
{
	color: #000000;
}
/*Classes*/
.darkGreen
{
	color: #00853F;
}
.paleGrey
{
	color: #E6E6E6;
}
.blueText
{
	color: #283C7D;
}
.large
{
	position: absolute;
}
.details
{
	position: absolute;
	background-color: #000000;
	width: 460px;
	display: none;
}
.awardsItem
{
	border-bottom: 1px dashed #938953;
	height: 110px;
	width: 358px;
	float: left;
}
.pressItem
{
	clear: both;
	position: relative;
	top: 10px;
}
.pressSpacer
{
	height: 5px;
	line-height: 5px;
	clear: both;
}
.item
{
	border-bottom: 1px dashed #938953;
	float: right;
	width: 830px;
	height: 110px;
}
.itemImage
{
	float: left;
	margin: 0px 12px 0 0;
}
.imagethumb
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 10px;
	height: 110px;
}
