@charset "utf-8";
/* CSS Document */

/* initial conditions ============================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
/* /initial conditions ============================================== */

/* Tag styles ========================================================= */
body {
	background-color:#fff;
	color: #000000;
	text-align: center;
	}

body,td,input,textarea,select,option {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	}

p {margin: 0px 0px 10px 0px;}
br {line-height: 10px;}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}
small { font-size:90%;}

a, a:visited {
	color: #0066cc;
	text-decoration: underline;
	font-weight:bold;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}
a:active {
	color: #990000;
	text-decoration: underline;
	}

h1 {
	font-size: 150%;
	margin: 0px 0px 10px 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 135%;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif
	}
h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

table {border-collapse: collapse;}
table.separate {border-collapse: separate;}
th {font-weight:bold;}

form table td {padding: 3px;}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}
legend {padding: 0px 5px 0px 5px;}

img {border-width: 0px;}

input[type="submit"] {
background:#fbf5aa;
border:1px solid #e36f1e;
padding:2px;
font-weight:bold;
}

/* /Tag styles ========================================================= */

/* list styles ========================================================= */
ul, ol {margin: 0px 0px 10px 5px;}
ul {padding: 0px 0px 0px 15px;}
ol {padding: 0px 0px 0px 25px;}
li { padding-bottom:5px;}
/* /list styles ========================================================= */

/* form ================================================================= */
option {padding: 0px 5px 0px 0px;}

label {
	font-weight: bold;
	font-size: 100%;
	}

div.form1 input {width: 300px;}
div.form1 textarea {width: 300px;}
div.form1 input.px250 {width: 250px;}
div.form1 input.px200 {width: 200px;}
div.form1 input.px150 {width: 150px;}
div.form1 input.px100 {width: 100px;}
div.form1 input.px75 {width: 75px;}
div.form1 input.px50 {width: 50px;}
div.form1 input.auto {width: auto;}

.required {color: #cc0000;}
.auto {width: auto;}
/* /form ================================================================= */

/* shims and pads ======================================================== */
.m0 {margin: 0px 0px 0px 0px;}
.m5 {margin: 0px 0px 5px 0px;}
.m15 {margin: 0px 0px 15px 0px;}

.margtop3 {margin-top: 3px;}
.margright3 {margin-right: 3px;}
.margbottom3 {margin-bottom: 3px;}
.margleft3 {margin-left: 3px;}

.margtop5 {margin-top: 5px;}
.margright5 {margin-right: 5px;}
.margbottom5 {margin-bottom: 5px;}
.margleft5 {margin-left: 5px;}

.margtop10 {margin-top: 10px;}
.margright10 {margin-right: 10px;}
.margbottom10 {margin-bottom: 10px;}
.margleft10 {margin-left: 10px;}

.margtop15 {margin-top: 15px;}
.margright15 {margin-right: 15px;}
.margbottom15 {margin-bottom: 15px;}
.margleft15 {margin-left: 15px;}

.shim3 {padding: 0px; margin: 0px; line-height: 3px; font-size: 3px;}
.shim5 {padding: 0px; margin: 0px; line-height: 5px; font-size: 5px;}
.shim10 {padding: 0px; margin: 0px; line-height: 10px; font-size: 10px;}
.shim15 {padding: 0px; margin: 0px; line-height: 15px; font-size: 15px;}

.padtop3 {padding-top: 3px;}
.padright3 {padding-right: 3px;}
.padbottom3 {padding-bottom: 3px;}
.padleft3 {padding-left: 3px;}

.padtop5 {padding-top: 5px;}
.padright5 {padding-right: 5px;}
.padbottom5 {padding-bottom: 5px;}
.padleft5 {padding-left: 5px;}

.padtop10 {padding-top: 10px;}
.padright10 {padding-right: 10px;}
.padbottom10 {padding-bottom: 10px;}
.padleft10 {padding-left: 10px;}

.padtop15 {padding-top: 15px;}
.padright15 {padding-right: 15px;}
.padbottom15 {padding-bottom: 15px;}
.padleft15 {padding-left: 15px;}
.padleft25 {padding-left:25px;}
.padleft35 {padding-left:35px;}

.pad5 {padding: 5px;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}

table.tblpad3 td {padding: 3px;}
table.tblpad5 td {padding: 5px;}
/* /shims and pads ======================================================== */

/* buttons =========================================================================== */
/* NOTE: do NOT put these stroked buttons in a tight table, or IE will 
cut off the top border. If you MUST put them into a tight table, 
set the cellpadding to be equal with the padding below */
a.bn1, a:visited.bn1, input.bn1 {
	border-style: solid;
	border-width: 1px;
	border-color: #0000ff;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: normal;
	color: #689a9a;
	text-decoration: none;
	background-color: #ffffff;
	}
input.bn1 {
	cursor: pointer;
	padding: 1px;
	}
a.bn1:hover, input:hover.bn1 {
	color: #000000;
	text-decoration: none;
	border-color: #000000;
	}
/* /buttons =========================================================================== */

/* body structure ================================================================== */


#shell {
	width: 960px;
	margin: 31px auto 21px auto; /* centers this div on the page, also, see body definition above */
	background-color:#fff;
	border: 2px solid #0067B1;
	text-align: left;
	}



