@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
#apDiv_logolink {
	position:absolute;
	left:20px;
	top:0px;
	text-indent: -99999px;
	width:184px;
	height:174px;
	z-index:1001;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.oneColFixCtrHdr #container {
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	/* margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #FF0000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header.jpg);
	width:924px;
	height:402px;
}
.oneColFixCtrHdr #header_home {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
	background-image:url(images/header.jpg);*/
	width:924px;
	height:402px;
}

.oneColFixCtrHdr #header_about {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header_about.jpg);
	width:924px;
	height:402px;
}
.oneColFixCtrHdr #header_menu {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header_menu.jpg);
	width:924px;
	height:402px;
}
.oneColFixCtrHdr #header_events {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header_events.jpg);
	width:924px;
	height:402px;
}
.oneColFixCtrHdr #header_gallery {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header_gallery.jpg);
	width:924px;
	height:402px;
}
.oneColFixCtrHdr #header_contact {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header_contact.jpg);
	width:924px;
	height:402px;
}

.oneColFixCtrHdr #header_patio {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header_patio.jpg);
	width:924px;
	height:402px;
}

.oneColFixCtrHdr #header_limo {
	background: #000000;
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header_limo.jpg);
	width:924px;
	height:402px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #000000;
	background-image: url(images/nav_bar.jpg);
	width: 924px;
	height: 49px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0; padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align:middle;
	text-align: justify;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-top:0px;
	margin-left:5px;
}

#apDiv1 {
	position:relative;
	left:0;
	top:0;
	width:244px;
	height:258px;
	z-index:1;
	background-color: #000000;
	visibility: inherit;
}

/* Home Message Panel*/
#apDivhome_message {
	position:relative;
	left:13px;
	top:90px;
	width:281px;
	/*height:218px;*/
	z-index:1000;
	/*background-color: #FF0000;*/
	padding: 5px;
	overflow:visible;
}


#apDivhome_message p {
	margin: 0 10px;
	
}

.roundtop { 
	background: url(images/rounded_box_top.png) no-repeat top center;
	width:281px;
	height:19px;
	margin-bottom:0px;
}

.roundbottom {
	background: url(images/rounded_box_bottom.png) no-repeat top center; 
	width:281px;
	height:19px;
	margin-bottom: 10px;
}

img.corner {
   width: 14px;
   height: 14px;
   border: none;
   display: block !important;
}

/*.message_content {
	background-color: #333333;
	margin-top:0px;
}*/
/* Events Message Panel*/
#apDivevents_message {
	position:relative;
	left:13px;
	top:90px;
	width:281px;
	/*height:218px;*/
	z-index:1;
	/*background-color: #FF0000;*/
	padding: 5px;
	overflow:visible;
}


#apDivhome_events p {
	margin: 0 10px;
}

.events_content {
	/*background-color: #333333;*/
	background-image:url(images/box_bak.png);
	background-repeat:repeat;
	margin-top:0px;
}
/* Special Panel*/
#apDivspecial {
	position:relative;
	left:677px;
	top:210px;
	width:231px;
	/*height:218px;*/
	z-index:1;
	/*background-color: #FF0000;*/
	padding: 5px;
	overflow:visible;
}


#apDivspecial p {
	margin: 0 10px;
	line-height:1.2;
}

.roundtop { 
	background: url(images/rounded_box_top.png) no-repeat top center;
	width:281px;
	height:19px;
	margin-bottom:0px;
}

/*.roundbottom {
	background: url(images/rounded_box_bottom.png) no-repeat top center; 
	width:281px;
	height:19px;
}*/
.smroundtop { 
	background: url(images/sm_rounded_box_top.png) no-repeat top center;
	width:231px;
	height:19px;
	margin-bottom:0px;
}
.smroundbottom {
	background: url(images/sm_rounded_box_bottom.png) no-repeat top center; 
	width:231px;
	height:19px;
}

img.corner {
   width: 14px;
   height: 14px;
   border: none;
   display: block !important;
}

.message_content {
	/*background-color: #333333;*/
	background-image:url(images/box_bak.png);
	background-repeat:repeat;
	margin-top:0px;
}
.oneColFixCtrHdr #container #footer #footer_text_right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	vertical-align:middle;
	text-align: right;
	width:250px;
	float:right;
}
.oneColFixCtrHdr #container #footer #footer_text_left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align:middle;
	text-align: left;
	width:530px;
	float:left;
}

/*Navigation*/

#apDiv_nav {
	position:absolute;
	margin-left:341px;
	/*left:371px;*/
	top:400px;
	width:500px;
	/*width:608px;*/
	height:47px;
	z-index:1;
	visibility: visible;
	overflow: visible;
	text-align:center;
	padding-top:10px;
	/*left: 7px;*/
}

a.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.nav:active {
	text-decoration: none;
	color: #999999;
}

/* Front Page Boxes*/
#apDivBoxes {
	position:relative;
	width:924px;
	top:0px;
	height:140px;
	z-index:4;
	padding-bottom: 5px;
}

#apDiv_box_01 {
	position:absolute;
	left:19px;
	margin-top:10px;
	margin-bottom:10px;
	width:270px;
	height:120px;
	z-index:3;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
	background-color:#000000;
	/*padding:2px;*/
}

#apDiv_box_02 {
	position:absolute;
	left:327px;
	margin-top:10px;
	margin-bottom:10px;
	width:270px;
	height:120px;
	z-index:3;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
	background-color:#000000;
	/*padding:2px;*/
}
#apDiv_box_03 {
	position:absolute;
	left:635px;
	margin-top:10px;
	margin-bottom:10px;
	width:270px;
	height:120px;
	z-index:3;
	border-color:#CCCCCC;
	border-style:solid;
	border-width: 1px;
	background-color:#000000;
	/*padding:2px;*/
}

/* Calendar Div*/

#apDivCalendar {
	position:relative;
	width:924px;
	top:0px;
	/*height:670px;*/
	overflow:visible;
	z-index:4;
}

/* Gallery Div*/

#apDivGallery {
	position:relative;
	width:924px;
	top:0px;
	height:1%;	/*z-index:4;*/
}

/* Menu Styles */

h1.menu_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #990000;
}
h2.menu_subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC6600;
}
h4.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	line-height:10px;
}

/* Contact Form */

#contactform {
	font-family: verdana;
	width: 400px;
	float:right;
	margin:125px 90px 0;
	border: 0px;
	/*padding:20px;*/
	z-index: 1000;
}

#contactform fieldset {
	border: 0px;
	margin-top: 5px;

}

#contactform h1 {
	font-size: 130%;
}

#contactform img {
	border: 0px;
}

#contactform .errors {
	color: #ff0000;
}

#contactform .correct {
	color: white;
}

#contactform legend {
	font-size: 120%;
	font-weight: bold;
}

#contactform .title {
	color: white;
	font-weight: bold;
	font-size: 90%;
	margin-top: 2px;
	margin-bottom: 5px;
}

#contactform .field {
	color: white;
	font-size: 90%;
	margin-bottom: 7px;
}

#contactform .small {
	font-size: 100%;
}

#contactform .thanks {
	margin-top: 15px;
	color: green;
	font-size: 105%;
	margin-bottom: 15px;
}

/* About Us*/

#apDiv_about {
	position:absolute;
	margin-left:305px;
	top:517px;
	width:591px;
	overflow:visible;
	text-align: left;
	z-index:1;
	/*padding-top: 5px;*/
}
