/* CSS Document */

body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	background-color: #474747;
	min-width: 825px; /* hack to force Netscape 6 pc to show horizontal scroll bar */
	padding: 0;
	margin: 0;
	font-color: #333333;
}

#wrapper {
	width: 825px;
	margin: 0 auto;
	text-align: left; /* re-align the text to the left after the above hack */
}

#masthead {
	position: relative;
	background-image: url(../images/bg_masthead3.gif);
	background-repeat: none;
	height: 112px;
	background-color:#FFF;
	z-index: 100;
}


#masthead img.logo {
	position: absolute;
	top: 15px;
	left: 27px;
	z-index: 99;
}

a {
	text-decoration: none;
	color:#003366;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color:#660000;
}

img {
	border:none;
}

/* NAVIGATION */

#navbar {
	font-family: arial, helvetica, verdana, sans-serif;
	position: absolute;
	font-size: 11px;
	bottom: 0;
	right: 1px;
	width: 822px;
	font-weight: bold;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: no-repeat;
	z-index: 98;

}

#nav, #nav ul {
	float: right;
	list-style: none;
	line-height: 26px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	width: 9.5em;
	w\idth: 5.5em;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	line-height: 27px;
}

#nav a.width1 {
	width: 7em;
	w\idth: 4em;
}

#nav a.width2 {
	width: 8em;
	w\idth: 5em;
}

#nav a.width3 {
	width: 10em;
	w\idth: 6em;
}

#nav a.width4 {
	width: 12em;
	w\idth: 9em;
}

#nav a.mother {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;

}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	margin: 0;
	background: #0457A9;
	font-weight: normal;

}

#nav li li {
	padding-right: 1em;
	width: 12.9em;
	border-left: none;
	border-top: 1px solid #FFF;

}

#nav li ul a {
	width: 15em;
	w\idth: 11em;
	line-height: 24px;

}

#nav li ul ul {
	margin: -1.75em 0 0 13.9em;
	background-color:#666;
	font-weight: normal;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.mlhover ul ul, #nav li.mlhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.mlhover ul, #nav li li.mlhover ul, #nav li li li.mlhover ul {
	left: auto;
}

#nav li:hover, #nav li.mlhover {
	background: #036;
}

/* BELOW CONTROLS HIGHLIGHTING THE CURRENT PAGE */

body.about #navbar a#about, body.community #navbar a#community, body.events #navbar a#events, body.downloads #navbar a#downloads, body.partners #navbar a#partners {
	background: #333;
}

/* END NAVIGATION */

#wrapper_inside {
	position: relative;
	width: 825px;
	background-color:#BABABA;
	background-image: url(../images/bg_column_blue_grey.gif);
	background-repeat: repeat-y;
	z-index: 90;
}

#wrapper_inside_subpage {
	position: relative;
	width: 825px;
	background-color:#FFFFFF;
	background-image: url(../images/bg_column_blue.gif);
	background-repeat: repeat-y;
	z-index: 90;
}
#wrapper_inside_subpage2 {
	position: relative;
	width: 825px;
	background-color:#FFFFFF;
	z-index: 90;
}

#content1 {
	float: right;
	width: 634px;
}

/* COLUMN CONTENT */

#column {
	float: left;
	width: 190px;
	padding-top: 0;
	border-top: 1px solid #FFF;
	background-color:#DBE9F8;
	background-image: url(../images/bg_column_blue.gif);
	background-repeat: repeat-y;
}

#quicklinks  {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

#quicklinks li {
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	line-height: 16px;
	padding: 0 0 2px 0;
}

.columnheader {
	line-height: 24px;
	display: block;
	width: 189px;
	background-color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background-image: none;
	text-indent: 15px;
	padding: 0 0 2px 0;
	margin: 0 0 7px 1px;
	background-image: url(../images/bg_sidebar_headers.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

#quicklinks a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 1px 5px 1px 30px;
}

#quicklinks a:visited {
	text-decoration: none;
	color:#000000;
}

#quicklinks a:hover {
	text-decoration: underline;
	color:##660000;
}

#pagelinks  {
	margin: -1px 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#pagelinks li {
	line-height: 18px;
	padding: 0;
}

