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

body {
	background-image: url(../images/background.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	background-color: #af9268;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	}


#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/container-bkg.png);
	background-repeat: repeat-y;
	}
	
	
#content_wrapper {
	width: 636px;
	margin-left: 200px;
	}
	

p {
	line-height: 1.5em;
	
	}
	
a:link, a:visited {
	color: #4db848;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

h2 {
	color: #4db848;
	margin: 0;
	padding: 0;
}
	
strong {
	color: #4db848;
	}

li {
	list-style: url(../images/list-leaf.gif);
	line-height: 20px;
	}

.sub {
	font-weight: normal;
	}
	
#nav_wrapper {
	width: 1000px;
	height: 122px;
	background-image: url(../images/nav-bkg.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	
	}
#nav_wrapper  a:link, #nav_wrapper a:visited  {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
#nav_wrapper  a:hover {
	text-decoration: none;
	color: #4F3516;
	font-family: Arial, Helvetica, sans-serif;
	}

#nav_wrapper ul  {
	font-size: 11px;
	font-weight: bold;
	padding-top: 55px;
	width: 750px;
	margin-left: 150px;
	padding-left: 0;
	/*padding-top: 55px;
	margin-left: 110px;*/
	}

/**html #nav_wrapper ul#nav {
	font-size: 5px;
	font-weight: bold;
	margin: 0;
	width: 700px;
	height: 32px;
	border: thin solid red;
	}*/
	

	#nav_wrapper  ul li {
		display:inline;
		padding: 0px 6px 0px 4px;
		line-height: normal;
		}
		
	.clear {
		clear: both;
	}
		
/* Footer */

div#footer {
	width: auto;
	padding-bottom: 13px;
	color: #4db848;
	}


div#footer a:link, div#footer a:visited { 
	text-decoration: none;
	color: #4db848;
	}

div#footer a:hover { 
	text-decoration: underline;
	color: #FFFFFF;
	}


div#footer ul  {
	font-size: 10px;
	margin: 0;
	padding-top: 10px;
	width:910px;
	height: 22px;
	}
	
* html div#footer ul {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	width:910px;
	height: 32px;
	}

	div#footer ul li {
		display:inline;
		padding: 0px 6px 0px 4px;
		border-right: solid 1px #4db848;
		}
			
		.trademark {
			font-size: 9px;
			color: #4b4b4b;
			margin-top: 0px;
			padding-bottom: 9px;
			color: #FFFFFF;
			margin: 0 auto;
			}
			
/* Images */
#imgLeft {
	float: right;
	border: #ffffff 3px solid;
	margin-left: 20px;
}


/* Headers */
#corporate, #weddings, #communities, #special {
	text-indent: -5000px;
}

#corporate {
	background: url(../images/events/corporate-title.gif) top left no-repeat;
	width: 196px;
	height: 36px;
}

#weddings {
	background: url(../images/events/wedding-title.gif) top left no-repeat;
	width: 177px;
	height: 36px;
}	

#communities {
	background: url(../images/events/communities-title.gif) top left no-repeat;
	width: 218px;
	height: 37px;
}	

#special {
	background: url(../images/events/special-title.gif) top left no-repeat;
	width: 244px;
	height: 36px;
}				

/* Links */

p .corporate, p .weddings, p .special, p .communities {
	height: 275px;
	width: 275px;
	display: block;
	border: #FFFFFF 3px solid;
	color: #4db848;
	text-decoration: none;
	text-indent: -50000px;
}

.corporate {
	background: url(../images/events/corporate.jpg) top left no-repeat;
}

.weddings {
	background: url(../images/events/weddings.jpg) top left no-repeat;
}

.special {
	background: url(../images/events/special.jpg) top left no-repeat;
}

.communities {
	background: url(../images/events/communities.jpg) top left no-repeat;
}

p .corporate:hover, p .weddings:hover, p .special:hover, p .communities:hover {
	border-color: #4db848;
	color: #4db848;
	border: #4db848 3px double;
}

#columnLeft {
	float: left;
}

#columnRight {
	float: right;
}

#subNav {
	width: 600px;
	margin: 0 auto;
}

#columnLeft p, #columnRight p {
	text-align: center;
}

#subNav #columnLeft img, #subNav #columnRight img {
	margin-bottom: 25px;
}

/* Contact */

#error {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 10px;
	width: 450px;
}

#success {
	background-color: #4db848; 
	color: #ffffff;
	padding: 10px;
	width: 450px;
}

/* Flash */

#flash {
	width: 700px;
	margin: 0 auto;
}