/* CSS Document */

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

body, html {
	min-height: 101%;
}

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

a:link, a:visited, a:focus {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	margin:0;
	padding:0;
	margin-bottom:1px;
}

h2 {
	font-size: 1.8em;
	margin:0;
	padding-left:5px;
}

p {
	margin:0;
	padding:5px;
	line-height:1.5em;
}

a img{
	border: 1px solid #ccc;
	}

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

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

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

#header {
	font-size: 1px;
}

#navHolder {

}

#flashSlideshow {

}

#contentContainer {
	width: 740px;
	border-bottom:5px solid #5a5d6c;
}

#contentLeft {
	float: left;
	width:134px;
}


#contentRight {
	float: right;
	width:598px;
}

#contentText {
	width:570px;
	float:left;
	padding:20px 10px;
}

#gallery {
	float:left;
	margin:0px 0px 0px 15px;
	display:inline;
	}
	
	#gallery ul {
		float:left;
		width:420px;
		display:inline;
		list-style:none;	
		}
		
		#gallery ul li {
			border:none;
			color: #fff;
			float:left;
			display:inline;
			}
		
			#gallery ul li a {
				float:left;					
				margin:3px;				
				color: #ddd;
				padding:0px;
				}
				
		

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	color: #fff;
	background: #dc9028;
	font-size: 0.9em;
	margin-top:5px;
}

#footer a {
	color: #fff;
	text-decoration:underline;
}

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

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

#footer li {
	display: inline;
	margin: 0px;
}

#footer p {
	margin: 0px;
}

#footer img {
	float: right;
	margin-left: 1px;
	border: none;
}

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


#navigation {
	width:134px;
}

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

#navigation li {
	margin: 0px;
	padding:0;
}
	  
#navigation a {
    background: url(../../images/navBg.jpg) repeat-x #ce7700;
	color: #fff;
    text-decoration:none;
	padding: 14px 6px 3px 6px;
	font-weight: bold;
	border-right: 3px solid #8E481A;
	display:block;
	margin-bottom: 1px;
	text-align:right;
	width:119px;
	white-space:normal;
}

#navigation a:hover {
	background: #444;
	border-right: 3px solid #ce7700;
}

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

.img-left {
	border: 1px solid #fff;
	float: left;
	margin: 8px 10px 10px 0px;
}

.img-right {
	border: 1px solid #fff;
	float: right;
	margin: 8px 0px 10px 10px;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.clearboth{
	clear:both;
}
.freephone {
	float:left;
	font-size:2.1em;
	font-weight:bold;
	text-align:center;
	background:url(../../images/numberBg.jpg) top center no-repeat;
	width:300px;
	height:85px;
	color:#fff;
	margin:20px 0px 0px 130px;
	display:inline;
}

.freephone span {
	font-size:1.6em;
	display:block;
}

.cta {
	width:500px;
	height:60px;
	border:2px solid #5A5D6C;
	font-size:1.3em;
	text-align:left;
	margin:0 auto 20px auto;
	background:url(../../images/ctaBg.jpg) top center no-repeat;
	color:#fff;
}

.cta p {
	line-height:1.7em;
	padding-top:2px;
}

.cta span {
	font-size:1.8em;
	font-weight:bold;
}
