body {
	font-family: Lora, "Times New Roman", serif;
	font-size: 14px;
	background: #401E2C;
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#wrapper {
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	background: #CFCAB4;
	padding-right: 6px;
	padding-left: 6px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #4C1129;
	font-family: Lora, "Times New Roman", serif;
	font-style: normal;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0D2D3C;
	font-family: Lora, "Times New Roman", serif;
	font-style: normal;
	text-transform: uppercase;
}
.submit {
	font-weight: bold;
	color: #FFFFFF;
	background: #352C22;
}

h3, h4, h5 {
	font-family: Lora, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
}


#leftBar {
	float: left;
	width: 200px;
}
#header {
	background: #352C22;
	color: #CFCAB4;
	padding: 30px 30px 17px;
}
.headerTitle .larger {
	font-size: 48px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.headerTitle {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
#header .tagline {
	font-family: Lora, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
}

#rightBar {
	float: right;
	width: 273px;
}
#divContent {
	width: 670px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Lora, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #49112A;
	padding-left: 10px;
}

#topNav {
	text-align: center;
	margin-bottom: 6px;
	background: #4C1129;
}
#headerPhotos {
	position: relative;
	z-index: 2;
	height: 348px;
}
#headerPhotoText {
	height: 348px;
	width: 200px;
	position: absolute;
	left: 477px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 3;
}
#headerPhotoText p.larger {
	font-size: 18px;
	margin: 15px 0px 0px;
	padding: 0px;
}
#headerPhotoText p {
	margin: 10px 0px 0px;
	padding: 0px;
}
#headerPhotoText ul {
	margin: 10px 0px 0px 15px;
	padding: 0px;
	line-height: 1.6em;
}



a:link, a:active, a:visited {
	font-weight: bold;
	color: #49112A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.imageLeftBordered {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 5px solid #ffffff;
}

.imageRightBordered{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;	
	border: 5px solid #ffffff;
}

img.centerBordered {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #ffffff;
	clear: both;
}
img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 3px;
}

.imageLeft p, .imageRight p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}
.imageLeft img, .imageRight img{
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftBar a {
	display: block;
	margin: 5px;
	padding: 5px;
}

.bigShadow{
	width: 518px;
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, .3);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	min-height: 600px;
	background: #FFFFFF;
	overflow: visible;
	margin-top: 50px;
	margin-right: 40px;
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
	
}
.dmxGoogleMaps, .shadow{
	-webkit-box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 7px 5px rgba(0, 0, 0, .3);
	margin-bottom:10px;
	margin-top:10px;
}
.shadowbox{
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3);
	margin-bottom:6px;
	margin-top:17px;
	border: 5px solid #FFFFFF;
}
#footer a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#footerContent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#facebookBox {
	background: #FFFFFF;
	height: 425px;
	width: 248px;
}
#footer {
	clear: both;
	background: #352C22;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	padding: 25px;
}
#logos {
	text-align: right;
	float: right;
	width: 106px;
}


#footer #caption {
	font-size: 9px;
	float: none;
	clear: left;
	color: #CFCAB3;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #CFCAB3;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.footerCol {
	float: left;
	width: 200px;
}

#footerColWrapper {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
}
.footerCol a {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
.footerRightCol{
	float: right;
	width: 250px;
	
}
#videoBox {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background: #0D2D3C;
	width: 530px;
	text-align: center;
	float: left;
	margin-bottom: 15px;
}
#logos img {
	display: block;
	margin-top: 25px;
}
.tan {
	color: #CFCAB3;
}
#videoBox .smaller {
	font-size: 12px;
	font-style: normal;
}
#rightBar a {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0D2D3C;
	text-decoration: none;
	text-transform: uppercase;
}
#rightBar a:hover {
	color: #49112A ;
}
#rightBar #rightAvail a:hover {
	color: #CFCAB4;
}
#rightBar #rightMap a {
	font-size: 18px;
}

#rightBar #rightMap {
	background: #FFFFFF;
	padding: 8px 8px 3px;
	margin-bottom: 8px;
	margin-top: 15px;
}
#rightBar #rightAvail {
	background: #0D2D3C;
	padding: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
	clear: both;
}
#rightGallery {
	background: #FFFFFF;
	float: left;
	width: 146px;
	padding: 8px 8px 3px;
	margin-bottom: 8px;
}
#rightWebcam {
	padding: 8px 8px 3px;
	float: right;
	width: 88px;
	margin-bottom: 8px;
	background: #FFFFFF;
}
#rightAvail a {
	color: #FFFFFF;
	font-size: 18px;
}
#insideFacebook {
	background: #FFFFFF;
	margin-bottom: 15px;
}#headerPhotoText p a {
	color: #FFFFFF;
}
#headerPhotoText p a:hover {
	text-decoration: none;
}
