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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/****************************** Basic overall styes */
body, html { /* define overall type style here */
	font-family: Georgia, "Times New Roman", Times, serif;
	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 #wrapper */
	background-color: #3A1414;
}

h1, h2, h3, h4, h5, h6, ol, li, ul, p, table, th, td, caption, a {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	text-align: left;
}

strong{
	font-weight: bold;
}


em{
	font-style:italic;
	font-size: 12px;
}

address{
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*------------------------------
	background divs 
-------------------------------*/

body, html { /* background images, colours  */

}

#wrapper {
	text-align: left;
	background-color: #3a1414;
	background-image: url(../_img/wrapper_bg.png);
	background-repeat: repeat-x;
}

#inner_wrapper { /* for top half bg images  */
	background-image: url(../_img/nav_ribbon.png);
	background-repeat: no-repeat;
	background-position: center 136px;
}

#doc {/* defines main page width  */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 810px;
}

#bd {/* contains the side and content - used to include a background behind the both of them */
	background-image: url(../_img/bd_bg.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	margin-top: 10px;	
}

#bd_bd{
	background-image: url(../_img/bottom_image.png);
	background-position: bottom;
	background-repeat: no-repeat;

}



#bd_cap {/* contains the side and content - used to include a background behind the both of them */
	background-repeat: no-repeat;
	
}

#bd_ft {/* contains the side and content - used to include a background behind the both of them */
	background-repeat: no-repeat;
	
}

/*------------------------------
	header divs 
-------------------------------*/

#header {/* background header image  */
	background-repeat: no-repeat;
	height: 122px;
	background-color: #000000;
	padding-top: 10px;
}

#header_home {/* background header image  */
	height: 122px;
	background-color: #000000;
	padding-top: 10px;
}

#inner_header { /* background rotating image  */
}


#logo { /* Insert logo as image in the html. Allows logo to be clickable.  */
	float: left;
	padding-left: 10px;
	height: 122px;
}

#address { /* Insert address as image in the html. Allows logo to be clickable.  */
	float: right;
	padding-right: 15px;
}


/*------------------------------
	Main nav 
-------------------------------*/

#nav{ /* background of nav */
	background-repeat: no-repeat;
	height: 30px;
}

#splash{
	width: 790px;
	height: 277px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#homeintro{
	height: 277px;
	width: 268px;
	background-image: url(../_img/splash_intro.png);
	float: left;
}

#homeflash{
	height: 277px;
	margin-left: 268px;
}



/*
#nav ul {
	margin:0 0 0 0;
	padding:0;
	float: right;
}

#nav ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

#nav ul li a {
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 10px;
	display: block;
	text-indent: 15px;
	text-decoration:none;
	color:#feead1;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

#nav ul li a:hover {
	text-decoration:none;
	color: #fed37f;
}
*/



/*------------------------------
	Content - also contains main type styles 
-------------------------------*/

#content { /* content background */
	width: 520px;
	margin-left: 280px;
}

#content_hd { /* content background */
	width: 520px;
	height: 10px;
	padding-top: 10px;
	margin-right: 15px;
}

#content_bd { /* content background */
	width: 500px;
	margin-right: 20px;
	padding-top: 20px;
}

#content_cap { /* top cap of content background */
	height: 10px;
}

#content_footer { /* bottom cap of content background */
	height: 20px;
}


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #B40027;
	font-weight: normal;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	color: #B40027;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 10px;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #B40027;
	text-transform: none;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #B40027;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	margin-bottom: 20px;
	padding-top: 5px;
	line-height: 1.75em;
}

#content a {
	color: #B40027;
	text-decoration: underline;
}

#content a:hover {
	color: #B40027;
	text-decoration: underline;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 1.5em;
	color: #000000;
}

#content ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#content ol li{
	list-style-type: decimal;
}

#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	margin-bottom: 20px;
	padding-left: 35px;
}

#content ul li{
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 0.75em;
}

.subClass {
	font-size: 40%;
	text-transform: none;
}


/*------------------------------
	Side
-------------------------------*/

#sidebarHome {
	width:220px;
	height: 200px;
	float: left;
	padding-left: 20px;
}

#sidebar {
	width:220px;
	height: 200px;
	float: left;
	padding-top: 75px;
	padding-left: 20px;
}

#sidebar_hd{
	position: relative;
	top: -60px;
	background-image: url(../_img/sidebar_hours.png);
	height: 240px;
	width: 255px;
	float: left;
	left: -10px;
	clear: both;
}

#sidebar_bd {
	padding-left: 20px;
	margin-top: 200px;
}

#sidebar_bd p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5em;
	padding: 0px;
}

#sidebar_bd h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	margin: 0px 0px 6px;
	padding: 0px;
	line-height: 1em;
}

#sidebar_bd ul{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#sidebar_bd li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5em;
	padding: 2px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #A37D32;
	border-right-color: #A37D32;
	border-bottom-color: #A37D32;
	border-left-color: #A37D32;
}

#sidebar_bd li a{
	text-decoration: none;
	color: #000000;
}

.floatright{
	float:right;
}

.floatleft{
	border:1px solid #b0b0b0;
	float:left;
	padding:5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.pricefloatright{
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #B40027;}


/*------------------------------
	Footer
-------------------------------*/

#ft{
	width: 810px;
	background-repeat: no-repeat;
	background-image: url(../_img/bd_ft.png);
	height: 40px;
	background-color: d1735b;
}

#ft span{
	color: #000;
	padding-right: 10px;
	float: right;
	font-size: 12px;
	padding-top: 15px;
}

.navFooter .active{
	text-decoration:none;
	color: #600;
}

.navFooter {
	text-align:right;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #600;
}

.navFooter a {
	text-decoration:none;
	color:#600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.navFooter a:hover {
	text-decoration:underline;
	color: #000;
}
