/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	background: #555 url(../../images/mainBg.gif) top center repeat-y;
	font-size: 0.75em;
}

A:link{
	color:#FFFFFF;
	text-decoration:underline;
}

A:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

A:hover{
	color:#ccc;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	margin-bottom: 10px;
	margin-top:5px;
	font-size: 1.5em;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color:#FFFFFF;
	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: 166px;
	width: 740px;
	background: url(../../images/header.gif);
}

#flashText {
	height: 120px;
	width: 330px;
	z-index: 1;
	position: absolute;
	left: 170px;
	top: 35px;
}

#logo {
	clear: both;
	float: left;
	width: 154px;
	height: 166px;
}

#navHolder {
	float: right;
}

#contentContainer {
	margin-top: 10px;
	width: 740px;
	overflow: hidden;
}

* html #contentContainer {
	overflow: visible;
}

#middleBar {
	background: url(../../images/middleBarBg.png) 0px 7px repeat-x;
	height: 240px;
	color: #fff;
}

	#middleBarText {
		padding: 10px 10px 0px 0px;
	}

#flashSlideshow {
	width: 320px;
	height: 220px;
	float: left;
}

#contentCentre {
	color: #ccc;
	clear: both;
	padding: 0px 50px 20px 50px;
}

#contentCentre img {
	float: right;
	margin: 0px 0px 10px 10px;
}

#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;
}

/* 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: 5px 5px 5px 20px;
	display: block;
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 0.9em;
	width: 190px;
}

#navigation a:hover {
	background: #000;
}

/* Class Styles
--------------------------------------------------------------- */

.backToNav {
font-size: 0.8em;
clear: both;
text-align: right;
}

.freephone {

color: #ffcd01;
font-size: 1.4em;
display:block;

}

#index-flash {
float: right; padding-left: 0px;
width: 320px;
height: 240px;
border: 1px solid #666;
margin-left:15px;

}

#seoFooter {
	border-top: 1px solid #777;
	padding: 10px 10px;
	color: #777;
}

	#seoFooter ul {
		width: 140px;
		float: left;
		margin: 0px 0px 0px 20px;
		padding-bottom:15px;
	}

	#seoFooter #keywords {
		float: left;
		width: 490px;
	}
	
	#seoFooter #locations {
		float: left;
		width: 210px;
	}
	
#phonenumber{
	position:absolute;
	top:310px;
	left:125px;
	color: #ffd764;
	text-align: center;
	font-size: 1.9em;
}