/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 0px;
}

@charset "utf-8";
body {
	font: 100% 	Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #111;
	font-size: 13px;
	background: url(../images/oahec_back1.png) 50% 0px repeat #687e33;
	line-height: 120%;
}
/*****************************************/
/*** STUPID SAFARI HACK ***/
/*****************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	font: 100% 	Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #111;
	font-size: 13px;
	background: url(../images/oahec_back1.png) 50% 0px repeat #687e33;
	line-height: 120%;
}
}

* {
margin: 0; padding: 0;
}

a {color: #851d19; text-decoration: none;}
a:visited {color: #851d19; text-decoration: none;}
a:hover {text-decoration: none; color: #f7880e;}
a:active {text-decoration: none;}
a:focus {outline:none}

p { 
	margin-top: 4px; 
	margin-bottom: 14px; 
}
img {
	border:none;
	margin: 0;
	padding: 0;
}
blockquote {
	font-style:italic;
	color: #333333;
	/*background-image: url(../images/blockquote.png);*/
	background-repeat: no-repeat;
	background-color:#e3edd1;
	padding-top: 14px;
	padding-bottom: 1px;
	padding-left: 2px;
}
input.button { 
		cursor: pointer; 
}

ol {  }
ul {
	list-style-type: square;
	padding-bottom: 10px;
} 
li {
	margin-left: 40px;
	padding-bottom: 6px;
}
.webboydesign {
	padding-top: 30px;
	padding-right: 20px;
}
.webboydesign a:link, .webboydesign a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.webboydesign a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.copyright {
	font-size: .8em;
	line-height: 130%;
	text-align: center;
}
.clr {
	clear: both;
}
hr {
	margin-bottom: 4px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

.page {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.page #container {
	width: 818px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/oahec_contentback.png);
	background-repeat: repeat-y;
}
.page #header {
	margin: 0; 
	width: 818px;
	text-align: left;
	position:absolute;
	z-index: 0;
		background-image: url(../images/oahec_contentback.png);
	background-repeat: repeat-y;
}
.page #headerpix {
	width: 475px;
	height: 181px;
	margin-right: 0px;
	background-image:url(../images/ahec_header_home.jpg);
	background-repeat:no-repeat;
	padding-right: 6px;
}
.page #headerpixinner {
	padding-top: 0px;
}
.page #wbd {
	background-image:none;
}
.page #front {
	margin-top: 128px;  /* Change to position overlay layer - set to 137*/
	width: 818px;
	text-align: left;
	position: absolute;
	z-index:1px;
}
.page #topmenu {
	height: 49px;
	width: 818px;
	background-image: url(../images/oahec_menubar.png);
	background-repeat:no-repeat;
}
.contentback {
	background-image: url(../images/oahec_contentback.png);
	background-repeat: repeat-y;
}
.page #left {
	width: 288px;
	margin-left: 0px;
	margin-right: 0px;
}
.page #leftinner {
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.page #menu {
	width: 269px;
	margin-left: 0px;
	background-image: url(../images/oahec_menuback1.png);
	background-repeat:repeat-y;
}
.page #menuinner {
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 18px;
	width: 230px;
}
.contenback {
	background-image: url(../images/oahec_contentback.png);
	background-repeat: repeat-y;
}
.page #latestnews {
	background-color:#fee8c6;
	border-left: #FFFFFF;
	border-width: 12px;
	margin-left: 4px;
	clear:both;
}
.page #latestnews-content {
	margin-top:  44px;
	margin-left: 20px;
	margin-right: 12px;
}
.page #latestnews-inner {
	background-image: url(../images/oahec_currentnews-button.png);
	background-repeat:no-repeat;
	background-position: 0 10px;
	border-left: #FFFFFF;
	border-width: 12px;
	padding: 10px;
	margin-left: -4px;
	clear:both;
}

.page #communitynews {
	background-color:#fee8c6;
	border-left: #FFFFFF;
	border-width: 12px;
	margin-left: 4px;
	clear:both;
}
.page #communitynews-content {
	margin-top:  44px;
	margin-left: 20px;
	margin-right: 12px;
}
.page #communitynews-inner {
	background-image: url(../images/oahec_communitynews-button.png);
	background-repeat:no-repeat;
	background-position: 0 10px;
	border-left: #FFFFFF;
	border-width: 12px;
	padding: 10px;
	margin-left: -4px;
	clear:both;
}
.page #footer {
	margin: 20px;
	background-color: #e8ecf5;
}
.page #footerinner {
	margin-left: 250px;

}
.vertcalline {
	background-image: url(../images/oahec_verticalline.png);
	background-repeat: repeat-y;
}
#maincolumn_full {
	width: 800px;
	padding-left: 0px;
	padding-right: 18px;
	margin-top: 12px;
	margin-bottom: 8px;
	text-align: left;
}
table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
}
table.nopad td.middle_pad {
	width: 20px;
}

.mod_events_latest_table a:link, .mod_events_latest a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}





/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
  padding-bottom: 8px;
}
h1 {
	color: #f7880e;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	line-height: 120%;
	padding-bottom: 4px;
}

h2 {
	color: #f7880e;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	line-height: 120%;
}

h3 {
	color: #851d19;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

.contentheading {
	color: #f7880e;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	line-height: 120%;
	padding-bottom: 4px;
}

h3, .componentheading, legend {
	color: #851d19;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	line-height: 120%;
	padding-bottom: 4px;
}
h3, table.moduletable th {
	color: #f7880e;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	color: #111;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}
h5 {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}
h6 {
	margin-left: 4px;
	margin-top: 4px;
}

/* small text */
.small {
	font-size: .90em;
	color: #555;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #555;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #555;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(file:///E|/WEB%20BOY%20DESIGN/WBD%20Projects/NE-WEA/WEB%20SITE/JOOMLA%20SITE/newea/images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #000000; }
label.invalid { color: #000000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: none;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 7px;
	padding-left: 14px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #993300
}

a.mainlevel#active_menu {
	color:#333333;
}


/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}




table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

/* module control elements */
ul.moduletable, ul.module {
	list-style: none;
	padding-left: 0px;
}
div.moduletable, div.module {
  line-height: 120%;
  font-size: 13px;
}
div.moduletable-left, div.module-left {
  line-height: 120%;
  font-size: 13px;
  margin-bottom: -20px;
}
div.moduletable a:link, div.moduletable a:visited {
	color: #222233;
	text-decoration: none;
}
div.moduletable a:hover {
	color: #671D00;
	text-decoration: none;
}
div.moduletable-testimonials a:link, div.moduletable-testimonials a:visited {
	color: #ddbb99;
	text-decoration: none;
}
div.moduletable-testimonials a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(file:///E|/WEB%20BOY%20DESIGN/WBD%20Projects/NE-WEA/WEB%20SITE/JOOMLA%20SITE/system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(file:///E|/WEB%20BOY%20DESIGN/WBD%20Projects/NE-WEA/WEB%20SITE/JOOMLA%20SITE/system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(file:///E|/WEB%20BOY%20DESIGN/WBD%20Projects/NE-WEA/WEB%20SITE/JOOMLA%20SITE/system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(file:///E|/WEB%20BOY%20DESIGN/WBD%20Projects/NE-WEA/WEB%20SITE/JOOMLA%20SITE/system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}


/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