/* /body structure ================================================================== */

/* header ============================================================= */
#header {
	padding: 5px;
	width:auto;
	height:68px;
	margin-bottom:5px;
	}
	
#logo {
padding: 0px 0px 5px 5px;
float:left;
}
#network {
float: left;
padding: 0px 0px 5px 5px;
}
#utils {
float:right;
width: 770px;
text-align:right;
}
#utils ul {
padding: 0;
margin: 3px 0 0 0;
list-style:none;
}
#utils ul li {
display: inline;
padding:0px 1px;
}
#utils ul li img {vertical-align:top;}
#utils ul li a {
color:#000;
text-decoration:none;
}
#utils ul li a:active, #utils ul li a:hover {
text-decoration:underline;
}

#separator {
padding:5px;
height:45px;
text-align:right;
}
#search{
float:right;
margin:0px 0px 5px 3px;
}
#login{
margin:4px 0px 4px 0px;
display:none;
}
/* /header ============================================================= */

/* navbar=============================================================== */
#navbar{
clear:both;
height:24px;
}
#menuwrapper {
position: relative;
top: 0px;
left: 0px;
z-index: 201;
}
/* /navbar =============================================================== */

/*home page styles ============================================================== */
#rotate {
min-height:200px;
}
#rotate h1 {
display:inline;
float:left;
}
#left_column_home {
float:left;
width:250px;
}
#left_top_home {
background-image:url(/images/nav_top_home.gif);
background-position:bottom right;
background-repeat:no-repeat;
height:10px;
margin:0;
padding:0;
width:230px;
}
#left_bottom_home {
background-image:url(/images/nav_bottom_home.gif);
background-position:top right;
background-repeat:no-repeat;
height:10px;
width:230px;
}
#left_content_home {
background-color:#edf4fb;
width:230px;
}
.left_block_green {
background:#ebf4d1;
border-bottom:1px dotted #78a22f;
padding:10px;
}
.left_block_green h1 {
font-size:135%;
font-weight:bold;
color: #E36F1E;
margin:0;
padding:0px 0px 5px 0px;
text-align:center;
}
.left_block_orange {
padding:10px;
background:#fbf5aa;
border-bottom:1px dotted #e36f1e;
}
.left_block_orange h1 {
font-size:135%;
font-weight:bold;
color: #E36F1E;
margin:0;
padding:0px 0px 5px 0px;
text-align:center;
}
.left
.left_block {
padding:10px;
border-bottom: 1px dotted #93B9DC;
}
.left_block_last {
padding:10px 10px 15px 10px;
}
.left_block h1 {
font-size:135%;
font-weight:bold;
color: #E36F1E;
margin:0;
padding:0px 0px 5px 0px;
text-align:center;
}
.left_block_last h1 {
font-size:135%;
font-weight:bold;
color: #E36F1E;
margin:0;
padding:0px 0px 5px 0px;
text-align:center;
}
#left_column_home ul li, #left_column_home dl dt
{
	padding:0;
	margin: 0;
	list-style-type: none;
	list-style-position: default;
}
#right_column_home {
float:right;
width:684px;
padding: 0px 10px 0px 10px;
overflow:hidden;
}
.section_spotlight_green_home {
background:url(/images/rounded_grade_green_home.gif) top no-repeat;
}
.section_spotlight_green_home ul li, .section_spotlight_green_home dl dt
{
	background-image: url(/images/bullet_green.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0px;
	list-style-type: none;
}
.section_spotlight_green_home img {
border:1px solid #78a22f;
margin:0px 0px 8px 10px;
}
.section_spotlight_green_home h1 {
font-size:160%;
color:#78A22F;
font-weight:bold;
border-bottom:2px #78a22f solid;
margin-bottom:10px;
}
.section_spotlight_green_home h1 a {
text-decoration:none;
color:#78A22F;
}

.section_spotlight_green_home2 {
background:url(/images/rounded_grade_green_home2.gif) top no-repeat;
}
.section_spotlight_green_home2 ul li, .section_spotlight_green_home dl dt
{
	background-image: url(/images/bullet_green.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0px;
	list-style-type: none;
}
.section_spotlight_green_home2 img {
border:1px solid #78a22f;
margin:0px 0px 8px 10px;
}
.section_spotlight_green_home2 h1 {
font-size:160%;
color:#78A22F;
font-weight:bold;
border-bottom:2px #78a22f solid;
margin-bottom:10px;
}
.section_spotlight_green_home2 h1 a {
text-decoration:none;
color:#78A22F;
}
.section_spotlight_blue_home {
background:url(/images/rounded_grade_blue_home.gif) top no-repeat;
}
.section_spotlight_blue_home h1 {
font-size:160%;
color:#0067b1;
font-weight:bold;
border-bottom:2px #0067b1 solid;
margin-bottom:10px;
}
.section_spotlight_blue_home h1 a {
text-decoration:none;
color:#0067b1;
}
.section_spotlight_blue_home ul li, .section_spotlight_blue_home dl dt
{
	background-image: url(/images/bullet_blue.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0px;
	list-style-type: none;
}
.section_spotlight_blue_home img {
border:1px solid #0067b1;
margin:0px 0px 8px 10px;
}
.section_spotlight_orange_home {
background: url(/images/rounded_grade_orange_home.gif) top no-repeat;
}
.section_spotlight_orange_home h1 {
font-size:160%;
color:#E36F1E;
font-weight:bold;
border-bottom:2px #E36F1E solid;
margin-bottom:10px;
}
.section_spotlight_orange_home img {
border:1px solid #0067b1;
margin:0px 0px 8px 10px;
}
.section_spotlight_orange_home ul li, .section_spotlight_orange_home dl dt
{
	background-image: url(/images/bullet.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0px;
	list-style-type: none;
}
/* content page styles============================================================== */
#content {
	clear:both;
	margin:5px 0px 0px 0px;
	line-height:1.5;
	overflow:hidden;
}
#content_2 {
	clear:both;
	margin:15px 0px 0px 0px;
	line-height:1.5;
}
#bread_tools {
margin:0px 5px 15px 5px;
height:15px;
}
#breadcrumbs {
float:left;
font-size:85%;
font-weight:bold;
}
#tools {
float: right;
font-size:85%;
font-weight:bold;
}
#left_column {
float:left;
width: 200px;
}

