@charset "UTF-8";

/* Body */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fafafa;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

input,select,textarea {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	padding: 1px;
}

p {
	font-size: 13px;
	margin-bottom: 13px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.indent {
	padding-left: 15px;
	text-indent: -15px;
}

.alignright {
	text-align: right;
}

.numbers {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.menubar {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}

.hoursbox {
	text-align: left;
	font-size: 12px;
	border: solid 1px #95000f;
	width: 180px;
}

.promotop {
	background-color: #95000f;
	color: #fffafa;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.promotext {
	color: #000000;
	text-align: center;
	font-size: 12px;
}

.profiles {
	font-size: 11px;
}

img {
	vertical-align: center;
	border: none;
}

.side {
	height: 126px;
	margin-bottom: 15px;
}

.greybar {
	height: 1px;
	width: 138px;
}

.blank {
	height: 5px;
	width: 1px;
}

.sub {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.submenu {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.foottext {
	font-size: 12px;
	color: #990000;
}

ul {
	padding-left: 15px;
}

li {
	font-size: 13px;
}

/* Containers */

#container {
	margin: 10px auto 10px auto;
	width: 815px;
	text-align: center;
	border: solid 0px #000000;
	position: relative;
}

#container-head {
	position: relative;
	clear: both;
	height: 175px;
	border: solid 0px #000000;
}

#container-h1 {
	float: left;
	width: 200px;
}

#container-h2 {
	float: left;
	width: 400px;
	position: relative;
	top: 35%;
	text-align: left;
}

#container-h3 {
	float: left;
	width: 140px;
	text-align: right;
	position: relative;
	top: 75%;
	border: dotted 0px #000000;
}


#container-main {
	position: relative;
	clear: both;
}

#container-m1 {
	position: relative;
	left: 0;
	float: left;
	width: 165px;
	text-align: right;
	padding-right: 10px;
	border-right: solid 4px #990000;
}

#container-m2 {
	position: relative;
	left: -14px;
	float: left;
	width: 400px;
	text-align: left;
	border-left: solid 4px #990000;
	margin-left: 10px;
	padding-left: 20px;
}

#container-m3 {
	position: relative;
	float: right;
	width: 200px;
	border-left: solid 0px #990000;
}


#container-foot {
	padding-top: 20px;
	clear: both;
	width: 100%;
	border: dotted 0px #000011;
}

#container-promo {
	position: relative;
	width: 145px;
	border: solid 1px #95000f;
	margin-left: 15px;
}

.subcontainer-m2 {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	border: dotted 0px #666600;
}

.profile-left {
	float: left;
	width: 100px;
	border: solid 0px #95000f;
}

.profile-right {
	float: left;
	width: 290px;
	border: solid 0px #000011;
}

.contact-left {
	float: left;
	width: 160px;
	border: solid 0px #95000f;
	font-weight: bold;
	color: #990000;
}

.contact-right {
	float: left;
	width: 210px;
	border: solid 0px #000011;
	padding-bottom: 5px;
}



/* Links */
a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	color: #333333;
}

a.foot {
	color: #990000;
}

a.foot:hover {
	color: #999999;
}

a.nums {
	color: #990000;
}

a.nums:hover {
	color: #330000;
}

a.sub {
	color: #666666;
}

a.sub:hover {
	color: #330000;
}

a.subsub {
	color: #666666;
}

a.subsub:hover {
	color: #330000;
}

a.active {
	font-style: italic;
}

a.active:hover {
	font-style: italic;
}

a.white {
	color: #fffafa;
}

