/*Template Stuff */

*{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
a, h3, div{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

body{
	margin-top:10px;
}
.frame{
	width:852px;
	margin:auto;


}

#features{
	margin-top:17px;
}
#costs{
	margin:auto;
	width:99%;
	border:1px solid black;
	border-collapse:collapse;
	position:relative;
	top:-4px;
}
#costTitle{
	background:#9e1d33;
	
}
#costTitle h2{
	color:#FFF;
}
#costs td{
	text-align:center;
	padding:3px;
	border-bottom:1px solid black;
	font-size:12px;
	line-height:18px;
}
#titles td{
	background:#929295;
	background:#333;
	vertical-align:top;
	padding-top:5px;
	text-align:center;
	/*border-bottom:1px solid black;
	border:1px solid black;*/
}
.directions{
	width:50%;
	float:left;
}
.directions ul{
	margin-top:17px;
	margin-bottom:17px;

}
.directions li{
	font-size:12px;
	padding:2px;
	margin-left:20px;
	list-style-position:outside;
	list-style-type:square;
	line-height:20px;
}
#features li{
	font-size:12px;
	padding:2px;
	margin-left:20px;
	margin-right:5px;
	list-style-position:outside;
	list-style-type:square;
		line-height:20px;
}
#header{
	/*border-bottom:3px solid #004682;*/
/*	border-left:10px solid #00447d;*/	

	height:349px;
	background: url("../images/header.png") no-repeat center;

}
a{
	color:#004682;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#header h3{
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:15px;
	font-family:Bodoni MT,"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:center;
	color:#919598;
	background:white;
	width:450px;

}
ul,td{
	font-family:Arial, Helvetica, sans-serif;
}
p{
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin:3px;
	
}
h2{
	font-size:18px;
	color:#434345;
	margin-left:3px;
	margin-right:3px;
	padding-bottom:3px;

	/* added info */
	background:url("../images/rbg.png") center center repeat-x;
	padding-left:4px;
	line-height:30px;
	height:30px;
	color:white;
	font-size:14px;
	text-align:center;
}

.bar{
	/*max-width:80%;
	min-width:820px;
	height:2px;
	position:relative;
	background:#004682;
	top:104px;
	margin:auto;
	z-index:-10000;*/
}
#body{
	min-height:320px;
	/*border-left:2px solid #004682;
	border-right:2px solid #004682;*/
	padding-left:20px;
	padding-right:20px;
}

#image{
	float:right;

	z-index:-10000;
/*	top:-10px;*/
	width:426px;
	height:282px;
	border-left: 1px solid #999;
	border: 1px solid #999;
	background:url("../images/dc.jpg")  center   no-repeat;
}
#cover{
	width:100%;
	height:100%;
	background: white url("../images/bcm-water.png")  10px center   no-repeat;
}
.border, #footer .border{
	height:150px;
	position:relative;
	width:2px;
	background:#004682;
}
#left{
	left:-30px;
	top:-27px;
	float:left;
}
#right{
	float:right;
	clear:right;
	right:-30px;
	bottom:150px;

}
#footer{
	border-top:2px solid #434345;
	text-align:center;
	line-height:25px;
	height:25px;

	font-size:13px;
	color:black;
}

#footer {
	width:820px;
	clear:both;
}
#disclaim{
	text-align:justify;
	color:#919598;
	font-size:9px;

}
#hpGal img{
	display:none;
}
.nav{
	position:relative;
	height:20px;	
	width:600px;
	top:313px;
	left:455px;
	z-index: 10000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal !important;

}
.nav a{

}
#nav-home #home, #nav-gallery #gallery, #nav-services #services,#nav-location #location, #nav-contact #contact{
	border-bottom:3px solid #9e1d33 !important;
}
.nav a:hover{
	text-decoration:none;
}

/* Drop Down Menu */

.navigation div{
	position:relative;
}

.navigation .topic{

/*	width:120px;*/
	height:20px;
	float:left;
	
}
.navigation .topic a{
	display:block;


	margin: 0 10px;
	color:black;
	font-weight:bold;
	font-size:14px;
	line-height:17px !important;


}

.navigation .subTopic{
	font-weight:normal;
	position:relative;
	z-index: 10000;
	width:1px !important;
	display:none;
	float:left;
	clear:both;
	left:10px;



	
/*	background:white;
	border: 2px solid #004368;*/
}


.navigation div:hover{
/*	background: no-repeat url('../images/menubg.png');*/

}
.navigation .topic:hover a{
/*	color:white;*/
	border-bottom:3px solid #9e1d33;	

}

.navigation .topic:hover .subTopic a:hover{

}
.navigation .topic .subTopic a{
	margin:0px !important;	
}
.navigation .topic:hover .subTopic a{
	text-decoration:none;
	background:white;
	background: #FFC;
	background:white;
	width:150px;
	text-align:left;
	padding-left:8px;
	border:1px solid gray;

	font-size:12px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;


}

