body {
	padding: 0;
	margin: 0;
	color: black;
	background-color: gray;
	font-family: Arial;
	text-align: center;
	min-width: 800px; /* Makes Netscape add scroll bars if window is smaller than this. */
	max-width: 100%;
}

/******************************************************************************
Wrapper to center page contents
******************************************************************************/
#wrapper {
	background-color: #fff;
	width: 95%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/******************************************************************************
Header and header elements
******************************************************************************/
#header {
	background-color: #CC0033;
	color: #0099CC;
	font-size: 50pt;
	position:relative;
	float:left;
	width: 100%;
	height:240px; /*TODO: Find a way to get this to resize dynamically! */
	padding: 0;
	margin: 0;
	border-bottom: #FF9900 2px solid;
}
/* TODO: make images positioned correctly in various resolutions and when printed */
#header #logo_img {
	position:absolute;
	margin: 10px;
}

#header #name_img {
	display:block;
	margin: 50px auto 10px auto;
	width: 50%;
}

#header #florida_img {
	position: absolute;
	top: 20px;
	right: 10px;
}

/******************************************************************************
Menu navigation
******************************************************************************/
/* TODO: make side bar come all the way down to footer regardless of length of text. */
ul.menu {
	background-color: #CC0033;
	padding: 0;
	margin: 0;
	width:25%;
	height: 800px;
	list-style: none;
	float: left; display: inline;

}

ul.menu a
{
	display: block;

	color: #0099CC;
	background-color: #CC0033;

	border-right: #FF9900 2px solid;
	border-left: #FF9900 2px solid;
	border-bottom: #FF9900 2px solid;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0;
	padding-bottom: 0;

	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

ul.menu a:link, ul.menu a:visited {
	display: block;
	
	color: #0099CC;
	background-color: #CC0033;
}
/* TODO: fix no hover condition when cursor placed exactly between two lines of text. */
ul.menu a:hover {
	display: block;
	
	color: #CC0033;
	background-color: #0099CC;
}

ul.menu a:active {
	display: block;
	
	color: #0099CC;
	background-color: #CC0033;
}

ul.submenu {
	list-style: none;
	padding: 0;
	margin: 0;	
}

ul.menu ul.submenu a {
	padding-left: 3em;
}

/******************************************************************************
GoodSearch styles
******************************************************************************/
div {
	border:0px solid green;
}
img {
	border:0px;
}
#badgewrapper {
	 width:120px;
	font-family:arial,helvetica,verdana;
}
#badge_header {
	 width:120px;
	height:130px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/header-120.png);
	font-family:arial,helvetica,verdana;
	font-size:10px;
}
* html #badge_header {
	 background: transparent none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.goodsearch.com/_gfx/badges/header-120.png');
}
#badge_header_links {
	 font-family:arial,helvetica,verdana;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:8px;
	line-height:14px;
	position:relative;
}
#badge_header_links a, #badge_header_links a:visited {
	 font-family:arial,helvetica,verdana;
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}
#badge_header_tagline {
	 font-family:arial,helvetica,verdana;
	font-size:8px;
	color:#ffff00;
	text-align:center;
	padding-top:3px;
	line-height:10px;
	font-weight:normal;
}
#badge_content {
	 font-family:arial,helvetica,verdana;
	font-size:10px;
	width:120px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/bg-content-120.png);
}
#badge_content_text {
	 font-family:arial,helvetica,verdana;
	font-size:10px;
	width:85%;
	margin:0px auto;
	line-height:16px;
	padding-bottom:5px;
	text-align:center;
	color:#333;
}
#badge_linkblock {
	 font-family:arial,helvetica,verdana;
	font-size:9px;
	width:120px;
	height:70px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/links-120.png);
	border:0px solid blue;
}
.badge_link {
	 font-family:arial,helvetica,verdana;
	font-size:9px;
	width:85%;
	color:#003366;
	margin:0px auto;
	padding-top:8px;
	position:relative;
	left:3px;
}
#badge_linkblock a, #badge_linkblock a:visited {
	 font-family:arial,helvetica,verdana;
	font-size:9px;
	color:#000000;
	line-height:12px;
	text-decoration:underline;
}
.badge_gobutton {
	 width:16px;
	float:left;
	clear:left;
}
.badge_golink {
	 margin-left:23px;
	line-height:9px;
}
#badge_shareblock {
	 font-family:arial,helvetica,verdana;
	font-size:9px;
	width:120px;
	height:34px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/footer-120.png);
}
* html #badge_shareblock {
	 background: transparent none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.goodsearch.com/_gfx/badges/footer-120.png');
}
#badge_shareblock_link {
	 font-family:arial,helvetica,verdana;
	font-size:9px;
	width:100%;
	text-align:center;
	padding-top:7px;
	position:relative;
}
#badge_shareblock_link img {
	 padding-right:5px;
	position:relative;
	top:2px;
	display:inline;
}
#badge_shareblock_link a, #badge_shareblock_link a:visited {
	 font-family:arial,helvetica,verdana;
	font-size:9px;
	color:#fff;
	text-decoration:underline;
}

