@import "editor.css";
* {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0;
    background-color: #E7E8E9;
}

#dropshadow {
	width: 1001px;
	margin: auto;
	background: url(../images/dropshadow.gif) repeat-y;
}

#bottomcurves {
	width: 1001px;
	margin: auto;
	background: #E7E8E9 url(../images/bottom.gif) repeat-x;
	height: 37px;
}

#wholepage {
	width: 950px;
	margin: auto auto auto 23px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

#header {
    width: 950px;
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 0px;
    background-color: white;
}

#header h2 {
    color: #009FCC;
    font-size: 1em;
    font-weight: normal;
    margin: 0px 0px 2px 0px;
}

#header #mainnav {
    clear: both;
    width: 875px;
    padding-bottom: 5px;
    margin-left: 75px;
}

#header #mainnav a {
    color: #009FCC; /*00BAF2*/
    text-decoration: none;
    font-size: 1em;
}

#header #mainnav a.link {
}

#header #mainnav a.current {
    color: #58585A;
}

#header #mainnav a.section {
	color: #58585A;
}

#header #mainnav a:hover {
    text-decoration: underline;
}

#header #mainnav div.extra-level {
	padding-top: 8px;
}

#header #login-form {
    margin: 0px;
    padding: 0px;
}

#header #login-form p {
    margin: 0px;
    padding: 0px;
}

#header #login-form p label {
    float: left;
    padding-top: 4px;
    width: 9em;
    color: #58585A;
    font-size: 0.83em;
}

#header #login-form input.lastline {
    margin-bottom: 6px;
	font-size: 0.83em;
	width: 12em;
}

#header #login-form input.textbox {
	font-size: 0.83em;
	width: 12em;
}

#topline {
    background: #FFFFFF url(../images/top_grad2.gif) repeat-x;
    height: 55px;
}

#hometopline {
    background: #FFFFFF url(../images/top_grad3.gif) repeat-x;
    height: 33px;
    width: 950px;
    padding: 0;
    margin: 0;
}

#hometopline img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 52px;
}

#title {
    width: 950px;
    margin: 0px auto 20px auto;
    padding: 0px;
}

#title h1 {
    margin-bottom: 5px;
    margin-top: 0px;
    color: #6D6E71;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.66em;
}

#title h1 .titlebold {
    font-weight: bold;
    font-size: 1em;
}

.titleimg {
    padding-top: 10px;
}

#container {
    background: #B9E5FB url(../images/home_grad.gif) repeat-x;
    margin-top: 0px;
    padding: 0px;
}

#hometitle {
    width: 950px;
    margin: 0px auto 20px auto;
    padding: 0px;
}

#main {
    width: 950px;
    margin: auto;
}

#homemain {
    width: 950px;
    margin: auto;
    background: url(../images/2020.gif) bottom left repeat-x;
}

#homemain h1 {
    margin-bottom: 5px;
    margin-top: 0px;
    color: #FFFFFF;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.9em;
}

#homemain h1 .titlebold {
    font-weight: bold;
    font-size: 1em;
}

#homemain h1 strong {
    font-weight: bold;
    font-size: 1em;
}

#homemain h3 {
    font-weight: bold;
}

#homemain h4 {
	margin-top: 0px;
}

.inner-left {
    width: 540px;
    margin-left: 75px;
}

.inner-left p {
	margin: 10px 0px 10px 0px;
}

.inner-left h6 {
	margin: 15px 0px 15px 0px;
}

.inner-left a {
    color: #009FCC;
    text-decoration: none;
    font-size: 1em;
}

.inner-left a.current {
	color: #58585A;
}

.inner-left a.section {
	color: #58585A;
}

.inner-left a:hover {
	text-decoration: underline;
}

.inner-left .homelogo {
	margin-top: 20px;
}

.inner-right {
    float: right;
    width: 325px;
}

.inner-right .box {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 2px;
    width: 250px;
}

.inner-right .box .boxtitle {
	padding: 0;
	margin: 0;
	height: 49px;
}

.inner-right .box .boxtitle a {
    font-size: 1em;
    text-decoration: none;
    color: #0000FF;
    font-weight: bold;
}

.inner-right .box .boxtitle a:hover {
    text-decoration: underline;
}

.inner-right .box .boxtext {
    padding: 0px;
    font-size: 0.9em;
    background-color: #EAEBEC;
}

.inner-right .box .boxtext p {
	padding: 15px 15px 8px 15px;
	margin: 0px;
}

.inner-right .box .boxtext a {
    font-size: 1em;
    text-decoration: none;
    color: #009FCC;
    font-weight: normal;
    height: 60px;
}

.inner-right .box .boxtext a:hover {
    text-decoration: underline;
}

.inner-right .box .boxlink {
    padding: 0px 15px 15px 15px;
    background-color: #EAEBEC;
}

.inner-right .box .boxlink a {
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}

.inner-right .box .boxlink a:visited {
    color: #0000FF;
}

.inner-right .box .boxlink a:hover {
    text-decoration: underline;
}

#bottom-bar {
	background: #B9E5FB url(../images/home_bottom_grad.gif) repeat-x;
	height: 68px;
}

#footer {
    background: #D8F0FD url(../images/bottom_panel_small.gif) repeat;
    height: 80px;
    margin-top: 0px;
    clear: both;
}