.navigation .topic:hover .subTopic{
	position:relative;
	float:none;
	display:block;
	float:left;

}
.navigation .topic:hover .subTopic:hover a:hover{
	background:#9e1d33;
	border-color:#9e1d33;
	color:white;
}

/* End Drop Down Menu */


#grayBg{
	height:229px;
	width:100%;
	float:left;
	background:#929295;
	position:absolute;
	left:0;
	z-index:-1000000;
	top:48px;
	margin:auto;
}
#mainContent{
	width:810px;
	padding-top:10px;
	padding-bottom:10px;	
	margin-bottom:10px;	
	position:relative;
}
.contentBlock {
	float:right;;
	margin:0 00px;
}
.contentBlock h2{

	margin-bottom:15px;
}

#intro{

	width:528px;
	width:800px;
	float:none;
	clear:none;

}
#intro h2{
	width:100%;
}
#logo{
	width:463px;
	height:292px;
	background:url('../images/20f.png') no-repeat;
/*	float:left;*/
	position:relative;
	left:18px;

	z-index:2;
}
#photo{
/*	float:right;*/

}
#photoHolder{
	position:relative;
	width:406px;
	height:294px;
	left:430px;
	top:-293px;
	z-index:1;
}
#contentPhoto{
	float:left;

	border-bottom:1px solid #666;
	border:2px solid #666;
	margin-left:7px;
}

#miniBlocks{
	clear:both;
}

#miniBlocks div{
	float:left;
	width:466px;
	margin-bottom:10px;
	margin-top:10px;

}
#miniBlocks{
	/*padding-top:20px;*/
	margin-right:10px;

}
#miniBlocks h2{

}
#miniBlocks #middle{
	/*border-right:1px solid #CCC;*/
	border-left:1px solid #CCC;
	padding-left:8px;
	float:right;
	width:316px;
}
#miniBlocks p{
	margin:8px;	

}
#gmap{
	border:1px solid black;
	margin-left:8px;
	margin-top:13px;
	z-index:200000000;
}
#contactForm label{
/*	font-weight:bold;*/
	width:125px;
	margin:6px;
	margin-left:8px;
	display:block;
	float:left;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;	
}

#contactForm input{
	width:200px;
	margin:5px;
	padding:0 2px;
	border:1px solid black;
	float:left;
	font-size:17px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#contactForm select{
	margin:5px;
	padding:0 2px;
	border:1px solid black;
	float:left;
	font-size:15px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#contactForm input[name=name]{
	width:145px;
	margin:5px;
	padding:0 2px;
	border:1px solid black;
	float:left;
	font-size:17px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#contactForm{
	margin:20px 0;
}
#contactForm  #checks{
	clear:both;
	float:none;
	margin:auto 60px auto 0;
	width: 600px;
}
#contactForm #checks label{
	font-size:14px !important;
	width:80px;
}
#contactForm #checks input{
	height:auto;
	width:auto;
	border:0;
	margin-right: 70px;
}
#contactForm textarea{
	width:100%;
	height:140px;
	border:solid black 1px;
}
#contactForm #how{
	height:45px;
}
#leftInfo{
	width:50%;
	float:left;
}
#rightInfo{
	width:50%;
	float:right;

}
#rightInfo label{
	width:300px;
	margin-left:0;

}
#contactForm #submit{
	width:90px;
	float:right;
	margin-right:0px;
	height:25px;
	font-size:16px;
}
#amap{
	float:left;
	border:1px solid black;
	margin-left:5px;
}


#rightAmens{
	float:right;
	margin-right:0px;
	width:428px;
}
#leftAmens{
	float:left;
	margin-left:00px;
	width:380px;
}
#leftAmens h2, #rightAmens h2{
	background:none;
}
#rightAmens p, #leftAmens p{
	line-height:25px;
	padding: 9px 0;
	padding-left:30px;
}
/*Gallery Stuff*/
#galleryImage{
	border: 2px solid black;
}
#imageSelector{


}
#imageSelector img{
	margin:3px;
	border:1px solid black;
	outline:none;
}

#imageSelector .selected{
	margin:3px;
	border:2px solid #9e1d33;
}
.bar{
	width:100%;
	top:0px;
	display:none;
}
#hr{
	position:relative;
	height:1px;
	top:-7px;
	z-index:-10000;
}
#slider{
	background: url(../images/scroll.png) red;
	height:10px;
	width:15px;
	left:0px;
	position:relative;
}
#next{
	float:right;
	width:50px;
	height:50px;
	background: url("../images/right.png");
	margin-top:150px;
}
#albumSelect{
	float:right;

}
#prev{
	float:left;
	width:50px;
	height:50px;
	background: url("../images/left.png");
	margin-top:150px;
}
#galBg h1{
	border-bottom: 2px solid black;
}
#galBg{

	height:100%;


}

#imageCount{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	width:150px;

}
#thumbFrame{
	overflow:hidden;
	margin-top:15px;
}
#thumbFrame div{
	height:128px;
}
.leftTable {
	text-align:left !important;
}
#bgmap{
	margin-left:45px;
}