html {
	background: #000000 url(/images/bg1.png) no-repeat;
	background-position: top center;	
	height: auto;
}

body { 
	margin: 0; 
	padding: 0; 
	height: 100%;
}

img {
	border:none;
}

#logo {
	width: 950px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


#header {
	width: 100%;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/menubg.png) repeat-x;
}

#headerLeft {
	width: auto;
	height: auto;
	float: left;
	padding-left: 10px;
}


#headerRight {
	width: auto;
	height: auto;
	float: right;
	font-family: "Lucida Grande", Arial, Verdana;
	color: #000000;
	text-align: right;
	margin-right: 6px;
}

#headerAddy {
	color: #fff;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	margin-left: 20px;
}

#headerHrs {
	color: #fff;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana;
	margin-left: 60px;
}

#headerPhone {
	color: #fff;
	letter-spacing: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana;
	margin-left: 85px;
}

#headerEmail {
	color: #fff;
	letter-spacing: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Verdana;
	margin-left: 15px;
}

.headerInfoDivider {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
} 

#banner {
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0px;
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#bannerLeft {
	width: 375px;
	height: auto;
	float: left;
	margin-left: 10px;
	padding-top: 30px;
}

#bannerRight {
	width: 575px;
	height: auto;
	float: right;
}

#statement {
	color: #fff;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	margin-top: -10px;
	margin-left: 10px;
}

.fancyBullet {
	color: #0000FF;
}

.bulletOrange {
	color: #FF6103;
	font-weight: bold;
}

#container {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-top: 30px;
}

#core {	
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#coreLeft {
	float: left;
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#coreRight {
	float: right;
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#coreHomeCenter {
	float: left;
	width: 550px;
	min-height: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#coreCenter {
	float: left;
	width: 540px;
	min-height: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
}

#nav {
	position: relative;
	display: block;
	height: auto;
	width: auto;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	overflow: hidden;
	text-align: center;
	float: left;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	cursor: default;
	overflow: hidden;
	list-style-type: none;
	white-space: nowrap;
	width: auto;
}

#nav ul li {
	display: block;
	width: auto;
	height: auto;
	float: left;
	text-align: center;
	position: relative;
}


#nav ul li a {
	color: #fff;
	display: block;
	float: left;
	width: auto;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 15px 18px 0px 18px;
	text-align: center;
}

#nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	border-bottom: 3px solid #FF6103;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	outline: none;
}

#footer {
	min-height: 200px;
	height: auto;
	width: 950px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#footBoxContainer {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-left: 50px;
}

.footBox {
	float: left;
	width: 200px;
	height: auto;
	margin-left: 30px;
}

.footBox h1 {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.footBox h2 {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	color: #464646;
}

#footNav {
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
	width: auto;
}

#footNav a{
	color: #626262;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0px 22px 5px 22px;
}

#footNav a:hover{
	color: #FFFFFF;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 10px;
	letter-spacing: 1px;
}

#copyright {
	text-align: right;
	padding-right: 10px;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFFFFF;
	height: 100%;
	padding-top: 170px;
	padding-bottom: 10px;
}

.leftBox {
	background: #1e1e1e;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
	height: auto;
	padding: 1px;
}

.rightBox {
	background: #1e1e1e;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
	height: auto;
	padding: 1px;
}

.boxBottomLeft {
	background: url(/images/boxbottoml.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 192px;
	height: 22px;
	padding-bottom: 10px;
}

.boxBottomRight {
	background: url(/images/boxbottomr.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 192px;
	height: 22px;
	padding-bottom: 10px;
}

.sideBoxTitle {
	background: url(/images/boxtitlebg.png) repeat-x;
	background-position: center;
	width: 190px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #0000CC;
	/*padding-left: 10px;*/
	text-align: left;
}

.sideBoxTitleText {
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #0000CC;
	padding-left: 10px;
	text-align: left;
}

.sideBoxBody {
	width: 180px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.clear {
	clear: both;
}

.homeBox {
	height: auto;
	min-height: 150px;
	width: 530px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.homeBoxTitle {
	background: url(/images/boxtitlebg.png) repeat-x;
	height: 25px;
}

.homeBox h1 {
	color: #0000CC;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	font-family: "Lucida Grand", Arial, Verdana;
	letter-spacing: 3px;
	line-height: 25px;
	margin-top: 0px;
	padding-left: 10px;
}

.homeBox h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grand", Arial, Verdana;
	letter-spacing: 3px;
}

.slash {
	color: #FF6600;
	font-weight: bold;
}

#homeBox1 {background:#1e1e1e;}
#homeBox2 {border: 0px solid #FFFFFF;}
#homeBox3 {border: 0px solid #FFFFFF; margin-left: auto; margin-right: auto;}
#homeBox4 {border: 3px solid #FFFFFF;}
#homeBox5 {border: 3px solid #FFFFFF;}
#homeBox6 {border: 3px solid #FFFFFF;}

#homeBox1 p {padding-left: 15px; font-size:13px;}

#homeSpecials {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/***** s3Slider styling *****/
#slider {  
  
    /* You MUST specify the width and height */  
    width: 550px;  
    height:225px;  
    position:relative;    
    overflow:hidden;  
	float: center;
	border: 3px #fff solid;
}  
  
#mask-gal {  
      
    overflow:hidden;      
}  
  
#gal {  
      
    /* Clear the list style */  
    list-style:none;  
    margin:0;  
    padding:0;  
      
    z-index:0;  
      
    /* width = total items multiply with #mask gallery width */  
    width:900px;  
    overflow:hidden;  
}  
  
