/*---------------------------------------------------------
Title: Gainesville Community Foundation Screen Styles
---------------------------------------------------------*/


/*--------------------------------------------------------
CSS Reset via http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
---------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*---------------------------------------------------------
Global Styles
---------------------------------------------------------*/
body
{
	font: 80% Verdana, sans-serif;
	color: #474a51;
	text-align: center;
	background-color: #e7ebcd;
	background-image: url(../images/gnvcf-background.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

h1{font: 1.7em Georgia, "Times New Roman", serif;letter-spacing: 1px;}
h2{font: 1.5em Georgia, "Times New Roman", serif;letter-spacing: 1px;}
h4{font: bold 1em Georgia, "Times New Roman", serif;letter-spacing: 1px;margin-left: 25px;}
h5{font: bold .8 Georgia, "Times New Roman", serif;letter-spacing: 1px;margin-left: 25px;}

.boxout{display: block;	clear: both;font-size: 1px;	height: 1px;line-height: 1px;margin: 0;}


a:link, a:visited{color: #547a29;text-decoration: none;}
a:hover { color: #333; }

ul.NoBullets li {list-style-type:none;margin-left:0;padding-left:25px;line-height: 1.5em;}

.leftMarg{margin-left: 25px;}

/*---------------------------------------------------------
San Serif Headers
---------------------------------------------------------*/
h3{font: bold 1em Verdana, Arial, sans-serif;letter-spacing: 2px;}
h6{font: bold .8 Verdana, Arial, sans-serif;letter-spacing: 2px;}


/*---------------------------------------------------------
Typography
---------------------------------------------------------*/
#leftColumn h2, #leftColumn h3
{
	padding: 5px 25px 0 25px;
	margin: 20px 0 0 0;
}

#leftColumn p
{
	font-size: .95em;
	line-height: 1.8em;
	padding: 0 25px 15px 25px;
	margin: 0;
}

#middleColumn, #rightColumn
{
	width: 150px;
	margin-bottom:15px;
	float: left;
}

#middleColumn p, #rightColumn p
{
	font-size: .75em;
	line-height: 1.9em;
	border-bottom: 1px #999 dashed;
}

#middleColumn p, #rightColumn p
{
	padding: 5px 0 5px 0;
	margin: 0 15px;
}

#middleColumn h2, #rightColumn h2
{
	padding: 5px 0 0 0;
	margin: 15px 15px 0 15px;
}

strong{font-weight: 700;}

/*---------------------------------------------------------
Structure
---------------------------------------------------------*/
#wrapper
{
	width: 800px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#head
{
	width: 800px;
	height: 150px;
	background-image: url(../images/gnvcf-head.jpg);
	background-position: center top;
	background-color: #517628;
	background-repeat: no-repeat;
}

#head a
{
	width: 155px;
	height: 150px;
	display: block;
	text-indent: -5000px;
	margin: 0 0 0 325px;
}

#indexHeadImg
{
	width: 800px;
	height: 245px;
	background: url(../images/gnvcf-index-img.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

#mainColumn
{
	width: 800px;
	background-image: url(../images/index_columns.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #ccc;
}

#leftColumn
{
	width: 500px;
	float: left;
}

.bmwrap {width: 225px; float:left; margin: 15px 0 5px 25px;}
.boardwrap{ float:left; padding: 5px; margin-right: 10px; border: 1px solid #ccc;}


/*---------------------------------------------------------
Left Column Styles
---------------------------------------------------------*/
#leftColumn ul
{
	padding: 5px 20px;
	margin: 5px 25px;
	list-style-type: square;
}
#leftColumn ul li{padding: .4em 0;}

#leftColumn dl {margin:15px 0;padding:0;}
#leftColumn dt {font-weight:700; margin-left:25px;}
#leftColumn dd {margin: 0 25px 15px 25px; line-height:1.5em;}


/*---------------------------------------------------------
navigation
---------------------------------------------------------*/
#navigation
{
	width: 800px;
	height: 31px;
	background-image: url(../images/gnvcf-nav.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#mainNav
{
	margin-left: 33px;
	text-align: center;
	font: .9em "Georgia", Times, Serif;
}

ul#mainNav li
{
	padding-top: 0;
	float: left;
	list-style-type: none;
}

#home
{
	width: 55px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#home:hover { background: url(../images/gnvcf-nav.gif) no-repeat -33px -31px; }

#about
{
	width: 83px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#about:hover { background: url(../images/gnvcf-nav.gif) no-repeat -88px -31px; }

#donors
{
	width: 68px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#donors:hover { background: url(../images/gnvcf-nav.gif) no-repeat -171px -31px; }

#links
{
	width: 55px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#links:hover { background: url(../images/gnvcf-nav.gif) no-repeat -239px -31px; }

#advisors
{
	width: 77px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#advisors:hover { background: url(../images/gnvcf-nav.gif) no-repeat -294px -31px; }

#nonprofit
{
	width: 92px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#nonprofit:hover { background: url(../images/gnvcf-nav.gif) no-repeat -371px -31px; }

#wgc
{
	width: 170px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#wgc:hover { background: url(../images/gnvcf-nav.gif) no-repeat -463px -31px; }

#faq
{
	width: 48px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#faq:hover { background: url(../images/gnvcf-nav.gif) no-repeat -633px -31px; }

#contact
{
	width: 91px;
	height: 30px;
	display: block;
	text-indent: -5000px;
}
a#contact:hover { background: url(../images/gnvcf-nav.gif) no-repeat -681px -31px; }


/*---------------------------------------------------------
drop down menu
---------------------------------------------------------*/
li ul{display: none;text-align: left;}

li:hover ul
{
	position: absolute;
	display: block;
	top: 180px;
	background: #dce2b9;
	color: #3a5022;
	padding: 0;
	z-index: 1000;
}

ul li ul li a
{
	display: block;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	z-index: 500;
	color: #3a5022;
	line-height: 1.3em;
}

ul li ul li a:link { color: #3a5022; text-decoration:none;}

ul li ul li a:hover
{
	color: #3a5022;
	background-color: #547A29;
	background-image: url(../images/dd-bg.gif);
	background-repeat: repeat-x;
}

ul#mainNav li ul li { float: none; }


/*---------------------------------------------------------
footer
---------------------------------------------------------*/
#footer
{
	width: 800px;
	height: 30px;
	margin: 0 auto;
	background-color: #fdfdfd;
	border-top: 1px solid #547a29;
	border-bottom: 2px solid #547a29;
}

#footer ul
{
	text-align: left;
	margin: 0 15px;
	padding: 10px 0 15px 0;
	font-weight: 700;
	font: .8em "Georgia", Times, Serif;
}

#footer ul li
{
	display: inline;
	padding: 0 3px;
}