/*** Editing Styles ------------------------------------- ***/

.text_general {
	/* text 12 black */
	font-size : 12px;
	color : #111111;
}
.titles {
	/* titles 16 gray */
	font-size : 16px;
	color : #666666;
	font-weight: normal;
	line-height: 20px;
}
.intro_landing {
	/* intro text 16 green */
	font-size : 16px;
	color : #4a9801;
	line-height: 125%;
}
.green_sub_heading {
	/* sub heading 13 green */
	font-size : 13px;
	color : #4a9801;
	line-height: 140%;
}
.intro_home {
	/* intro text 18 green */
	font-size : 22px;
	color : #4a9801;
	font-weight: normal;
	line-height: 125%;
}
.subtitles {
	/* titles 15 purple */
	font-size : 16px;
	color : #9e4875;
	font-weight: normal;
	line-height:normal;
}
.captions  {
	/* text 10 gray */	
    color: #666666;
   	font-size: 10px;
	line-height: 120%;
}
table a.small_white {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.text_small_white {
	/* text 12px white */
	color: #ffffff;	
	font-size: 12px;
}
table a.small_white:hover {
	color: #CCC;	
}

/*** End Editing Styles ***/

/*** Reset ----------------------------------------------------- ***/
body, p, th, ul, li, ol, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}
body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}
input, select, textarea {
	color: #606060;
	border: 1px solid #dadada;
	background-color: #ffffff;
	padding: 2px 2px;	
}
input[type="submit"], input[type="reset"] {
	background-color: #dbdbdb;
	color: #4fa101;
	padding: 1px 8px;
	border: 1px solid #4fa101;
	-moz-border-radius: 5px;
}
input.iesbut, input.iesbut_med, input.iesbut_sml, input.iesbut_long, a .iesbut, a .iesbut_med, a .iesbut_sml, a .iesbut_long {
    display: inline-block;
    margin: 0;
    text-align: right;
    color: #fff !important;
    border: 0 !important;
    cursor: pointer;
}
input.iesbut, a .iesbut {
	background: url("../images/ies_but.jpg") no-repeat scroll left top transparent;
    height: 42px;
    padding: 3px 10px 8px 36px !important;
    width: 190px;
}
input.iesbut_med, input.iesbut_sml, input.iesbut_long, a .iesbut_med, a .iesbut_sml, a .iesbut_long {
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 0;
}
input.iesbut_long, a .iesbut_long {
	background: url("/templates/images/ies_but_170x30.jpg") no-repeat scroll left top transparent;
    width: 165px;
}
input.iesbut_med, a .iesbut_med {
	background: url("/templates/images/ies_but_90x30.png") no-repeat scroll left top transparent;
    width: 85px;
}
input.iesbut_sml, a .iesbut_sml {
	background: url("/templates/images/ies_but_64x30.png") no-repeat scroll left top transparent;
	width: 59px;
}
table {
	border-style: none;
}
img {
	border:medium none;
}
a {
	color: #4aa601;
	text-decoration: none;
	cursor: pointer;
}
a:hover, #gallery-list li a:hover, #faq-category strong.question:hover, a:hover strong.hover {
	color: #398e3a;
}
a.hover:hover {
	background: #ffffff url(../images/hover-bg.png) repeat-x scroll left top;
}
a.item {
	color: #3F4040;
}
a.item:hover {
	color: #104484;
}
ul {
	margin-bottom: 15px;
	margin-left: 10px;
}
li {
	margin-left: 15px;
	line-height:17px;

}
ul li {
	list-style-image:url(../images/list_graphic.png);
}
p {
	margin:0;
}
div.social p a {
	padding:4px 5px;
}
div.social h1 {
	border-bottom:1px solid #CCCCCC;
	font-size:small;
	font-weight:bold;
	width:210px;
	padding-bottom:5px;
}
/*** End Reset ***/

