﻿html
{
    overflow:hidden;
	overflow-y:scroll;
}

body {

	background-image: url('../../img/bg_top.jpg') ;
	background-repeat: no-repeat ;
	background-position: top center ;
	background-color: #ececec ;
	font-family: Arial, Helvetica, sans-serif ;	
}

.header {
	font-size: 10px ;
	height: 96px ;
    width: 928px ;
    margin-right: auto ;
    margin-left: auto ;
	margin-top: 0px ;	
	color: #a67c52 ;
}

	.header .logo {
		width: 185px ;
		height: 96px ;
		float: left ;
		padding-top:5px ;
	}

	.header .buttons ul li {
		border-left: dotted 2px #c3b2a4 ;
		list-style-type: none ;
		margin: 0px ;
		float: right ;
		display: block ;
		padding: 10px ;
		font-size: 14px ;
		font-weight: bold ;
	}
	
		.header .buttons ul li a {
			text-decoration: none ;
			color: #a67c52 ;
		}
		
		.header .buttons ul li.selected a {
			text-decoration: none ;
			color: #5b2c0a ;
		}
		
		.header .buttons ul li a:hover {
			text-decoration: none ;
			color: #834111 ;
		}
	
	.header .registerlogin {
		float : right ;
		padding: 10px ;
		color : white ;
		height: 25px ;
		font-size: 10px ;
		font-weight: bold ;
		background-color: #844416; 
	}
	
		.header .registerlogin a {
			text-decoration: none ;
			color: white  ;
		}
		
		.header .registerlogin a:hover {
			text-decoration: none ;
			color: silver ;
		}

	
	.header .submitresearchproject {
		float : right ;
		padding: 10px ;
		height: 25px ;
		color : white ;
		font-size: 14px ;
		font-weight: bold ;
		background-color: #a67c52; 
	}
	
		.header .submitresearchproject a {
			text-decoration: none ;
			color: white  ;
		}
		
		.header .submitresearchproject a:hover {
			text-decoration: none ;
			color: silver ;
		}

	
	.header .tagline {
		float: left; 
		padding-left: 20px ;
	}
	
.boxSearch
{
    position:relative;
    top:-120px;
    *top:-115px;
    margin-top:5px;
    margin-left:-20px;
}	
	
.searcharea {
    width: 928px ;
	font-size: 10px ;
	padding: 5px 0px 10px 0px ;
    margin-right: auto ;
    margin-left: auto ;
	background-color: #a67c52; 
	text-align: center ;
	color: white ;
	height:40px;	
}

	.searcharea .searchbox {
		width: 828px ;
		margin-right: auto ;
		margin-left: auto ;
		text-align: center ;
	}
	
		.searcharea .searchbox a {
			text-decoration: none ;
			color: white  ;
		}
		
		.searcharea .searchbox a:hover {
			text-decoration: none ;
			color: silver ;
		}

.searchOutline
{
    color:#999;
    margin-top:-110px;
    *margin-top:-120px;
}

hr
{
    color:#eee;
    border-bottom:1px solid #eee;
}


.bigtext {
	font-size: 18px ;
	font-weight: bold ;
	color: #CCC;
	border:solid 2px White;
}

.seperator {
		border-left:  dotted 3px #baa38f ;
}

.greybg {
	background-color: #EAEAEA ;
}
		
