/* Address */

.address h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;	
}


/* Body */

body {background-image: url(../_media/_template/outer_bg.jpg);}

.body {
	padding: 10pt;
	
}



.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15pt;
}


.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15pt;
	list-style-image: url(../_media/images/bullet.png);
}


.body a {
	color: #0033CC;
	text-decoration: none;
}


.body a:hover {
	color: #DA2310;
	text-decoration: underline;
}


.body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #3302CC;
	text-transform: uppercase;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DA2310;
	border-bottom-color: #DA2310;
	width: 745px;
}


.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #DA2310;
	text-align: right;
	width: 745px;
	line-height: 1px;
}


.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #003399;
	font-weight: normal;
}

.body .hdthree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	line-height: 15pt;
	color: #003399;
	font-weight: normal;
}


.body h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #333333;
	font-style: italic;
}

.body .hdfour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	line-height: 15pt;
	color: #333333;
	font-style: italic;
}

/* Menu */


.menu {

}


.menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	height: 0px;
	width: 215px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	line-height: 15pt;
}


.menu a {
	color: #652409;
}


.menu a:hover {
	color: #AA3E06;
	text-decoration: underline;
}

/* Section Menu */
#section_menu {color: #DA2310; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align:center}
#section_menu a {color: #DA2310;}
#section_menu a:hover{text-decoration:underline}


/* Border */

.border {
	border: 1px solid #DA2310;
}




/* Padding */

.padding {
	padding: 10pt;
}


/* Highlight */

.highlight {
	background-color: #C7CAE9;
}


/* Footer */

.footer {
	padding: 5pt;
}

.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ccc;
}


.footer a {
	text-decoration: none;
	color: #CCCCCC;
}


.footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Tour */

.tour  {border:1px #DA2310 solid}

.tour img {padding: 3px; border:1px #DA2310 solid}

/* Miscellaneous */

#mapContainer {width:580px; height:500px; margin:0 auto 0 auto; border:5px ridge black}

.img-left {float:left; margin: 10px; padding: 3px; border:1px solid #DA2310;}
.img-right {float:right; margin: 10px; padding: 3px; border:1px solid #DA2310;}
.clear {clear:both}

table tr td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15pt;
}