@charset "utf-8";
/* CSS Document */

/* basic framework */

body {
	background: url(../i/bg.png) repeat-x top #9c0011;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
}

a {
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;	
}

#hold {
	width: 850px;
	padding-left: 14px;
	padding-right: 14px;
	margin: 0px auto;
	position: relative;
}

#holdTop {
	background: url(../i/holdTop.png) no-repeat;
	height: 28px;
	width: 878px;
	margin: 0px auto;
}

#holdLeft {
	position: absolute;
	background: url(../i/bg_left.png) repeat-y;
	width: 14px;
	height: 100%;
	top: 0px;
	left: 0px;
}

#holdRight {
	position: absolute;
	background: url(../i/bg_right.png) repeat-y;
	width: 14px;
	height: 100%;
	top: 0px;
	right: 0px;
}

#holdBottom {
	background: url(../i/holdBottom.png) no-repeat;
	height: 26px;
	width: 878px;
	margin: 0px auto;
	clear: both;
}

#whiteHold {
	background: white;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #8e0000;
	font-family: Helvetica, sans-serif;
	font-size: 50px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	/*letter-spacing: 2px;*/
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #8e0000;
}

#footerText {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #858585;
}

#footerText p {
	margin: 0px;
}

#footerText a {
	color: #858585;
	text-decoration: none;
}

#footerText a:hover {
	color: black;
	text-decoration: underline;
}

#footer {
	width: 850px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 20px;
}

#logo {
	padding-top: 27px;
	padding-left: 60px;
	padding-bottom: 24px;
}

#picBorderTop {
	position: absolute;
	z-index: 10;
	top: 70px;
	width: 850px;
	height: 19px;
}

#nav {
	background: url(../i/navBG.gif) no-repeat;
	width: 840px;
	height: 35px;
	padding-top: 5px;
	padding-left: 10px;
}

#nav a {
	float: left;
	border-right: 1px solid #a0a0a0;
}

#nav a.last {
	border-right: none;
}

#home-pic {
	position: relative;
	z-index: 1;
	background: url(../i/heroHome.jpg) no-repeat;
	width: 850px;
	height: 258px;
}

#home-pic .headline {
	z-index: 15;
	position: absolute;
	top: 90px;
	left: 75px;
}

#interior-pic {
	position: relative;
	z-index: 1;
	width: 850px;
	height: 167px;
}

#callout {
	background: url(../i/calloutBG.png) no-repeat;
	width: 210px;
	height: 150px;
	padding: 25px;
	float: left;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 30px;
}

#homeMain {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;	
}

#mainHeadline {
	margin-bottom: 20px;
	margin-left: 1px;
}

.calloutRow {
	clear: both;
}

.calloutRow .icon {
	width: 41px;
	text-align: right;
	float: left;
	margin-bottom: 14px;
}

.calloutRow .description {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-top: 8px;
	padding-left: 50px;
}

.calloutRow .description a {
	text-decoration: none;
	color: black;
}

.calloutRow .description a:hover {
	text-decoration: underline;
	color: blue;
}

#contentHold {
	padding: 30px;
}

#content {
	margin-top: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

#content p {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

.aboutHead {
	padding-top: 4px;
	letter-spacing: 4px;
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	color: #606060;
}