#left_column a {
	text-decoration: none;
	color:#0066cc;
	font-weight:bold;
	}
#left_column a:active, #left_column a:hover {
	color: #990000;
}
#nav_top {
background-image:url(/images/nav_top.gif);
background-position:bottom right;
background-repeat:no-repeat;
height:10px;
margin:0;
padding:0;
}
#nav_content {
background-color:#edf4fb;
}
#nav_content ul {
	margin: 0;
	padding: 0;
}
#nav_content li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* side menu styles */
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color:#edf4fb;
	border:1px solid #0067b1;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color:#0066cc;
	padding: 6px 10px 6px 15px;
	font-weight:bold;
	border-bottom:1px solid #93B9DC;
}
.first a {
border-top:1px solid #93B9DC;
}
.first a:hover, .first a:active {
border-top:1px solid #fff;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color:#93B9DC;
	color: #990000;
	font-weight:bold;
	border-bottom:#fff 1px solid;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-color:#93B9DC;
	color: #990000;
	font-weight:bold;
	border-bottom:#fff 1px solid;
	border-top:#fff 1px solid;
}




#p7PMnav {
	width: auto;
}

#p7PMnav ul {
	width: auto;
}

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image: url(/images/menu_arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #93B9DC;
	color: #CCCCCC;
	width:auto;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

#p7PMnav ul li a:hover, #p7PMnav ul li a:active {
color:#990000;
background: none;
border:none;
}
#p7PMnav ul li a {
border:none;
}
#p7PMnav ul li .p7PMmark {
	background-color:#edf4fb;
	color: #0067B1;
	font-weight:bold;
	border-bottom:none;
	border-top:none;
}
#nav_header {
padding:5px;
font-size:90%;
font-weight:bold;
}
#nav_section {
padding:0px 5px 5px 5px;
}
#nav_section h3 {
font-size:120%;
text-align:center;
}
#nav_section h3 a:active, #nav_section h3 a:hover {
text-decoration:underline;
}
#nav_bottom {
background-image:url(/images/nav_bottom.gif);
background-position:top right;
background-repeat:no-repeat;
height:10px;
}
#action {
margin: 20px 5px 0px 5px;
font-weight:bold;
clear:both;
}
#action h1 {
font-size:135%;
font-weight:bold;
color: #E36F1E;
margin:0;
padding:0px 0px 5px 0px;
text-align:center;
}

