html,body, form {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #021981;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
a {
	color: #010d45;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #010d45;
	text-decoration: none;
	font-weight: bold;
}
.container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 900px;
	background: #FFF;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
.header {
	width: 685px;
	height: 123px;
	clear: both;
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	padding: 36px 0px 0px 215px;
	text-align: center;
}
.headerorangetext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: bold;
	color: #ff7200;
	clear: both;
	margin: 0px 0px 15px 0px;
	line-height: 30px;
}
.blueheadertext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #293d96;
	margin: 0px 0px 5px 0px;
}
.menu {
	width: 900px;
	height: 25px;
	clear: both;
}
.content {
	padding: 0px 15px 40px 15px; /* bottom padding for footer */
}
.pagecontent {
	clear: both;
}
.userconsole {
	width: 885px;
	height: 23px;
	text-align: right;
	padding: 7px 15px 0px 0px;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #ff7200;
	margin: 0px 0px 5px 0px;
}
.column1 {
	width: 225px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.column2 {
	width: 625px;
	float: left;
}
.quicklinksmall {
	width: 225px;
	height: 25px;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.quicklinkbig {
	width: 225px;
	height: 180px;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.footer {
	position: absolute;
	width: 870px;
	height: 35px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	bottom: 0; /* stick to bottom */
	color: #000;
	background-color: #e5e8f2;
	font-size: 85%;
	text-align: center;
}
.footerboxes {
	width: 870px;
	height: 75px;
	clear: both;
	text-align: center;
}
.randombox {
	width: 258px;
	height: 65px;
	background-color: #e5e8f2;
	color: #010d45;
	border: 1px solid #010d45;
	padding: 10px 10px 0px 10px; 
	margin: 0px 15px 0px 0px;
	text-align: center;
	font-size: 85%;
	float: left;
}
.randombox2 {
	width: 258px;
	height: 65px;
	background-color: #e5e8f2;
	color: #010d45;
	border: 1px solid #010d45;
	padding: 10px 10px 0px 10px; 
	text-align: center;
	font-size: 85%;
	float: left;
}
h2 {
	font-size: 130%;
	margin: 0px 0px 5px 0px;
}

/**********************
 * Menu Functionality *
 **********************/
#menu {
width: 100%;
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: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.90em;	
}
/*.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: #e5e8f2;
	cursor: pointer;
}
.rootGroup .item /* top level menu styling */
{
	text-align: left;
	padding: 3px 31px 0px 0px;
	height: 22px;
}
.group *
{
	cursor: pointer;
}
.group /* dropdown bg colour */
{
	background:  #000a39;
}
.group .text /* dropdown text colour */
{
	color: #FFF;
	font-weight: normal;
}
.group .text:hover
{
	color: #000a39; /* dropdown text rollover colour */
	font-weight: normal;
}
.group .item /*dropdown styling*/
{
	text-align: left;
	padding: 3px 10px 2px 10px; 
	height: auto;
	width: 100px;
}
.group .item:hover /* dropdown bg rollover colour */
{
	background-color: #e5e8f2;
}
.radmenu /*main menu background*/
{
	/*background:  #1b3c03;*/
	width: 870px;
	background-image: url(../Images/menu_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
}
.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: 595px;
	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:535px;
}


#Thumbnails img
{
	margin-right:20px;
}

.row span
{
	width:100px;
	display:block;
	float:left;
}
