@charset "UTF-8";
/* CSS Document */


*
{
	padding: 0;
	margin: 0;
	list-style: none;
}


body
{
	background: url(images/bgHeroImg.jpg) #000 no-repeat 50% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

	
/* ******************************************************************************************* */
/* *********************************   POSITION CONTENT   ************************************ */
/* ******************************************************************************************* */
#centre
{
	width: 100%;
}
	
	
#content_positioner
{
	width: 90%;
}
	

#content_vid
{
	width: 100%;
}

#content
{
	width: 100%;
}

/* ******************************************************************************************* */
/* ************************************   TEXT STYLES   ************************************** */
/* ******************************************************************************************* */	
	

h1 {
	font-size: 1.6em;
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
	}
	
h2 {
	font-size: 1.1em;
	margin: 0 0 10px;
	display: block;
	text-transform: uppercase;
	}
	
h3 {
	font-size: 1em;
	display: block;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #999999;
	text-transform: uppercase;
	}
	
	
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 20px;
	color:#666666;
	}
	
#content ul {
	margin: 0 0 20px;
	display: block;
	}


#content li {
	margin: 0 0 10px;
	display: block;
	}

	
/* ******************************************************************************************* */
/* **********************************   NAV SIMPLE TABS   ************************************ */
/* ******************************************************************************************* */
#nav
 		{
		display: none;
		}		