#gal li {       
     /* float left, so that the items are arrangged horizontally */  
     float:left;  
}  
  
  
#mask-excerpt {  
      
    /* Set the position */  
    position:absolute;    
 	top: 175px;
    z-index:300px;  
      
    /* width should be lesser than #slider width */  
    width:550px;
    overflow:hidden;      
      
}  
      
#excerpt {  
    /* Opacity setting for different browsers */  
    filter:alpha(opacity=75);  
    -moz-opacity:0.75;    
    -khtml-opacity: 0.75;  
    opacity: 0.75;    
      
    /* Clear the list style */  
    list-style:none;  
    margin:0;  
    padding:0;  
      
    /* Set the position */  
    z-index:10;  
    position:absolute;  
    top:0;  
    left:0;  
      
    /* Set the style */  
    width:550px;
    background-color:#000;  
    overflow:hidden;  
    font-family: Arial, Verdana,'Lucida Grande';  
    font-size:12px;
	letter-spacing: 2px;
    color:#fff;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}  
  
#excerpt li {  
	padding-left:5px; 
	padding-top: 15px; 
}  

.eventA {
	height: auto;
	padding: 1px;
}


.eventB {
	height: auto;
	padding: 1px;
}

.eventDate {
	color: #ffffff;
	font-size: 11px;
	font-style: bold;
	font-family: "Lucida Grand", Arial, Verdana;
	padding-left: 6px;
}

.eventTitle {
	color: #00cc00;
	font-size: 12px;
	font-style: bold;
	font-family: "Lucida Grand", Arial, Verdana;
	letter-spacing: 1px;
	padding-top: 2px;
	margin: 0px;
}

.eventItem {
	color: #ffffff;
	font-size: 10px;
	font-family: "Lucida Grand", Arial, Verdana;
	padding-left: 6px;
}

#rightBoxBody1 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: "Lucida Grand", Arial, Verdana;
}
      
.clear {  
    clear:both;   
}

.soon {
	color: #ccc;
	font-size: 30px;
	font-weight: bold;
	font-family: "Lucida Grand", Arial, Verdana;
	padding-left: 150px;
	float: left;
}

.pageHeading {
	color: #fff;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 30px;
	padding-top: 10px;
}

p {
	color: #fff;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
}

p a{
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
}

p a:visited{
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
}

p a:hover{
	color: #fff;
	text-decoration: underline;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
}

#rightBoxBody1 {
	margin-top: 15px;
	text-align: center;
}

#rightBoxBody2 {
	padding-left: 15px;
}

#rightBoxBody2 a{
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
	line-height: 15px;
}

#rightBoxBody2 a:hover{
	color: #fff;
	text-decoration: underline;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
	line-height: 15px;
}

#contactFormArea {
	height: auto;
	width: auto;
	overflow: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.formDiv {
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	overflow: auto;
}

.info_fieldset { 
	border: 1px #dddddd solid;
}

.button
{
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: #FFFFFF;
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	padding: 5px 15px 5px 15px;
}

#buttonBox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 175px;
}

label  { 
	width: auto; 
	float: left; 
	text-align: left; 
	font: 12px Verdana, Arial bold;
	color: #fff;
}

input, textarea
{
	padding: 0px; border: 
	1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	float: left;
}

p#success
{
	padding: 3px 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p#error
{
	padding: 3px 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#galleryList
{
	margin-top: 20px;
	width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#galleryList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#galleryList li a 
{
	margin: 0;
	padding: 0;
	height: 120px;
	width: 450px;
	text-decoration: none;
	margin-top: -10px;
}

#galleryList li a:link, #galleryList li a:visited 
{
	color: #fff;
	display: block;
	background:  #2e2e2e;
}

#galleryList li a:hover 
{
	background:  #555;
}

.galleryListThumb
{
	padding: 15px 0px 0px 30px;
	float: left;
}

.galleryListText
{
	float: right;
	color: #fff;
	font-family: "Lucida Grand", Arial, Verdana;
	font-size: 12px;
	letter-spacing: 5px;
	margin-right: 15px;
	padding-top: 15px;
}

.galleryListText h2
{
	color: #fff;
	font-size: 14px;
}

#mediaCenter {
	margin-left: -15px;
}

#mediaCenter ul li {
	display: inline;
	margin-right: 5px;
}

#services {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

#services ul li {
	display: inline;
	margin-right: 10px;
}