@import url("/css/menu.css");
/***** Global Settings *****/

html, body {
	border:0;
	margin:0px;
	padding:0;
	background-color:#ffffff;
	background-image:url(/images/bg_nav.gif);
	background-repeat:repeat-x;
	font-size:100%;
	font-family: Verdana, helvetica, sans-serif;
	color:#666;

	}
#content a:link, #content a:visited{
	color:#333;
	text-decoration:underline;
	padding:0px;
}
#content a:hover{
	text-decoration:none;
	color:#333;
	padding:0px;
}
/***** Layout *****/

#wrapper {
	width:960px;
	margin:0px auto;
	background-image:url(/images/bg_wrapper.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-top:3px solid #009591;
	}
#main_focus{
	position:relative;
	top:50px;
	left:290px;
	display:block;
	}
#content{
	font-size:12px;
	line-height:18px;
	width:672px;
	float:right;
	margin:90px 0 50px 0px;
	}

#sidebar{
	width:227px;
	margin:139px 0 0 45px;
	float:left;
	position:relative;
	left:0px;
	background-image:url(/images/bg_news.jpg);
	background-repeat:no-repeat;
	}
#news{
	line-height:25px;
	font-size:12px;
	margin:50px 0 0 0;
		}
	#news ul li{
	list-style:none;
	list-style-position:outside;
	margin-left:-20px;
	}
#news ul li a:link, #news ul li a:visited{
	text-decoration:none;
	color:#666;
	padding:0px;
	}
	#news ul li a:hover{
	text-decoration:underline;
	}

#grants{
	background-image:url(/images/bg_grant.gif);
	background-repeat:no-repeat;
	min-height:40px;
	height:110px;
	width:227px;
	line-height:2em;
	font-size:11px;
}

#sponsors{
	color:#ccc;
	text-align:center;
	padding-top:30px;
	}
#submenu{
	color:#333;
	background-image:url(/images/bg_feature.gif);
	background-repeat:no-repeat;
	min-height:40px;
	height:60px;
	width:227px;
	line-height:2em;
	font-size:11px;
}
	#wtg_links{
	color:#333;
	width:200px;
	line-height:22px;
	font-size:11px;
	position:relative;
	left:50px;
	top:0px;
}
	#wtg_links a:link, #wtg_links a:visited{
	text-decoration:none;
	color:#666;
	}

	#wtg_links a:hover{
	text-decoration:underline;
	color:#999;
	}
#submenu a:link, #submenu a:visited, #grants a:visited, #grants a:link{
	text-decoration:none;
	color:#666;

	}
	#submenu a:hover{
	text-decoration:underline;
	color:#666;
	}
	#grants a:hover{
	text-decoration:underline;
	}

#footer {
	color:#fff;
	font-family:Verdana, helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding:10px;
	min-height:100px;
	height:auto !important;
	height:100px;
	margin:0px;
	background-color:#009591;
	border-top-color:#00615f;
	border-top-width:thick;
	border-top-style:solid;
	}
#footer a, #footer a:visited{
	color:#fff;
	padding:5px;
	text-decoration:none;
	}
	#footer a:hover{
	text-decoration:underline;
	}


/***** Common Formatting *****/
h1, h2, h3, h4{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:130%;
	}
h1 {
	font-size:22px;
	padding:5px 0px;
	text-transform:capitalize !important;
	font-family:'FuturaBT Lt', FuturaBT, 'Trebuchet MS' , helvetica, san-serif;
	color:#009591;
	}

h2 {
	padding:5px 0px;
	font-size:18px;
	text-transform:capitalize !important;
	font-family:'FuturaBT Lt', FuturaBT, 'Trebuchet MS', helvetica, san-serif;
	color:#009591;
	}
h3 {
	font-size:16px;
	font-family:'FuturaBT Lt',FuturaBT, 'Trebuchet MS', helvetica, san-serif;
	color:#009591;
	padding:5px 0px;
	}
h4 {
	font-size:14px;
	font-family:'FuturaBT Lt',FuturaBT, 'Trebuchet MS', helvetica, san-serif;
	color:#ccc;
	}
h5 {
	font-size:14px;
	font-family:'FuturaBT Lt',FuturaBT, 'Trebuchet MS', helvetica, san-serif;
	color:#666;
	padding:0px;
	}
#content ul, #content ol {
	margin:0;
	padding:0 20px 0 40px;
	}
#content ul{
	list-style-image:url(/images/element_heart.gif);
	list-style-position:outside;
	}
#content ul li ul{
	list-style-image:url(/images/element_heart_teal.gif);
	list-style-position:outside;
	}

.graphicbox{
	display:block;
	background-color:#009591;
	color:#fff;
	padding:10px;
	font-size:16px;
	line-height:120%;
}
blockquote {
	margin:22px 0px;
	padding:0;
	}
.pullquote {
	width: 590px;
	font-size:15px;
	line-height:130%;
	margin-left:20px;
	color:#666;
	background: url(/images/element_qclose.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
	}
.pullquote:first-letter {
	background: url(/images/element_qopen.gif) no-repeat left top !important;
	padding:20px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
	}
small {
	font-size:9px;
	}
img {
	border:0;
	}
div.hr{
	background-image:url(/images/hr.gif);
	background-repeat:no-repeat;
	height:23px;
	width:100%;
	border:none;
}
 div.hr hr {
  display: none;
}
 /***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
	}
input, select, textarea {
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	}
textarea {
	line-height:18px;
	}
label {
	cursor:pointer;
	}

.news_list{
	margin-left:0px;
	padding-bottom:20px;
	width:570px;
	line-height:18px;
	}
	.news_list tr{
	background-image:url(/images/element_darkgrey_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:5px;
	padding-bottom:5px;
	}
	.news_list td{
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:5px;
	}
 	.news_list td a:link, .news_list td a:visited{
	text-decoration:underline;
	color:#333;
	}
	.news_list a:hover{
	text-decoration:none;
	}
/***** Global Classes *****/
.grey	{color:#666;}
.small			{font-size:10px;}
.clear         { clear:both; }
.clear-right         { clear:right; }
.clear-left         { clear:left;}
.bio-float		{float:left; margin-right:10px; margin-bottom:5px; width:100px; border:1px solid #009591}
.float-left    { float:left;  margin-right:10px;}
.float-right   { float:right;margin-left:10px; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; color:#009591;}
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
