﻿@charset "utf-8";
body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
	margin: 0px;
}



p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
	margin: 0px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#630102;	
	}
	
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#630102;	
	}
	
h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#630102;	
	}

.header1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#630102;
	border-bottom:1px solid #d3cebf;
}

.header2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#996666;
	border-bottom:1px solid #d3cebf;
	margin-bottom: 5px;
	text-decoration: none;
}

.rightcolumntext {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color:#393939;
	margin-top: 5px;
	text-decoration: none;
}


.locationtext {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#630102;
}


.topbarnavtext {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color:#ad9797;
	margin-top: 7px;
	margin-right:11px;
}

.footernavtext {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	margin-bottom:7px;
}

.footercreditstext {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
}

.whitetext {
	color:#ffffff;
}

.lightgreytext {
	color:#999999;
}

.greytext {
	color:#393939;
}

.blacktext {
	color:#000000;
}

.redtext {
	color:#630102;
}

.normaltext {
	font-weight:normal;
}

.textcenter {
	text-align:center;
}

.textleft {
	text-align:left;
}

.textright{
	text-align:right;
}

.textjustify{
	text-align:justify;
}

form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {
	border: 1px solid #393939; 
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
	height:14px;
}

textarea {
	border: 1px solid #393939; 
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
}

select {
	border: 1px solid #393939; 
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
}

ol {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#393939;

}

ul {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
	background-image: none;
	list-style-image: url(images/bullet.gif);
}

ul a {
	color: #666666;
	text-decoration: underline;
}

ul a:hover {
	color: #996666;
	text-decoration: underline;
}


img {

}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.noborder {
	border:0px;
}

.thingreyborder {
	border:1px;
	border-style:solid;
	border-color:#ecece5;
	padding:0px;
	margin:0px;
}

.thingreyborder:hover {
	border:1px;
	border-style:solid;
	border-color:#630102;
	padding:0px;
	margin:0px;
}


a { text-decoration:underline; color:#666666; }
a:hover { text-decoration:underline; color:#996666;  }

a.learnmorelink { text-decoration:none; color:#999999; }
a.learnmorelink:hover { text-decoration:none; color:#999999;  }

a.locationlink { text-decoration:underline; color:#666666; }
a.locationlink:hover { text-decoration:none; color:#666666;  }


a.topbarnavlink { text-decoration:none; color:#ad9797; }
a.topbarnavlink:hover { text-decoration:underline; color:#ffffff;  }

a.footernavlink { text-decoration:none; color:#666666; }
a.footernavlink:hover { text-decoration:underline; color:#996666;  }

a.footercreditslink { text-decoration:none; color:#999999; }
a.footercreditslink:hover { text-decoration:underline; color:#666666;  }


div {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
}

#mainbox {
	text-align: center;
	width: 100%;
	height: inherit;
	clear:both;
	overflow:auto;
	background-color:#fffffb;
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topbar {
	text-align: left;  
	margin: 0px auto;
	width: 972px;
	height: 28px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/topbar.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#topbartitle {
	text-align: left;  
	width: 370px;
	height: 28px;	
	padding-left:36px;
	float:left;
}

#topbarnav {
	text-align: right;
	width: 530px;
	height: 28px;
	margin-top:3px;
	padding-right:36px;
	float:left;
	
}

#mainnav {
	text-align: right;
	width: auto;
	height: 11px;
	padding-top:15px;
	float:right;
	padding-right:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#headersublogo {
	width: 336px;
	height: 52px;
	overflow: hidden;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	
}

#headerhometop {
	text-align: right;  
	margin: 0px auto;
	width: 972px;
	height: 98px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/headerhometop.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#headerhomebottom {
	text-align: left;  
	margin: 0px auto;
	width: 972px;
	height: 249px;	
	clear:both;
	overflow: hidden;
}

#headerrestop {
	text-align: right;  
	margin: 0px auto;
	width: 972px;
	height: 98px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/headerrestop.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#headercomtop {
	text-align: right;  
	margin: 0px auto;
	width: 972px;
	height: 98px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/headercomtop.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#headeraprtop {
	text-align: right;  
	margin: 0px auto;
	width: 972px;
	height: 98px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/headeraprtop.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#headerafftop {
	text-align: right;  
	margin: 0px auto;
	width: 972px;
	height: 98px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/headerafftop.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#headermemtop {
	text-align: right;  
	margin: 0px auto;
	width: 972px;
	height: 98px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/headermemtop.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#headerabttop {
	text-align: right;  
	margin: 0px auto;
	width: 972px;
	height: 98px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/headerabttop.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#headerinnerbottom {
	text-align: left;  
	margin: 0px auto;
	width: 972px;
	height: 174px;	
	clear:both;
	overflow: hidden;
}


#content {
	text-align: left;  
	margin: 0px auto;
	width: 972px;
	height: inherit;	
	min-height:310px;
	clear:both;
	overflow: auto;
	background-image:url('images/contentbg.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#innercontent {
	text-align: left;  
	margin: 0px auto;
	width: 972px;
	height: inherit;	
	min-height:310px;
	clear:both;
	overflow: auto;
	background-image: url('images/innercontentbg.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}


#contentleftcolumn {
	text-align: left;
	width: 546px;
	height:inherit;
	min-height:310px;
	overflow: auto;
	clear:both;
	float:left;
	padding-left: 56px;
}

#contentrightcolumn {
	text-align: left;
	width: 273px;
	height:inherit;
	min-height:310px;
	overflow: auto;
	margin-left:41px;
	float:left;
}

#footer {
	text-align: left;  
	margin: 0px auto;
	width: 972px;
	height: 152px;	
	clear:both;
	overflow: hidden;
	background-image:url('images/footerbg.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}

#footernav {
	text-align: left;  
	margin: 0px auto;
	width: 860px;
	height: inherit;	
	clear:both;
	overflow: auto;
	padding-top:90px;
	margin-left:56px;
}


