@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 130%;
	background-color: #4C9FED;
	/*background-color: #1771c5;*/
}

/* ALL GENERAL TEXT DECLARATIONS SHOULD GO UNDER HERE */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 140%;
	line-height: 115%;
	color: #7E0001;
}

h3 {
	font-size: 115%;
	color: #005279;
}

#bgLeft {
	background: url(images/bgLeft.jpg) top right no-repeat;
	height: 780px;
}

#bgNav {
	background: url(images/bgNav.jpg) top no-repeat;
	height: 780px;
}

#bgRight {
	background: url(images/bgRight.jpg) top left no-repeat;
	height: 780px;
}
.required {
	color: #7B0000;
}

#contentTopHeader {
	width: 845px;
	height: 46px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#contentHeader {
	width: 845px;
	height: 198px;
	background-repeat: repeat-y;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/contentEdges.gif);
}

#contentFrame {
	width: 845px;
	height: 500px;
	background-color: #FFFFFF;
	background-image: url(images/contentEdges.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
}

#contentInnerFrame {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 35px;
}


#leftNav {
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding: 160px 10px 0 0;
	margin: 0;
	width: 165px;
}

#leftNav ul {
	margin: 0;
	padding: 0;
}

#leftNav li {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}
#leftNav  a:hover  {
	color: #F1C83A;
	text-decoration: none;
}
#leftNav  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#contentBottom {
	background: #FFFFFF url(images/contentBottom.jpg) center no-repeat;
	height: 29px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#headerTagline {
	position: absolute;
	top: 100px;
	left: 172px;
	font-size: 15px;
	font-weight: bold;
	color: #644C24;
}

#sidebar {
	width: 175px;
	padding-right: 10px;
}

#contentFrameRight {
	padding-left: 9px;
}

#footer {
	text-align: center;
	font-size: 75%;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}



#footer a:hover, #footer a:active {
	color: #F2C73A;
	text-decoration: none;
}
.hoursHeader {
	color: #7E0000;
	font-weight: bolder;
	font-size: 14px;
}
.acceptVisa {
	color: #7E0001;
	font-style: italic;
	font-weight: bold;
}



.copyright {
	font-size: 75%;
	line-height: 100%;
}
a:link, a:visited {
	color: #8A191B;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
}
.floatright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1pt solid #999999;
}
.smallCopy {
	font-size: 80%;
	line-height: 100%;
}
#leftNav #now a  {
	color: #f1c83a;
}

