@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodyBG.png);
}
#wrapper {
	padding: 0px;
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper #head {
	height: 60px;
	padding: 5px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#wrapper #head h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 36px;
}
#wrapper #nav {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 800px;
}
#wrapper #nav ul {
	list-style-type: none;
	display: inline;
	float: right;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #nav li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#wrapper #nav .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #topContent {
	padding: 10px;
	height: 180px;
	margin: 0px;
}
#wrapper #midContent {
	height: 400px;
	width: 800px;
}

#wrapper #midLeft {
	width: 500px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	height: 400px;
}
#wrapper #foot p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
}
#wrapper #midContent #midLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#wrapper #midLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper #midLeft img {
	border: thin solid #000000;
	float: left;
	margin-right: 5px;
}

#wrapper #midRight {
	width: 260px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 400px;
}
#wrapper #midContent #midRight img {
	margin-top: 10px;
}
#wrapper #midContent #midRight .right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #botContent {
	width: 800px;
	margin-top: 10px;
	height: 200px;
}
#wrapper #botContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#wrapper #botContent #botLeft {
	width: 400px;
	float: left;
	height: 200px;
}
#wrapper #midContent #midLeft #guide {
	background-color: #990000;
	padding: 10px;
	height: 75px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
}


#wrapper #botContent ul {
	margin: 0px;
	list-style-type: none;
}
#wrapper #botContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}

#wrapper #botContent #locations {
	float: left;
	width: 400px;
	height: 200px;
}
#wrapper #botContent #locations .address {
	width: 180px;
	margin-left: 10px;
	float: left;
}
#wrapper #botContent #locations .address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#wrapper #foot {
	width: 800px;
	padding-top: 10px;
}
#wrapper #nav a:link, #wrapper #nav a:active, #wrapper #nav a:visited {
	color: #000000;
	text-decoration: none;
}
#wrapper #nav a:hover {
	color: #990000;
	text-decoration: underline;
}
#wrapper #midContent #midLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #midContent #midRight img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #botContent #botLeft a:active, #wrapper #botContent #botLeft a:link, #wrapper #botContent #botLeft a:visited {
	color: #000000;
	text-decoration: none;
}
#wrapper #botContent #botLeft a:hover {
	color: #990000;
	text-decoration: underline;
}
#wrapper #foot a:link, #wrapper #foot a:active, #wrapper #foot a:visited {
	color: #000000;
}
#wrapper #foot a:hover {
	color: #990000;
}

