/* tags */
body {
	background: #010811;
	text-align: center;
}
img {
	border: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
img {
	border: 0;
	outline: 0;
}
blockquote {
	border-bottom: 3px solid #111;
	font-size: 14px;
	padding: 5px 0;
	margin: 5px 0;
}
blockquote p {
	font-style: italic;
}
p, li {
	color: #ed6f1f;
}
iframe {
	border: 1px solid #01182b;
}
/* ids */
#layout {
	background: #000  url(/styles/images/bg_tile.jpg) repeat-y 0 0; color: #f4f4f4;
	border: 1px solid #01182b;
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}
#primer {
	background: transparent url(/styles/images/bg_prime_top.jpg) no-repeat 0 0;
	min-height: 460px;
	padding-top: 1px;
	overflow: hidden;
	zoom: 1;
}
#header {
	overflow: visible;
	zoom: 1;
	height: 160px;
}
#logo {
	width: 220px;
	margin: 30px 0 0 40px;
	float: left;
	display: inline;
}
#logo h1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* ========================================================= */
/* begin top nav */

#top_nav {
	float: left;
	display: inline;
}
#top_nav ul {
	list-style-type: none;
	padding: 0; margin: 0;
}
#top_nav li {
	background: transparent url(/styles/images/top_nav_top.png) no-repeat 50% 0;
	float: left;
	display: inline;
	width: 144px;
	padding: 0; margin: 21px 0 0 0;
}
#top_nav a {
	background: transparent url(/styles/images/top_nav_bd.png) no-repeat 50% 100%;
	display: block;
	margin-top: 22px;
	height: 70px;
}
#top_nav a:hover, #top_nav a:focus {
	/* height: 100px; */
}
#top_nav span {
	display: block;
	margin: 0;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: hand;
}
#n_weddings span {
	background: transparent url(/styles/images/n_weddings.png) no-repeat 50% 50%;
}
#n_corp span {
	background: transparent url(/styles/images/n_corp.png) no-repeat 50% 50%;
}
#n_school span {
	background: transparent url(/styles/images/n_school.png) no-repeat 50% 50%;
}
#n_social span {
	background: transparent url(/styles/images/n_social.png) no-repeat 50% 50%;
}
#n_deco span {
	background: transparent url(/styles/images/n_deco.png) no-repeat 50% 50%;
}

/* ========================================================= */
/* end top nav */

#home_splash {
	text-align: center;
	padding: 30px 0;
}
#sidebar {
	clear: left;
	float: left;
	display: inline;
	margin: 20px 0 0 40px;
	width: 220px;
}
#content {
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
	width: 680px;
}
#content-wide {
	margin: 20px 60px;
}
#content h1, #content h2, #content h3, #content-wide h1 {
	color: #eee;
	font-family: "Palatino", "Times New Roman", Georgia, serif;
	/* font-variant: small-caps; */
}
#content a {
	text-decoration: underline;
	color: #ccc;
}
#content a:hover {
	text-decoration: none;
	color: #fff;
}
#bottom-edge {
	height: 60px;
	background: #000 url(/styles/images/bg_bottom_edge.jpg) no-repeat 0 100%;
}

/* classes */
.active {
	cursor: default;
}
.by {
	color: #3b5c76 !important;
	font-size: 12px;
	font-style: normal;
}
.sidelinks {
	list-style-type: none;
	margin: 0; padding: 0;
}
.sidelinks li {
	margin: 0; padding: 0;
}
.sidelinks a {
	background: transparent;
	color: #ddd;
	display: block;
	font-size: 16px;
	font-family: "Palatino", "Times New Roman", Georgia, serif;
	margin: 0; padding: 7px 0 7px 45px;
	outline: 0;
	font-variant: small-caps;
}
.sidelinks a:hover, .sidelinks a:focus, .sidelinks .sideactive {
	background: transparent url(/styles/images/side_grad.png) no-repeat 1px 50%;
	color: #fff;
	text-decoration: none;
}
.sidelinks .sideactive {
	cursor: default;
}
.pop {
	background: #010811;
	border: 1px solid #01182b;
	font-size: 16px;
	font-style: italic;
	padding: 10px;
}
.flr {
	float: right;
}
img.flr {
	margin: 0 0 20px 20px;
}