@import url("/local/css/base.css"); /* RESET EVERYTHING */
@import url("/local/css/typography.css"); 

body
{
	background-image: url(/local/images/bg_body.png);
	background-repeat: repeat-x;
	background-color: #0F0F0F;
}

/* all typography moved to dedicated style sheet so its easiuer to control */

.accessible
{
	display: none;
}

body .bodyStd 
{
	background-color: #0F0F0F;
}

.bodyStd #container 
{
	background-image: url(/local/images/bg_container.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}

.bodyStd #header 
{
	background-image: url(/local/images/bg_header_ahd.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 162px;
	clear: both;
	
}

.bodyStd #headerLeftFloat 
{
	float: left;
}

.bodyStd #headerRightFloat 
{
	float: right;
}

.bodyStd #mainContent 
{
	background-image: url(/local/images/bg_content.png);
	background-repeat: no-repeat;
	min-height: 572px;
	width: 940px;
	clear: both;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;	
}

.bodyStd #homeContainer /* alter margins for slideshow to make full width */ 
{
	margin: 0 -25px;
}

.bodyStd #footer 
{
	background-image: url(/local/images/bg_footer.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
	padding: 5px;
	clear: both;
	text-align: center;
	background-color: #0F0F0F;	
}

.bodyStd #footer a 
{
	color:#FFF; text-decoration:none; border:none;
}

.bodyStd #footer a:hover 
{
	text-decoration:underline;
}

.bodyStd #footertext p, 
.bodyStd #footertext a, 
.bodyStd #footertext a:hover  
{
	color: #666666;
}

.bodyStd #footertext a.lightgrey
{
	color: #ddd;
}

.centre
{
	text-align: center;
}

.red
{
	color: #E00;
}

.grey
{
	color: #6b6b6b;
}

.lightgrey
{
	color: #DDD;
}

.white
{
	color: #FFF;
}

/*	DynamicDrive Tooltip styles	*/
#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
/* DynamicDrive Tooltip styles*/

