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

/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	background-color:#FBE225;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#333333;
}

/* headers */
h1, h2 {
	color:#333333;
	text-align:left;
}
h1 {
	font-size:2.1em;
}

h2 {
	font-weight:normal;
	font-style:italic;
	color:#FFFFFF;
	font-size:1.7em;
}
h3 {
	color:#4682B4;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
}
h4 {
	margin-bottom:3px;
	border-bottom:1px solid #E2E2E2;
}

/* paragraphs */
p {
	margin:5px 2px 10px 2px;
}

/* links */
a, a:visited {
	color:#688AB6;
	text-decoration: none;
	border: 0;
}
a:hover {
	color:#486997;
	text-decoration: none;
}
/* wrapper, header & nav */
div#wrap {
	width:800px;
	margin:0 auto;
	background-color:#FBE225;
	background-image:url('images/center.jpg');
	background-repeat:no-repeat;
	background-position:center;
	padding: 20px 0 20px 0;
	height:1000px;
}

div#header {
	padding: 25px 70px 0 50px;
	height:150px;
}
div#logo a{
	background-image:url('images/EventsLogo.jpg');
	background-repeat:no-repeat;
	background-position:23px 45px;
	width:200px;
	height:150px;
	float:left;
}
div#slogan {
	background-image:url('images/slogan.png');
	background-repeat:no-repeat;
	background-position:right;
	float:right;
	width:300px;
	height:40px;
	margin: 40px 0 0 0;
	display:inline;
}
div#nav {
	float:right;
	width:475px;
	height: 50px;
	margin: 20px -5px 0 0;
	display:inline;
	border-bottom:1px solid #333;
}
div#sidebar {
	padding:0;
	height:700px;
	float:left;
	width:170px;
	margin: 15px 0 0 50px;
	font-size:10pt;
}
div#sidebar a {
	color:#000;
}
div#contact {
	margin:0 0 0 30px;	
}
div#sidebar_corporate {
	background-image:url('images/side_corporate.png');
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height:130px;
}
div#sidebar_weddings {
	background-image:url('images/side_weddings.png');
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height:130px;
}
div#sidebar_parties {
	background-image:url('images/side_parties.png');
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	height:130px;
}
div#border {
	height:460px;
	float:left;
	width:5px;
	border-right:1px solid #333;
	margin: 150px 0 150px 0;
}
div#footer {
	clear:both;
	margin: 0 70px 0 50px;
	width:475px;
	float:right;
}
div#footer p {
	font-size:.8em;
	text-align:right;
}
div#center {
	background-image:url('images/center_border.png');
	background-repeat:no-repeat;
	background-position:left;
	margin: 10px 0 0 20px;
	padding: 30px 60px 0 20px;
	font-size:10pt;
	height:180px;
}
div#content {
	display:block;
	height:700px;
	width:520px;
	float:left;

}
div#type {
	font-size:10pt;	
}
div#type p {
	padding:0 30px 0 30px;
	font-size:10pt;
	line-height:1.3;
}
div#type ul li{
	margin: 0 0 0 50px;
}
div#leftbullets {
	height:250px;
	width:500px;
	float:left;
	font-size:8pt;
	display:inline;
}
div#leftbullets li {
	align:left;
}
div#rightbullets ul {
	width:220px;
	float:left;
	font-size:8pt;
}
div#title {
	padding: 0 0 0 10px;	
}
#flashcontent {
	margin:15px 0 0 25px;
	width: 480px;
	height: 680px;
	font-style:bold;
}