/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
	text-align: center;
	font-family: Arial, Sans-Serif;
	background-color: #1E8CAA;
}

h1
{
	color: #EE2D35;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 155%;
}

h2
{
	color: #1E8CAA;
	font-size: 125%;
	margin: 0px;
}

a:link
{
	color: #EE2D35;
	text-decoration: underline;
}

a:visited
{
	color: #EE2D35;
	text-decoration: underline;
}

#page_wrapper
{
	width: 720px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

#logo
{
	padding: 10px 0px 0px 20px;
}

#menu
{
	margin-left: 208px;
}

.main_menu
{
	width: 512px;
	cursor:move;
}

.DropDownMenuItem
{
	cursor: pointer;
}

.DropDownMenuItemOver
{
	cursor: pointer;
}

.MenuItem img
{
	z-index: 1;
	cursor: pointer;
}

#content_wrapper
{
	background-color: #F0F0F0;
	border-top: solid #1E8CAA 1px;
	color: #898989;
}

.left_pane
{
	vertical-align: top;
	width: 207px;
	border-right: solid #1E8CAA 1px;
	margin-left: -2px;
	margin-bottom: -3px;
}

#text_wrapper
{
	padding: 15px 20px;
	vertical-align: top;
}

.content_pane
{
	width: 512px;
}

#clearer
{
	clear: both;
}

.drop_quote
{
	float: right;
	width: 200px;
	padding: 10px 0 10px 23px;
}

.drop_quote h1
{
	font-size: 200%;
	color: #EE2D35;
	font-style: italic;
	margin: 0;
}

.drop_quote 
{
	margin: 0;
	text-align: right;
	color: #898989;
}

.bottom_left_pane
{
	vertical-align: top;
	padding-top: 20px;
	width: 236px;
	margin-right: 20px;
	overflow: scroll;
}

.bottom_right_pane
{
	vertical-align: top;
	padding-top: 20px;
	margin-left: 20px;
	width: 236px;
	overflow: scroll;
}

#footer
{
	text-align: right;
	margin: 0 auto;
	width: 720px;
}


.inventua_sidemenu .MenuItem
{
	font-family: Arial;
	color: #1E8CAA;
	padding: 4px;
	font-weight: bold;
	font-size: 80%;
}

.inventua_sidemenu a
{
	color: #1E8CAA;
	text-decoration: none;
}

.inventua_sidemenu a:link
{
	color: #1E8CAA;
	text-decoration: none;
}

.inventua_sidemenu a:visited
{
	color: #1E8CAA;
	text-decoration: none;
}

.inventua_sidemenu .MenuHdr
{
	font-family: Arial;
	color: #1E8CAA;
	padding: 4px;
	font-weight: bold;
	font-size: 80%;
}

.inventua_sidemenu .MenuItemMouseOver
{
	width: 130px;
	font-family: Arial;
	color: #1E8CAA;
	padding: 4px;
	font-weight: bold;
	font-size: 80%;
}

.DropDownMenuItem
{
	margin-left: 20px;
	background: white;
	font-size: 80%;
	border-left: solid #1E8CAA 1px;
	border-right: solid #1E8CAA 1px;
	margin-top:-1px;
	border-bottom: solid #1E8CAA 1px;
}

.DropDownMenuItemOver
{
	margin-left: 20px;
	background: white;
	font-size: 80%;
	color: #1E8CAA;
	border-left: solid #1E8CAA 1px;
	border-right: solid #1E8CAA 1px;
	border-bottom: solid #1E8CAA 1px;
	margin-top:-1px;
}

.LastDropDownMenuItemOver
{
	border-bottom: solid #1E8CAA 1px;
}

.LastDropDownMenuItem
{
	border-bottom: solid #1E8CAA 1px;
}