#right_column {
float:right;
width: 734px;
padding: 0px 5px 0px 15px;
}
#right_column ul li, #right_column dl dt
{
	background-image: url("/images/bullet.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 5px 0px;
	list-style-type: none;
	list-style-position: default;
}
#right_column_2 {
float:right;
width: 734px;
padding: 0px 0px 0px 10px;
overflow:hidden;
}
#right_column_2 ul li, #right_column_2 dl dt
{
	background-image: url("/images/bullet.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 5px 0px;
	list-style-type: none;
	list-style-position: default;
}
#related {
float:right;
width:145px;
margin: 0px 5px 5px 25px;
}
/* /page ============================================================== */

/* section page styles ================================================ */
#top_row {
width: auto;
padding: 0px 5px 0px 10px;
margin: 0px 0px 15px 0px;
}
#top_row_2 {
width: auto;
padding: 0px 5px 0px 0px;
margin: 0px 0px 0px 0px;
}
#top_row_left {
float:left;
margin-right:5px;
width:300px;
text-align:left;
padding-left:50px;
}

/*rotating pix containers */
#rotate_pics {
float:left;
width:180px;
margin:0px 10px 0px 0px;
}
#rotate_pics_list {
list-style:none !important;
margin:0;
padding:0;
}
#rotate_pics_list li {
list-style:none !important;
background:none !important;
margin:0 !important;
padding:0 !important;
}
#rotate_pics_donate {
float:right;
width:225px;
margin:0px 10px 0px 15px;
list-style-type:none !important;
background:none !important;
}
#rotate_pics_donate_list {
list-style:none !important;
background:none !important;
margin:0 !important;
padding:0 !important;
}
#rotate_pics_donate_list li {
list-style:none !important;
background:none !important;
margin:0 !important;
padding:0 !important;
}
#top_row_right {
float:right;
width:350px;
text-align:left;
margin:0px 10px 0px 0px;
}
#top_row_right p{
margin:0;
}
#top_spot_orange {
border:#FFDE75 4px solid;
width:185px;
}

#top_spot_green {
border:#deedb2 3px solid;
width:185px;
}

#top_spot_blue {
border:#c0ddea 3px solid;
width:185px;
}
#top_spot_content {
padding: 5px 10px;
}
.section_spotlight {
margin:0px 10px 8px 0px;
}
.section_spotlight_left {
width:48%;
float:left;
}
.section_spotlight_right {
width:48%;
float:right;
}

.section_spotlight_green {
background:url(/images/rounded_grade_green.gif) top no-repeat;
min-height:100px;
}
.section_spotlight_green h1 {
font-size:160%;
color:#78A22F;
font-weight:bold;
border-bottom:2px #78a22f solid;
margin-bottom:10px;
}
.section_spotlight_blue {
background:url(/images/rounded_grade_blue.gif) top no-repeat;
min-height:100px;
}
.section_spotlight_blue h1 {
font-size:160%;
color:#0067b1;
font-weight:bold;
border-bottom:2px #0067b1 solid;
margin-bottom:10px;
}
.section_spotlight_orange {
background: url(/images/rounded_grade_orange.gif) top no-repeat;
min-height:100px;
}
.section_spotlight_orange h1 {
font-size:160%;
color:#E36F1E;
font-weight:bold;
border-bottom:2px #E36F1E solid;
margin-bottom:10px;
}
.section_spotlight_content {
padding:5px 10px;
}
.section_spotlight_sm {
margin:0px 10px 8px 0px;
}
.section_spotlight_left_sm {
width:48%;
float:left;
}
.section_spotlight_right_sm {
width:48%;
float:right;
}

.section_spotlight_green_sm {
background:url(/images/rounded_grade_green_sm.gif) top no-repeat;
min-height:100px;
}
.section_spotlight_green_sm h1 {
font-size:160%;
color:#78A22F;
font-weight:bold;
border-bottom:2px #78a22f solid;
margin-bottom:10px;
}
.section_spotlight_blue_sm {
background:url(/images/rounded_grade_blue_sm.gif) top no-repeat;
min-height:100px;
}
.section_spotlight_blue_sm h1 {
font-size:160%;
color:#0067b1;
font-weight:bold;
border-bottom:2px #0067b1 solid;
margin-bottom:10px;
}

