
/*
-----------------------------------------------
Telfair Life Website Styles
Author: Brynn Shepherd
Date: January 2007
----------------------------------------------- */

/* -----------------------------------*/
/* --------->>> RESET <<<-------------*/
/* -----------------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*Removes underline and color from links*/
a { color: inherit; text-decoration: none; outline: none; }


/* -----------------------------------*/
/* --------->>> BASIC <<<-------------*/
/* -----------------------------------*/

body {
	background-color: #f5f6ee;
	border-top: 10px solid #b6201f;
	font: 12px/18px Verdana, Arial, Helvetica, serif;
}


#container {
	width: 850px;
	margin: 0 auto 0 auto;
	position: relative;
	clear: both;
}

#header {
	width: 100%;
	background-color: #fff;
	float: left;
	}


#logo {
	width: 698px;
	height: 190px;
	margin: 0 auto 10px auto;
}

#logo h1, #logo a {
	background: transparent url(../images/logo.jpg) no-repeat top center;
	display: block;
	width: 698px;
	height: 190px;
	text-indent: -9999px;
}
	
	

#subhead-wrap {
	background: url(../images/subhead-bg.gif) repeat-x top left;
	clear: both;
	width: 100%;
	height: 270px;
}

	#subhead {
	width: 850px;
	height: 270px;
	margin: 0 auto;
	position: relative;
	}

	#subhead h2 {
	padding-top: 200px;
	font: bold 24px "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 3;
	position: absolute;
	left: 20px;
	bottom: 30px;
	color: #fff;
	}
	


/* -----------------------------------*/
/* --------->>> CONTENT <<<-----------*/
/* -----------------------------------*/


#sidebar {
	position: absolute;
	top: -270px;
	right: 0px;
	width: 250px;
	background-color: #518cb8;
	}
	
	#sidebar .focusbox {
	margin: 30px 10px;
	padding: 16px 8px;
	border: 1px solid #95bede;
	position: relative;
	}
	
	#sidebar .focusbox a p {
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	}
	
	#sidebar h3 {
	position: absolute;
	display: block;
	top: -8px;
	left: 10px;
	text-indent: -9999px;
	}
	
		#sidebar h3#registration {
			background: url(../images/h3-registration.gif) no-repeat top left;
			width: 125px;
			height: 16px;
		}
		
		#sidebar h3#donate {
			background: url(../images/h3-donate.gif) no-repeat top left;
			width: 74px;
			height: 14px;
		}
		
		#sidebar h3#volunteer {
			background: url(../images/h3-volunteer.gif) no-repeat top left;
			width: 103px;
			height: 14px;
		}
		
		#sidebar h3#life {
			background: url(../images/h3-life.gif) no-repeat top left;
			width: 100px;
			height: 14px;
		}
		
		#sidebar h3#contact {
			background: url(../images/h3-contact.gif) no-repeat top left;
			width: 106px;
			height: 14px;
		}
		
		#sidebar h3#sponsors {
			background: url(../images/h3-sponsors.gif) no-repeat top left;
			width: 96px;
			height: 15px;
		}

#content {
	width: 500px;
	padding-top: 20px;
}
	
	#content h3 {
		color: #a11201;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 7px;
	}
	
	
	#content p {
		color: #444444;
		margin: 18px 0;
	}
	
	#content a {
		color: #bc7000;
		font-weight: bold;
	}
	
	#content a.button {
		display: block;
		color: #fff;
		background-color: #333;
		padding: 5px;
		border: 3px solid #bc7000;
		font-size: 18px;
	}
	
	#content a:hover {
		text-decoration: underline;
	}

	#content img {
		border: 1px solid #a11201;
		padding: 1px;
	}
	
	#content .big p {
		font-size: 18px;
		line-height: 22px;
	}

	


/* -----------------------------------*/
/* --------->>> NAVIGATION <<---------*/
/* -----------------------------------*/



ul#nav {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	}

ul#nav li {
	display: block;
	float: left;
	}

ul#nav li a {
	margin: 0 8px;
	color: #000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding:6px 8px;
	}	
	
ul#nav li a:hover, ul#nav li.sel a {
	color: #fff;
	font-weight: bold;
	background-color: #314f00;
	}
	
	






/* -----------------------------------*/
/* --------->>> FOOTER <<<------------*/
/* -----------------------------------*/


#footer {
	font: 10px/15px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px auto;
	padding: 5px 0;
	width: 900px;
	clear: both;
}

#footer a {
	color: #000;
	font-weight: bold;
}

#footer a:hover {
	border-bottom: 1px solid #000;
}

#footer ul#footer-contact, #footer ul#footer-site {
	width: 300px;
}
	
#footer ul#footer-contact {
	float: left;
}

#footer ul#footer-site {
	float: right;
	text-align: right;
}

