/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	background: #2f3641 url(../../images/mainBg.jpg) top center repeat-y;
	font-size: 0.75em;
}

A:link{
	color:#ccc;
	text-decoration:none;
}

A:visited {
	color:#ccc;
	text-decoration:none;
}

A:hover{
	color:#ccc;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6699CC;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Layout Styles
--------------------------------------------------------------- */

#firefoxWidthFix {
	position:absolute;
	top:0;
	height:100%;
	padding:0 0 1px;
}

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#skipToContent {
	float: right;
	width: 200px;
}

#skipToContent a {
	color: #fff;
	text-decoration: none;
}

#header {
	height: 176px;
	width: 740px;
	background: url(../../images/header.png) no-repeat;
}

#flashText {
	height: 120px;
	width: 330px;
	z-index: 1;
	position: absolute;
	left: 410px;
	top: 35px;
}

#logo {
	clear: both;
	float: right;
	width: 475px;
	height: 176px;
	margin-right: 3px;
}

#navHolder {
	float: left;
}

#contentContainer {
	margin-top: 10px;
	width: 740px;
	overflow: hidden;
	float: left;
}

* html #contentContainer {
	overflow: visible;
}

#flashSlideshow {
	width: 740px;
	height: 300px;
	font-size: 1px;
}

#contentCentre {
	color: #ccc;
	padding: 20px 100px 20px 100px;
}

	#nowOffering {
		text-align: center;
		background: #111;
		padding: 10px 20px;
		color: #ccc;
		border: 1px solid #444;
	}
	
		#nowOffering a {
			color: #FFFF00;
		}

#contentCentre img {
	float: right;
	margin: 0px 10px 10px 0px;
}

	#contentCentre #nowOffering img {
		float: none;
	}

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	color: #666;
	font-size: 0.9em;
	border-top: 1px solid #666;
}

#footer a {
	color: #666;
}

#footer p {
	margin: 0px;
}

#footer img {
	float: right;
	border: none;
}


#footer a:hover {
	color: #888;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer a#skipToNav {
	font-size: 0.8em;
	text-align: right;
}

/* Navigation Styles
--------------------------------------------------------------- */


#navigation {
	margin-top: 23px;
}

 #navigation ul {
	  margin: 0px;
	  list-style: none;
	  padding: 0px;
}

#navigation li {
      margin: 0px;
}
	  
#navigation a {
	color: #fff;
    text-decoration:none;
	padding: 6px 5px 5px 10px;
	display: block;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 0.9em;
	width: 240px;
}

#navigation a:hover {
	background: #000;
}

#navigation a#skipToNav {
	font-size: 0.8em;
	text-align: right;
	letter-spacing: 1px;
	padding: 3px 15px 2px 0px;
}

/* Class Styles
--------------------------------------------------------------- */

.backToNav {
font-size: 0.8em;
float: right;
}

.freephone {
letter-spacing: 5px;
color: #666;
text-align: center;
font-size: 3em;
}

.boldGrey {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #999;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bold {
font-weight: bold;
letter-spacing: 1px;
}

.clearFix {
	clear: both;
}