/***********************************************/
/*             GLOBAL DEFINITIONS              */
/***********************************************/

* { margin:0; padding:0; }
div.clear { clear: both; height:0px; font-size: 0px; }
body, td { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px;
	color: #4C4C4C;
}
td { vertical-align: top; }
a img { border: none; }

.hdr span, .ttl span { display: none; }
hr { height:1px; clear: both;}
.ttl { clear: both; padding-bottom: 10px;}

* html input.checkbox { margin: 0 -4px 0 -4px; } /* remove default margin on checkbox in IE) */


a { color: #A91C2D; text-decoration: none; }
a:hover { text-decoration: underline; }

p {
	text-align: justify;
	}

li {
	text-align: justify;
	}


/***********************************************/
/*               LAYOUT TABLE                  */
/***********************************************/

body {
	padding-bottom: 20px;
}

#container {
	border-top: 4px solid #A91C2D;
	background: #4F5150;
}

#bodyTable {
	background: #fff;
	width: 780px;
	height: 100%;
}
#mainCol { 
	width: 585px; 
	padding: 0 24px 0 22px;	
}

#rightCol { width: 151px; background: #DCDCDC; }

.icon {
	width: 151px;
	height: 102px;
	background: #fff;
	padding-bottom: 5px;
}

#header {
	width: 580px;
	height: 82px;
	margin-bottom: 5px;
	padding-bottom: 19px;
	border-bottom: 1px solid #d9d9d9;
}
#header .logo {
	margin: 20px 0 0 0;
	float: left;
	width: 300px;
}

#header .topNav { margin: 15px 0 0 0; width:90px; float: right; }
.topNav li { list-style: none; float: left; }
.topNav li { font-size: 11px; color:#A91C2D; }
.topNav .navDivider {  padding: 0 3px 0 3px; }

#secondaryContent {
	width: 151px;
	float: left;
	padding-top: 20px;
}

.blurb {
	float: left;
	width: 151px;
	padding-left: 8px;
	padding-bottom: 20px;
}

.barkerArea {
	clear:left;
	float: left;
	width: 151px;
	margin-top: 5px;
	border-top: 1px solid #d9d9d9;
	font-size: 11px;
}

.barker {
	padding: 8px 0 10px 0;
	float: left;
	width: 151px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}
.barker .caption { float:left; width:90px; padding-top:3px; font-weight:normal; font-size:10px; }
.barker div img { float: left; margin-right: 10px; }

.barker p { line-height: 1.2em; margin: 8px 0 8px 0;}
.barker .hdr { font-weight: bold; }
.barker .btnArea { text-align: right; }
.barker .btnArea a { background: url(../images/arrow_a91c2d.gif) no-repeat left; padding-left: 10px; }

.contentArea .barkerArea {
	clear: none;
	border-bottom: none;
	width: 100%;
	margin-top: 15px;
	padding-top: 10px;
	font-size:11px;
}
.contentArea .barker {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.contentArea .barker .hdr { font-size: 11px; margin-bottom: 0; }
.contentArea .barker p { line-height: 11px; }
.contentArea .barkerArea span.btnArea { padding-left: 8px; }

#home .contentArea .barker p { line-height:1.3em; }

.contentArea .barkerArea p { padding: 0; }
.contentArea .contactInfo { width: 110px; float: left; }
.contentArea .address {
	float:left;
	padding-left:10px;
	background: url(../images/bg_dotted.gif) repeat-y left top;
}

#teamPage .contentArea {
	background: none;
	margin-left: 0;
	width: 562px;
}

.contentArea {
	margin: 9px 0 0 18px;
	padding: 13px 0 5px 18px;
	width: 395px;
	float: left;
	background: url(../images/bg_dotted.gif) repeat-y left top;
}
.contentArea p { padding: 10px 0 10px 0; line-height: 1.5em; }
.contentArea ul {
	margin-left: 15px;
	list-style-image: url(../images/bullet.gif);
}
.contentArea li { padding-bottom: 10px; line-height: 1.5em; }
#teamPage .contentArea li { padding-bottom: 0; }
#home .contentArea p { line-height:1.6em; }

.contentArea .hdr { margin-bottom: 15px; }
.contentArea p span.hdr { font-weight: bold; }

#navCol {
	 background: #dcdcdc;
	 width: 151px;
}

#nav {
	background: #A91C2D;
	padding: 20px 10px 25px 15px;
	color: #fff;
	font-size: 11px;
}
#nav ul { list-style: none; margin-left: 11px; }
#nav ul li { margin-bottom: 12px; }
#nav ul li.on { list-style-image: url(../images/arrow.gif); padding-top:1px }
#nav ul ul { margin-top:8px; margin-left: -2px; padding-left: 10px; border-left: 1px solid #fff; }
#nav ul ul li { margin-bottom: 8px; padding-right:5px; list-style-image: none; }
#nav ul ul li.on { list-style-image: none; padding-top: 0px; }

#nav a { color:#fff; text-decoration:none; margin-left: -2px; }
#nav li.on a { font-weight: bold; }
#nav li.on ul li a { font-weight: normal; text-align: left; }

.teamMember { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #d9d9d9; }
.teamMember .memberName { font-weight: bold; }
.teamMember .memberTitle { margin-bottom: 0px; }
.teamMember .memberPhoto { float: left; width: 120px; padding-top:14px; padding-right: 10px; }
.teamMember .memberBio { float:left; width: 432px; }
.teamMember .memberBio ul { list-style: none; }

.newsItem { border-top: 1px solid #d9d9d9; }
.newsItem:first-child { border-top: none; }
.firstItem .newsItem { border-top: none; }

#footer {
	background: url(../images/definition_eirenepoios.gif) no-repeat 0px 20px #fff;
	height: 107px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

#footer_contact {
	background: url(../images/GoGreen_logo.gif2.gif) no-repeat 0px 20px #fff;
	height: 74px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

#footer_empty {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

.actionButton {
	display: block;
	text-align: right;
}

.billboard { background: #000; width: 580px; }
.cornerPadding { padding: 15px 100px 20px 120px; }
.bl { background: url(../images/corner_bl.gif) no-repeat left bottom; }
.br { background: url(../images/corner_br.gif) no-repeat right bottom; }

#disclaimerArea {
	margin-left: 20px;
	margin-top: 5px;
	width:  600px;
	text-align: center;
}

#disclaimerArea p {
	font-size: 10px;
}

.photoRead {
	text-align: right;
	font-size: 10px;
	padding-right: 14px;
}