@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Tahoma, Arial;
	font-size: 14px;
	background-color: #660000;
	background-image: url(images/background-x.jpg);
	background-repeat: repeat-x;
	line-height: 138%;
	text-decoration: none;
}
a:link {
	color:#CC0000;
}
a:visited {
	color:#990000;
}
a:hover {
	color:#FF3300;
}
a:active {
	color:#FF6633
}
h1 {
	margin:0;
	font-size:30px;
	line-height:1em;
	margin-top:-1em;
}
h2 {
	margin:0;
	font-size:24px;
	line-height:1em;
}
h3 {
	margin:0;
	line-height:100%;
}
h4 {
	margin:0;
	line-height:100%;
}
#mainContent p {
	margin:0;
	margin-bottom:1em;
	margin-top:.6em;
	overflow:hidden;
}
#mainContent ul {
	margin:0;
	padding:0;
	list-style-type:disc;
	list-style-position:outside;
}
#mainContent li {
	margin-left:1.5em;
}
strong {
	color:#660000;
}
#container {
	width: 928px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background-y.jpg);
	background-repeat: repeat-y;
	overflow:hidden;
}
#leftSide {
	position:relative;
	float:left;
	width:44px;
}
#rightSide {
	position:relative;
	float:right;
	width:49px;
}
#contentContainer {
	position:relative;
	float:left;
	width:835px;
	background-image:url(images/contentBackground-x.png);
	background-repeat:repeat-x;
}
#header {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:127px;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top:42px;
}
#mainContent {
	position:relative;
	float:left;
	clear:left;
	width:570px;;
	overflow:hidden;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	position:relative;
	float:left;
	clear:both;
	height:72px;
	text-align:center;
	width:100%;
	font-size:12px;
	background-image:url(images/background.footer.png);
	background-repeat:no-repeat;
	background-position: -1px bottom;
	background-color: #660000;
	margin-top:24px;
	}
#footer p {
	position:relative;
	height:36px;
	line-height:36px;
}
#addressBlock {
	text-align:right;
}
#menuBar {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:48px;
	line-height:48px;
	margin-bottom:36px;
	overflow:hidden;
}
#menuBar a {
	position:relative;
	float:left;
	clear:none;
	display:block;
	margin-left:15px;
	margin-right:15px;
	height:48px;
	overflow:hidden;
	text-indent:-150px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menuBar a:hover {
	background-position:0px -48px;
}
#menuBar a:active {
	background-position:0px -96px;
}
#contactLink {
	width:95px;
	background-image: url(images/contactLink_BG_whole.png);
}
#scheduleLink {
	width:81px;
	background-image: url(images/scheduleLink_BG_whole.png);
}
#admissionLink {
	width:88px;
	background-image:url(images/admissionLink_BG_whole.png);
}
#cprLink {
	width:108px;
	background-image:url(images/cprLink_BG_whole.png);
}
#cnaLink {
	width:108px;
	background-image:url(images/cnaLink_BG_whole.png);
}
#aboutLink {
	width:79px;
	background-image:url(images/aboutLink_BG_whole.png);
}
#homeLink {
	width:49px;
	background-image:url(images/homeLink_BG_whole.png);
}
#bigImage {
	position:relative;
	float:left;
	clear:left;
	width:834px;
	border:0px;
	height:320px;
	background-color:#FFFFFF;
	margin-bottom:36px;
}
#buttonBox {
	position:relative;
	float:right;
	width:230px;
}
#cnaButton {
	background-image:url(images/cnaButton_states.png);
}
#cprButton {
	background-image:url(images/cprButton_states.png);
}
#admissionButton {
	background-image:url(images/admissionButton_states.png);
}
#buttonBox a {
	position:relative;
	float:left;
	clear:left;
	width:230px;
	height:50px;
	display:block;
	overflow:hidden;
	background-position: 0px 0px;
	margin-top:3px;
	text-indent:-230px;
}
#buttonBox a:hover {
	background-position: 0px -50px;
}
#buttonBox a:active {
	background-position:0px -100px;
}
#contactForm {
	position:relative;
	float:left;
	overflow:hidden;
	border:#333333 1px solid;
	padding:10px;
	background-color:#dbccbd;
	width:540px;
}
#contactForm label {
	position:relative;
	float:left;
	clear:left;
	white-space:nowrap;
	margin-bottom:10px;
}
#contactForm #buttons {
	position:relative;
	float:left;
	clear:left;
}
block, blockquote {
	text-align:right;
	font:"Times New Roman", Times, Garamond, Georgia, serif;
	font-style:italic;
	color:#660000;
	border-top:	#660000 2px solid;
	border-bottom:	#660000 2px solid;
	padding-top:16px;
	padding-bottom:10px;
}
.inlineLeft {
	position:relative;
	float:left;
	clear:none;
	display:inline;
	border: #333333 solid 1px;
	margin-right:16px;
}
.inlineRight {
	position:relative;
	float:right;
	clear:none;
	display:inline;
	border: #333333 solid 1px;
	margin-left:16px;
}