/* @override http://www.freezinforareason.com/_css/main.css */

*{
	padding: 0px;
	margin: 0px;
}

html{
	background-color: #375288;
}

body{
	font: 14px/18px Trebuchet MS, Helvetica, sans-serif;
	color: #000;
}

img{
	border: none;
}

a:link{
	color: #375288;
}

a:visited{
	color: #375288;
}

a:hover, a:active{
	color: #ff956A;
}

h1{
	font-size: 20px;
	line-height: 26px;
	color: #375288;
	margin-bottom: 5px;
}

h2{
	font-size: 16px;
	line-height: 18px;
	color: #375288;
	margin-bottom: 5px;
}

h3{
	font-size: 14px;
	color: #375288;
	line-height: 16px;
	margin-bottom: 5px;
}

h4{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 5px;
	color: #375288;
}

h5{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #375288;	
}

h6{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #375288;
}

.note{
	font-size: 10px;
}

.error, .selected{
	color: red;
}

.right_align{
	float: right;
}

#container{
	width: 900px;
	position: relative;
	margin: auto;
	background: #FFF;
}

#header{
	height: 144px;
	width: 900px;
	position: relative;
}

#left_col{
	position: relative;
	float: left;
	width: 160px;
	padding: 10px;
}

#navigation{
	margin-top: 10px;
	margin-left: 30px;
	font-size: 15px;
}

#navigation ul{
	list-style-type: disc;
	color: #CD1F24;
}

#navigation li{
	margin-bottom: 5px;
}

#navigation a{
	text-decoration: none;
}

#navigation a:hover, #navigation a:active, #navigation a.selected{
	color: #46a5d2;
}

#content{
	position: relative;
	float: left;
	width: 700px;
	padding: 10px 10px 10px 10px;
}

#content p{
	margin-bottom: 10px;
}

#content ul{
	margin-left: 60px;
	margin-bottom: 10px;
}

#right_col{
	position: relative;
	float: right;
	width: 250px;
}

#fundraisers{
	float:right;
	width:240px;
	text-align: center;
	clear: both;
}

.fundraisers_table{
	width: 240px;
}

#add_links{
	float:right;
	margin-top:20px;
	width:240px;
	text-align: left;
	clear: both;
}

#sponsors{
	float:right;
	margin-top:20px;
	width:240px;
	text-align:center;
	clear: both;
}

.event{
	position: relative;
	flaot:left;
	width: 440px;
}

.event_item{
	position: relative;
	float: left;
	width: 350px;
	margin-bottom: 30px;
}

.event_image{
	position: relative;
	float: left;
	width: 85px;
}

.event_image img{
	float: left;
	padding: 3px;
	border: 1px solid #cc9933;
}

.event_text{
	width: 260px;
	float: left;
}

#footer{
	clear: both;
	padding: 5px;
}

#footer p{
	text-align: center;
}

/* Search Styles */

.list_item{
	position: relative;
	float: left;
	width: 525px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px;
	border-bottom: 1px solid #6899AA;
	border-top: 1px solid #6899AA;
	background-color: #FDF5DE;
	clear: both;
}

.list_item img, .list_item object, .list_item embed{
	float: right;
	margin-left: 10px;
}

/* Event Styles */

.event_img{
	position: relative;
	float: right;
	margin: 10px 0px 10px 10px;
}

.event form{
	float: left;
}

.event form input{
	color: #FFF;
	font-size: 10px;
	height: 17px;
	width: 68px;
	border: none;
	background: url(../_img/button-blank.jpg) no-repeat;
	cursor: pointer;
}

/* Form Styles */
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 15px 0;  
	padding: 0;
	border: none;
}

legend {  
	margin-left: 10px;  
	color: #375288;  
	font-weight: bold;
}

fieldset ol {  
	padding: 10px 10px 0 10px;  
	list-style: none;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 10px;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 122px; 
}

label {  
	float: left;  
	width: 100px;  
	margin-right: 10px;
}

fieldset fieldset {  
	margin-bottom: -25px;  
	border-style: none;  
} 

fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
	color: #5d7f96;
} 

fieldset fieldset ol {  
	position: relative;  
	top: -15px;  
	margin: 0 0 0 110px;  
	padding: 0;
} 

fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}

fieldset.image_replace, fieldset.doc_replace, fieldset.video_replace {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 110px; 
	padding-bottom: 15px;
}

fieldset.image_replace legend, fieldset.doc_replace legend, fieldset.video_replace legend {
	padding-bottom: 5px;  
}

fieldset.image_replace ol, fieldset.doc_replace ol, fieldset.video_replace ol {  
	position: relative;  
	top: 0px;  
	margin: 0 0 0 0px;  
	padding: 0;
}