@charset "utf-8";
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_grad.jpg); background-repeat:repeat-x; background-attachment:fixed;	background-color: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.ir { display: block; text-indent: -9999px; font-size: 1%;}

.oneColFixCtrHdr #container {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 40px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #ffffff;
	height:290px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.banner {
	background-image:url(../images/banner.gif); background-repeat:no-repeat;
	background-color: #960707;
	height:250px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#containerSplash {
	width: 776px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:450px;
	background: #FFFFFF;
	border: 10px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#wrapper {
	width: 796px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 40px auto 0; /* the auto margins (in conjunction with a width) center the page */
}

#navigation {
	background-color: #1f1f1f;
	height:28px;
	margin:0;
	padding: 12px 0 0 0;
}
#navigation li{
	margin-left: 10px;
	font-family: verdana;
	display: inline;
	font-size: 1.3em;
	text-transform: uppercase;
}
#navigation .current a{
	color: #ffffff;
}
#navigation ul{
	margin:0;
	padding: 0;
	text-align: center;
}
#navigation a{
	color: #999999;
	text-decoration:none;
}
#navigation a:hover{
	color: #ffffff;
}
#navigation .here a{
	color: #ffffff;
}
#navigation .selected a{
	color: #ffffff;
}
.oneColFixCtrHdr #header h1 {
	text-indent:-9999px;
	font-size: 1%;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.main_copy {
	width:520px;
	float:left;
	margin:0px;
	padding: 0 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.pic_col {
	width:208px;
	float:left;
	margin:0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent p {
	font-size:1.2em;
	margin:0;
	padding: 0 0 10px 0;
	color: #333333;
}
.oneColFixCtrHdr #mainContent p a {
	color: #990000;
}
ol {
	font-size:1.2em;
	color: #333333;
}
li {
	padding-bottom:10px;
}
ul.text {
	font-size:1.2em;
	color: #333333;
}
.supporter {
	font-size:1.2em;
	margin-top:3px;
}
.pic_box {
	width:200px;
	float:left;
	border: 4px solid #1f1f1f;
}
.support1 {
	width:208px;
	height:280px;
	float:left;
}
.support2 {
	width:208px;
	height:280px;
	float:left;
	margin-left:78px;
}
.support3 {
	width:208px;
	height:280px;
	float:right;
}

h2 {
	color:#990000;
	font-size:1.5em;
	margin:0 0 10px 0;
	padding:0;
}

h3 {
	color:#990000;
	font-size:1.3em;
	margin:0 0 10px 0;
	padding:0;
}

h3.dam_story { border-top:dotted 1px #ccc; padding-top:15px; }
h3.event { border-top:dotted 1px #ccc; padding-top:30px; }

.linkheader a {
	color:#990000;
	display:block;
	height:15px;
	padding-top:15px;
}
.red_text {color: #990000}

.enter {color: #ffffff; font-size:1.2em; font-weight:bold; text-align:center;}

.oneColFixCtrHdr #footer {
	height:75px;
	margin-top:30px;
	padding: 2px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background:#990000;	
}
.footer_logos { height:38px; padding:0; margin:5px 0; list-style: none; }
.footer_logos li { float: left;	margin: 0;	padding: 0;	height: 38px; }
.footer_logos li a { display: block; text-indent: -5000px; height: 38px; }
.footer_logos .sola {
	width:150px;
	background:url(../images/sola.gif) no-repeat left top;
	padding:0 0 0 5px;
	margin:0 10px 0 140px;
}
.footer_logos .facebook {
	width:124px;
	background:url(../images/facebook.gif) no-repeat left top;
	padding:0 0 0 5px;
	margin:0 10px;
}
.footer_logos .families {
	width:150px;
	background:url(../images/families.gif) no-repeat left top;
	padding:0 0 0 5px;
	margin:0 10px;
}
.oneColFixCtrHdr #footer p {
	font-size:0.9em;
	color:#FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear:both;
}
.oneColFixCtrHdr #footer p a {
	color:#FFFFFF;
	text-decoration:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

.splash_logos { height:146px; padding:0; margin:0; list-style: none; float:left; }
.splash_logos li { float: left;	margin: 0;	padding: 0;	height: 115px; }
.splash_logos li a { display: block; text-indent: -5000px; height: 115px; }
.splash_logos .sola_splash {
	width:270px;
	background:url(../images/spirit_of_london_splash.jpg) no-repeat left top;
	padding:0;
	margin:13px 18px 0 0 ;
}
.splash_logos .facebook_splash {
	width:220px;
	background:url(../images/facebook_splash.jpg) no-repeat left top;
	padding:0;
	margin:13px 5px 0 0;
}
.splash_logos .families_splash {
	width:283px; height:135px;
	background:url(../images/families_splash.gif) no-repeat left top;
	padding:0;
	margin:0;
}

.award_buttons { height:30px; padding:0; margin:10px 0 20px 0; list-style:none; }
.award_buttons li { height:30px; float: left; margin: 0 5px;	padding: 0; }
.award_buttons li a { height:30px; display: block; text-indent: -9999px; font-size: 1%; }
.award_buttons li a:hover { background-position:left bottom; }
.award_buttons .sola_judges {
	width:96px;
	background:url(../images/btn_judges.gif) no-repeat left top;
	padding:0;
	margin:0;
}
.award_buttons .sola_nominate {
	width:212px;
	background:url(../images/btn_nominate.gif) no-repeat left top;
	padding:0;
	margin:0;
}
.award_buttons .sola_show {
	width:124px;
	background:url(../images/btn_show.gif) no-repeat left top;
	padding:0;
	margin:0;
}
