@charset "UTF-8";

* {
margin:0px;
padding:0px;
list-style:none;
}

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:13px;
	color:#555;
}

.clear {
	clear:both;	
}

#overallWrapper {
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	width:900px;
	position:relative;
	margin:auto;
	background-position:top center;
}

#pageWrapper {
	position:relative;
	width:800px;
	margin:auto;
}

#header {
	positon:relative;
	height:128px;	
}

#slogan {
	width:200px;
	float:left;
	text-indent:-9999px;
}

#navigation {
	position:absolute;
	width:400px;
	height:41px;
	top:87px;
	left:400px;
}

#navigation2 {
position:absolute;
right:0px;
top:0px;
	
}

#mailingList{
	position:relative;
	width:320px;
	float:right;
	top:60px;
}

.join {
	float:left;
	font-size:12px;
	margin-right:10px;
	color:#777;	
}

#navigation li, #navigation2 li {
	display:inline;
	position:relative;
}

#navigation a {
	position:relative;
	text-decoration:none;
	color:#eda12f;
	padding: 0px 15px;
	float:left;
	height:41px;
	line-height:41px;
	margin-right:5px;
}

#navigation a:hover {
	background-image:url(images/nc.jpg);
	color:#fff;
}

#navigation2 a {
	position:relative;
	text-decoration:none;
	color: #999;
	padding: 0px 15px;
	float:left;
}

#navigation2 a:hover {
	text-decoration:underline;
}

.dotLeft {
	height:4px;
	width:1px;
	background-color:#fff;
	position:absolute;
	top:0px;
	left:0px;

}

.dotRight{
	height:4px;
	width:1px;
	background-color:#fff;
	position:absolute;
	top:0px;
	right:0px;
}
.dotLeft2 {
	height:3px;
	width:1px;
	background-color:#fff;
	position:absolute;
	top:0px;
	left:1px;

}

.dotRight2{
	height:3px;
	width:1px;
	background-color:#fff;
	position:absolute;
	top:0px;
	right:1px;
}

#content {
	positon:relative;
	background-image:url(images/contentBG.jpg);
	border-bottom:2px solid #eee;
}

#mainContent {
	margin-left:40px;
	width:420px;
}

.space40 {
	height:40px;
}

.space20 {
	height:20px;
}

#sidebar {
	margin-top:40px;
	width:300px;
	float:right;
}

#sidebarWrapper {
width:220px;
margin:auto;
}

#footer {
	width: 720px;
	margin:auto;
	margin-top:40px;
	color:#999;
	position:relative;
}

#b1{
height:285px;
background-image: url(images/headerHome.jpg);
position:relative;
}

#b2{
height:99px;
background-image: url(images/headerSecond.jpg);
position:relative;
}

#b1text {
color:#fff;
width:220px;
float:right;
margin-right:40px;
line-height:1.1em;
font-size:12px;
}

.readmore {
position:absolute;
right:40px;
bottom:20px;
}

#emailML{
background:transparent;
border:none;
background-image: url(images/mlField.jpg);
background-repeat: no-repeat;
margin:0px;
padding:0px;
height:18px;
padding-top:2px;
padding-left:5px;
float:left;
width:118px;
color:#999;
}


#submitML {
margin:0px;
padding:0px;
float:left;
height:18px;
width:38px;
}

#sidebar img {
border:none;	
}



/*type*/

h1{
	font-size:22px;
}
h1, h2, h3 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#eda12f;
margin-bottom:20px;
}

.orange {
color:#eda12f;	
}

.green {
color:#8dc73d;	
}

/* Status inidcators */

.home #navhome {
	background-image:url(images/nc.jpg)!important;
	color:#fff!important;
}

.about #navabout {
	background-image:url(images/nc.jpg)!important;
	color:#fff!important;
}

.gallery #navgallery {
	background-image:url(images/nc.jpg)!important;
	color:#fff!important;
}

.community #navcommunity {
	background-image:url(images/nc.jpg)!important;
	color:#fff!important;

}

.catering #navcatering {
	background-image:url(images/nc.jpg)!important;
	color:#fff!important;
}
