/******* 
colors

Logo Red: 9d1c20

Tan: c4ba8c

Nav-top: ccc
Nav Grey: 888

*******/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

body {
	background: url(../images/bg_page.png) #fff no-repeat;
	background-position: top center;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: .75em;
	letter-spacing: .03em;
	line-height: 1.35em;
	text-align: center;
}

ul {
	list-style-position: inside;
}

/*******  Eliminate border on links  *******/
a:active, a:focus {
	outline: none;
}

a {
	text-decoration: none;
}

#Wrapper {
	background-color: #fff;
	width: 850px;
	display: inline-block;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #555;
}

#Header {
    width: 850px;
	height: 250px;
	background: url(../images/header.jpg) no-repeat;
	text-align: left;
	color: #fff;
	letter-spacing: .02em;
}

	#HeaderContent {
		position: absolute;
		width: 830px;
		height: 230px;
		margin: 10px;
	}
	
	#HeaderContent h1 {
		font-size: 2.5em;
		line-height: 1em;
		font-weight: bold;
	}

	#HeaderContent span {
		color: #9d1c20;
	}
	
	#HeaderContent ul {
		margin: 15px 0px 0px 40px;
	}
	
	#HeaderContent li {
		font-size: 1.4em;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		color: #000;
	}
	
	#HeaderContent a {
		color: #9d1c20;
	}
	
	#HeaderContent a:hover {
		color: #000;
	}
	
		#PhoneWrapper {
			width: 300px;
			height: 35px;
			margin: 44px auto 0px auto;
		}
		
			#PhoneLeft {
				float: left;
				width: 35px;
				height: 35px;
			}
			
			#PhoneRight {
				float: right;
				width: 255px;
				height: 35px;
				line-height: 35px;
				font-size: 2.5em;
				font-weight: bold;
			}
			
			#PhoneRight span {
				color: #9d1c20;
			}

#Nav {
	width: 850px;
	height: 35px;
	line-height: 35px;
	background-color: #888; 
	border-top: 4px solid #ccc;
}

	#Nav p {
		display: inline;
		font-size: 1.2em;
		letter-spacing: .03em;
		font-weight: bold;
		padding: 0px 15px 0px 15px;
	}
	
	#Nav a {
		color: #000;
	}
	
	#Nav a:hover {
		color: #9d1c20;
	}

#Content {
	width: 830px;
	display: inline-block;
	text-align: left;
	padding: 10px;
	font-size: 1.2em;
}

	#Content h1 {
		font-size: 2em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 0px 0px 10px 0px;
	}
	
	#Content p {
		margin: 0px 0px 10px 0px;
	}
	
	#Content a {
		color: #9d1c20;
	}
	
	#Content a:hover {
		color: #000;
	}

	#ContentLeft {
		float: left;
		width: 68%;
		letter-spacing: normal;
		word-spacing: normal;
		text-align: justify;
	}
	
	#ContentLeft ol {
		margin: 16px 0px 0px 30px;
	}
	
	#ContentLeft li {
		padding: 0px 0px 20px 0px;
	}
	
	#ContentRight {
		float: right;
		width: 29%;
		margin: 5px 5px 0px 0px;
	}
	
	#GalleryLeft {
		float: left;
		width: 280px;
	}
	
	#GalleryRight {
		float: right;
		width: 525px;
		margin: 0px 10px 0px 0px;
	}
	
	#Date {
		float: right;
		width: 200px;
		text-align: right;
		font-weight: bold;
		margin: 10px 68px 0px 0px;
	}
	
	#NATE {
		width: 100%;
		text-align: center;
		padding: 5px 0px 0px 0px;
	}


#Footer {
	background: url(../images/bg_footer.gif) repeat-x;
	width: 850px;
	height: 34px;
	line-height: 30px;
}

#Copyright {
	width: 850px;
	height: 25px;
	line-height: 25px;
	font-family: tahoma;
	font-size: 1em;
	text-align: center;
	color: #474747;
	margin: 0px auto 30px auto;
}

#Copyright span {
	font-weight: bold;
}

#Copyright a {
	color: #474747;
}