/*** Common -------------------------------------------------------------- ***/
div.clear {
	clear: both;
}
div.empty {
	display:block;
	width:100%;
	height:5px;
}
div.empty2 {
	display:block;
	width:100%;
	height:20px;
}
#google_map {
	background: #ffffff;
	border: 1px solid #7c868d;
	height: 400px;
}
body.blank h1 {
	font-size: 16px;
	color: #003366;
	line-height: normal;
	margin: 0 0 15px 0;
	font-style: italic;
	font-weight: bold;
}
.border_bot {
	border-bottom: 1px solid #CCC;
	display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
ul.nice_list {
	margin-left: 30px;
}
ul.nice_list li {
	margin-bottom:5px;
}
table.awards_imgs img {
	border: 1px solid #4AA601;	
	display: block;
	margin-bottom: 10px;
}
/*** End Common ***/

/*** Forms --------------------------------------------------------------- ***/

form table h2 {
	margin: 0;
	border: none;
}
p.required {
	float: right;
	margin-bottom:0;
	margin-right: 25px;
}
p.message {
	font-size: 14px;
	color: #333333;
}
input.empty, textarea.empty {
	color: #999999;
}
form table, form p.margin {
	margin-bottom: 10px;
}
form td, form th {
	padding: 2px 5px 2px 0;
}
label.label {
	display: block;
	padding-right: 10px;
	width: 120px;
	position: relative;
}
label.auto {
	width: auto;
	padding-right: 0;
}
label.label em {
	position: absolute;
	right: 0;
	top: 0;
}
form {
	padding: 5px;
	/*background-color: #f1f1f3;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	-moz-border-radius: 5px;*/
}
form.normal, #sidebar form {
	background-color: transparent;
	padding: 0;
	border-style: none;
	border-radius: 0;
	-moz-border-radius: 0;
}
form ul {
	margin: 0;
}
form li {
	margin: 0;
	padding: 5px 0 0 130px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
}
form li label.label {
	position: absolute;
	left: 0;
}
form.line li {
	padding-left: 0;
}
form.line li label.label {
	position: static;
	width: auto;
	padding: 0 0 2px 0;
}
form.line li label.label em {
	position: static;
	right: auto;
	top: auto;
}
input[type="submit"] {
	font-weight: bold;
}
p.buttons {
	margin: 0;
	padding-left: 175px;
}
p.error {
	color: #e46100;
}
#form_errors {
	border: 1px solid #337BD4;
	background: transparent url(../images/box-bg.png) repeat scroll left top;
	padding: 10px;
	margin-bottom: 10px;
	color: #337BD4;
}
#form_errors ul {
	margin: 5px 0 0 0;
	color: #333333;
}
.c1_form em.note {
	display: block;
	font-size: 11px;
}
#page-form h2 {
	font-size : 16px;
	color : #4a9801;
	line-height: 125%;	
	margin-bottom: 10px;
}
#page-form .field input {
	width: 145px;	
}
/*** End Forms ***/

/*** Layout -------------------------------------------------------------- ***/
html, body {
	min-height: 100%;
	height:100%;
	cursor: default;
}
body.bg_1 {
	background: #fafafa url(../images/bg_gradient.jpg) repeat-x scroll center top;
}
.super {
	text-align: center;
	min-height: 100%;
	background: transparent url(../images/bg_white.gif) repeat-y scroll center top;
}
#main-content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/*** End Layout ***/

/*** Header styles ---------------------------------- ***/
#header {
	height:185px;
	width:1000px;
	display:block;
	margin: 0;
	background: transparent url(../images/logo.jpg) no-repeat scroll center top;
}
#header .logo {
	float:left;
	height:145px;
	width:250px;
	display:block;
	margin: 0;
}
#header .logo a {
	padding-top:145px;
	height: 0;
	overflow: hidden;
	display:block;
}
#header .member_login {
	float:right;
	min-height:37px;
	width:190px;
	margin-right:15px;
	display:block;
	background: transparent url(../images/member_login.jpg) no-repeat scroll center bottom;
	padding: 0 5px;
	text-align:center;
	margin-left: 3px;
	font-weight:bold;
	font-size:14px;
}
#header .member_login div.login-box {
	display: block;
	height: 32px;
}
#header .member_login div.welcome {
	height: auto !important;
}
#header .member_login div.welcome span {
	display: block;
	height: 16px;
	font-weight: normal;
	font-size: 10px;
}
#header .member_login div.login-box a  {
	display: block;
	height: 37px;
	width: 190px;
	color: #390;
}
#header .member_login div.welcome a {
	height: 24px !important;
}
#header .member_login div.login-box a span {
	line-height: 32px;
}
#header .member_login form.login-box {
	display: none;
	padding: 0;
	margin:0;
}
#header .member_login form table {
	margin-bottom: 0 !important;
	padding:4px 0 4px 0;
}
#header .member_login table tr td {
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	padding: 1px 13px;
	text-align: left;
}
#header .member_login input.textinput {
	display: inline-block;
	width: 155px;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #ccc;
	color:#000000;
	padding:2px 0 2px 0;
}
#header .member_login table tr td.remember-cell {
	text-align: left;
	white-space: nowrap;
	padding-right: 0;
}
#header .member_login table tr td.submit-cell {
	text-align: right;
	padding-left: 0;
}
#header .member_login input.remember-me {
	display: inline-block;
	margin: 0;
}
#header .member_login input.login-submit {
	display: inline-block;
	width: 55px;
	padding: 1px;
	margin-top: 2px;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	line-height: 11px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0 !important;
}
#passwordtoggle {
	display: block;
	width: 145px;
	height: 12px;
	color: #222222;
	position: relative;
	margin-top: -14px;
	left: 2px;
	background-color: #fff;
	font-size: 10px;
	line-height: 11px;
}

