@charset "UTF-8";
/* CSS Document */

<style type="text/css">
body{background-color:#006;
}

/* LINK */

a:link{
	color:#640d0d;
	text-decoration:none;
}

a:hover{
	color:#22205f;
	background-color:#FFC;
}

a:visited{
	color:#640d0d;
	text-decoration:none;
}

/* MAIN CSS */
.bold{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#640d0d;
}

.link{
	width:180px;
	height:30px;
	float:left;
}
#topLinks{
	width:540px;
	height:30px;
}

#container{
	margin:0 auto;
	width:800px;
	height:auto;
	background-color:#000;
}

#header{
	width:800px;
	height:240px;
	background-color:#000;
}

#left{
	width:540px;
	height:auto;
	float:left;
	background-color:#000;
}


/*For home page. Sets height of live left.*/
#leftH{
	width:540px;
	height:100%;
	float:left;
	background-color:#000;
}
/* HOME PAGE */



#leftHome{
	width:540px;
	height:auto;
	float:left;
	background-color:#000;
}

#homeSlideshow{
	width:540;
	height:auto;
	margin:auto;
	float:left;
	padding:0;
	backgroung-color:#000;
}

.homeImages{
	width:auto;
	height:auto;
	float:left;
	background-color:#000;
}

#homeTextArea{
	width:540px;
	height:100%;
	float:left;
	background:#000;
}

#homeTextBox{
	width:478px;
	height:auto;
	margin:20px auto;
	padding:10px;
	background:#fff;
	border:1px solid #640d0d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#22205f;
}

#mailSignup{
	width:540px;
	height:320px;
	background-color: #000;
	float:left;
}

/* MENU PAGE */
#leftMenu{
	width:540px;
	height:950px;
	float:left;
	background-color:#fff;
}

#leftMenuSandwich{
	width:540px;
	height:1100px;
	float:left;
	background-color:#fff;
}

#menuTitleImage{
	width:520px;
	height:47px;
	padding-top:10px;
	margin-left:20px;
	background-color:#FFF;
}

#menuTextArea{
	width:540px;
	height:auto;
	float:left;
	background:#fff;
}

#menuTextAreaSandwich{
	width:540px;
	height:1400px;
	float:left;
	background:#fff;
}
#menuTextBox{
	width:496px;
	height:auto;
	margin:10px auto;
	padding:0px;
	background:#fff;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#22205f;
}

/* MAP */

#leftMap{
	width:540px;
	height:auto;
	margin:0 auto;
	padding-top:30px;
	background-color:#000;
}

#map{
	width:500px;
	height:auto;
	margin:0 auto;
	padding_top:30px;
	background-color:#000;
}

/* VIDEO */

#leftVideo{
	width:540px;
	height:auto;
	margin:0 auto;	
	backgroun-color:#000;
}


.video{
	width:500px;
	height:auto;
	padding:20px;
	
	background-color:#000;
}
	
/*Events*/

#eventImageBox{
	width:540px;
	height:135px;
	margin-top:30px;
	
	background:none;
}

.eventImages{
	width:175px;
	height:131px;
	padding-left:4px;
	background:none;
	float:left;
}

#eventTextArea{
	width:540px;
	height:auto;
	background:#000;
}

#eventTextBlock{
	width:478px;
	height:auto;
	margin:20px auto;
	padding-top:20px;
	padding-left:15px;
	padding-right:10px;
	background:#fff;
	text-align:justify;
	border:1px solid #640d0d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#22205f;
}

#eventTextBlock b{
	font:1.5em bold Arial, Helvetica, sans-serif;
	letter-spacing:-.05em;
	text-align:center;
	padding-left:50px;
}

/*SIDEBAR*/
#menuBtn{
	width:260px;
	height:87px;
	
}

#fbBadge{
	width:260px;
	height:auto;
	margin:0 auto;
	padding:20px 70px;
}

/*home sidebar*/
#sidebar{
	width:260px;
	min-height:1300px;
	background-image:url(../images/bgs/sidebarBackground.png);
	float:right;
}

/*map Pg Sidebar*/
#sidebarMap{
	width:260px;
	min-height:475px;
	background-image:url(../images/bgs/sidebarBackground.png);
	float:right;
}

/* Menu Page Banner*/
#sidebarMenu{
	width:260px;
	height:950px;
	background-image:url(../images/bgs/sidebarBackground.png);
	float:right;
}

#sidebarSandwich{
	width:260px;
	min-height:1425px;
	background-image:url(../images/bgs/sidebarBackground.png);
	float:right;
}

#sideBanner{
	width:260px;
	height:51px;
}

#textArea{
	width:216px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#textBoxBorder{
	width:198px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:8px 8px 8px 8px;
	background:#000;
	border:1px solid #640d0d;
}

#textBox{
	width:188px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	background:#fff;
	border:1px solid #640d0d;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	font-size:.8em;
	color:#22205f;
	text-align:center;
}

#pdf{
	width:260px;
	height:auto;
	background:none;
	margin:30px 13px 10px 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
}
/*video Sidebar*/

#videoSidebar{
	width:260px;
	height:740px;
	background-image:url(../images/bgs/sidebarBackground.png);
	float:right;
}


/* Event Sidebar */

#sidebarEvent{
	width:260px;
	height:900px;
	background-image:url(../images/bgs/sidebarBackground.png);
	float:right;
}

/* FOOOTER */

#footer{
	width:780px;
	height:70px;
	padding-top:20px;
	padding-left:20px;
	float:left;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#900;
	line-height:20px;
}
.standout{
	float:left;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
	

</style>