#pagelinks a {
	display: block;
	width: 168px;
	text-decoration: none;
	color: #000000;
	padding: 2px 0 2px 22px;
}

#pagelinks a:visited {
	text-decoration: none;
	color:#000000;
}

#pagelinks a:hover {
	text-decoration: none;
	color:#0457A9;
	background-color: #A6C6E6;
}

#pagelinks .current {
	font-weight: bold;
}

#columncontent  {
	margin: 5px 10px 0 15px;
	padding: 0;
	list-style: none;
}

#columncontent li {
	line-height: 15px;
	padding: 0 0 5px 0;
}

#columncontent a {
	display: block;
	text-decoration: none;
	color:#003399;
	padding: 0;
}

#columncontent a:hover {
	display: block;
	text-decoration: underline;
	color:#660000;
	padding: 0;
}

#columncontent a.headerlink {
	display: inline;
	text-decoration: none;
	color: #000;
}

#columncontent a:visited.headerlink {
	text-decoration: none;
	color:#000;
}

#columncontent a:hover.headerlink {
	display: inline;
	text-decoration: underline;
	color:#000;
}

/* END COLUMN CONTENT */

/* HOME PAGE SPECIFIC */

#mainfeature {
	float: left;
	width: 633px;
	height: 282px;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	min-height: 280px;
}

#mainfeature h1 {
	padding: 30px 250px 10px 30px;
	margin: 0;
	font-size: 22px;
}


#mainfeature p {
	padding: 0px 250px 5px 30px;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

#promo_box1 {
	float: left;
	width: 633px;
	border-top: 1px #FFFFFF solid;
	color: #000;
	border-right: 1px #FFFFFF solid;
	background-color:#FFF;
	background-image: url(../images/bg_boxes_home2.gif);
	background-repeat: no-repeat;
}

#promo_box2 {
	float: left;
	width: 633px;
	background-color: #FFFFFF;
}

.promo {
	float: left;
	width: 315px;
	padding: 5px 0 5px 0;
	margin-right: 1px;
	
}

.promo h2, .promo h4 {
	padding: 10px 10px 5px 15px;
	margin: 0;
}

.promo p {
	padding: 3px 10px 5px 15px;
	margin: 0;
}

.promo h2 {
	color: #900;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.promo a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 8px 0 0 0;
	color: #003399;
	background-position: 0 2px;
	line-height: 14px;
}

.promo a.lower1 {
	margin: 24px 0 0 15px;
}


.promo a:hover {
	color: #660000;
	text-decoration: underline;
}

.quote1 {
	font-size: 12px;
	font-style: oblique;
	line-height:: 15px;
}

/* END HOME PAGE SPECIFIC */


/* Contributions Pagd */


#contribution_header {
	margin: 5px 10px 5px 0;
	padding: 6px;
	background-color: #036;
}

#contribution_header h4 {
	font-size: 12px;
	color:#FFF;
	margin: 0;
	padding: 0;
	display: block;
	width: 250px;
}

#contribution_header form {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}

#contribution_header form select {
	float: right;
	font-size: 10px;
	margin: 0 5px 0 10px;
	padding: 0;
}

.contribution {
	margin: 5px 10px 5px 0;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}

.contribution h2 {
	font-weight: normal;
	margin: 0 0 5px 0;
	font-size: 14px;
}

.contribution p {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 11px;
}

.contribution img {
	float: right;
	margin-left: 25px;
	border: 1px solid #000;
}

.contribution2 {
	margin: 5px 10px 20px 0;
	padding: 10px 10px 3px 25px;
	background-color: #FFF;
}

.contribution2 p {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 11px;
}

.contribution2 h2 {
	margin: 0 0 7px 0;
	font-size: 18px;
}

.contribution2 img {
	border: none;
}

/* SUB PAGE SPECIFIC */

#content3 {
	float: left;
	width: 634px;
	margin: 0;
	background-color: #FFFFFF;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

#content_indent {
	width: 589px;
	margin: 0 20px 0 25px;
}

#content4 {
	float: left;
	width: 100%;
	height: 800;
	margin: 0px 0 0 0px;
	background-color: #FFFFFF;
	padding: 0 0 0 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #036;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #900;
	background-color: #FFF;
	line-height: 65px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 25px;
	background-image: url(../images/bg_header_subpage.gif);
	background-repeat: repeat-x;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	margin: 25px 0 15px 0;
}

