body {
	background: url(../images/body_background.png) repeat;
/* 	background: #95a3ab url(../images/bg.jpg) no-repeat; */
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
div.floatClear, div.float-clear{
	clear: both;
}

.floatLeft, .float-left {
	float: left;
}
.floatRight, .float-right {
	float: right;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-stretch: 1px;
}
/* @group global defs */
.pageWrapper {
	width: 990px;
	padding: 10px 5px;
	background-color: #FFF;
	margin: 0 auto 0 auto;
	text-align: left;
	min-height: 1000px;
}
.bodyWrapper {
	padding: 0px 5px;
}
.headerWrapper {
	background-color: #EEEEEE;
	min-height: 100px;

}
.header {
	padding: 0px 0px 0px 0px;
}
.header .extraLinks {
	padding: 10px 5px 0px 0px;
	color: #CCC;
}
.header .extraLinks a {
	margin: 0px 5px;
	color: #999;
}
.header .extraLinks a:hover {
	color: #005F00;
	background: #FFF;
}
input.placeHolder {
	color: #CCC;
}
.header a#edsman-logo {
	background: url(../images/edsman_logo2.png) no-repeat;
	display: block;
	margin: 20px 0px 25px 20px;
	height: 70px;
	width: 300px;
}
.header a#edsman-logo span {
	display: none;
}
.header div.alternateLinks {
	padding: 20px;
	border: 1px solid #CCC;
}
.header div.alternateLinks {
	
}
.header .globalNavigation {
	padding: 0px;
	width: 980px;
	border-top: 7px solid #CCC;
	border-bottom: 7px solid #CCC;
	background: #EEE url(../images/global_nav_bg2.png) 1px 50%;
	font: 13px Georgia, "Times New Roman", Times, serif;
}
.header .globalNavigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.header .globalNavigation ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
}
.header .globalNavigation ul li.right {
	float: right;
}
.header .globalNavigation a {
	margin: -7px 1px -7px 0px;
	text-align: center;
	background: #EEE url(../images/global_nav_bg3.png) right 50%;
	border-top: 7px solid #CCC;
	border-bottom: 7px solid #CCC;
	display: inline-block;
	text-decoration: none;
	padding: 11px 30px 8px 30px;
}
.globalNavigation a.red:hover,
.globalNavigation a.red.current {
	color: #990000;
}
.globalNavigation a.blue:hover,
.globalNavigation a.blue.current {
	color: #003366;
}
.globalNavigation a.gold:hover,
.globalNavigation a.gold.current {
	color: #CC9933;
}
.globalNavigation a.purple:hover,
.globalNavigation a.purple.current	 {
	color: #452970;
}
.globalNavigation a.green:hover,
.globalNavigation a.green.current {
	color: #000;
}
.globalNavigation a.gray:hover,
.globalNavigation a.gray.current	 {
	color: #000;
}

.header .globalNavigation a.last,
.header .globalNavigation a.last:hover {
	background-position: -1px;
}

.header .globalNavigation a:hover {
	text-decoration: underline;
	background: #EEE url(../images/global_nav_bg3.png) right 50%;
}

.header .globalNavigation a.current {
	font-weight: bold;
	background: #EEE url(../images/global_nav_bg3.png) right 50%;
}

.contentWrapper {
	
}
.contentWrapper .content {
	
}
.marqueeWrapper {
	width: 100%;
	min-height: 250px;
	margin-bottom: 20px;
	background: #008F00 url(../images/marquee_bg.png) repeat-x;
	padding: 0px 0px;
}
.blue .marqueeWrapper {
	background-color: #004e96;
}
.red .marqueeWrapper {
	background-color: #990000;
}
.gold .marqueeWrapper {
	background-color: #CC9933;
}
.purple .marqueeWrapper {
	background-color: #452970;
}
.gray .marqueeWrapper {
	background-color: #666;
}