.section_spotlight_content_sm {
padding:5px 10px;
}



#bottom {
margin:10px 0px 0px 0px;
}
/* /section page styles =============================================== */


/* footer ============================================================= */
/* footer ============================================================= */
#footer {
	width: 960px;
	margin: 5px auto 15px auto;
	padding-bottom:15px;
	}
#footer div {
margin:5px 5px;
font-size:90%;
color: #999999;
text-align:right;
}
/* /footer ============================================================= */

/* box styles */
#orange_box {
width:140px;
}
#orange_box_top {
background-image:url(/images/orange_box_top.gif);
height:10px;
background-repeat: no-repeat;
background-position:bottom;
}
#orange_box_middle {
background:#FFDE75;
padding: 0px 5px;
}
#orange_box_bottom {
background-image:url(/images/orange_box_bottom.gif);
height:10px;
background-repeat: no-repeat;
background-position:top;
}
#orange_box_large {
width:185px;
}
#orange_box_large_top {
background-image:url(/images/orange_box_large_top.gif);
height:10px;
background-repeat: no-repeat;
background-position:bottom;
}
#orange_box_large_middle {
background:#FFDE75;
padding: 0px 10px;
}
#orange_box_large_bottom {
background-image:url(/images/orange_box_large_bottom.gif);
height:10px;
background-repeat: no-repeat;
background-position:top;
}
#green_box {
width:140px;
}
#green_box_top {
background-image:url(/images/green_box_top.gif);
height:10px;
background-repeat: no-repeat;
background-position:bottom;
}
#green_box_middle {
padding: 0px 5px;
background:#deedb2;
}
#green_box_bottom {
background-image:url(/images/green_box_bottom.gif);
height:10px;
background-repeat: no-repeat;
background-position:top;
}
#green_box_large {
width:185px;
}
#green_box_large_top {
background-image:url(/images/green_box_large_top.gif);
height:10px;
background-repeat: no-repeat;
background-position:bottom;
}
#green_box_large_middle {
padding: 0px 10px;
background:#deedb2;
}
#green_box_large_bottom {
background-image:url(/images/green_box_large_bottom.gif);
height:10px;
background-repeat: no-repeat;
background-position:top;
}
#blue_box {
width:140px;
}
#blue_box_top {
background-image:url(/images/blue_box_top.gif);
height:10px;
background-repeat: no-repeat;
background-position:bottom;
}
#blue_box_middle {
background:#c0ddea;
padding: 0px 5px;
}
#blue_box_bottom {
background-image:url(/images/blue_box_bottom.gif);
height:10px;
background-repeat: no-repeat;
background-position:top;
}
#blue_box_large {
width:185px;
}
#blue_box_large_top {
background-image:url(/images/blue_box_large_top.gif);
height:10px;
background-repeat: no-repeat;
background-position:bottom;
}
#blue_box_large_middle {
padding: 0px 10px;
background:#c0ddea;
}
#blue_box_large_bottom {
background-image:url(/images/blue_box_large_bottom.gif);
height:10px;
background-repeat: no-repeat;
background-position:top;
}
/* /related link boxes */
/*marketplace listing styles */
#any {
clear:left;
margin:10px 0px;
}
#any td {
padding:8px;
}
#attribute_fv_1345{
		width: 4em;
}
/*table.alternate_rows thead tr {
	background-color:#fff;
	} */
table.alternate_rows tr {
	background-color:#fbf5aa;
	}
table.alternate_rows tr.other {
	background-color:#e6f0c8;
	}
#attribute_fv_2417{
		width: 400px;
}
#attribute_fv_2432{
		width: 400px;
}
#attribute_fv_1184{
		width: 400px;
}
table.alternate_rows tr.odd td {
	background-color: #fbf5aa;
}
table.alternate_rows tr.even td {
	background-color: #e6f0c8;
}
.bold {
font-weight:bold;
}
#attribute_fv_1119 {
height:125px;
}

