/* CSS Document */
/* CSS HACKS - _Attribute for IE6 only - *Attribute for IE7 only */
/* General Style Elements */

/* PNG fix for IE6 */
img, div, a, input { behavior: url(iepngfix.htc) }

html {
	height:100%;
}
body {
	min-width:700px;
	margin:0px;
	padding:0px;
	background: #353435 url('images/bg1.jpg') repeat-x top center;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	color:#E8E8E8;
	height:100%;
}
p {
	padding:0px 0px 12px 0px;
	margin:0px;
	font-size:12px;
	line-height:22px;
}
h1 {
	padding:0px 0px 5px 0px;
	margin:0px;
	font-size:18px;
}
h1.interior {
	padding-top:10px;
}
h3 {
	padding:0px;
	margin:0px;
	font:bold 12px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
div.lineText h3 {
	padding-bottom:3px;
}
ul {
	position:relative;
	left:8px;
	padding:16px 0 16px 0;
	margin:0px;
	line-height:22px;
	font-size:12px;
	list-style-position: outside;
	color:#fff;
}
ul.s2 {
	padding-top:0px;
}
.highlight {
	color:#B2B2B2;
}

/* SPACERS */
#spacer1 {
	position:relative;
	width:780px;
	height:115px;
}
#spacer2 {
	position:relative;
	width:780px;
	height:76px;
}
#gallerySpacer {
	position:relative;
	width:780px;
	height:375px;
}
#homeSpacer {
	position:relative;
	width:780px;
	height:472px;
}
.homeSpacerImage {
	float:left;
	width:566px;
}
.homeSpacerMenu {
	float:right;
	width:206px;
	padding:14px 0px 0px 7px;
}

/* STRUCTURE */
#hLBG {
	position:absolute;
	left:0px;
	right:0px;
	height:120px;
	top:130px;
	z-index:1;
	background: url('images/bg2.jpg') repeat-x top center;
}
#h1BG{
	position:absolute;
	left:0px;
	right:0px;
	height:245px;
	width:100%;
	z-index:2;
}
#can {
	position:relative;
	width:780px;
	text-align:left;
	height:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px; /* the bottom margin is the negative value of the footer's height */
	z-index:2;
}
#headerHome {
	position:relative;
	height:184px;
	left:20px;
	width:780px;
	z-index:3;
}
#header {
	position:relative;
	height:130px;
	width:780px;
	z-index:3;
}
#nav {
	position:relative;
	left:20px;
	height:130px;
	width:545px;
	z-index:5;
}
#content {
	position:relative;
	width:740px;
	margin:0px 20px 0px 20px;
	z-index:3;
	height:auto;
}
.col1 {
	position:relative;
	width:505px;
	background: url('images/cbg.jpg') repeat-x top center;
	float:left;
	padding:27px 20px 00px 20px;
	z-index:5;
	min-height:300px;
	_height:300px;
	_overflow: visible;
}
.col1Line {
	width:505px;
	float:left;
	padding-top:24px;
}
*html .col1 {
	top:-5px;
}
.lineIcon{
	float:left;
	width:140px;
}
.lineText{
	float:left;
	width:365px;
}
.lineText p {
	width:365px;
}
.noBG {
	background-image: none;;
}
.col2 {
	position:relative;
	float:right;
	width:175px;
	padding:27px 0 00px 20px;
	z-index:5;

}
#col1Foot {
	position:relative;
	width:545px;
	height:30px;
	background: url('images/cbgF.jpg') repeat-x top center;
	bottom:0px;
	z-index:1;
}
#footer {
	position:relative;
	left:0px;
	right:0px;
	height:46px;
	clear:both;
	z-index:1;
}
.push {
	position:relative;
	height:50px;
	width:780px;
	clear:both;
	z-index:0;
}
.footText {
	position:relative;
	width:780px;
	height:46px;
	margin-left:auto;
	margin-right:auto;
	background: url('images/footer.jpg') no-repeat bottom center;
	text-align:left;
	z-index:2;
	clear:both;
}
.ftC {
	float:left;
	font-size:11px;
	padding-top:28px;
	margin-left:505px;
	line-height:0px;
	z-index:4;
}
.ftL {
	position:relative;
	float:left;
	font-size:11px;
	padding-top:28px;
	margin-left:40px;
	line-height:0px;
	z-index:8;
}
*html .ftL {
	float:left;
	padding-top:20px;
	margin-left:20px;
}
*html .ftC {
	padding-top:20px;
	margin-left:292px;
}
div.homeSpacerMenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	left:0px;
}
div.homeSpacerMenu ul li {
	padding-bottom:6px;
}
div.homeSpacerMenu ul li a {
	text-decoration:none;
	border:none;
}
div.homeSpacerMenu ul li a:hover {
	text-decoration:none;
	border:none;
}
div.homeSpacerMenu ul li a img {
	border:none;
}
/* hack IE6 */
*html div.homeSpacerMenu ul li {
	padding-bottom:10px;
}
/* hack IE7 */
*:first-child+html div.homeSpacerMenu ul li {
	padding-bottom:10px;
}

/* LINKS */
a {
	color:#fff;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom: 1px solid #fff;
}
a:hover {
	border-bottom: 1px solid #C41230;
}
a.red {
	color:#D87466;
	text-decoration:none;
	padding:0px;
	border:none;
}
a.red:hover {
	color:#D87466;
	text-decoration:none;
	padding:0px;
	border:none;

}

