@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	padding:0;
	margin:0;
	background-color:#000000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height:181px;
	background-image:url(../images/header.jpg);
	background-repeat: repeat-x;
	z-index:10;
}

#tour {
	position:absolute;
	width:117px;
	height:32px;
	left: 850px;
}

#logo {
	float: left;
	width: 256px;
	height: 133px;
	margin-top: 25px;
}

#navBar {
	float: right;
	width: 680px;
	height: 40px;
	margin-top: 50px;
	padding-top: 10px;
	overflow:visible;
}

#stripe {
	position: relative;
	width: 100%;
	height:54px;
	background-color:#B75413;
	border-top:solid #7E380C 3px;
	border-bottom:solid #7E380C 3px;
	clear:both;
	z-index: 0;
	
}

#welcome {
	float: left;
	height: 54px;
}

#contentWrapper {
	position:relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	text-align: left;
}

#gallery {
	position: absolute;
	width: 504px;
	height: 600px;
	background-image:url(../images/tileHome.jpg);
	background-repeat:no-repeat;
	left: 410px;
	top: -15px;
	z-index: 1;
}



#vert {
	position: absolute;
	width: 344px;
	height: 506px;
	left: 596px;
	top: -25px;
	z-index: 1;
}

#horz {
	position: absolute;
	width: 456px;
	height: 394px;
	left: 470px;
	top: -25px;
	z-index: 1;
}

#quote {
	position: absolute;
	width: 410px;
	left: 0px;
	top: 65px;
}

#columnLeft {
	width: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 575px;
	background-color: pink;
}

#columnLeftV {
	float: left;
	width: 588px;
	margin-bottom: 20px;
}

#columnLeftH {
	float: left;
	width: 480px;
	height: 800px;
	background-color: pink;
}

#columnRightV {
	float: right;
	width: 344px;
	margin-top: 481px;
}

#columnRightH {
	float: right;
	width: 450px;
	padding-top: 380px;
	background-color: red;
}

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	background-color: #232323;
}

.bold {
	font-weight: bold;
}

.center {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.clearIt {
	clear: both;
}



.diamond {
	list-style-type: none;
	height: 20px;
	background: url(../images/diamondBullet.jpg) no-repeat left;
	padding-left: 20px;
}

.plain {
	list-style-type: none;
	height: 20px;
	background: url(../images/whiteDiamond.jpg) no-repeat left;
	padding-left: 20px;
}

.italic {
	font-size: 11px;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

.textLink {
	color: #B75413;
	text-decoration:underline;
	font-weight:bold;}
