body, html, form { height:100%;}
html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #a90303;
	background-image: url(../Images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #000;
}
a {
	color: #ae0303;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ae0303;
	text-decoration: none;
	font-weight: bold;
}
.container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 770px;
	background: #FFF; 
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
.header {
	width: 770px;
	height: 159px;
	clear: both;
}
.menu {
	width: 742px;
	height: 41px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	clear: both;
	padding: 0px 0px 0px 28px
}
.userconsole {
	width: 760px;
	height: 17px;
	clear: both;
	text-align: right;
	padding: 8px 0px 5px 0px;
}
.content {
	padding: 0px 10px 20px 10px; /* bottom padding for footer */
}
.homecolumn1 {
	width: 363px;
	float: left;
}
.homecolumn2 {
	width: 150px;
	float: left;
}
.homecolumn3 {
	width: 185px;
	float: left;
}
.homedivider {
	width: 1px;
	height: 299px;
	float: left;
	background-image: url(../Images/column_divider.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 10px;
}
.column3 {
	width: 750px;
	clear: both;
	margin: 0px 0px 20px 0px;
}
.subcol1 {
	width: 40px;
	float: left;
}
.subcol2 {
	width: 145px;
	float: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #6f0303;
	margin: 0px 0px 10px 0px;
}
.footer {
	position: absolute;
	width: 760px;
	height: 20px;
	font-size: 100%;
	background-color: #fff;
	padding: 0px 0px 0px 10px;
	bottom: 0; /* stick to bottom */
}


/***********************
 * 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;
}
/****************
 * Menu Styling *
 ****************/
.radmenu a
{
	text-decoration:none;
}
.radmenu .text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;	
}
.rootGroup .item0 .text, .rootGroup .item2 .text, .rootGroup .item4 .text, .rootGroup .item5 .text,
.rootGroup .item6 .text,   
{
	padding: 11px 0px 0px 0px;
}
.rootGroup .item1 .text, .rootGroup .item3 .text, .rootGroup .item7 .text  
{
	padding: 5px 0px 0px 0px;
}
/*.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: #d78181;
	cursor: pointer;
}
.rootGroup .item /* top level menu styling */
{
	text-align: center;
	padding: 0px 24px 0px 0px;
	height: 41px;
}
.group *
{
	cursor: pointer;
}
.group /* dropdown bg colour */
{
	background:  #ae0303;
}
.group .text /* dropdown text colour */
{
	color: #FFF;
	font-weight: normal;
	font-size: 100%; 
}
.group .text:hover
{
	color: #fff; /* dropdown text rollover colour */
	font-weight: normal;
	font-size: 100%; 
}
.group .item /*dropdown styling*/
{
	text-align: left;
	padding: 2px 10px 3px 10px; 
	height: auto;
}
.group .item:hover /* dropdown bg rollover colour */
{
	background-color: #6f0303;
}
.radmenu /*main menu background*/
{
	/*background:  #FFF;*/
}
.item
{
	color: #c6d5a0;
	font-weight:bold;
}




