/* Base Elements */


*
{
    margin: 0;
    padding: 0;
    border: 0px;
    border-collapse: collapse;
}
body, option
{
	font-family: helvetica, sans-serif;
	font-size: .813em;
}
body
{
	color: #000;
	text-align: center;
	background: #fff;
}
a
{
	color: #00a6e7;
}
a:hover, #secondnav a:hover
{
	color: #666;
}
#wrapper
{
    margin: 20px auto;
	width: 800px;
	height: 500px;
}
#container
{
	text-align: left;
	width: 800px;
}
#header
{
	height: 93px;
	background: url("../images/GBAD-logo.jpg") no-repeat top left;
	text-align: right;
}
#logo img
{
	width: 263px;
	height: 65px;
	float: left;
}
#secondnav
{
	height: 28px;
    padding-top: 36px;
	text-align: right;
}
#secondnav a
{
	color: #000;
	text-decoration: none;
}
#nav
{
	text-align: right;
}
.subnav
{
	float: right;
}
.subnav a
{
	margin: 0px 6px;
}
#content
{
	min-height: 220px;
	height:auto !important;
	height: 220px;
	padding: 40px;
	border: 1px solid #000;
}
p
{ 
    margin-bottom: 12px;
} 
p, ul, ol
{ 
	line-height: 150%;
} 
ul, ol
{ 
    margin: 4px 0px 12px 16px;
} 
span.divider
{ 
    margin: 0px 10px;
	color: #00a6e7;
	font-size: 1.154em;
} 
dl dt
{
    font-weight: bold;
}
dl dd
{
    margin: 2px 12px 8px 12px;
}
#meetings dl
{
	margin: 0px 0px 20px 0px;
	/* width: 450px; */
}
#meetings dt
{
    font-weight: bold;
}
#meetings dd
{
	padding: 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #999;
}
#meetings dd a
{
	margin: 0px 12px;
}
.disclaimer
{
    font-size: .85em;
    font-style: italic;
}
span.hidden
{
	display: none;
}



/* Clear Floats */

#header, #footer, #nav, #content
{
	clear: both;
}



/* Floats and Home Elements */


#homeGrfx
{
	width: 140px;
	float: left;
}
.logoBox
{
	width: 115px;
	float: left;
}
#highlights
{
	float: right;
	padding: 20px 20px 8px 20px;
	width: 500px;
	border: 1px solid #000;
	background: #c9effe;
}
#highlights p
{
	line-height: 120%;
}
#highlights h5
{
	margin-bottom: 4px;
}
.colR
{
	float: right;
	width: 580px;
}



/* Headings */

h1, h3, h4, .hdr4
{
    color: #00a6e7;
}
h2, h3, h4, .hdr4
{
    font-style: italic;
	margin-bottom: 6px;
}
h1
{
    font-size: 1.538em;
	margin-bottom: 12px;
}
h2, h3
{
    font-size: 1.231em;
}
h4, .hdr4
{
    font-size: 1.077em;
}
h5
{
    font-size: 1em;
}




/* Images */

.imgR
{
	float: right;
	margin: 0px 0px 6px 12px;
	width: auto;
}
.imgL
{
	float: left;
	margin: 0px 12px 6px 0px;
	width: auto;
}




/* Footer */


#footer
{
	font-size: 10px;
	letter-spacing: 1px;
	width: 800px;
    padding: 10px 0px;
	text-align: center;
}


