
/* Front-end background and main table */

body {
	line-height:130%;
	font-size: 9pt;
	margin: 0px;
	margin-top: 2px;
	background-color: #284421;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.adminBar {
   background-color: #ffffff;
}

/* sets the width of the whole site */
#container {
	width: 778px;
	background-color: #cbded4;
	margin:auto;
	position:relative;
}
#banner img{
	display:block;
}

#leftmenu{
	background-color: #cbded4;	
	width:140px;
	position:absolute;
	top:110px;
	left:0;
	padding:0;
	margin:0;
}
td.gallery {
	text-align: center;
	font-size: 11px;
	vertical-align: top;
}
a.links {
	color: #326896;
}
a:visited.links {
	color: #800080;
}

a:hover.links {
	color: #284421;
}

/* top level */

.mlddm li a, .mlddm li a#buttonnohover {	
		padding: 5px 20px 5px 20px;
		color: #3184A0;
		font-weight:  normal;
		letter-spacing: 1px;
		font-size: 9pt;
		border:0;
		border-bottom:1px solid #fffff2;
		width:100px;
		background-image: url(/extras/styles/webideas/nav_dot.gif);
		background-repeat: no-repeat;
		background-position: 5px 9px;
}

.mlddm li a:hover, .mlddm li a#buttonhover {	
		background-color: #ebe8ce;
		padding: 5px 20px 5px 20px;
		width:100px;

}

/* drop down list */

		.mlddm ul {	
			background: #cbded4; 
		}
		.mlddm ul li a {	
			padding: 5px 20px 5px 20px;
			border-top:0;
			border-bottom:1px solid #ffffff;

		}
		.mlddm ul li a:hover {	
			padding: 5px 20px 5px 20px;
			color: #000000;
			background-color:#ebe8ce;
			border-top:0px;
			border-bottom:1px solid #ffffff;
		background-image: url(/extras/styles/webideas/nav_dot.gif);
		background-repeat: no-repeat;
		}

.mlddm .hsub:hover, .mlddm a#buttonhover {	
	background-color: #ebe8ce;
}		
		
#crumb{
	padding: 4px 0 0 0;
}
/* Where the content goes */
#middle{
	margin:0 0 0 140px;
	min-height:400px;
	padding: 0 20px 20px 20px;
	background-color:#fffff2;

}
#footer{
	clear:both;
	padding: 4px 4px 20px 4px;
	font-size:7pt;
	background-color: #284421;
	color:#CBDED4;
}
.footerLeft{
	width:300px;
	float: left;
}
.footerMiddle{
	width:auto;
	float: left;
	text-align: center;

}
.footerRight{
	width:200px;
	float: right;
	text-align:right;
}
#footer a {
   color: #CBDED4;
   text-decoration: underline;
}
#footer a:hover {
   color: #ebdbba;
   text-decoration: underline;
}


/* general site-wide styles */
a {
   color: #333333;
   text-decoration: underline;
}
a:hover {
   color: #284421;
   text-decoration: underline;
}
h1 {
	background-image: url(/extras/styles/webideas/h1_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 25px;
	color: #596C5A;
	margin:0 0 0 -20px;
}
h2 {
	font-size: 14px;
	color: #284421;
	margin-bottom: 10px;
}
h3{
	font-size: 12px;
	color: #284421;
	font-weight: bold;
	margin: 30px, 0px, 6px, 0px;	
}
ol {
	color: #284421;
	padding-bottom: 14px;
	line-height: 22px;
}


/* general form classes */
input{
  color: #003399;
  margin-bottom:4px;
}
textarea{
  color: #003399;
}
select{ 
}
.formDescription {
	font-weight:bold;
}
.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;
}