/* misc classes ===================================================================== */
.block {display: block;}
.inline {display: inline;}
.none {display: none;}
.fakelist {
color:#E36F1E;
font-size:24px;
} 
.floatrightspan {
float:right;
}
.leftfloatmargin {
float:left;
padding-right: 10px;
}
.floatright {float: right; width:49%;}
.floatleft {float: left; width:49%;}
.featured_float_left {
float:left;
}
.featured_float_right {
float:right;
width:45%;
}
.clear {clear: both;}
.clear_main {clear: both; height:30px;}
.clear_section {clear: both; height:25px;}
.clear10 {clear: both; height:10px;}
.clear15 {clear: both; height:15px;}
.clearfix:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.indent {
margin:0px 20px;
}
.alert { 
font-weight:bold;
color:#990000;
}
.divider {
margin: 5px 0px;
border-bottom:#0067b1 1px dotted;
clear:both;
}
.section_divide {
padding:10px 0px;
border-bottom:#0067b1 1px dotted;
}
.divided {
/* class for tables that need demarcation between rows */
}
.divided td {
padding:20px 0px;
border-bottom:#0067b1 1px dotted;
}
.divided_tab {
/* class for tables that need demarcation between rows */
}
.divided_tab td {
padding:15px;
border-bottom:#0067b1 1px dotted;
}
.divided_tab2 {
/* class for tables that need demarcation between rows */
}
.divided_tab2 td {
padding:3px;
border-bottom:#0067b1 1px dotted;
}
.border {
padding:5px 0px 5px 0px;
border-bottom:#0067b1 1px dotted;
}
.border2 {
margin:5px 0px 10px 0px;
border-bottom:#0067b1 1px dotted;
}
.border3 {
margin:10px 0px;
border-bottom:#0067b1 1px dotted;
}

.roundblue {
background:#c0ddea;
margin:10px 10px 10px 0px;
}
.roundorange {
background:#FFDE75;
margin:10px 10px 10px 0px;
}
.roundgreen {
background:#deedb2 ;
margin:10px 10px 10px 0px;
}
.cat_list {
margin-top:20px;
padding-bottom: 5px; 
padding-left: 5px;
}
.hybrid_input_hdr_td, .hybrid_input_hdr_label, .hybrid_input_hdr_label_top {font-weight:bold;}
.hybrid_submit_td {width:700px; text-align:center;}
/* old pads */

.padding_top_right {
padding-top: 5px;
padding-right: 5px;
}
.padding_right {
	padding-right: 5px;	
}
.padding_right_more {
	padding-right: 20px;	
}
.padding_right_10 {
padding-right: 10px;
}
.padding_left_10 {
padding-left: 12px;
padding-top: 5px;

}
.padding_left {
	padding-left: 5px;	
}
.padding_left_more {
	padding-left: 20px;	
}
.padding_left_less {
	padding-left: 2px;	
}
.padding_top {
	padding-top: 5px;
}
.padding_bottom {
	padding-bottom: 5px;
}
.padding_all {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.padall10 {
padding:10px;
}
.inline {display:inline;}

#assignment215,#Mini_Shopping_Cart #Products-Name
	{
		font-size:11px;
		font-weight:bold;
	}
.tablepad {
margin:10px 0px;
}
.tablepad td {
padding:8px;
line-height:1.5;
}
.tablepad th {
padding:8px;
}
#User_Mission_Statement_-_current textarea{
width:500px;
height:150px;
}
#User_Profile_General_Info textarea {
width:500px;
height:150px;
}
#Random_Petition_Comments td {padding:8px;}
.unsub {
background: #FFDE75;
padding:8px;
font-weight:bold;
width:75%;
margin: 15px;
font-size:12px;
}
.mission {
font-weight:bold;
color:#78A22F;
}
.hide {
display:none;
}
.boldtext {
font-weight:bold;
}
.button {
background:#fbf5aa;
border:1px solid #e36f1e;
padding:2px;
font-weight:bold;
}
/* /misc classes ===================================================================== */

/*drop-down menu classes */
.p7tbsub {background-color: #FFFFFF; border-left: 1px solid #0066cc; border-right: 1px solid #0066cc; border-bottom: 1px solid #0066cc; border-top: 1px solid #0066cc;font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; layer-background-color: #FFFFFF; font-weight:bold;}
.p7tbsub p {margin: 0px; }
.p7tbsub a:link {
color: #0066CC;
display: block;
padding: 6px 6px 6px 6px;
}
.p7tbsub a:visited {
color: #999999;
display: block;
background-color:#fff;
padding: 6px 6px 6px 6px;
}
.p7tbsub a:hover {color: #FFFFFF;
display: block;
background-color:#0066CC;
padding: 6px 6px 6px 6px;
}
.p7tbsub a:active {color: #FFFFFF;
display: block;
background-color:#0066CC;
padding: 6px 6px 6px 6px;}
.p7tbdn {color: #FF9900 !important; font-weight: bold;}
/* /drop-down menu classes */
/* marketplace homepage styles */

/* spotlight styles */
#spot_container {
background:#FFDE75;
}
#spotlight {
height:150px;
margin:10px 10px 0px 10px
}
#spotlight_content {
display:none;
text-align:left;
}
#spotlight_item {
text-align:left;
width:100%;
}
#spotlight_buttons {
width:95%;
text-align:right;
cursor:pointer;
margin:0px 10px 10px 10px;
}
#spotlight_title {
display:none;
}
/*cat list styles */
#facebox .b {
  background:url(/images/b.png);
}

