
/*
***********************************************************

GLOBAL

***********************************************************
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#000;
	
	background-color:#bcdff0;
}

img {
	margin:0;
	padding:0;
	display:block;
}

img.large {
	padding: 25px;
	margin:0;
}

/*
***********************************************************

LAYOUT

***********************************************************
*/

#wrapper {
	width:750px;
	margin:25px auto 0 auto;
	padding:0;
	background:none;
}

#subwrapper {
	padding:25px 0 0 0;
	margin: 0;
}

#header {
	width: 750px;
	height: 80px;
	padding: 0;
	margin: 0;
}

#header img {
	display:inline;
	float:left;
}

#newsletter {
	width:225px;
	margin: 0 0 0 0;
	padding: 0 20px 12px 20px;
	float:right;
}

#main {
	width: 750px;
	padding:0;
	margin: 0;
	background-color:#FFF;
}

#left {
	width:448px;
	margin: 0;
	padding: 0 0 25px 25px;
	float:left;
	background-color:#FFF;
}

#left-equal {
	width:335px;
	margin: 0;
	padding: 0 0 25px 25px;
	float:left;
	background-color:#FFF;
}

#full {
	width:700px;
	margin: 0;
	padding: 0 0 25px 25px;
	float:left;
	background-color:#FFF;
}

#right {
	width:201px;
	margin: 0 0 10px 0;
	padding: 0 20px 12px 20px;
	float:right;
	background-color:#efefef;
}

#rightbar {
	width:241px;
	margin: 0 25px 25px 0;
	padding: 0;
	float:right;
}

#rightbar img {
	width:241px;
	margin: 0;
	padding: 0;
	float:right;
	display:block;
}

#right-equal {
	width:335px;
	margin: 0;
	padding: 0 25px 25px 0;
	float:right;
	background-color:#FFF;
}

#newsCol {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

#newsCol ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#newsCol li {
	font-size: 1.2em;
	line-height: 1.3em;
	color:#84cc33;
	margin: 0;
	padding: 4px 0 4px 0;
}

#newsCol li a {
	color:#999;
}

#newsCol li a.on {
	text-decoration:underline;
}

#newsCol li a:hover {
	color:#84cc33;
}

/*
***********************************************************

TEXT STYLINGS

***********************************************************
*/

p {
	color:#333;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 8px 0;
}

h1 {
	color: #84cc33;
	font-size: 1.6em;
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 1.3em;
}

h2 {
	color: #3399cc;
	font-size: 1.1em;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 1.3em;
}

h3 {
	color: #3399cc;
	font-size: 1.2em;
	padding: 10px 0 6px 0;
	margin: 0;
	text-transform:uppercase;
	letter-spacing: 0.1em;
}

#newsletter h4 {
	color: #3399cc;
	font-size: .9em;
	margin: 0;
	padding:10px 0 5px 0;
}

h5 {
	color: #333;
	font-size: 1.2em;
	padding: 10px 0 3px 0;
	margin: 0;
}

ul {
	line-height: 1.8em;
	margin: 0 0 8px 0;
}

li {
	margin:0;
	padding:0;
}

a {
	font-weight:bold;
	color: #3399cc;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color: #999;
	text-decoration:underline;
}

#listItemOdd {
	background-color:#FFF;
	padding: 0 10px 0 10px;
}

#listItemEven {
	background-color:#e6f3f9;
	padding: 0 10px 0 10px;
}

#listItemOdd a, #listItemEven a {
	font-weight:normal;
}

#newsCol p.date {
	color: #666;
	font-style:italic;
	font-size:.8em;
	margin:0;
	padding: 10px 0 2px 0;
}

#newsCol p.title {
	color: #84cc33;
	font-weight:bold;
	font-size:1.2em;
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 1.3em;
}

#newsCol p {
	font-size: .9em;
	line-height: 1.5em;
}

#newsCol p a.more {
	font-weight:bold;
	color: #333;
	text-decoration:none;
}

#newsCol p a.more:hover {
	font-weight:bold;
	color: #3399cc;
	text-decoration:underline;
}

#right a.link {
	float:right;
	font-weight:bold;
	color: #3399cc;
	text-decoration:none;
}

#right a.link:hover {
	font-weight:bold;
	color: #999;
	text-decoration:underline;
}

#newsBlock p.date {
	color: #666;
	font-style:italic;
	font-size:.9em;
	margin:0;
	padding: 10px 0 2px 0;
}

#newsBlock p.title {
	color: #3399cc;
	font-weight:bold;
	font-size:1.2em;
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 1.3em;
}

#newsBlock p {

}

#newsBlock {
	border-top: 1px dashed #CCC;
	padding: 0;
	margin: 0;
}

#resourceBlock {
	border-top: 1px dashed #CCC;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #999;
}

