@charset "utf-8";
/*------------- General Website Items -------------*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	background-color:#000000;
}
body {
	background-color:#000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.BodyBg{
	width:100%;
	min-height:500px;
	background-image:url(../images/sitebg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.BodyWrap{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
a:link {
	color: #0CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0CF;
}
a:hover {
	text-decoration: underline;
	color: #0CF;
}
a:active {
	text-decoration: none;
	color: #0CF;
}
#Slides{
	margin-left:7px;
	margin-top:7px;
}
.FloatLeft{
	float:left;
}
.SiteApp a{
	font-size:9px;
	font-style:italic;
	color:#666;
	text-decoration:none;
	text-align:right;
	width:280px;
}
/*------------- Header -------------*/
.Header{
	width:960px;
	height:115px;
}
.LogoBox{
	float:left;
	width:420px;
	height:100px;
}
.Nav{
	float:left;
	width:540px;
	margin-top:70px;
	height:30px;
	text-align:right;
	vertical-align:bottom;
}
.Separator{
	float:left;
	width:960px;
	height:15px;
	background-image:url(../images/separator.png);
}
/*------------- Page Elements -------------*/
.PageTitle{
	text-align:center;
	padding-bottom:5px;
	border-bottom:1px dotted #655;
	margin-bottom:10px;
}
.SubHead{
	font-size:16px;
	font-weight:bold;
	color:#CCC;
}
.ServicesList{
	height:20px;
	margin-bottom:5px;
	border-bottom:1px dotted #655;
}
.ServiceType{
	float:left;
	color:#FFF;
	font-size:16px;
	width:auto;
	height:20px;
	vertical-align:middle;
}
.ServicePrice{
	float:right;
	color:#0C9;
	font-size:16px;
	width:auto;
	height:20px;
	vertical-align:middle;
}
/*------------- Columns -------------*/
.BodyColumn{
	width:960px;
	margin-bottom:10px;
}
.LeftColumn{
	float:left;
	width:300px;
	padding:7px;
	min-height:300px;
}
.RightColumn{
	float:left;
	width:646px;
	min-height:300px;
}
/*------------- Twitter -------------*/
.TweetHeader{
	text-align:center;
	margin-bottom:5px;
}
.Tweet{
	width:280px;
	height:60px;
	padding:10px;
	color:#FFF;
	background-image:url(../images/TwitBox.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.TwitDate{
	color:#00CCFF;
	font-weight:bold;
}
/*------------- Staff -------------*/
.StaffPicHolder{
	float:left;
	width:155px;
	margin-bottom:5px;
	text-align:center;
}
.StaffPicHolder img{
	border:1px solid #FFF;
}
/*------------- Tour/Gallery -------------*/
.PicHolder{
	float:left;
	width:155px;
	height:100px;
	margin-bottom:5px;
	text-align:center;
}
.PicHolder img{
	border:1px solid #FFF;
}
.Photo{
	width:150px;
	height:100px;
}
/*------------- Right Column Table -------------*/
.Tbl_TL{
	float:left;
	width:12px;
	height:12px;
	background-image:url(../images/Tbl_TL.png);
}
.Tbl_TC{
	float:left;
	width:622px;
	height:12px;
	background-image:url(../images/Tbl_TC.png);
}
.Tbl_TR{
	float:left;
	width:12px;
	height:12px;
	background-image:url(../images/Tbl_TR.png);
}
.Tbl_CL{
	float:left;
	padding-left:12px;
	width:634px;
	background-image:url(../images/Tbl_CL.png);
	background-position:left;
	background-repeat:repeat-y;	
}
.Tbl_CC{
	float:left;
	width:622px;
	min-height:300px;
	background-image:url(../images/Tbl_CC.png);
}
.Tbl_CR{
	float:left;
	padding-right:12px;
	width:622px;
	background-image:url(../images/Tbl_CR.png);
	background-position:right;
	background-repeat:repeat-y;	
}
.Tbl_BL{
	float:left;
	width:12px;
	height:12px;
	background-image:url(../images/Tbl_BL.png);
}
.Tbl_BC{
	float:left;
	width:622px;
	height:12px;
	background-image:url(../images/Tbl_BC.png);
}
.Tbl_BR{
	float:left;
	width:12px;
	height:12px;
	background-image:url(../images/Tbl_BR.png);
}
/*------------- Footer -------------*/
.Footer{
	float:left;
	text-align:center;
	width:960px;
	height:50px;
	font-size:10px;
}
