/*** Common items (used across templates) ********************************************/

body {
	background-color: #d4ebf9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#logo {
	width: 750px;
	height: 115px;
}

#top_navigation {}

#top_menu {}

.navigation {
	float: left;
	width: 198px;
	vertical-align: top;
}

#content {
	float: right;
	width: 534px;
	vertical-align: top;
	padding: 7px 9px 9px 9px;
}

* html #content {}

#menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 198px;
}

.menu1 a:link,
.menu1 a:active,
.menu1 a:visited {
	display: block;
	background-color: #4b86aa;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px dotted #ffffff;
	padding: 4px 11px 4px 11px;
}

.menu1 a:hover {
	background-color: #396682;
	color: #ffffff;
}

.menu1_selected a:link,
.menu1_selected a:active,
.menu1_selected a:visited,
.menu1_selected a:hover {
	display: block;
	background-color: #396682;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px dotted #ffffff;
	padding: 4px 11px 4px 11px;
}

.menu2 a:link,
.menu2 a:active,
.menu2 a:visited {
	display: block;
	background-color: #396682;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 11px 4px 22px;
	font-size: 11px;
}

.menu2 a:hover {
	color: #cccccc;
}

.menu2_selected a:link,
.menu2_selected a:active,
.menu2_selected a:visited,
.menu2_selected a:hover {
	display: block;
	background-color: #396682;
	color: #cccccc;
	text-decoration: none;
	padding: 0px 11px 4px 22px;
	font-size: 11px;
}

.menu3 a:link,
.menu3 a:active,
.menu3 a:visited {
	display: block;
	background-color: #396682;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 11px 4px 33px;
	font-size: 11px;
}

.menu3 a:hover {
	color: #cccccc;
}

.menu3_selected a:link,
.menu3_selected a:active,
.menu3_selected a:visited,
.menu3_selected a:hover {
	display: block;
	background-color: #396682;
	color: #cccccc;
	text-decoration: none;
	padding: 0px 11px 4px 33px;
	font-size: 11px;
}

#breadcrumbs {
	float: left;
	color: #999999;
	font-size: 11px;
}

#breadcrumbs a:link,
#breadcrumbs a:active,
#breadcrumbs a:visited {
	color: #999999;
}

#breadcrumbs a:hover {
	color: #999999;
}

#footer {
	padding: 9px;
	font-size: 11px;
}

.footer_text {}

.footer_text a:link,
.footer_text a:active,
.footer_text a:visited,
.footer_text a:hover {}

#grip {
	padding-top: 7px;
}

#site {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-image: url(/templates/young_professionals_of_ames/images/bg.gif);
	padding-left: 8px;
	padding-right: 8px;
}

#print_logo {
	display: none;
}

#navigation_content {
	min-height: 444px;
	background-image: url(/templates/young_professionals_of_ames/images/nav_content_bg.gif);
}

/*** Custom items (used only for this template) **************************************/

* html #navigation_content {
	height: 424px;
}

#bottom_divider {
	clear: both;
}

#footer_logo {
	float: left;
	width: 179px;
	padding-right: 9px;
	border-right: 1px solid #0167a5;
}

#copyright {
	float: left;
	padding-left: 9px;
}

#footer_links {
	float: right;
	text-align: right;
}

#top_buttons {
	float: right;
}