/* CSS Document */

body
	{
		background-image:url(../images/background.jpg);
		background-repeat:repeat-x;
		background-color:#e6e6ff;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.9em;
		color:#001144;
	}
	
div.bottom
	{
		position:relative;
		top:660px;
		left:-575px;
	}

.galleryContent
	{
		position:relative;
		top:35px;
		height:325px;
		width:800px;
		margin-left:50px;
		float:left;
		z-index:40;	
	}

.equipContent
	{
		position:relative;
		top:15px;
		width:500px;
		height:350px;
		overflow:auto;
		float:left;	

	}
	
div.gallery
	{
		position:relative;
		top:0px;
		width:210px;
		float:left;
		margin-left:75px;
		margin-right:auto;
		z-index:100;
	}

table.gallery
	{
		width:190px;
		margin-left:auto;
		margin-right:auto;
	}

.blogContent
	{
		position:relative;
		top:35px;
		height:325px;
		width:800px;
		left:90px;
		float:left;
		z-index:40;
	}

.container
	{
		width:1000px;
		text-align:left;
		margin:0 auto;
	}
	
.leftShadow
	{
		position:relative;
		top:-15px;
		float:left;
		width:23px;
	}

div.header
	{
		position:absolute;
		top:-210px;
		left:-1px;
		overflow:hidden;
		line-height:0px;
		width:950px;
		border: solid 1px #001144;
	}
	
h1.header, h2.header
	{
		display:none;
	}

.innerContainer
{
		width:950px;
		height:460px;
		position:relative;
		top:-5px;
		float:left;
}

.contentBack
	{
		width:950px;
		height:438px;
		position:relative;
		top:200px;
		background-image:url(../images/contentBack.jpg);
		border: solid 1px #001144;
		float:left;
	}
	
	div.menu
		{
/*			width:110px; */
      padding-right: 13px;
			float:left;
			text-align:center;
			}
	
div.mainNav
	{
	position:absolute;
	top:2px;
	left:0px;
	color:white;
	font-size:1.20em;
	margin-left:35px;
	z-index:5;
	}
	
	

.content
	{
		position:relative;
		top:35px;
		height:325px;
		width:600px;
		margin-left:175px;
	}
	
table.mainNav
	{
		width:450px;
		font-weight:bold;
	}
	
.contentContainer
	{
		float:left;
	}
	
ul
	{
		list-style:square;
	}
.rightShadow
	{
		position:relative;
		top:-15px;
		float:left;
		width:23px;
	}
	
.floatClear
	{
		clear:both;
	}
	
.bottomShadow
	{	
		width:952px;
		position:relative;
		top:200px;
	}
	
.HWS
{
	position:relative;
	top:200px;
	width:952px;
	text-align:center;
}
	
.bottomShadowGallery
	{	
		width:952px;
		height:13px;
		background-image:url(../images/bottomshadow.jpg);
		background-repeat:repeat-x;
		position:absolute;
		top:439px;
		left:-1px;
	}
a:link, a:visited, a:active
	{
		color:#FFF;
		text-decoration:none;
	}
	
a:hover{
			color:#ee0033;
			text-decoration:none;
		}
		
a.bottomLink:link, a.bottomLink:visited, a.bottomLink:active
	{
		color:#ee0033;
		text-decoration:none;
	}
			
a.bottomLink:hover
	{
		color:#ee0033;
	}
		
/* SLIMBOX */
#lbOverlay
{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:1000;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:1000;
}

.lbLoading
{
	background: #fff url(../images/loading.gif) no-repeat center;
	z-index:1000;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index:1000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index:1000;
}

#lbPrevLink {
	left: 0;
	z-index:1000;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
	z-index:10;
}

#lbNextLink {
	right: 0;
	z-index:1000;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
	z-index:1000;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	z-index:1000;
}

div.login
{
	position:relative;
	top:-425px;
	left:350px;
	background-image:none;
	color:#FFFFFF;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	z-index:1000;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index:1000;
}

#lbCaption {
	font-weight: bold;
	z-index:1000;
}