/*************************************************************************
/*************************************************************************
****																															********
****		FILENAME:       style.css																	********
****		DESCRIPTION:    CSS for Virginia Eye Foundation						********
****		CREATION DATE:  06/19/2007																********
****		LAST MODIFIED:  06/19/2007																********
****																															********
/*************************************************************************
/*************************************************************************


/* GLOBAL STYLES --------------------------------------------------- */

	body {	margin:0px; background-color:#9CAFC3; font:12px Arial, Helvetica, sans-serif;	color:#000000; }
	img {	border: none;}
	td { vertical-align:top; text-align:left;}
	
	a:link, a:visited {	color:#0000ff; text-decoration:underline;}
	a:hover {	color:#ff0000; text-decoration:none;}

	#wrapper { }	
		#content { position:relative; z-index:20; top:0px; left:0px; margin:auto; width:800px; background-color:#ffffff; border-left:1px solid #000; border-right:1px solid #000; border-bottom:1px solid #000; text-align:left; }

	#logo { padding:15px; }
	#color { border-top:1px solid #000; padding-top:1px; }
	#color2 { border-bottom:1px solid #000; padding-bottom:1px; }
	#blueBlock { background:url(../images/eyes.gif) no-repeat top right; border-bottom:15px solid #9cafc3; padding:15px 200px 15px 15px; }
	#pics { float:right; width:200px; padding:0px 0px 15px 15px; }
	
	#title { float:right; padding:20px 15px 0px 0px; color:#003869; text-align:right;}

/* TEXT STYLES --------------------------------------------------- */

	h1{	font: normal 22px Georgia, Times, serif; margin:0px; padding:10px 0px 0px 0px;}
	h2{	font: normal 14px Georgia, Times, serif; color:#0b93ab; margin: 20px 0px 10px 0px;}
	
/* LIST STYLES --------------------------------------------------- */

	ul { margin:0px 30px 20px 15px; padding:0px;}
	li { margin:0px; padding:5px 0px 0px 0px;	list-style:disc outside;}


/* FOOTER --------------------------------------------------- */

	#address { padding:15px; text-align:center; }
	#footer { margin:auto; width:800px; padding:9px 0px 15px 0px; text-align:center; color:#ffffff; }
	
	a.foot:link, a.foot:visited { color:#0000cc; text-decoration:none; }
	a.foot:hover { text-decoration:underline; }

