body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	background-image: url(/data/website/Images/gradientL.png);
	background-repeat: repeat-x;
}

#main
{
	width: 780px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 760px;
	height: 70px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
	visibility: visible;
}

#header h1
{
	position: absolute;
	bottom: 12px;
	right: 18px;
	font-size: 46px;
	color: white;
	margin-bottom: 0px;
}

#header h1.shadow
{
	color: black;
	bottom: 10px;
	right: 20px;
	opacity: 0.18;
	-moz-opacity: 0.18;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=18);
}

#header h1.shadow2
{
	color: black;
	bottom: 9px;
	right: 21px;
	opacity: 0.12;
	-moz-opacity: 0.12;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
}

#header h1.shadow3
{
	color: black;
	bottom: 7px;
	right: 23px;
	opacity: 0.08;
	-moz-opacity: 0.08;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8);
}

#nav
{
	width: 780px;
	height: 25px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	background-color: #D6CECC;
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 100%;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 151px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid black;
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	display: block;
	color: gray;
	text-decoration: none;
}

div#nav ul li.last
{
	border-right: 0px;
	width: 152px;
}

div#nav ul li a:hover
{
	color: white;
	background-color: #006647;
}

#sidebar
{
	position: absolute;
	top: 268px;
	left: 77px;
	width: 141px;
	padding: 5px;
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 12px;
	background-image: url(../../Images/beach.png);
	visibility: visible;
}

#sidebar ul
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;
	
}

#sidebar li
{
	margin: 4px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
	background-position: bottom;
	list-style: none;
	text-indent: 0px;
}

#sidebar ul ol
{
	margin-left: 8px;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 4px;
	font-weight: normal;
}

#sidebar h2
{
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
	padding-bottom: 2px;
}


div#sidebar ul li a
{
	width: 100%;
	display: block;
	color: gray;
	text-decoration: none;
}

div#sidebar ul li a:hover
{
	color: white;
	background-color: #006647;
}

#white
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	position: relative;
}


#content a, #footer a
{
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../../Images/linkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content
{
	float: right;
	width: 590px;
	margin-right: 6px;
	margin-right: 4px;
	

}

#content h2
{
	text-align: center;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 14px;
}

#content h3
{
	text-align: center;
	font-size: 15px;
	color: #cccccc;
	margin-top: 0px;
	margin-bottom: 14px;
}

#content .leftColumn
{
	width: 267px;
	float: left;
	text-align: left;
}

#content .rightColumn
{
	width: 276px;
	float: right;
	margin-right: 14px;
	text-align: left;
}

#content p
{
	text-indent: 16px;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 16px;
}

#content p.continue
{
	text-indent: 0px;
}

#content p.heading
{
	font-weight: bold;
	text-indent: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
}

#content .pulloutspace
{
	width: 75px;
	height: 150px;
	float: right;
	padding: 5px;

}

#content .pullout
{
	width: 150px;
	padding: 5px;
	height: 150px;
	float: left;
	margin-left: -97px;
	_margin-left: -87px;
	_position: relative;
	text-align: center;
}

#content .pullout span.hack
{
	_position: absolute;
	_width: 160px;
	_height: 160px;
	_left: 0px;
}

#content .pullquote span
{
	_background-image: url(../../Images/pullquote.gif);
	_background-repeat: no-repeat;
}

#content .pullquote
{
	font-size: 16px;
	
	background-image: url(../../Images/pullquote.gif);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}

#content .pullout img
{
	border: 1px solid #cccccc;
}

#content span.caption
{
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	text-align: center;
}


#footer
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #fafafa;
	color: #cccccc;
	text-align: center;
}

#clear
{
	clear: both;
}

#footerImage
{
	width: 780px;
	height: 30px;
	background-image: url(../../Images/footer.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}
