﻿/* TYPE SELECTORS */

body
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 10px;
		color: #000;
		background: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #000000;
	margin: 20px 0 5px 0;
}

h1 { font-size: 14px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

h4
{
	font-size: 12px;
	font-style: italic;
}

p
{
	margin-top: 0px;
	margin-bottom: 5px;
}

/* LAYOUT STYLES */

#frame
{
		width:750px;
		margin:0px auto;
		padding:0px;
		border: none; 
		background:#ffffff;
}

#content
{
		margin:0px 0px 0px 0px;
		padding:0px;
}

.survey
{
	padding: 10px 20px;
}

#header
{
	display: none;
}
#survey
{
	padding: 10px 20px;
}

#text
{
	float: left;
	width: 660px;
	padding: 30px 0 0 40px;
}

#sidebar
{
	float: left;
	width: 250px;
	padding: 30px 0 0 50px;
}

#sidebar div
{
	border: #7E1912 solid 1px;
	background: #eee url(../images/boxback.jpg) repeat-x bottom;
	margin-bottom: 10px;
}

#sidebar h1
{
	margin: 0;
	background: #7E1912 url(../images/boxtop.jpg) repeat-x;
	color: white;
	font-weight: normal;
	font-size: 12px;
	padding-left: 5px;
}

#sidebar p
{
	padding: 2px 5px;
	font-size: 10px;
}

#sidebar img { border-bottom: #aaa solid 1px; }

#sidebar a
{
	color: #7E1912;
	font-weight: bold;
}

#footer
{
		margin-top: 20px;
		padding:10px 0px 5px 15px;
		font-size:10px;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;		
}

#footer a
{
	color:#666;
	text-decoration: none;
}

#footer a:hover 
{ 
	text-decoration: underline; 
}


/* INLINE STYLES */

.small, .textSmall { font-size: 9px; }

.error { color: #F00; }


/* SPECIAL STYLES */

.greybg
{
	background-color: #DCDCDC;
	padding: 6px;
	border: 1px;
	border-color: #C0C0C0;
	border-style: solid;
}

#movie-container
{
	height: 500px;
	width: 400px;
	background: #000;
}

#intro-flv
{
	width: 400px;
	text-align: center;
	padding-top: 130px;
}

#gallery-flv
{
	height: 500px;
	width: 400px;
	display: none;
}

#opm {
	background: #eee url(../images/Brokshires-bg.jpg) no-repeat;
}

#help_questions {padding: 20px}

.help_a {
	display:none;
	width:500px;
	}

.help_q {
	border-bottom:#eee solid 1px;
	}

#pseudo-banner {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
}

#pseudo-banner img {
	cursor: pointer;
	width: 200px;
	height: 60px;
	border: 0;
}
#text ul {
list-style: none;
}

#text li {
padding-left: 12px;
background: url(../images/star.jpg) no-repeat;
}

/* set width inline */
.action-button {
	margin: 10px 0;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #d0d3e4 !important;
	border: 1px solid #fff;
	background: url(../images/share-photos/bg_share_button.png) repeat-x left center;
	display: block;
	text-decoration: none !important;
	text-align: center;
}