#header .nav {
	width:1000px;
	display:block;
	height:40px;
	background: transparent url(../images/navigation_bg.gif) repeat-x scroll center top;
}
/*** End All Headers ***/
/*** Home content styles ------------------------------------- ***/
.rotator {
	width:1000px;
	display:block;
	height:350px;
}
.home_container .column_left {
	float:left;
	width: 450px;
	text-align:left;
}
.home_container .column_right {
	float:right;
	width:515px;
	text-align:left;
}
.home_container .column_right .search_bar {
	width:500px;
	height:36px;
	display:block;
	margin-bottom:10px;
	text-align:right;
	padding:4px 15px 0 0;
	background: transparent url(../images/search.jpg) no-repeat scroll left top;
}
#home-chapter-map {
	background: transparent url(../images/home_map_bg.jpg) no-repeat scroll center top;
	width: 470px;
	padding: 0;
}

/* green bar titles & various menus ................... */

.greenbar-titles {
	display: block;
	padding-left: 20px;
	background: transparent url("../images/greenbar_goodness.png") no-repeat scroll left top;
}
.greenbar-titles .padding {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 32px;
	padding-right: 20px;
	background: transparent url("../images/greenbar_goodness.png") no-repeat scroll right -35px;
	text-transform: uppercase;
}
.padding2 {
	padding: 10px 20px;	
}
div.sub-content .nav_onside li, #menuregion ul, #menuregion li, #home-chapter-map ul, #home-chapter-map li {
	margin: 0;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	color: #666666;
	font-size: 13px;
}

div.sub-content .nav_onside a, #menuregion a {
	display: block;
	color: #666666;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #fcfcfc;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 1px 1px #ffffff;
}
div.sub-content .nav_onside li.on a, #menuregion li.on a {
	color: #3c9e02;
	border-bottom: 1px solid #5fc610;
}
div.sub-content .nav_onside a:hover, #menuregion a:hover {
	color: #333333;
	border-bottom: 1px solid #c1c1c1;
	background-color: #CCC;
}
div.sub-content .event_onside table.eventsummary a {
	display: inline-block;
	margin-left: -50px;
	padding-left: 50px;
	background-image: url("/templates/images/pdf_thumb.png");
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 40px;
	line-height: 18px;
}

#menuregion {
	position: relative;
	margin: 0 -1px auto -1px;
	height: 250px;
	color: #6699cc;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 5px 0;
}
#menuregion .graybar-titles {
	width: 206px;
	display: block;
	padding-left: 20px;
	background: transparent url("../images/graybar_goodness.png") no-repeat scroll left top;
}
#menuregion .graybar-titles .padding {
	display: block;
	color: #888888;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 32px;
	padding-right: 20px;
	background: transparent url("../images/graybar_goodness.png") no-repeat scroll right -35px;
	text-transform: uppercase;
}
#menuregion .graybar-titles2 {
	width: 227px;
	display: block;
	padding-left: 20px;
	background: transparent url("../images/graybar_goodness.png") no-repeat scroll left top;
}
#menuregion .graybar-titles2 .padding {
	display: block;
	color: #888888;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 32px;
	padding-right: 20px;
	background: transparent url("../images/graybar_goodness.png") no-repeat scroll right -35px;
	text-transform: uppercase;
}
#menuregion .menusubregion {
	width: 225px;
	height: 210px;
	top: 20px;
	float: left;
}

#menuregion ul {
	border-right:1px solid #ececec;
	border-left: 1px solid #ececec;
	background: #f8f8f8 url(../images/menuregion_bg.jpg) no-repeat scroll left top;
	height: 245px;
}
#publicquickhead {
	width: 228px;
}
#publicsubmenu {
	width: 245px;
}
/*
#menuregion a {
	display:block;
	color: #666;
	padding: 3px 5px 3px 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 32px;
	height: 30px;
	border-bottom: 1px dotted #999;
}
*/