#facebox .tl {
  background:url(/images/tl.png);
}

#facebox .tr {
  background:url(/images/tr.png);
}

#facebox .bl {
  background:url(/images/bl.png);
}

#facebox .br {
  background:url(/images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}
#facebox h3 {
color:#E36F1E;
}
#facebox a {
font-weight:bold;
}
#facebox ul {
list-style:square;
padding:0;
margin:5px 20px;
}
#facebox li {
padding-bottom:4px;
}
#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#buy_left {
float:left;
width:49%;
}
#buy_right {
float:right;
width:49%;
}
.product {
padding:10px 5px 5px 5px;;
border-bottom:1px dotted #78a22e;
}
/*modalbox styles */
div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(images/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(/images/close.gif) no-repeat;
	outline: 0;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(/images/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(/images/next.gif) right 20% no-repeat;
}
/* Tabs */

ul.ui-tabs-nav {list-style:none; float:right; display:block; border:1px solid #e36f1e; border-left:0; border-bottom:0;padding:0; margin:6px 0px 0px 0px; width:175px; }
ul.ui-tabs-nav li {padding:7px 7px; line-height:1.5em;background-color:#fbf5aa; border-bottom:#e36f1e 1px solid; height:36px;}
ul.ui-tabs-nav li.ui-tabs-selected {background:#fff;z-index:1; border-bottom: 1px #e36f1e solid}

.ui-tabs-hide {display:none}
.ui-tabs-panel {width:486px; height:244px; padding:5px 10px;background:#fff; border:1px solid #e36f1e; float:left; margin-top:6px;}
.ui-tabs-panel .header+teaser {display:block;float:right; overflow:hidden}
.ui-tabs-panel #flashcontent {float:left; margin-right:18px;}
.ui-tabs-panel p.credit {margin-top:3em; font-style:italic; font-size:.9em; color:#666}
.ui-tabs-panel li {line-height:1em}

.ui-tabs-panel h1 {
font-size:160%;
color:#78A22F;
font-weight:bold;
margin-bottom:8px;
}

/*rss feeds */

.rss-box {
display:inline;
	 
}

.rss-title, rss-title a {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.rss-items {
	list-style-type:none !important;
	background:none !important;
    margin:0 !important;
    padding:0 !important;
}

.rss-item  {
list-style-type:none !important;
	background:none !important;	
  margin:0;
  padding:0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
font-weight:bold;
margin:0px 0px 12px 0px

	}

.rss-item a:hover { 
font-weight:bold;

	}
	
.rss-date {
	font-size: xx-small;
	}
/* Validation styles */
.LV_valid {
    color:#78a22f;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}


/********** Error reporting ************/

.fieldWithErrors, .fieldWithNoErrors, .fieldWithNoActivityYet {
  /*padding: 2px;*/
  background-color: transparent;
  /*display: table;*/
  /*float:left;*/
  /*margin-bottom:10px;*/
}

.fieldWithErrors {
  /*background-color: #ffcccc;*/
}

.fieldWithNoErrors {
  /*background-color: #C6E0B0;*/
}

.fieldWithErrors input, .fieldWithErrors select, fieldWithErrors textarea {
  /*background-color: #ffcccc;*/
  border-color:#990000;
}

p.matchFieldWithErrorReporting {
  /*padding-left:2px;*/
}

#errorExplanation {
  /*width: 98%;*/
  border: 2px solid #ffcccc;
  padding: 7px;
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #ff0000;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 110%;
  margin: -7px;
  background-color: #fff;
  color: #ff0000;
  letter-spacing:-1px;
}

#errorExplanation ul {
  padding-left:20px;
}

#errorExplanation p {
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}
/*lgbym blog styles */
.title {
margin:0px 0px 12px 0px;
}

#categories-102652781 {
width:auto;
padding: 10px 5px 10px 10px;
border-bottom:#93B9DC 1px dotted;
margin:0px 0px 10px 0px;
}
#categories-102652781 h2 {
color:#78a22f;
}

#categories-102652781 ul li, dl dt{
	background-image: url("/images/bullet_blue.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 5px 0px;
	list-style-type: none;
	list-style-position: default;
}
#recent-comments {
width:auto;
padding: 10px 5px 10px 10px;
border-bottom:#93B9DC 1px dotted;
margin:0px 0px 10px 0px;
}
#recent-comments h2 {
color:#78a22f;
}

#recent-comments ul li, dl dt{
	background-image: url("/images/bullet_blue.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 5px 0px;
	list-style-type: none;
	list-style-position: default;
}
#archives {
width:auto;
padding: 10px 5px 10px 10px;
border-bottom:#93B9DC 1px dotted;
margin:0px 0px 10px 0px;
}
#archives h2 {
color:#78a22f;
}
#archives ul li, dl dt{
	background-image: url("/images/bullet_blue.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 5px 0px;
	list-style-type: none;
	list-style-position: default;
}

