
/* Front-end background and main table */

body {
	line-height:130%;
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	/* body background colour is set in /extras/styles/webideas/page.css */
}

.adminBar {
   background-color: #ffffff;
}

/* sets the width of the whole site */
#container {
	width: 924px;
	height:613px;
	background-image: url(/extras/styles/webideas/background.jpg);
	background-repeat: no-repeat;
	margin:auto;
}
#container2 {
	width: 924px;
	background-image: url(/extras/styles/webideas/background.jpg);
	background-repeat: no-repeat;
	margin:auto;
}
#banner{
	text-align: right;
	margin-right:23px;
}

#banner img{
	
}
#topmenu{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	
}

/* top level */
.mlddm li a, .mlddm li a#buttonnohover {	
		padding: 16px 12px 2px 12px;
		color: #d6d6d6;
		font-weight:  normal;
		letter-spacing: 1px;
		font-size: 16px;
		text-align: left;
		height:42px;	
}

.mlddm li a:hover, .mlddm li a#buttonhover {	
	color:#ffffcc;

}

.mlddm li a.selected, .mlddm li a.selected#buttonnohover {	
		padding: 16px 12px 2px 12px;
		color: #ffff00;
		font-weight:  normal;
		letter-spacing: 1px;
		font-size: 16px;
		text-align: left;
		height:42px;	
}

.mlddm li a:hover.selected, .mlddm li a.selected#buttonhover {	
	color:#ffff00;

}


/* drop down list */

		.mlddm ul {	
			background: #2e6697; 
		}
		.mlddm ul li a {	
			padding: 4px 16px 4px 6px;
			border:1px solid #ffffff;
			border-top: 0;
			border-right: 0;
			text-transform: none;
			text-align: left;

		}
		.mlddm ul li a:hover {	
			color: #000000;
			background-color:#cccccc;
		}

#crumb{
	padding: 10px 20px 20px 20px;

}
/* Where the content goes */
#middle{
	width:916px;
	min-height:395px;
	padding: 0;
	margin:0;
	background-color: #d6d6d6;
	overflow:hidden;
}
#middle2{
	width:924px;
	min-height:395px;
	padding: 0;
	margin:0;
	color: #fff;
	overflow:hidden;
	background-image: url(/extras/styles/webideas/middle_bg.jpg);
	background-repeat: repeat-y;
}

#middle2 h1{
	color: #fff;
}


#middle2 a {
   color: #fff;
   text-decoration: underline;
}
#middle2 a:hover {
   color: #fff;
   text-decoration: underline;
}



#footer{
	clear:both;
	width:916px;
	margin: auto;
	padding: 4px 20px 20px 20px;
	font-size:7pt;
	color: #828282;
}
#footer2{
	clear:both;
	width:884px;
	margin: auto;
	padding: 34px 20px 20px 20px;
	font-size:7pt;
	color: #828282;
	background-image: url(/extras/styles/webideas/bottom_bg.jpg);
	background-repeat: no-repeat;	

}




.footerLeft{
	width:300px;
	float: left;
	color: #828282;
}
.footerMiddle{
	float:left;
	width:300px;
	text-align: center;
	color: #828282;

}
.footerRight{
	width:200px;
	float: right;
	text-align:right;
	color: #828282;
}
#footer a {
	font-size: 9px;
	color:#828282;
	text-decoration: none;
}
#footer a:hover {
	color:#ffff00;
}

#footer2 a {
	font-size: 9px;
	color:#828282;
	text-decoration: none;
}
#footer2 a:hover {
	color:#ffff00;
}


/* general site-wide styles */
a {
   color: #cc0000;
   text-decoration: underline;
}
a:hover {
   color: #000099;
   text-decoration: underline;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color:#5c5f64;
	font-weight:normal;
	margin-top:6px;
}
h2 {
  font-size: 11pt;
}

/* general form classes */
input{
  color: #003399;
}
textarea{
  color: #003399;
}
select{ 
}
.formDescription {
}
.formSubtext {
  font-size: 8pt;
}





/* search function - not sure where though */
.searchText {

	font-size: 10pt;
	color: #1964a8;
    	line-height: 20px;
	font-weight: bold
}
.searchButton {
	background-color: #FFFFFF;
	border: #cccccc .5pt solid;
	font-size: 12pt;
	color: #003399;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
}
.searchInput {
	background-color: #FFFFFF;
	font-family: Arial;
	border: #cccccc .5pt solid;
	font-size: 12pt;
	color: #003399;
	font-style: normal;
	line-height: 16px;
}

/* -------------SS Gallery-----------------*/

table.middleLayout{
	border-collapse: collapse;
	border:0;
	padding:0;
	margin:0;

}


#middleText{
	width:248px;
	height:359px;
	overflow: auto;
	position:relative;
	top:0;
	left:0;
	padding:18px;
	margin:0;

}

.flashhome{
	background-image: url(/extras/styles/webideas/home_bg.jpg);
}



.pagePadding{
	padding:18px;
}