.marqueeContent {
	padding-top: 1px;
	color: #FFF;
}
.marqueeContent .featured-story {
	margin: 5px;
	color: #000;
	padding-top: 1px;
	float: left;
	width: 680px;
	min-height: 250px;
}
.marqueeContent .featured-story .preview {
	background: url(../images/marquee_headline_bg.png) repeat;
	
	padding: 10px 20px;
	margin-top: 220px;
}
.marqueeContent .featured-story h3 {
	margin-bottom: 0px;
}
.marqueeContent .featured-story h3 a.title {
	font-size: 18px;
	text-decoration: none;
}
.marqueeContent .featured-story .preview p {
	margin: 5px 0px 5px 0px;
	color: #CCC;
}
.marquee-right {
	float: right;
	width: 285px;
	text-align: center;
	padding: 0px;
	background: url(../images/marquee-right-shadow.png) repeat-y 0 0;
}
.marquee-right .content {
	padding-bottom: 5px;
}
.marquee-right .bottom {
	background: url(../images/marquee-bottom-shadow.png) repeat-x 0 0;
	padding-top: 5px;
}
a#search-link {
	display: inline-block;
	float: right;
	background: url(../images/toggle_down.png) no-repeat 90% 50%;
} 
a#browse-link:hover {
	background-image: url(../images/toggle_down_green.png) no-repeat right 50%;
	color: #000;
	text-align: center;
	display: inline-block;
	text-decoration: underline;
	border-color: #000;
}
.wide-column-wrapper {
	width: 690px;
}
.wide-column-content {
	padding: 10px;
	min-height: 500px;
}
.narrow-column-wrapper {
	width: 285px;
}
.narrow-column-content {
	padding: 0px 10px;
}
.full-column-wrapper {
	width: 100%;
}
.quarter-box {
	width: 25%;
	float: left;
}
.quarter-box-content {
	padding: 10px;
}
.quarter-box-content h3 {
	border-bottom: 1px solid #CCC;
	padding: 5px 0px;
	text-align: left;
}
.quarter-box-content h3 a{
	text-decoration: none;
}
.footer {
}
	.hidden {
	display: none;
}
.search-bar-wrapper {
	background: #333 url(../images/marquee-bottom-shadow.png) repeat-x 0 0;
	padding: 20px;
	color: #EEEEEE;
	float: right;
	position: absolute;
	right: 20%;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
p.preview img {
	padding: 5px 10px 5px 0px;
}
div.you-are-here-bar {
	padding: 10px 10px 0px 10px;
	/*-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;*/
	margin-bottom: 10px;
	background-image: url(../images/marquee-bottom-shadow.png) repeat-x 0 0;
}
div.side-box {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
}
div.side-box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid;
}

/* @end */

/* @group global text */
h1 {
	font-size: 25px;
}
a {
	color: #005F00;
	padding: 2px;
}
a:hover {
	background-color: #005F00;
	color: #FFF;
}
* a.green, .green, .green a, .green h1 {
	color: #005F00;
}
a.green.current, a.green:hover, .green a:hover {
	border-color: #005F00;
	background: #005F00;
	color: #FFF;
}
* a.blue, .blue, .blue a, .blue h1 {
	color: #003366;
	
}
a.blue.current, a.blue:hover, .blue a:hover {
	border-color: #003366;
	background: #003366;
	color: #FFF;
}
* a.red, .red, .red a, .red h1 {
	color: #990000;
}
a.red.current, a.red:hover, .red a:hover {
	border-color: #990000;
	background: #990000;
	color: #FFF;
}
* a.gold, .gold, .gold a, .gold h1 {
	color: #CC9933;
}
a.gold.current, a.gold:hover, .gold a:hover {
	border-color: #CC9933;
	color: #FFF;
	background: #CC9933;
}
* a.purple, .purple, .purple a, .purple h1 {
	color:#452970;
}
a.purple.current, a.purple:hover, .purple a:hover{
	border-color: #452970;
	background: #452970;
	color: #FFF;
}
.ultralight-text {
	color: #CCC;
}
.light-text, p.light-text {
	color: #999;
	
}
.small-text {
	font-size: 10px;
}
* a.gray, .gray, .gray a {
	color: #999;
}
a.gray.current, a.gray:hover, .gray a:hover {
	border-color: #000;
	color: #FFF;
	background: #000;
}
a.white {
	color: #FFF;
}
a.white.current, a.white:hover {
	color: #000;
	background: #FFF;
}
.textField, .text-field {
	padding: 6px 5px;
	font-size: 11px;
}
.green p, .red p, .gold p, .purple v, .blue p {
	color: #000;
}
p {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
ul.std {
	font-size: 13px;
	color: #000;
	padding: 0px 0px 0px 30px;
	line-height: 18px;
}
/* @end */

/* @group front-page */
.front-page {
}
.front-page .block {
	padding-bottom: 30px;
}
.front-page .block h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid;
	
}
.front-page .block h2 a {
	text-decoration: none;
}
.front-page .block h3 {
	font-size: 16px;
	margin: 10px 0px 5px 0px;
}
.front-page .block p {
	margin: 0px;
	font-size: 12px;
}
.front-page .block .featured {
	width: 300px;
	padding:5px 10px;
	border-right: 1px solid #CCC;
	float: left;
}
.front-page .block .other-headlines {
	width: 325px;
	padding:5px 10px;
	float: left;
}
.other-headlines ul {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 20px;
}
.other-headlines ul li {
	padding: 6px 0px 7px 0px;
}
.other-headlines ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
/* @end */