#footer-container {
    width: 950px;
    margin: auto;
}

.footer-logo {
    padding-top: 35px;
}

.footer-element {
    padding-top: 25px;
    color: #898F94;
}

.footer-element a {
    font-size: 0.85em;
    color: #009FCC;
    text-decoration: none;
    line-height: 20px;
}

.footer-element a:hover {
    text-decoration: underline;
}

.homeclear {
    clear: both;
    display: block;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #083551;
}

.clear {
    clear: both;
    display: block;
    /*height: 1px;*/
    font-size: 8px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

.toc {
    background-color: #EAEBEC;
    width: 150px;
    list-style-type: none;
    padding: 2px;
    margin: 5px;
}

.toc ul {
    list-style-type: none;
    padding: 1px 1px 1px 15px;
    margin: 0px;
}

/* Dropdown menu styles */

#menu_container {
	margin: 0 0 0 75px;
	position: relative;
	height: 25px;
	z-index:100;
}

#pmenu, #pmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#pmenu a, #pmenu a:visited {
	display: block;
	width: 220px;
	font-size: 1em;
	color: #009FCC;
	height: 25px;
	line-height: 24px;
	text-decoration: none;
	text-indent: 5px;
	border: 1px solid #316AC5;
	border-width: 1px 0 1px 1px;
}

#pmenu li ul li a, #pmenu li ul li a:visited {
	border-width: 0 1px 1px 1px;
}

#pmenu li a.topenclose, #pmenu li a.topenclose:visited {
	border-width: 0px;
	background: #FFF none no-repeat right center;
}

#pmenu li a.enclose, #pmenu li a.enclose:visited {
	border-width: 1px;
}

#pmenu li {
	float: left;
	background: #FFF;
}

#pmenu li:hover {
	position:relative;
}

#pmenu li:hover > a {
	background: #C3D3ED;
	color: #58585A;
}

#pmenu li:hover > a.toplevel {
	background: #FFF;
	color: #58585A;
}

#pmenu li ul {
	display: none;
}

#pmenu li:hover > ul {
	display: block;
	position: absolute;
	top: -10px;
	left: 180px;
	padding: 10px 30px 30px 30px;
	background: transparent url(../images/transparent.gif);
	width: 220px;
}

#pmenu > li:hover > ul {
	left: -20px;
	top: 14px;
}

#pmenu table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
}

* html #pmenu li a:hover {
	position: relative;
	background: #C3D3ED;
	color: #58585A;
}

#pmenu li a:focus {
	background: #FFF;
}

#pmenu li a:active, #pmenu li a:focus {
	background: #C3D3ED;
	color: #58585A;
}

#pmenu li.fly {
	background: #FFF url(../images/fly.gif) no-repeat right center;
}

#pmenu li.drop {
	background: #FFF url(../images/drop.gif) no-repeat right center;
}

/* IE 5 and 6 styles. */

* html #pmenu li ul {
	visibility: hidden;
	display: block;
	position: absolute;
	top: -11px;
	left: 180px;
	padding: 10px 30px 30px 30px;
	background: transparent url(transparent.gif);
}

#pmenu li a:hover ul ul{
	visibility: hidden;
}

#pmenu li a:hover ul a:hover ul ul{
	visibility: hidden;
}

#pmenu li a:hover ul a:hover ul a:hover ul ul{
	visibility: hidden;
}

#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility: hidden;
}

#pmenu li a:hover ul {
	visibility: visible;
	left: -30px;
	top: 16px;
	lef\t: -31px;
	to\p: 10px;
}

#pmenu li a:hover ul a:hover ul{
	visibility: visible;
	top: -11px;
	left: 180px;
}

#pmenu li a:hover ul a:hover ul a:hover ul {
	visibility: visible;
}

#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility: visible;
}

#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility: visible;
}

/* Extra styles */

#pmenu a.toplevel, #pmenu a.toplevel:visited {
	display: inline;
	font-size: 1em;
	color: #009FCC;
	background-color: #FFF;
	height: 25px;
	line-height: 24px;
	text-decoration: none;
	text-indent: 0px;
	border: 0px solid #FFF;
	padding-right: 5px;
	/*background: #FFF url(../images/bar.gif) no-repeat right center;*/
	background: #FFF none no-repeat right center;
}

#pmenu a.toplevel:hover {
	color: #58585A;
	background-color: #FFF;
}

	/* Members*/

#membersPage {
	margin:0 30px 0 75px;;
	}
.members img {
	float: right;
	padding-top:10px;
	}
.members {
	border-bottom:#ccc solid 1px;
	width:400px;
	float:left;
	height:100px;
	}

.odd {
	margin-right:30px;
	}
	
.members h2 {
	color:#6D6E71;
	margin-bottom:2px;
	margin-top:16px;
	}

.members p {
	margin-top:4px;
	}
	.inner-right-footer {
    float: right;
    width: 235px;
	padding-top:20px;
	
}
.Wrap_logo{
padding-left:10px;
padding-bottom:10px;}

.resource_title{
float:left;
width:620px;
padding-top:10px;
}
.resource_thumbnail {
clear:left;
float:left;
padding:10px;}