a.tab {
	color:#999;
	font-weight:normal;
	text-decoration:underline;
}

#newsletter input {
	color:#999;	
}

#newsletter a.submit, #newsletter {
	color:#333;	
}

/*
***********************************************************

NAV

***********************************************************
*/


#nav {
	height: 69px;
	width: 750px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#84cc33;
}

#nav li {
	text-transform: uppercase;
	display: inline;
	float:left;
}

#nav li a {
	color:#fff;
	display:block;
	text-indent:-999em;
}

/* HOME NAV */

#nav .home { /* Hack to pre load on state */
	background:url(../images/nav_home_on.gif) no-repeat;
}
#nav .home a {
	background:url(../images/nav_home_off.gif) no-repeat;
	width: 76px;
	height: 69px;
}
#nav .home a:hover {
	background:url(../images/nav_home_on.gif) no-repeat;
}
#nav .homeON a {
	background:url(../images/nav_home_active.gif) no-repeat;
	width: 76px;
	height: 69px;
}

/* ABOUT NAV */

#nav .about { /* Hack to pre load on state */
	background:url(../images/nav_about_on.gif) no-repeat;
}
#nav .about a {
	background:url(../images/nav_about_off.gif) no-repeat;
	width: 81px;
	height: 69px;
}
#nav .about a:hover {
	background:url(../images/nav_about_on.gif) no-repeat;
}
#nav .aboutON a {
	background:url(../images/nav_about_active.gif) no-repeat;
	width: 81px;
	height: 69px;
}

/* NETWORK NAV */

#nav .network { /* Hack to pre load on state */
	background:url(../images/nav_network_on.gif) no-repeat;
}
#nav .network a {
	background:url(../images/nav_network_off.gif) no-repeat;
	width: 106px;
	height: 69px;
}
#nav .network a:hover {
	background:url(../images/nav_network_on.gif) no-repeat;
}
#nav .networkON a {
	background:url(../images/nav_network_active.gif) no-repeat;
	width: 106px;
	height: 69px;
}

/* RESOURCES NAV */

#nav .resources { /* Hack to pre load on state */
	background:url(../images/nav_resources_on.gif) no-repeat;
}
#nav .resources a {
	background:url(../images/nav_resources_off.gif) no-repeat;
	width: 89px;
	height: 69px;
}
#nav .resources a:hover {
	background:url(../images/nav_resources_on.gif) no-repeat;
}
#nav .resourcesON a {
	background:url(../images/nav_resources_active.gif) no-repeat;
	width: 89px;
	height: 69px;
}

/* NEWS NAV */

#nav .news { /* Hack to pre load on state */
	background:url(../images/nav_news_on.gif) no-repeat;
}
#nav .news a {
	background:url(../images/nav_news_off.gif) no-repeat;
	width: 121px;
	height: 69px;
}
#nav .news a:hover {
	background:url(../images/nav_news_on.gif) no-repeat;
}
#nav .newsON a {
	background:url(../images/nav_news_active.gif) no-repeat;
	width: 121px;
	height: 69px;
}

/* WORKING GROUPS NAV */

#nav .working { /* Hack to pre load on state */
	background:url(../images/nav_working_on.gif) no-repeat;
}
#nav .working a {
	background:url(../images/nav_working_off.gif) no-repeat;
	width: 131px;
	height: 69px;
}
#nav .working a:hover {
	background:url(../images/nav_working_on.gif) no-repeat;
}
#nav .workingON a {
	background:url(../images/nav_working_active.gif) no-repeat;
	width: 131px;
	height: 69px;
}

/* CONTACT NAV */

#nav .contact { /* Hack to pre load on state */
	background:url(../images/nav_contact_on.gif) no-repeat;
}
#nav .contact a {
	background:url(../images/nav_contact_off.gif) no-repeat;
	width: 94px;
	height: 69px;
}
#nav .contact a:hover {
	background:url(../images/nav_contact_on.gif) no-repeat;
}
#nav .contactON a {
	background:url(../images/nav_contact_active.gif) no-repeat;
	width: 94px;
	height: 69px;
}

/*
***********************************************************

FOOTER

***********************************************************
*/

#footer {
	clear:both;
	width: 700px;
	padding: 25px 25px 18px 25px;
	margin: 0 0 25px 0;
	border-top: 1px solid #ddd9d7;
	font-size:.9em;
	background-color:#FFF;
}

#footer p {
	color:#999;
}



form.orderselect {
	padding: 0;
	margin: 0;
	display:inline;
}

form.orderselect select, form.orderselect option {
	padding: 0;
	margin: 0;
	display:inline;
}

#divider {
	padding: 5px;
	margin-top: 10px;
	background-color:#333;
	width: 98%;
	color:#FFF;
}