h5 {
	font-size: 12px;
	color: #000;
	margin: 0 0 3px 0;
	padding: 0;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	margin: 20px 0 5px 0;
}

p {
	margin: 0 10px 15px 0;
	line-height: 1.5em;
}

ul {
	margin: 10px 25px 15px 35px;
	padding: 0;
	list-style: square;
	line-height: 1.5em;

}

ul.nobullet {
	list-style: none;
}

ul.nobullet li {
	margin-bottom:5px;
}


li.listhead {
	margin: 0 0 5px -15px;
	font-weight: bold;
	list-style: none;
}


#clear_roundcorners {
	clear: both;
	width: 825px;
	height:9px;
	margin: 0;
	padding: 0;
}

#clear {
	clear: both;
}

.clear {
	clear: both;
}

.indent1 {
	padding-left: 20px;
}

.indent2 {
	display:block;
	padding-left: 20px;
}

.indent3 {
	padding-left: 40px;
}

.indent4 {
	padding-left: 60px;
}

.indent5 {
	padding-left: 80px;
}

.nomargin {
	margin: 0;
	padding: 0;
}

.footnote {
	font-size:9px;
	border-top: 1px solid #000;
	padding-top: 5px;
}

.code {
	font-family: Courier, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	line-height: 1.6em;
	margin: 0 25px 20px 35px;
}

.code_inline {
	font-family: Courier, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}



/* FORMS */

fieldset {
	margin: 1em 0;
	padding: 1em 1em 1em 2em;
	border: 1px solid #CCC;
	background: #FAFAFA;
	width: 500px;
}

fieldset#profile {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
fieldset p {
	margin: .3em 0;
	padding: 0;
	clear: both;
}

fieldset h4 {
	margin: 0;
	padding: .5em 0 1em 0;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 13em;
}

#profile label {
	width: 3em;
	float: none;
	display: inline;
}

fieldset div {
	width: 250px;
	float: left;
	padding-bottom: 2em;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.other {
	width: 100px;
	margin-left: 10px;
	height: 12px;
}

.submit {
	padding-top: 1em;
}

textarea {
	width: 400px;
	height: 100px;
	float: left;
	margin-bottom: 15px;
}

password {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*footer*/

#footer {
	clear: both;
	position: relative;
	background-image: none;
	width: 825px;
	margin: 0 auto;
	font-size: 9px;
	color: #FFF;
}

#footer ul {
	list-style: none;
	padding: 5px 0 0 5px;
	margin:0;
	text-align: left;
}
	
#footer li {
	line-height: 16px;
	display: inline;
	width: 6em;

}

#footer a, #footer a:visited {
	display: inline;
	color: #FFF;
	text-decoration:none;
	padding: 0 13px 0 0;
	margin:0;
}

#footer a:hover {
	color: #006699;
	text-decoration: underline;
}

#footer .copyright {
	position: absolute;
	top: 5px;
	right: 0;
	margin:0;
	padding: 0;
	line-height: 16px;
}

/* Table Stylings */

	
.table1 {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	margin: 5px 0 8px 0;

}

.table1 th {
	background-color: #645A50;
	color: #000;
	padding: 10px 4px 10px 6px;
	background-image: url(../images/bg_tableheader.gif);
	border-left: 1px solid #999;

}

.table1 td {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 10px 4px 10px 6px;
}

.table1 tr:hover {
	background-color: #DEEEFC;
}

.center {
	text-align: center;
}

.caption1 {
	text-align: center;
	margin-top: 0px;
	color: #393;
	font-size: 10px;
}

.aligntop {
	vertical-align:top;
}

.odd {
	background-color: #F6F6F6;
}

.review {
	padding: 15px 15px 5px 15px;
	background-color: #EAEAEA;
	margin: 0;
	margin-bottom: 15px;
	border: 1px solid #333;
}

.review h4 {
	margin: 0;
}

.partner_row {
	width: 585px;
	clear:both;
}

.partnerbox {
	float: left;
	padding: 15px 15px 5px 15px;
	margin: 0;
	margin-bottom: 15px;
	width: 140px;
	margin-right: 15px;
}

.partnerbox h2 {
		margin-top: 0;
}