#search_side {
width:auto;
padding: 10px 5px 10px 10px;
border-bottom:#93B9DC 1px dotted;
margin:0px 0px 10px 0px;
}
#search_side h2 {
color:#78a22f;
}

#linkcat-2 {
width:auto;
padding: 10px 5px 10px 10px;
border-bottom:#b1cf6f 1px dotted;
margin:0px 0px 10px 0px;
}
#linkcat-2 h2 {
color:#339900;
}
#linkcat-2 ul li, dl dt{
	background-image: url("/images/bullet_blue.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 5px 0px;
	list-style-type: none;
	list-style-position: default;
}
.alt {
	border-top:#0067b1 1px dotted;
	color:#000;
	}

.alt2 {
	border-bottom:#0067b1 1px dotted;
	color:#000;
	}





.entry p a:visited {
	color: #003399;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	xfont-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #666;
	}




#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}





.post hr {
	display: block;
	}

.post {
	margin:0px 10px 0px 0px;
	}
.post h1 {
font-size:160%;
color:#78a22f;
margin:0px 0px 5px 0px;
}
.postmetadata {
	padding-top: 5px;
	border-bottom:#0067b1 1px dotted; 
	padding-bottom:5px;
	}

.postmetadata {
	margin: 10px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}



/* End Structure */







/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	
	padding: 5px 3px; 
	text-align: left;
	width: 100%;
	}


#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}



#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	text-align:center;
	}
/* End Form Elements */



/* Begin Comments*/
#comments {
margin-top:15px;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	margin:0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 3px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0 0 5px;
	display: block;
	text-align:right;
	}
#respond {
margin-top:15px;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{

width:200px;

}
#sidebar a {
font-weight:bold;
}
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin:10px;
	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: right;
	margin:10px;
	float:right;
	clear:both;
	font-weight:bold;
	}
.pagetitle {
margin-bottom:20px;
}
#authorbox {margin:10px 0;}
.authorpic {margin:0 5px 0 0; padding: 2px; border: 1px solid #999999;}

.glossary {
font-weight:bold;
color:#678f23;
border-bottom: 1px solid #78a22f;
}

.glossary2 a:link {
font-weight: normal;
background-color:#deedb2;
text-decoration:none;
border:none;
}
.glossary2 a:hover {
font-weight: normal;
background-color: #78a22f;
text-decoration:none;
}

.glossary2 a:visited {
font-weight:normal;
background-color:#deedb2;
border:none;
text-decoration: none;
}

.sup{
vertical-align: text-top;
font-size:10px;
text-decoration:none;
border:none;
}

.sup a {
vertical-align: text-top;
font-size:10px;
text-decoration:none;
border:none;
}

div.sustain {
background-image: url(http://www.newdream.org/consumption/images/earthscale.jpg);
width: 180px;
height:306px;
}
div.sustain:hover {
background-image: url(http://www.newdream.org/consumption/images/earthscale.gif);
width: 180px;
height:306px;
} 

div.blockquote {
margin-left:25px;
margin-right:25px;
margin-bottom: 10px;
border-left: 1px solid #999999;
padding-left:4px;
}

table.rights {
border-right: none;
border-left: none;
border-top: none;
border-bottom: none;}
/* spotlight styles */
#spot_container2 {
background:#999999;
}
#spotlight2 {
height:400px;
margin:10px 10px 0px 10px
}
#spotlight_content2 {
display:none;
text-align:left;
}
#spotlight_item2 {
text-align:left;
width:100%;
}
#spotlight_buttons2 {
width:95%;
text-align:right;
cursor:pointer;
margin:0px 10px 10px 10px;
}
#spotlight_title2 {
display:none;
}

}