/* @group single-article */
.single-article {
	padding: 0px 20px 0px 20px;
}
.single-article h1 {
	font-size: 24px;
	text-decoration: none;
	padding: 5px 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dashed;
}

.single-article h4 {
	padding: 20px 0px 0px 0px;
	clear: both;
	margin: 25px 0px 0px 0px;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 1px solid #CCC;
}
.single-article h1 a {
	text-decoration: none;
}
.single-article, .article-content {
	color: #000;
}
.single-article p {
	font-size: 13px;
	line-height:20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.single-article .inline-image-object {
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCC;
	background: #EEEEEE;
}
.single-article .inline-image-object img {
	border: 1px solid #CCC;
} 
.single-article .inline-image-object.float-right {
	margin: 15px 0px 15px 15px;
}
.single-article .inline-image-object.float-left {
	margin: 15px 20px 15px 0px;
}
.single-article .inline-image-object p.caption {
	margin: 5px 0px 0px 5px;
	color: #666;
	font-size: 10px;
	line-height: 14px;
}
.comments-wrapper {
	border: 1px #CCC solid;
	color: #000;
	background: #F7F7F7;
	padding: 0px 0px;
	clear: both;
	margin-top: 50px;
}
.comments-heading {
	border-bottom: 1px #CCC solid;
	background: #E7E7E7;
	padding: 10px 20px 5px 20px;
}
.comments-wrapper h1 {
	font-size: 16px;
	border-bottom: none;
	float: left;
}
.open-create-comment-form {
	float: right;
	display: block;
	padding: 5px;
	margin: 7px;
}
.comment-form {
	background: #EEE;
	padding: 10px 50px;
	border-bottom: 1px solid #CCC;
}
.comment-form h3, .comment h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
}
.comment {
	border-bottom: 1px #CCC solid;
	border-top: 1px solid #FFF;
	margin: 0px 0px;
	padding: 12px 50px 10px 50px;
	
}
.comment.odd {
}
.comment p {
	margin-top: 10px;
}
.related-articles ul {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	list-style: none;
}
.related-articles ul li {
	padding: 5px 0px;
	color: #999;
	border-bottom: 1px solid #CCC;
}
.related-articles ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	line-height: 20px;
	padding: 5px;
}

/* @group Facebox */

#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;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background: #FFF;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox a:hover {
	background: #FFF;
}
* a.close:hover {
	background: #FFF;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
#facebox .body h2 {
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	display: block;
}
#facebox .body h3 {
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #CCC;
}
#help-about-tags {
	width: 500px;
}
.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}


/* @end */
/* @end */

/* @group category */
.article-listing {
	padding: 10px 20px;
	border-top: 1px solid #CCC;
}
.article-listing p {
	margin: 0px 0px 15px 2px;
}
.article-listing h2 {
	margin: 10px 0px 5px 0px;
}
/* @end */
