html,body,form {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	width: 100%;
}
a {
	color: #0f4b0b;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0f4b0b;
	text-decoration: none;
	font-weight: bold;
}
hr {
	height: 2px;
	color: #000000;
}
.container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	background: #FFF;	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
.header {
	width: 100%;
	height: 132px;
	clear: both;
	background-color: #0e4c0b;
}
.headerimg {
	width: 760px;
	height: 132px;
}
.menu {
	width: 100%;
	height: 30px;
	background-color: #1b650b;
}
.menuleft {
	width: 141px;
	height: 30px;
	float: left;
}
.restofmenu {
	width: 619px;
	height: 30px;
	float: left;
	background-image: url(../Images/menu_bg.gif);
	background-repeat: no-repeat;
}
.menubottom {
	width: 100%;
	height: 58px;
	background-image: url(../Images/userconsole_repeater.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 5px 0px;
}
.userconsole {
	width: 760px;
	height: 40px;
	padding: 18px 0px 0px 0px;
	text-align: right;
	background-image: url(../Images/userconsole_bg.gif);
	background-repeat: no-repeat;
}
.quicklink {
	width: 225px;
	height: 35px;
	margin: 0px 0px 10px 0px;
}
.content {
	width: 100%;
	padding: 0px 0px 45px 0px; /* bottom padding for footer */
	margin: 0 auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
	color: #0e4c0b;
	margin: 0px 0px 10px 0px;
}
.column1 {
	width: 157px;
	float: left;
	margin: 0px 20px 20px 0px;
}
.column2 {
	width: 427px;
	float: left;
	margin: 0px 20px 20px 0px;
}
.column3 {
	width: 136px;
	float: left;
	margin: 0px 0px 20px 0px;
}
.column4 {
	width: 750px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
}
.quicklink {
	width: 120px;
	height: 40px;
	margin: 0px 0px 5px 0px;
}
.footer {
	position: absolute;
	width: 100%;
	height: 45px;
	padding: 0px 0px 0px 0px;
	bottom: 0; /* stick to bottom */
	background-image: url(../Images/footer_repeater.gif);
	background-repeat: repeat-x;
}
.footercontent {
	width: 750px;
	height: 19px;
	padding: 26px 0px 0px 10px;
	font-size: 85%;
	color: #FFF;
	background-image: url(../Images/footer.gif);
	background-repeat: no-repeat;
}
.footercontent a {
	color: #FFF;
	text-decoration: underline;
}
.footercontent a:hover {
	color: #FFF;
	text-decoration: none;
}


/**********************
 * Menu Functionality *
 **********************/
#menu {
width: 760px;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu a, 
#menu h2 {
display: block;
margin: 0;
padding: 2px 3px;
}

#menu li {
    position: relative;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul li
{
	display:block;
	width:100%;
}

/****************
 * Menu Styling *
 ****************/
.radmenu a
{
	text-decoration:none;
}
.radmenu .text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;	
}
/*.hasSubs
{
	background-image: url(/images/sub_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.hasSubs:hover
{
	background: url(/images/sub_menu_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.expanded .hasSubs
{
	background: url(/images/sub_menu_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
}*/
.rootGroup .text  /* top level text colour */
{
	color: #fff;
}
.rootGroup .text:hover /* top level text rollover colour */
{
	color: #0f4b0b;
	cursor: pointer;
}
.rootGroup .item /* top level menu styling */
{
	text-align: center;
	padding: 6px 20px 0px 8px;
	height: 24px;
}
.group *
{
	cursor: pointer;
}
.group /* dropdown bg colour */
{
	background:  #1b650b;
}
.group .text /* dropdown text colour */
{
	color: #FFF;
	font-weight: normal;
	font-size: 85%; 
}
.group .text:hover
{
	color: #FFF; /* dropdown text rollover colour */
	font-weight: normal;
	font-size: 85%; 
}
.group .item /*dropdown styling*/
{
	text-align: left;
	padding: 2px 10px 3px 10px; 
	height: auto;
}
.group .item:hover /* dropdown bg rollover colour */
{
	background-color: #7ea205;
}
.radmenu /*main menu background*/
{
	/*background:  #FFF;*/
}
.item
{
	color: #c6d5a0;
	font-weight:bold;
}

/***********************
 * Menu Editor         *
 ***********************/
.create-menu
{
	background: #e7f1f5;
}

.create-menu fieldset
{
	padding:10px;
}
.create-menu-container
{
	margin:10px;
}

.create-menu table th
{
	font-size:1em;
	text-align:left;
	font-weight:bold;
}

.create-menu table td
{
	vertical-align:top;
	padding-top: 10px;
}

.create-menu-title
{
	background-color: #9abfe2;
	width: 650px;
	height:20px;
	padding-left:10px;
	padding-top: 2px;
	font-weight:bold;
	margin: 0px;
}

.create-item-title
{
	float:left;
	font-weight: bold;
	width:100px;
}

.create-item-form
{
	float:left;
	width:300px;
	vertical-align:top;
}

.create-item-desc
{
	float:left;
	width:200px;
}

.create-item-spanned
{
	float:left;
	width:600px;
}


#Thumbnails img
{
	margin-right:20px;
}

.row span
{
	width:100px;
	display:block;
	float:left;
}
