@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;

	}
a:link, 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:285px;
	height:150px;
	}
#content{
	font-size:12px;
	line-height:18px;
	width:672px;
	float:right;
	margin:110px 0 50px 0px;
	}

#sidebar{
	width:227px;
	margin:172px 0 0 45px;
	float:left;
	position:relative;
	left:0px;
	background-image:url(/images/bg_news.jpg);
	background-repeat:no-repeat;
	}
#news{
        line-height:16px;
	font-size:11px;
	margin:50px 0 15px 0;
}
        #news ul li, #grants ul li{
	list-style:none;
	list-style-position:outside;
        margin-left:15px;
        margin-bottom:10px;
	}
#news ul li a:link, #news ul li a:visited, #grants ul li a:link, #grants ul li a:visited{
	text-decoration:none;
	color:#666;
	padding:0px;
	}
        #news ul li a:hover, #grants ul li a:hover{
	text-decoration:underline;
	}

#grants{
	background-image:url(/images/bg_grant.gif);
	background-repeat:no-repeat;
	min-height:40px;
        height:150px;
	width:227px;
        line-height:20px;
	font-size:11px;
	margin-bottom:15px;
}
#grants ul{
        padding-top:50px;
}
#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;
	}
#content ul li ul li.edit{
	list-style-image:none;
	margin-left:-40px;
	}
.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;
        margin:2px 0;
	}
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;
	}
/***** Message Board *****/
#content_full{
        font-size:12px;
	line-height:18px;
        width:960px;
        margin:175px 0 20px 0px;
}
#content_full .topic_header{
        color:#666;
}
#msg_content{
        font-size:12px;
	line-height:18px;
        width:650px;
        xborder:1px solid red;
        xmargin-left:285px;
}
#message_board{
        height:100%;
}
#message_board td, #standard td{
        border:1px solid #999;
        padding:3px 2px;       
}

#message_board th, #standard th{
        background-color:#fff;
        font-weight:bold;
        color:#666;
        padding:2px 0;
}
#message_board_comment td{
        border:1px solid #999;
        padding:3px 2px;
}
#message_board_comment td.comment_truncate{
        border:none;
}
#message_board_comment .msg_comment{
         width:92%;
}
#message_board_comment .msg_number{
        font-size:10px;
}
#message_board .alt_color, #message_board_comment .alt_color{
        background-color:#f3f3f3;
}
#message_board td a{
        color:#009591;
        text-decoration:none;
        font-size:12px;
        font-weight:bold;
 }

#message_board .msg_txt, #message_board_comment .msg_txt{
        padding:5px 10px;
        text-align:justify;
}

.msg_footer{
        color:#999;
        font-size:10px;

}
.msg_time{
        float:right;
}
.msg_footer a{
        text-align:left;
        color:#009591;
        font-size:10px;
        margin:0px 10px;
        text-decoration:none;
}
.msg_title, .msg_topic{
        width:670px;
        text-align:left;
}
.msg_post{
        text-align:center;
}
.msg_time{
        text-align:right;
}
.msg_topic{
         width:910px;
}
.msg_category{
        background-color:#ccc;
        font-size:14px;
        font-weight:bold;
        color:#333;
}
.msg_category_teal{
        background-color:#009591;
        font-size:14px;
        font-weight:bold;
        color:#fff;
        width:92%;
}
.category_select{
        padding-right:5px;
}
label{
        padding-right:4px;
}
label.required {
    background-image: url(/images/red_dot.gif);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 5px;
    margin-right:5px;
}
.field-500{
        width:500px;
}
.dropdown-500{
        width:505px;
}
#top_nav{
        width:100%;
        position:relative;
        top:8px;
        xmargin-top:8px;
}
.login{
        float:right;
}
.welcome{
        padding:0px 0 0 280px;
        color:#009591;
        font-weight:bold;
        font-size:14px;
}
/***** 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; }

