@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
#Content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#Header {
	float: left;
	height: 85px;
	width: 914px;
	padding-top: 20px;
	padding-left: 116px;
	clear: both;
}
#Header a:link #Header a:visited #Header a:active {
	color: #000000;
}

#Nav {
	width: 160px;
	padding-left: 48px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: auto;
	float: left;
	padding-top: 20px;
}
#Wrapper {
	float: left;
	width: 100%;
}
#GreyBox {
	float: left;
	height: 450px;
	width: 650px;
	border: 3px solid #808080;
	padding: 7px;
}
#MainImage {
	background-color: #FFFFFF;
	float: left;
	height: 450px;
	width: 650px;
}
#MainImage2 {
	background-color: #FFFFFF;
	float: left;
	height: 450px;
	width: 650px;
	background-repeat: no-repeat;
}
#MainImage3 {
	float: left;
	height: 450px;
	width: 650px;
	background-image: url(images/ContactMap.jpg);
	background-repeat: no-repeat;
}
.center {
	text-align: center;
}

#MainImageHome {
	background-color: #FFFFFF;
	float: left;
	height: 450px;
	width: 650px;
	background-image: url(images/MainPageCurve.jpg);
	background-repeat: no-repeat;
}
#MainImageProfile {
	float: left;
	height: 338px;
	width: 500px;
	margin-left: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#MainImageContact {
	float: left;
	height: 338px;
	width: 500px;
	margin-left: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#MainImageContact a:link{
	color: #9D1400;

}
#MainImageContact a:visited{
	color: #666666;

}
#MainImageProfile ul {
	line-height: 20px;
}
#MainImageProfile li {
	background-image: url(images/arrowbullet.png);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 6px;

}
.redtext2 {
	font-size: 14px;
	font-weight: bold;
	color: #9D1400;
}
.redtextcenter {
	font-size: 14px;
	font-weight: bold;
	color: #9D1400;
	text-align: center;
}
#profiletext {
	float: left;
	height: auto;
	width: 526px;
	padding-right: 62px;
	padding-left: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

#MainImageLogo {
	float: right;
	height: 42px;
	width: auto;
	margin-right: 67px;
	padding-top: 5px;
}
#MainImageTitle {
	float: left;
	height: 37px;
	width: 418px;
	padding-left: 62px;
	padding-top: 10px;
}
#MainImagePhoto {
	float: left;
	height: 348px;
	width: 588px;
	padding-left: 62px;
}
#MainImageRollover {
	float: left;
	height: 45px;
	width: 526px;
	padding-left: 62px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
#MainImageRollover img {
	padding-right: 5px;
}

#Wrapper2 {
	float: left;
	height: auto;
	width: 670px;
}
#Text {
	float: left;
	height: auto;
	width: 664px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: justify;
}
p {
	margin: 0px;
	padding: 0px;
}
#Footer {
	clear: both;
	float: left;
	height: 44px;
	width: 840px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
	text-align: left;
	padding-top: 40px;
	padding-left: 40px;
}
#Footertext {
	text-align: right;
	width: 700px;
	float: right;
	padding-top: 15px;
}
.floatleft {
	float: left;
}

.white {
	color: #FFFFFF;
}
.grey {
	color: #808080;
}
.red {
	color: #7E1000;
}
#colorlogo {
	float: left;
	height: 29px;
	width: 36px;
	padding-top: 14px;
	padding-left: 10px;
}
.floatright {
	float: right;
	text-align: right;
}
.arrowlistmenu{ /*CSS class for menu headers in general (expanding or not!)*/
	width: 160px;
	float: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #808080;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/

}
.arrowlistmenu ul li a{
	color: #FFFFFF;
	background: url(images/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 15px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
.arrowlistmenu ul li a:visited{
	color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #808080;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}
.categoryitems {
font-size:11px; 
background-image: none; 
border-top: 0; 
border-bottom: 0; 
padding-top: 4px; 
padding-bottom: 2px
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9D1400;
	text-decoration: none;
}
#compass {
	height: 200px;
	width: 91px;
	position: absolute;
	left: 767px;
	top: 348px;
}
.redrooster {
	font-size: 9px;
	color: #7E1000;
}
.redrooster a:link {
	font-size: 9px;
	color: #7E1000;
}
.redrooster a:visited {
	font-size: 9px;
	color: #7E1000;
}
.padding {
	padding-right: 7px;
	float: left;
}
#justbecause1 {
}
#justbecause2 {
}

