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

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 929px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #275b70;
	background-repeat: no-repeat;;
	background-position: 50% 0;
	padding-top: 10px;
}

#header {
	height: 320px;
	width: 925px;
	background: #fefaf5;
	background-position: 50% 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

#nav {
	width: 925px;
	height: 30px;
	background: #fefaf5;
	background-position: 50% 0;
	z-index: 100;
	padding: 2px;
}

#content-wrapper {
	width: 929px;
	background: #fefaf5;
	float: left;
}

#sidebar {
	width: 250px;
	float: left;
	background: #fefaf5;
	z-index: 1;
	padding-top: 18px;
	padding-left: 18px;
}

#content {
	width: 615px;
	float: left;
	background: #fefaf5;
	z-index: 2;
	padding-top: 23px;
	padding-right: 23px;
	padding-left: 23px;
}

#footer-photo {
	height: 97px;
	width: 925px;
	float: left;
	background: #fefaf5 url(../images/footer3.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 100;
	padding: 2px;
}

#footer {
	width: 909px;
	background: #275b70;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	top: 50%;
	left: 50%;
	padding: 10px;
}

a:link {
color: #653C1E;
}

a:visited {
color: #653C1E;
}

a:hover {
color: #275b70;
text-decoration: underline;
}

a:active {
color: #653C1E;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	text-transform: capitalize;
	color: #653C1E;
	text-decoration: none;
	font-style: normal;
	font-variant: small-caps;	
	padding-bottom: 12px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding-bottom: 12px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding-bottom: 12px;
	padding-left: 40px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding-bottom: 12px;
	padding-left: 40px;
}

.navText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	text-transform: none;
	color: #653C1E;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: .2pt;
	padding: 10px;
}
#nav a:hover {
	text-decoration: underline;
}
.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	text-transform: capitalize;
	color: #653C1E;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}
.normalText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.normalTextLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: underline;
	padding: 0px;
}
.normalTextBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #643B1D;
	text-decoration: none;
	padding: 0px;
	font-variant: normal;
}
.normalTextItalics {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding: 0px;
}
.photoCaption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding: 0px;
}
.footerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.navSubMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #275B70;
	text-decoration: none;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	list-style-position: inside;
	list-style-type: circle;
}
#subNav a:hover {
	text-decoration: none;
}
.noteText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bulletList {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bulletListNoPad {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding: 0px;
}

.bulletListBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #643B1D;
	text-decoration: none;
	padding: 0px;
}

.newsLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: underline;
	padding: 0px;
}
.cancellationNote {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #643B1D;
	text-decoration: none;
	padding: 0px;
}
.quicktimeNote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding: 0px;
}
.quicktimeNoteLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #643B1D;
	text-decoration: underline;
	padding: 0px;
}
.normalTextNoPad {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #643B1D;
	text-decoration: none;
	padding: 0px;
}
.subcategory {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #275B70;
	text-decoration: none;
	padding: 0px;
	text-transform: uppercase;
}
.warning {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.navTextSub {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	text-transform: lowercase;
	color: #653C1E;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: .2pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.pageTitleNoPad {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	text-transform: capitalize;
	color: #653C1E;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}
.footerText a {
	color: #FFF;
	text-decoration: underline;
}
.photo {
	padding-bottom: 10px;
	padding-left: 10px;
}
.box {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.AuthorizeNetSeal {
	text-align: center;
}
.leftPhoto {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

