/*----------links----------*/
a{
	color: #555F99;
	text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
a:hover{
	color: #869DB2;
}
#selected{
	color: #869DB2;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
#davidjrush{
	color: #555F99;
	font-weight: bold;
	text-decoration: underline;
}
a:hover#davidjrush{
	color: #869DB2;
}




/*----------navigation, helix, copyright)----------*/
#topDiv{
	position: absolute;
	top: 10px;
	left: 10px;
	float: left;
}
#logo{
	position: absolute;
	top: -10px;
	left: 30px;
}
#nav{
	position: absolute;
	top: 47px;
	left: 30px;
	width: 700px;
	height: 30px;
}
.navItem{
	margin-left: 60px;
	line-height: 30px;
}
#donateButton{
	position: absolute;
	right: 5px;
	top: 10px;
}
#mainDiv{
	position: absolute;
	top: 160px;
	left: 10px;
	float: left;
}
#opaqueHelix{
	position: absolute;
	left: 360px;
	bottom: 10px;
}
#spacer{
	float: left;
	width: 770px;
	height: 70px;
}
#copyright{
	position: absolute;
	bottom: -50px;
	left: 225px;
}



/*----------non page specific----------*/
body{
	margin: 0px;
	padding: 0px;
}
.wrapper{
	float: left;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 10px;
	text-align: left;
	z-index: 0;
	background-color: white;
}
div{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
}
ul{
	padding: 0px;
	margin-left: 15px;
}
.mainText{
	font-family: verdana;
	font-size: 12px;
	color: #686868;
	margin: 10px;
}
.titleText{
	font-family: verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #555F99;
	margin: 10px;
	margin-top: 25px;
}
.subTitleText{
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	color: #869DB2;
	margin-left: 30px;
}
.left{
	float: left;
	width: 370px;
}
.right{
	float: right;
	width: 370px;
}
.center{
	float: left;
	width: 770px;
}



/*----------home page----------*/
#tourDiv{
	position: absolute;
	top: 0px;
	left: -40px;
	width: 150px;
}
.button{
	position: relative;
	left: 100px;
}



/*----------about page----------*/
.imageFloatLeft{
	float: left;
	margin-right: 10px;
}

/*----------documents page----------*/
.halfRight{
	float: right;
	width: 200px;
}

/*----------donate page----------*/


/*----------blog page----------*/


/*----------contact page----------*/

#contactDetails{
	position: relative;
	left: 125px;
	top: -25px;
}
.forms{
	height: 20px;
	margin-bottom: 20px;
	color: #555F99;
	/*background-color: #555F99;*/
}
#big{
	height: 210px;
}
#formBox{
	float: left;
	left: 15px;
	width: 750px;
	height: 490px;
}
#leftSide{
	width: 250px;
	float: left;
}
#rightSide{
	width: 450px;
	float: right;
}
.identifiers{
	float: right;
	font-family: verdana;
	font-size: 12px;
	color: #686868;
}
#echoBox{
	position: relative;
	top: 30px;
	left: 10px;
	width: 200px;
	height: 200px;
	z-index: 1;
	font-family: verdana;
	font-size: 12px;
	color: #686868;
}