#Copyright a:hover {
	color: #9d1c20;
}

	/*******  Begin Forms  *******/
	form { margin: 20px 0px 0px 0px; }

	.FormWrapper {
		width: 700px;
		margin: 10px 0px 0px 60px;
		padding: 20px 0px 20px 0px;
	}
	
	.FormWrapper p {
		margin: 0px 14px 10px 14px !important;
		line-height: 1.4em;
		letter-spacing: normal;
		word-spacing: normal;
		text-align: justify;
	}

	.Fieldset {
		position: relative;
		width: 700px;
		border: 1px solid #888;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
		/*background-color: #999*/
	}
	
	.Legend {
		position: absolute;
		z-index: 10;
		font-size: 1.2em;
		font-weight: bold;
		/*background-color: #444;*/
		background-color: #9d1c20;
		color: #fff;
		margin: -16px 0px 0px 14px;
		padding: 5px 10px 5px 10px;
		border: 1px solid #888;
	}
	
	.ContactTable {
		width: 96%;
		margin: 20px auto 0px auto;
	}

	.ContactTable td {
		padding: 4px;
	}

	.ContactTable span {
		color: red;
		font-weight: bold;
		font-size: 14px;
	}
	
	.TowerTable {
		width: 410px;
		margin: 20px 0px 0px 14px;
	}

	.TowerTable td {
		padding: 4px;
	}

	.TowerTable span {
		color: red;
		font-weight: bold;
		font-size: 14px;
	}

	.FormField {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		width: 170px; 
		border: 1px solid #2c68a5;	
		padding: 2px;
	}
	
	.DropDown {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		width: 175px; 
		border: 1px solid #2c68a5;
		background-color: #ededed;
		padding: 2px;
	}
	
	.FormField120 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		width: 120px; 
		border: 1px solid #2c68a5;	
		padding: 2px;
	}
	
	.FormField100 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		width: 100px; 
		border: 1px solid #2c68a5;	
		padding: 2px;
	}

	.TextArea {
		font-family: Arial, Helvetica, Geneva, sans-serif; 
		font-size: 11px;
		width: 660px; 
		height: 80px;
		border: 1px solid #2c68a5;
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 0px 4px;
		background-color: #ededed;
		overflow: hidden;
	}

	.Submit { 
		font-family: Arial, Helvetica, Geneva, sans-serif; 
		font-size: 11px;
		color: #000;
		background-color: #cfcfcf;	
		width: 80px; 
		height: 20px;
		border: 1px solid #0350a9;
		margin: 10px 0px 10px 0px;
		cursor: pointer;
	}

	.Submit:hover {
		background-color: #2c68a5;
		color: #fff;
		border: 1px solid #000;
	}

	/*******  End Forms  *******/

.Bold {
	font-weight: bold;
}

.Red {
	color: #9d1c20;
}

.BorderGrey {
	border: 1px solid #555;
}

.FloatRight {
	float: right;
	margin: 25px 15px 0px 0px;
}

.SmallText {
	font-size: .75em;
}

/*******  Photo Gallery  *******/
#GalleryWrapper {
	width: 830px;
	display: inline-block;
	border: 1px solid #000;
}

.noscript {
	display: none;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	float: right;
	width: 525px;
	margin: 0px 5px 20px 0px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.controls {
	float: right;
	width: 520px;
	height: 18px;
}

div.controls a {
	padding: 0px 8px 0px 8px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.slideshow-container {
	position: relative;
	clear: both;
	width: 525px;
	height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin: 0px 0px 0px 0px;
}

div.loader {
	position: absolute;
	background: url(../images/loader.gif) no-repeat;
	width: 525px;
	height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	position: absolute;
	margin: 5px 0px 5px 0px;
	width: 532px;
	height: 398px;
}
div.slideshow a.advance-link {
	
	width: 525px;
	height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
	/* line-height: 338px;  This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {	
	position: absolute;
	border: 1px solid #555;
	width: 525px;
	height: 394px;
}


div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: inline-block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/*******  /Photo Gallery  *******/









/*******  This Space Intentionally Left Blank  *******/