body
{
	background-color: #00aa44;
	margin: 0;
	min-width: 960px;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #00aa44;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #00aa44;
	margin-bottom: 8px;
}

a
{
	color: #00aa44;
}

a:visited
{
	color: #00C34E;
}

.error
{
	color: red;
}

.error_header
{
	color: white;
	background-color: red;
	padding: 8px;
	font-weight: bold;
}

.success
{
	color: green;
}


#topbar
{
	height: 90px;
	background-color: #00aa44;
	position: relative;
	white-space: nowrap;
}

div#topmenu
{
	width: 100%;
	white-space: nowrap;

}

#topmenu > ul
{
	margin: 0;
	margin-right: 30px;
	padding: 0;
	padding-top: 30px;
	list-style-type: none;
	white-space: nowrap;
	
}

#topmenu > ul > li
{
	display: inline;
	position: relative;
}

#topmenu > ul > li > a
{
	padding: 30px;
	color: white;
	text-decoration: none;
}

#topmenu > ul > li > a:hover
{
	background-color: white;
	color: #00aa44;
	border-bottom: 4px solid #00DD58;
}


#topmenu  ul > li > ul
{
	white-space: nowrap;
	display: none;
	z-index: 9999;
	position: absolute;
	top: 40px;
	left: 40px;
	
	padding: 0;
	
	background-color: white;

	box-shadow: 2px 2px 9px #000000;
	list-style-type: none;
}

#topmenu  ul > li:hover > ul
{
	display: block;
}

#topmenu  ul > li > ul > li
{
	display: block;
}

#topmenu  ul > li > ul > li > a
{
	display: block;
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #00aa44;
	text-decoration: none;
}

#topmenu  ul > li > ul > li > a:hover
{
	background-color: #00aa44;
	color: white;
}


#topbar #logo
{
	width: 333px;
	margin: 20px;
	float: left;
}


.content
{

}

#content1
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	min-height: 500px;
	padding-left: 40px;
	padding-right: 40px;
}

.content_inner
{

	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


#footer
{
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 180px;
}

#footer a
{
	color: white;
}


#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6
{
	color: white;
}


#footer_inner
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.copyright
{
	text-align: center;
}

.footer_column
{
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}	

.clear
{
	clear: both;
}

.dialog
{
	display: none;
}

/* Hide dialog 'X' button http://api.jqueryui.com/dialog/ */
.no-close .ui-dialog-titlebar-close 
{
  display: none;
}

.throbber
{

}

.throbber.small
{
	height: 18px;
}

.rounded_box
{
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	padding: 20px;
	margin: 10px;
}

#divPleaseWait
{
	text-align: center;
	font-size: 130%;
}