div.column-container {
	border-top: 0;
	border-right: 1px solid #ebebeb;
	border-bottom: 0;
	border-left: 1px solid #ebebeb;
	margin-top: 10px;
}
#multiregions, #publicannouncements {
	position: relative;
	margin: 0 -1px auto -1px;
	/* height: 266px; */
}
#multiregions {
	overflow: hidden;
}
.subhead, .multisubhead {
	position: absolute;
	top: 0;
}
.subhead {
	width: 495px;
}
.multisubhead {
/*	width: 108px; */
	width: 237px;
	cursor: pointer;
}
#multiheadnews {
	left: 0;
}
#multiheadevents {
	left: 258px;
}
/*
#multiheadevents {
	left: 129px;
}
#multiheadcareers {
	left: 258px;
}
#multiheadtenders {
	left: 387px;
}
*/
.multisubregion {
	/*
	width: 513px;
	position: absolute;
	top: 30px;
	left: 1px;
	*/
	background-image: url(../images/gray_grad.png);
	background-repeat: repeat-x;
	overflow: hidden;
	margin: 0 1px;
}
.multisubregion div.padding {
	padding: 40px 10px 10px;
}
#multiregions .multisubregion {
	height: 235px;
}

#news-summary ul.summary li, #events-summary ul.summary li,
#careers-summary ul.summary li, #tenders-summary ul.summary li {
	list-style: none;
	clear: left;
	min-height: 185px;
	margin: 0;
}
#news-summary ul.summary li a, #events-summary ul.summary li a,
#careers-summary ul.summary li a, #tenders-summary ul.summary li a {
	display: block;
	/* width: 450px; */
	padding: 5px 0 15px 0;
	border-bottom: 1px dotted #666;
}
#news-summary ul.summary li a .title, #events-summary ul.summary li a .title,
#careers-summary ul.summary li a .title, #tenders-summary ul.summary li a .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #666;
}
#news-summary ul.summary li a .date, #events-summary ul.summary li a .date,
#careers-summary ul.summary li a .date, #tenders-summary ul.summary li a .date {
	font-size: 10px;
	font-style: italic;
	color: #666;
}
#news-summary ul.summary li a div.summary-image, #events-summary ul.summary li a div.summary-image,
#careers-summary ul.summary li a div.summary-image, #tenders-summary ul.summary li a div.summary-image {
	display: block;
	float: left;
	width: 160px;
	height: 120px;
	margin-top: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
}
#news-summary ul.summary li a div.blurbs, #events-summary ul.summary li a div.blurbs,
#careers-summary ul.summary li a div.blurbs, #tenders-summary ul.summary li a div.blurbs {
	display: block;
	float: left;
	width: 260px;
	height: 120px;
	padding: 5px 0 0 20px;
}
#news-summary ul.summary li a .teaser, #events-summary ul.summary li a .teaser,
#careers-summary ul.summary li a .teaser, #tenders-summary ul.summary li a .teaser {
	display: inline-block;
	width: 260px;
	color: #666;
}
#news-summary ul.summary li a .more, #events-summary ul.summary li a .more,
#careers-summary ul.summary li a .more, #tenders-summary ul.summary li a .more {
	display: inline-block;
	width: 260px;
	padding-top: 10px;
}

#multiregions div.multiregion-buttons {
	width: 513px;
	height: 31px;
	text-align: center
}

#multiregions div.multiregion-buttons .button {
	background-color: #E6E6E6;
	border: 1px solid #CCCBCB;
	border-radius: 5px 5px 5px 5px;
	color: #4FA101;
	display: inline-block;
	font-weight: bold;
	margin: 0 20px;
	padding: 5px 20px;
	width: 170px;
	cursor: pointer;
}

/*** Event modules --------------------------------------------***/

#events-list .even  {
	padding: 0 15px 5px 0;
	display: block;
	background-color: #ffffff;
	border-bottom: 1px dotted #999;
}
#events-list ul.listing {
	width: 315px;	
}
#events-list li {
	display: block;
	list-style: none;
}
#events-list li .title_holder {
	width: 285px;
	display: block;
}
#events-list li .title {
    display: block;
    line-height: 18px;
    margin: 5px 0 0;
    width: 210px;
}
#events-list li .date {
	display: block;
	line-height: 30px;
}
#events-list li a span.teaser {
	color: #000000 !important;
	font-size: 11px;
}
#events-list .image {
	width: 110px;
	height: 80px;
	display: block;
	float: left;
	margin-bottom: 8px;
}
/*** Subpage content styles ----------------------------------- ***/