.bodysection {
    width: 928px ;
    margin-right: auto ;
    margin-left: auto ;
	background-color: white ;
	margin-top:110px;
}	

	.bodysection .text {
		float: left ;
		width: 660px ;
		padding: 20px ;
		text-align: left;
		font-size: 12px ;		
	}
	
	.bodysection .text h1 {
		font-size: 18px ;
		color : #06401a;
		font-weight: bold ;
		padding-bottom: 20px ;
	}
	
	.bodysection .imagemain {
		float : right ;
		width : 303px ;
		height: 201px ;
		padding: 20px ;
		text-align: right ;		
	}
	
	.bodysection .imagesecondary {
	    clear:right;
		float : right ;
		width : 180px ;
		padding: 20px ;
		padding-top:35px;
		text-align: right ;
	}
	
	.bodysection .recentsearches {
		float: left ;
		width: 660px ;
		padding: 20px ;
		text-align: left;
		font-size: 10px ;
	}
	
		.bodysection .recentsearches h1 {
			font-size: 18px ;
			color : #06401a;
			font-weight: bold ;
			padding-bottom: 0px ;
		}
	
		.bodysection .recentsearches .searchresult {
			margin: 10px 0px 10px 0px ;
			padding: 5px ;
		}
		
		.bodysection .recentsearches .searchresult .heading {
			color: #844416 ;
			font-weight: bold ;
			font-size: 11px ;
		}
		
			.bodysection .recentsearches .searchresult a {
				text-decoration: none ;
				color: #844416 ;
			}
			
			.bodysection .recentsearches .searchresult a:hover {
				text-decoration: none ;
				color: green ;
			}

		
		.bodysection .recentsearches .searchresult .conducted {
			color: #999 ;
			
		}
		
		.bodysection .recentsearches .searchresult .conductedby {
			color: #637921 ;
			clear: left ;
		}
		
		.searchResults
		{
		    position:relative;
		    top:-55px;	    
		    
		    width:660px;
		    font-size: 10px ;  
		    
		    margin: 10px 0px 10px 0px ;
		    padding: 5px ;
		}
		
		.searchResults h2 span
		{
		       
		}
		
		.searchResults div
		{
		    padding:8px;
		    padding-bottom:0px;
		    margin-bottom:0px;		    
		}
		
		.searchResults div a
		{
		    font-weight:bold;
		    color: #cd6d31;
		}
		
		.searchResults div.alt
		{
		    background-color:#F5F0EB;
		    padding-bottom:0px;
		    margin-bottom:2px;
		}
		
		.searchResults h5
		{
		    width:660px;
		}
		
		h2
		{
		    font-size:14px;
		    padding-left:10px;
		}

.footer {
	background-color: #a67c52 ;
    width: 928px ;
    margin-top:15px;
    margin-right: auto ;
    margin-left: auto ;
	font-size: 10px ;
	color: white ;
}

	.footer .footersection {
		float: left ;
		width: 165px ;
		text-align: left ;
		padding: 10px ;
	}
	
			.footer .footersection a {
				text-decoration: none ;
				color: white ;
			}
			
			.footer .footersection a:hover {
				text-decoration: none ;
				color: silver ;
			}


		.footer .footersection h1 {
			font-size: 14px ;
			font-weight: bold ;
			border-bottom: solid 1px #b58b63 ;
			padding-bottom: 4px ;
		}
	
	.footer .footersection ul {
		padding: 10px 0px 10px 0px;
		padding-left:20px;
	}
	
	
	
	/* FORM ELEMENTS  --------------------------------------------*/

.form
{
	border: 1px solid #E9D9A9;
	color: #333;
	clear: both;
	padding: 0;
	margin: 0px;
	margin-bottom:0px;
}

.form th {
	background-color: #FEFDEC;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #E9D9A9;
	border-bottom: 1px solid #E9D9A9;
	text-align: center;
	padding: 1px 4px;
}

.form .field
{
	background-color:#FEFDEC;
	border-bottom:1px solid #fff;
	width:35%;
	padding-left:5px;
	font-weight:bold;
	color:Black;
}

.form .field.thin
{
    width:20%;
}

.form .field2
{
	background-color:#EEEEEE;
	border-bottom:1px solid #fff;
	padding-left:5px;
	font-weight:bold;
	color:Black;
}

.form tr td 
{
	padding: 4px 5px;
	vertical-align: top;
	border-bottom: 1px solid #FEFDEC;
	/*width:400px;*/
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 11px;
	line-height:16px;
	background-color:#fff;
	color:#333;
}

