* {
	margin:0;
	border:0;
	padding:0;
}

html, body {
	font: normal 14px Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #6d6d6d;
       position: relative;
	text-align: left;
	width: 100%;
	height:100%;
	line-height:22px;
}


a {
	color: #18437c;

}

p {

	margin-bottom:10px;
}

a:hover {
	text-decoration:none;
}

#header-bar {
	height:111px;
	width:100%;
	background:url(/images/green-bar.png) repeat-x;
	top:42px;
	left:0;
       position: absolute;
	z-index:5;
}

.container {
	width: 1004px;
	text-align: left;
	margin: 0 auto;	
	position:relative;

}



#main {
	position:absolute;
	top:0;

}

#logo {
	float:left;
	width:216px;
	height:34px;
	padding-top:38px;

}

#logo h1 a {
	background:url(/images/logo.png) no-repeat;
	text-indent: -999em;
	display:block;
	width:216px;
	height:34px;	
}


#nav {
	width:740px;
	float:left;
	margin-top:2px;
	margin-left:45px;
}


#nav a {
	background: url(/images/nav-bar.jpg) no-repeat;
	height: 103px;
	text-indent: -999em;
	display: block;
	overflow: hidden;
	width:185px;
}

#nav li { 

	float: left; 
	position: relative; 

}



#nav li, #nav ul { 

	list-style-type: none; 
}


#survey a { background-position: 0 0;  }
#instructions a { background-position: -185px 0; }
#evidence a { background-position: -370px 0; }
#studies a { background-position: -555px 0;  }
#survey a:hover { background-position: 0 -103px;  }
#instructions a:hover { background-position: -185px -103px; }
#evidence a:hover { background-position: -370px -103px; }
#studies a:hover { background-position: -555px -103px;  }

#children {
	border-bottom:solid 5px #d6d6d6;
 	display:block;
}

#contactinfo,#contactinfo1 {
	position:absolute;
	right:25px;
	top:10px;
	color:#fff;
}

#contactinfo1 {
	color: #18437c;
}

#contactinfo a {
	color:#fff;
	font-weight:bold;
}

#contactinfo1 a {
	color: #18437c;
	font-weight:bold;
}

.box {
	height:210px;
	width:500px;
	float:left;
	
}

.box a, #left-column1 a, #right-column1 a  {
	font-style: italic; 
}

.left {
	border-right:solid 1px #d6d6d6;	
	width:500px;

}

.bottom {
	border-top:solid 1px #d6d6d6;

}

.leftcon {
	width:470px;
	margin:30px 0;
}

.rightcon {
	width:470px;
	margin:30px 0 30px 30px;
}

.small {
	width:200px;
	margin-right:30px;
	float:left;
}

.box img, #left-column1 img, #right-column1 img {
	margin-bottom:5px;
}

#footer {
	padding-top:25px;
	height:100px;
	clear:both;
	font: normal 13px Helvetica, Arial, sans-serif;
	line-height:21px;
	border-top:solid 5px #d6d6d6;

}
#left-footer {
	float:left;
}

#right-footer {
	float:right;
	text-align:right;
}

img#cross {
	position:absolute;
	top:689px;
	left:485px;
}



#left-column1 {
	width:650px;
	border-right:solid 1px #d6d6d6;	
	float:left;
}

#right-column1 {
	width:350px;
	float:left;

}

#left-column2 {
	width:550px;
	border-right:solid 1px #d6d6d6;	
	float:left;
}

#right-column2 {
	width:450px;
	float:left;

}

#left-inside1 {
	margin:30px 0;
	width:620px;
}

#right-column1 {
	margin:30px 0 30px 30px;
	width:320px;

}
#left-inside2 {
	margin:30px 0;
	width:520px;
}

#right-column2 {
	margin:30px 0 30px 30px;
	width:420px;

}

#plus {
	margin-left:10px;
}

#plus li{

	background-image: url(/images/plus.jpg);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0 .35em;
	list-style-type:none;

}

input, textarea {
	padding:8px;
	background-color:#ccc;
	width:300px;
	
}

.error {
	margin-left:10px;
	color:#bc3115;
	font-size:10px;
}

.error2 {
	color:#bc3115;
	font-weight:bold;
}

#submitbutton {
	width:116px;
	height:42px;


}


#table {
	position:absolute;
	width:940px;
	height:100px;
	background-color:#18437c;
	top:600px;
	left:0px;
	padding:20px 30px;
	color:#fff;
}


#table td {
	padding:5px;
	text-align:right;
}

#tabtitles td {
	color: #e8ac0a;
}

#spacer {
	margin-bottom:195px;
}

#bothstyle {
	font-weight:bold;
	text-decoration:underline;
}