/******************************************************************************
Content areas
******************************************************************************/
#mainContent {
	padding: 1%;
	margin: 0;

	float: left;
	width: 70%;
}
#mainContent p {
	font-family: times, serif;
}
#largeContent
{
	width: 65%;
	float: left;
}
#smallContent
{
	width: 32%;
	float: right;
}
/******************************************************************************
Special element styles
******************************************************************************/
h1.themed
{
	color: #0099CC;
	text-align: center;
	font-size: 2.75em;
}
h2.themed
{
	color: #CC0033;
	text-align: center;
	font-size: 1.75em;
}
.bgColor
{
	color: #0099CC;
	font-weight: bold;
}	
.accentColor
{
	color: #CC0033;
	font-weight: bold;
}	
/******************************************************************************
Pictures with captions and art
******************************************************************************/
div.picture
{
	width: 500px;
	padding: 2%;
	margin: 25px;
	border:1px solid black;
	text-align:center;
	font-size: 0.75em;
}

div.bigPicture
{
	padding: 2%;
	margin: 25px;
	float:left;
	border:1px solid black;
	text-align:left;
	font-size: 0.75em;
}
div.bigPicture img
{
	padding:5px;
	max-width:100%;
}
img.picture
{
	width: 448px;
}

img.art
{
	margin:10px;
}

img.bio
{
	margin:0px 10px 10px 10px;
}

img.left
{
	float:left;
}

img.middle
{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
p.center, h1.center, h2.center, h3.center
{
	text-align:center;
}
img.right
{
	float:right;
}

/******************************************************************************
Links page
******************************************************************************/
#linksContent
{
        margin: 0px;
	padding: 0px;
	  line-height: 150%;
}

#linksContent a:hover
{
	background: #FFFF99;
}

#linksContent a.topLink {
	font-weight: bold;
	font-size: 20px;
}
#linksContent a.upArrowLink img {
	border: none;
	position:relative;
	margin: 10px;
	top: 15px;
}
#linksContent a.upArrowLink:hover {
	background: #ffffff;
}

#linksContent ul
{
        margin: 0px;
	padding: 0px;
}

p.description
{
	background-color: #0099CC;
	margin: 2px;
	margin-left: 2em;
	padding: 5px;
        font-family: times, serif;
}

li.category_name
{
        list-style-type: none;
        margin: 0px;
	margin-top: 50px;
        font-size: 25px;
        font-weight: bold;
}

li.link_name
{
        list-style-type: none;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	margin-top: 15px;
}

span.news_alert
{
 color: #CC0033;
 font-size: 30px;
 font-weight: bold;
}
/******************************************************************************
Footer
******************************************************************************/
#footer {
	clear:both;
	width: 100%;
	overflow: hidden;
	border-top:1px solid #CC0033;
}
#footer h1, #footer h2, #footer h3, #footer p {
	padding: 0.5em;
}
	
#footer #legal {
	float: left;
	width: 60%;
	font-size: 60%;
}

#footer #email {
	float: right;
	width: 35%;
	clear: right;
}