@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/bigbg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
a {
	color: #f9bdcc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#home_container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -252px;
	margin-left: -384px;
	height: 504px;
	width: 768px;
	background-image: url(images/home.gif);
}
#home_container form {
	position: absolute;
	left: 191px;
	top: 195px;
}
.bigtext {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 386px;
	height: 73px;
	font-size: 56px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	background-color: #ffffff;
}
.submitbtn {
	position: absolute;
	left: 402px;
	top: 15px;
	padding: 0px;
	margin: 0px;
}

#container {
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	margin-top: -320px;
	height: 400px;
	width: 100%;
	
}
#text_container {
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	margin-top: -320px;
	height: 499px;
	width: 100%;
	
}
#content_bar {
	width: 100%;
	height: 400px;
	background-color: #F8BDCC;
	background-image: url(images/stripes.jpg);
}
#content {
	width: 500px;
	text-align: left;
	padding: 15px;
	height: 370px;
	overflow: auto; 
	background-color: #f2f3f4;
	margin-left: auto;
	margin-right: auto;
}

#video_bar {
	width: 100%;
	height: 400px;
	background-color: #F8BDCC;
	background-image: url(images/stripes.jpg);
	
}
#title_bar {

	width: 500px;
	height: 210px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/sarah-land-callout.gif);
	background-repeat: no-repeat;
}

#nav_bar {
	width: 497px;
	overflow: hidden;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	
}
#nav_bar ul {
	padding: 0px;
	margin: 0px;
	display: inline;
	
	list-style: none;
}
#nav_bar ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
	display: inline;
	list-style: none;
	
	padding: 5px;
	
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.unselected_nav {
	background-color: #F389A4;
}
.selected_nav {
	background-color: #B8D8D6;
}
.unselected_nav:hover {
	background-color: #B8D8D6;
	
}

#nav_bar ul li a {
	color: white;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px;
}
#nav_bar ul li a:hover {
	
}
img {
	border: none;
}
p {
	margin-top: 0px;
}
.question {
	font-style: italic;
}
.answer {

}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #d72525;
	border-bottom: 1px solid #424344;
}
.copyright {
	font-size: .8em;
	font-style: italic;
}
.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0;
	border: 1px solid #a1a2a3;
}
ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #add1e2;
}
li {
	list-style-type:square;
	list-style-position: inside;
	margin: 0;
	padding: 0 0 0.3em 0;
}