.form input
{
	display:inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width:90%;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

.form textarea
{
	display:inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width:90%;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

.form .disabled
{
	display:inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width:90%;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	background-color:#f5f5f5;
	border:1px solid #7F9DB9;
	height:15px;
}

.form select
{
	display:inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width:355px;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

.form select option
{
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 0.9em;
}

/* IE6 */
* html .form select
{
	width:365px;
}

/* IE7 Only */
*:first-child+html .form select{
	width:365px;
}

.form a
{
	display:inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

.form p
{
	margin:0px;
}

.form .submit
{
	display:inline;
	width:90%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width: 170px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0pt;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

.form .radio input
{
	width:auto;
	margin:2px 10px;
}

.form option
{
	font-size:13px;
	font-family: arial, "Trebuchet MS",Trebuchet,"Lucinda Grande", verdana,  helvetica, sans-serif;
}

.submit
{
	display:inline;
	width:90%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	padding:1px 0px 1px 0px;
}

.input
{
	display:inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	width:90%;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
}

span .small input
{
    width:50px;
}

/* Field Classes */

.editForm
{
    border: 1px solid #E9D9A9;
	color: #333;
	clear: both;
	padding: 0;
	margin: 0px;
	margin-bottom:0px;
}

.Fields table.Fields
{
    margin-left:8px; 
    margin-right:0px; 
    margin-bottom:0px;
}

.Fields input
{
    width:98%;    
}

.Fields textarea
{
    width:98%;    
}

.Fields input.update
{
    width:100px;
}

.Fields select.items
{
    width:98%;
}

.Field_items
{
    border:dotted 1px #ECECEC;
}

h5.title
{
    width:100%;    
    color:#000;
    font-weight:bold;
    background-color:#FEFDEC;
	border-bottom:1px solid #E9D9A9;
	
	margin-bottom:10px;
	margin-left:-6px;
	margin-right:-8px;
	padding-left:10px;
	padding-right:0px;
}

.Fields input.label
{
    width:99%;    
    color:#CC0000;
    font-weight:bold;
}

.instructions
{
    margin-bottom:5px;
}

.data
{
    min-width:400px;
}

.cap{
		height:1px;		
		margin:0 1px;
		overflow:hidden;
}

			.panel_yellow{
				background-color:#FEFDEC;
				margin-top:5px;
}								
				 .panel_yellow .panel_content{
					border-left:1px solid #E9D9A9;
					border-right:1px solid #E9D9A9;
					padding:10px;
}
				.panel_yellow .cap{
					background-color:#E9D9A9;
}

			.panel_blue{
				background:#F2F7FA;
				border-color:#99C4F1;
				margin-top:5px;
}								
				.panel_blue .panel_content{
					border-left:1px solid #99C4F1;
					border-right:1px solid #99C4F1;
					padding:10px;
}
				 .panel_blue .cap{
					background-color:#99C4F1;
}


.loggedin
{
    float:left;
}

.loggedin span
{
   float:left;
}




.flashmsgerror
{
    position:absolute;
    left:750px;
    top:45px;
    width:325px;
    
    background:#CC0000 url(../../img/alertbad_icon.gif) no-repeat;
    background-position:0px 5px;
    border:1px solid #BE0707;
    color:#ffffff;
    padding:7px;
    text-indent:20px;
    margin-top:10px;
}

.flashmsg
{
    position:absolute;
    left:750px;
    top:45px;
    width:325px;
    
    background:#E2F9E3 url(../../img/alertgood_icon.gif) no-repeat;
    background-position:0px 5px;
    border:1px solid #99CC99;
    color:#006600;
    padding:7px;
    text-indent:20px;
    margin-top:10px;
}

.flashmsgerror a
{
    color:White;
}

@media print
{
    body { height:100.1%; }
    div.header { display:none; }
    div.footer { display:none; }
    div.left a { display:none; }
    div.imagesecondary { display:none; }
    #lrgFormInfo { width:100%; }
}