.sub-content {
	width:995px;
	padding-left:5px;
}
.sub-content .col_left {
	float:left;
	width:695px;
}
.sub-content .full_page_width {
	width:995px !important;
}
.sub-content .col_right {
	float:right;
	width:280px;
}
.sub-content .col_left .left_box {
	float: left;
	width: 316px;
	display: block;
}
.sub-content .col_left .right_box {
	float: right;
	display: block;
	width: 375px;
}

.col_left .left_box_even {
	float: left;
	width: 340px;
	display: block;
}
.col_left .right_box_even {
	float: right;
	display: block;
	width: 340px;
}

.sub-content .col_left .left_box_chapter {
	float: left;
	width: 345px;
	display: block;
}
.sub-content .col_left .right_box_chapter {
	float: right;
	display: block;
	width: 345px;
}
.sub-content .col_left .bgbox_top {
	background: url("../images/grey_box_top.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    min-height: 125px;
    padding: 20px 10px;
    width: 325px;
}
.sub-content .col_left .bgbox_bot {
	background: url("../images/grey_box_bot.png") no-repeat scroll left bottom transparent;
    height: 35px;
    width: 325px;
}	
.breadcrumb {
	width:995px;
	height:35px;
	padding:5px 0 0 0;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	line-height:normal;
}
.page-title {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	float:left;
	font-size: 23px;
	color: #3b3b3b;
	font-weight: normal;
	line-height:normal;
	display:block;
	width: 695px;
	padding:0 0 10px 0;
}
.sub_search {
	float:right;
	width: 280px;
	text-align:right;
	padding:0 0 6px 0;
}

/*** Navigation ------------------------------------------------ ***/

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation li {
	float: left;
	list-style: none;
	list-style-image: none;
	position: relative;
	margin:0;
}
#navigation li a {
	display: block;
	height:40px;
	text-align: left;
	font-size: 12px;
	color: #777777;
	font-weight: normal;
	text-decoration: none;
	line-height: 40px;
	letter-spacing:1px;
	padding: 0 19px;
	text-shadow: 1px 1px #ffffff;
	background: transparent url(../images/nav_divider.jpg) no-repeat scroll left bottom;
}
#navigation ul li a:hover, #navigation ul li.active a {
	display: block;
	color: #47ac08;
}
#navigation ul li.on a {
	display: block;
	color: #222222;
}

/***
#navigation li a span {
	display: block;
	cursor: pointer;
	line-height: 18px;
	text-decoration: none;
}
#navigation li a:hover, #navigation li.active a {
	color: #ffcc33;
}
#navigation li.on a, #navigation li.on a:hover {
	color:#ffcc33;
}
/*** END navigation ***/
/*** Drop Down Menu ........................................ ***/
#cssmenu_submenus ul {
	margin: 0;
	width: 195px;
	background: transparent url(../images/subnav_bg.png) repeat scroll left top;
}
#cssmenu_submenus ul li {
	list-style: none;
	margin: 0;
}
#cssmenu_submenus a {
	cursor: pointer;
	display: block;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	padding: 3px 5px 4px 12px;
	border-bottom: 1px solid #ebebeb;
}
#cssmenu_submenus a:hover {
	color: #48a90c;
	font-weight: bold;
	border-bottom: 1px solid #6cc634;
	background-color:#ebebeb;
}
/*** End Drop Down Menu ***/

/*** Footer -------------------------------------------------------- ***/
.footer_container{
	width:100%;
	text-align:left;
	border-top:1px solid #999999;
	margin-top:30px;
}
.footer_container #footer {
	width:1000px;
	margin: 0 auto;
	display:block;
	text-align:left;
	padding: 0;
}
#footer .footer_left {
	padding: 10px 0 20px 5px;
	width:980px;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
#footer .footer_left a {
	color: #999999;
}
#footer .footer_left a:hover {
	color: #333333;
}

/*** End Footer ***/

/* newsletter style ................................***/
.blue_dividers {
	color: #2aa5ce;
    font-size: 12px;
}
/* news summary.tpl styles ........................ */
/*
#news-summary {
	height:149px;
	display:block;
	background: transparent url(../images/news_bg.jpg) no-repeat scroll left top;
}
*/
/* news list.tpl styles .......................... */
#news-list {
	

}


/*** Article Listings ---------------------------------------------------- ***/



/*** End Article Listings ***/

/*** Site Map styles ----------------------------------------- ***/
#sitemap ul li {
	list-style-type: none;
	list-style-image: none;
}
#sitemap ul li a.parent {
	color:#666666;
	font-weight:bold;
	display:block;
	width:190px;
	background-color:#eff1f5;
	padding: 2px 2px 2px 5px;
}
#sitemap ul li a:hover.parent {
	color:#3170C1;
}

