/* Primary Layout Styles */

body {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
	text-align: center;
	background: #F5F0F4;
}

#master_container {
	width: 800px;
	margin: 5px auto;
	border:1px solid #5E0A55;
	background: white;
	margin-bottom: 5px;
	text-align: left;
}

#body_container {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	clear: both;
}

img {
	border: 0px;
	vertical-align: bottom;
}

form {
	margin: 0px;
}

.clear {
	clear: both;
}


/* Header Layout */

#header {
	height: 90px;
}

#logo {
	float: left;
	position: relative;
	top: 15px;
	left: 15px;
}

#search_container {
	float: right;
	position: relative;
	top: 30px;
	right: 20px;
}

#search_container input {
	vertical-align: middle;
}

#search {
	width: 140px;
}

/* Navigation Styles */

#primary_navigation {
	background: #5E0A57;
	border-top: 3px solid #AE84AC;
	border-bottom: 2px solid white;
	padding-right: 5px;
	overflow: visible;
	line-height: 2em;
}

#primary_navigation img {
	vertical-align: baseline;
}

#home_link {
	float: left;
	padding-left: 5px;
	height: 2em;
}

#home_link ul.navigation li {
	float: none;
}

#home_link img {
	position: relative;
	top: 1px;
}

ul.navigation {
	margin: 0em;
	padding: 0px;
	list-style: none;
	background: #5E0A57;
}

ul.navigation li {
	position: relative;
	float: right;
}

.navigation li a {
	position: relative;
	top: 0.4em;
	padding: 0.4em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	z-index: 2;
}

html>body .navigation li a {
	top: 0px;
}

li div.subnav_container { 
	position: absolute;
	left: 0px;
	top: 1.9em;
	margin-left: 0px;
	text-align: left;
	width: 100%;
	display: none;
	line-height: 1.1em;
	z-index: 3;
}

li div.subnav_container div {
	border-top: 1px solid #AE84AC;
	padding: 0.3em;
	padding-top: 0.1em;
	padding-bottom: 0.7em;
	z-index: 3;
}

html>body div.subnav_container div {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.subnav_container div a {
	padding: 0px;
	margin: 0px;
}

li:hover div, .over div.subnav_container {
	display: block;
}

/* Footer Layout */

#body_footer {
	background: url(/site_images/body_footer_bg.gif);
	height: 13px;
	margin-top: 1em;
	clear: both;
}

/* Page Template Layout */

.unpadded {
	margin-left: -10px;
	margin-right: -10px;
}

.content_item {
	margin-top: 10px;
	clear: both;
}

.content_container {
	float: right;
	width: 550px;
	overflow: hidden;
	border-left: 1px solid #DDDDDD;
}

.sidebar {
	float: left;
	width: 210px;
	overflow: hidden;
}

.even_split .content_container {
	width: 385px;
}

.even_split .sidebar {
	width: 380px;
}

.content {
	margin: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.three_column .sidebar {
	overflow: hidden;
}

.three_column .left {
	width: 180px;
	float: left;
}

.three_column .right {
	width: 140px;
	float: right;
}

.three_column .content {
	margin-left: 190px;
	margin-right: 150px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
}