/* CSS layout */
#masthead {
background-color:#00A989;
width: 980px;
margin: 0 auto 0 auto;
}

#top_nav {
background-color:#00A989;
width:100%;

}
#textbox {
	position: absolute;
	top:2px;
	right: 0px;
}

#header_menu {
	left:-105px;
	position:absolute;
	top:2px;
}

div#link_button {
	width:300px; height: 60px;
	background-color: #1F75CC;
}

#link_button span a {
	font-size: 16px;
}

#link_button a {
	text-decoration: underline;
}

h2 {
	font-size: xx-large;
	text-docoration:bold;
}



#moviebackground {
	height:550px;
	margin: 0 auto 0 auto;
	background-color:#ffffff;
	Border-bottom: 1px solid #dadfcb;
	/*background-image: url(texture.png);*/
	width: 100%;
	position: relative;
}

.messagebox_box {
	position: absolute;
	right:20px;
}

div.top {
	height:520px;
	width: 980px;
	margin: 0 auto 0 auto;
	padding-top:15px;
}

p {
	font-size:large;
}

.signup /*Light blue background and large font for calls to action in the page*/
{
	background-color:#A8E2F7;
	font-size:x-large;
	text-align: center;
	padding: 20px 0 20px 0;
	text-decoration:underline;
	
}

a.signup:visited{
	color:#004040;
}

a.signup:hover{
	text-decoration:dotted;
	color:#3671A1;
}

#comments /*The comments embedded in the text from happy users*/
{
	background-color:#FFFFC4;
	font-size:small;
	padding: 20px 20px 20px 20px;
}

#container {
	width: 100%;
	margin: 0 auto 0 auto;
}

#minibold /*an H3 id for blue text*/
{
	color:#3671A1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	text-align:left;
}
#darkblue /*dark blue headline*/
{
	color:blue;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bold;
	text-align:left;
}
a {
 	color:white;
 	text-decoration: underline;
}

a:hover {
}
a:visited {
	
	color:white;
}
#top_font {
	top: 10px;
	left: 100px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	position: relative;
}

div {
	display:block;
}

.highlight {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	color:lime;
}

#endorsements h3 {
	margin-right:10px;
	font-weight:normal;
	font-style:italic;
	font-size:medium;
}


table.endorse {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color:#757575;
	padding-bottom: 20px;
	padding-top:20px;
	width: 980px;
}


table { 
	margin: 0 auto 0 auto;
	display: table;
	text-indent: 0px;
	border-spacing: 0px;
}
.logo
{
	right:15px;
	/*padding-bottom:40px; */
	height=11px;
}


#bottom {
	background-color:#F5F6F7;
	/*background-color:#C4C4C4;*/
	top: 0px; 
	visibility: visible;
}


div.intro { 
padding-top: 200px;
padding-right: 0px;
padding-bottom: 200px;
padding-left: 0px;
}

div.pages h3 { 
	border-top-color: #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	font-size: xx-large;
	font-weight:normal;
	text-align: center;
}


div.pages{
	width: 980px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color:#F5F6F7;
}

div.scenario div.content { 
	width: 430px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.scenario { 
	clear: both;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 35px;
	width: 980px;
	padding-top:60px;
}

#callout {
	width: 475px;
	height: 350px;
	float: right;
	
}

#descript {
	border-top-width:80%;
	border-top:thin black dotted;
	font-size:xx-large;
	width:75%;
	position: absolute; 
	height: 52px; 
	z-index: 4; 
	left: 100px; 
	top: 282px;	
	text-align:center;
}
#features {
	position:relative;
	top:0px;
	width:980px;
	background-color:#F0F0F0;
}

#movie {
 float:right;
 width:640px;
 height:498px;
 padding-top:20px;
}
#left_col /*top left column formatting*/
{
	font-size:x-large;
	padding-top:20px;
	width: 300px;
}

.footer {
	text-align:center;
	padding-top:50px;
	
}
.footer a {
	color:#595959
}


input[type=button], input[type=submit]
{
	background-color: #00A99D;
	border: 1px solid silver;
	color: white;
	font-size: 12px;
	padding: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

input[type=button]:hover, input[type=submit]:hover
{
	background-color: #008078;

}

input[type=button]:active, input[type=submit]:active
{
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
}