body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
p {
	margin-bottom: 10px;
	margin-top: 0;
}

/* {{{ Static font sizes. These are not changed with the +/- icons */
body {font-size: 12px;}
.txt_resbar_form {font-size: 11px;}
.layout_corp_nav {font-size: 14px;}
.nav_main_nav {font-size: 14px;}
#nav li ul a{font-size:12px;}
#nav_sub_nav {font-size: 12px;}

#layout_welcome_banner h1 {font-size: 20px;}
#layout_welcome_banner p {font-size: 14px;}
#layout_welcome_banner_more {font-size: 14px;}
#layout_welcome_region h1 {font-size: 18px;}
#layout_welcome_region li {font-size: 12px;}

.newsItem p, .newsItem h3, .newsItem h4, .newsItem span, .newsItem {font-size: 11px;}
#layout_mainnews_rel_links a {font-size: 12px;}
#layout_mainnews_titlerow div {font-size: 12px;}
#layout_subnav_push, #layout_subnav_push a,
#layout_pushes, #layout_pushes a {font-size:12px;}
.push_link_chevron {font-size:10px;}

#layout_resbar {font-size:12px;}
/* }}} */


ol,ul,li{margin:0;padding:0;border:0;}/*zero out so cross-browser behavior is consistent*/

#layout_page_content ol,
#layout_page_content ul{margin:0 0 0 20px;}


td {vertical-align:top;}
.clear {clear:both;}

/*-- links --*/
a:link, a:visited {
	font-weight: bold;
	color: #0953A3;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #EF631B;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #629727;
	text-decoration: none;
}

sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}

#layout_gui_holder {
	width: 920px;
	margin: 0 auto;
}

/* {{{Header */
#layout_hdr {
	width: 920px;
	height:153px;
	background-image: url(../img/hdr_bkgd.jpg);
	background-repeat: no-repeat;
}
#layout_hdr_fr {
	width: 920px;
	height:153px;
	background-image: url(../img/hdr_bkgd_fr.jpg);
	background-repeat: no-repeat;
}

#layout_resbar {
	height:35px;
	text-align: right;
	margin-right: 5px;
}

.layout_resbar_cell {
	text-align: center;
	white-space: nowrap;
	background-image: url(../img/resbar_bkgd.jpg);
	background-repeat: repeat-x;
	padding: 7px 2px 0 5px;
	vertical-align: top;
  color: #0953A3;
}
.txt_resbar_form {
	font-family: "Trebuchet MS", Verdana, Arial;
	border: 1px solid #0067B1;
	background-color: #FFFFFF;
}

#ccff_resbar_go {
  display:block;
  width:30px;
  height:35px;
  background: url("/assets/img/resbar_go.jpg") 0 0 no-repeat;}
#ccff_resbar_go:hover {background-position: 0 -35px;}
#ccff_resbar_plus_def, #ccff_resbar_minus_def {display:block; width:30px; height:35px;}
#ccff_resbar_plus_def{background: url("/assets/img/resbar_plus.jpg") 0 0 no-repeat;}
#ccff_resbar_plus_def:hover{background-position: 0 -35px;}
#ccff_resbar_minus_def{background: url("/assets/img/resbar_minus.jpg") 0 0 no-repeat;}
#ccff_resbar_minus_def:hover{background-position: 0 -35px;}

#quickLinksContainer {
  width: 150px;
  overflow: hidden;
  border-left:1px solid #0067b1; 
}

#selQuickLinks {
  /*width:180px;*/
  width:250px;
  margin-left:-100px;
  text-align:right;
}

#layout_nav_col01 {
	width: 695px;
	height:118px;
	float: left;
}

#layout_nav_col02 {
	width: 110px;
	height:108px;
	padding-top: 10px;
	float: left;
}

#layout_nav_col02 a {
  width:110px;
  height:108px;
  display:block;}
#layout_nav_col02 a:hover {background-position: 0 -108px;}

#layout_nav_col03 {
	width: 115px;
	height:118px;
	float: left;
}

.layout_corp_nav {
  text-align:right;
	height: 15px;
	padding-top: 55px;
	margin: 0 5px 5px 5px;
	color: #629727;
	text-decoration: none;
}


#extranetLink {float: left;}
#langLink {float: left;padding-left: 5px; margin-top:12px;}
#langLink a {color:#fff;}
#langLink a:hover{color:#FEB511;}
/* }}} */

/*{{{Main Nav */

.nav_divider_space {padding: 0 5px;}
.nav_divider_space_white {padding: 0 5px; color:#fff;}

.nav_main_nav {
	color: #0953A3;
	text-decoration: none;
}
#nav {padding:10px 0 0 23px;}

#nav, #nav ul{
  margin:0;
  list-style-type:none;
  list-style-position:outside;
  position:absolute;
  line-height:1.5em; 
}

#nav a {
  display:block;
  color:#fff;
  text-decoration:none;
}


#nav li a{height:31px;}
#nav li li a{
	background-color:#ffffff;
	height:auto;
  line-height:1em;
  padding:5px 5px; 
	color:#0067B1;
	border-bottom-color: #E0E2E2;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	padding-bottom:5px;}

#nav a:hover{color:#FEB511;}

#nav li li a:hover{
	color:#FFF;
	background-color:#00AEEF;
}

#nav li {
  float:left;
  position:relative;
}

#nav ul {display:none;}

#nav li ul a{
  width:175px;
  float:left;
	font-family: "Trebuchet MS", Verdana, Arial;
  font-size:12px;
}

#nav ul ul{top:auto;}

#nav li ul ul {
  left:175px;
  margin:0 0 0 10px;}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul{
  display:none;}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul{
  display:block;}
  

.hasSubNav > a {
  background-image:url(../img/subNavArrow.png);
  background-position:top right;
  background-repeat:no-repeat;
}

/*}}}*/

#layout_content_row {
    background-image: url(/assets/img/secnav_bkgd.jpg);
    background-repeat: repeat-y;
}

/*{{{Sub Nav and Sub Nav Push*/
#layout_subnav_container {
  min-height:100px;
	width: 230px;
	float: left;
}

#nav_sub_nav ul {
  list-style-type:none;
  padding:0;
  margin:0;
}
#nav_sub_nav ul ul {
  padding-left:13px;
  padding-right:13px;
}
#nav_sub_nav {
  margin-left:40px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #fff;
}
#nav_sub_nav a { 
  display:block;
  margin-right:20px;
  text-decoration: none;
  height:auto;
  line-height:1em;
  padding:3px 0;}
#nav_sub_nav a:link {
	color: #fff;}
#nav_sub_nav a:visited {
	color: #ffffff;}
#nav_sub_nav a:hover {
	color: #c7d3ed;}

a.active, .active {color: #B2D125 !important; font-weight:bold;}

#nav_sub_nav img {float:left;margin-left:-17px;}
.hasMenuClosed img, .hasMenuOpen img {cursor:pointer;}
.hasMenuClosed ul {display:none;}
/* .hasMenuOpen > ul {display:block;} */

#nav_sub_nav  img {float:left;margin-left:-17px;}

#layout_subnav_push {
	width: 210px;
	height: 185px;
	background-image: url(../img/secnav_bkgd_push.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 20px;
}
/*}}}*/

img {border:0;}


/* {{{ Welcome banner */
#layout_welcome_banner {
	width: 920px;
	height: 217px;
  overflow:hidden;
	background-image: url(../img/welcome_bkgd.jpg);
	background-repeat: no-repeat;
}

#layout_welcome_banner img {
	padding: 12px 10px 10px 35px;
	float: left;
}

#layout_welcome_message {
	float: left;
	width: 445px;
  margin-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

#layout_welcome_banner h1 {
	color: #B2D125;
	margin: 0;
}


#layout_welcome_banner p {
	color: #ffffff; }
#layout_welcome_banner p > a:link,
#layout_welcome_banner p > a:visited {
	color: #FEB511;
	text-decoration: none;
}
#layout_welcome_banner p > a:hover,
#layout_welcome_banner p > a:active {
	color: #B2D125;
	text-decoration: none;
}

#layout_welcome_banner_more {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
  background-image: url(../img/icon_link_ccffblue.jpg);
	background-repeat: no-repeat;
	min-height: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#layout_welcome_banner_more:link,
#layout_welcome_banner_more:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#layout_welcome_banner_more:hover {
	color: #FEB511;
	text-decoration: none;
	font-weight: bold;
}
#layout_welcome_banner_more :active {
	color: #B2D125;
	text-decoration: none;
	font-weight: bold;
}



#layout_welcome_region {
	width: 180px;
	height: 195px;
	background-image: url(../img/welcome_side_bkgd.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 22px 20px 0 20px;
}


#layout_welcome_region h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #0953A3;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

#layout_welcome_region li {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-style: normal;
	background-image: url(../img/icon_link_lightblue.jpg);
	background-repeat: no-repeat;
	min-height: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#layout_welcome_region ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}


#layout_welcome_region a:link,
#layout_welcome_region a:visited {
	color: #0953A3;
	text-decoration: none;
	font-weight: normal;
}
#layout_welcome_region a:hover {
	color: #EF631B;
	text-decoration: none;
	font-weight: normal;
}
#layout_welcome_region a:active {
	color: #629727;
	text-decoration: none;
	font-weight: normal;
}

/*}}}*/

/* {{{ Section header */
#layout_section_banner {
	width: 900px;
	height: 170px;
	background-image: url(../img/secbanner_bkgd.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 20px;
}
/* }}} */

/* {{{ Home Push */

#layout_pushes {margin-left: 20px; }
#layout_pushes div {
	width: 205px;
	height: 185px;
	background-image: url(../img/push_bkgd.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;        
}

#layout_subnav_push h1,
#layout_pushes h1 {
	width: 180px;
	height: 23px;
  margin:0;
  line-height:.6em;
	text-align: center;
	padding: 3px 5px 5px 5px;
}

#layout_subnav_push, #layout_subnav_push a,
#layout_pushes, #layout_pushes a {
	color: #B2D125;
  font-size:12px;
}
#layout_subnav_push a:link,
#layout_subnav_push a:visited,
#layout_pushes a:link,
#layout_pushes a:visited {
	color: #ffffff;
	text-decoration: none;
}
#layout_subnav_push a:hover,
#layout_pushes a:hover {
	color: #FEB511;
	text-decoration: none;
}
#layout_subnav_push a:active,
#layout_pushes a:active {
	color: #B2D125;
	text-decoration: none;
}
.push_link_chevron {
  font-size:10px;
  font-weight: bold;
  white-space:nowrap;
  color:#B2D125;
}

/*}}}*/   

/* {{{ News and events */
#layout_mainnews_row {
	width: 885px;
	margin-left: 25px;
	clear: both;
}

#layout_mainnews_content{
	background-image: url(../img/comp_main_bkgd.jpg);
	background-repeat:repeat-y;
	width: 885px;
	clear: both;
	padding-top:5px;
	padding-bottom: 0;
}

#layout_mainnews_latest {
	width: 425px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	float: left;
}

.layout_mainnews_latest_col {
	width: 47.5%;
	margin-left: 10px;
	float: left;
}

.newsItem p,
.newsItem h3, .newsItem h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
}

.newsItem h3, .newsItem h4 {
  color: #629727;display:inline;
}
.newsItem p {
	padding-bottom: 5px;
	border-bottom: 2px dotted #E0E2E2;
	margin-bottom: 5px;}

.newsItem a:link {
	color: #0953A3;
	text-decoration: none;
}
.newsItem a:visited {
	color: #0953A3;
	text-decoration: none;
}
.newsItem a:hover {
	color: #EF631B;
	text-decoration: none;
}
.newsItem a:active {
	color: #629727;
	text-decoration: none;
}

.newsItem span {
	padding-left: 2px;
	padding-right: 2px;
	color: #EF631B;
}

#layout_mainnews_events {
	width: 191px;
	padding: 0 10px 10px 10px;
	margin-left: 15px;
	float: left;
}


#layout_mainnews_rel_links {
	width: 189px;
	padding: 0 10px 10px 10px;
	margin-left: 15px;
	float: left;
}

#layout_mainnews_rel_links li{
	background-image: url(../img/icon_link_white.jpg);
	background-repeat: no-repeat;
	min-height: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #E0E2E2;
	margin-bottom: 5px;
}

#layout_mainnews_rel_links ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#layout_mainnews_rel_links a {
	font-family: "Trebuchet MS", Verdana, Arial;
}


#layout_mainnews_titlerow {
	width: 885px;
	height: 40px;
	background-image: url(../img/comp_main_top.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#layout_mainnews_titlerow div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	height: 23px;
	text-align: center;
	padding: 12px 5px 5px 5px;
	float: left;
}
#layout_mainnews_title_news {width: 425px;}
#layout_mainnews_title_events {width: 201px; margin-left: 15px;}
#layout_mainnews_title_rel_link {width: 199px; margin-left: 15px;}


#layout_mainnews_titlerow p,
#layout_mainnews_titlerow a {
	color: #ffffff;
	text-decoration: none;
}
#layout_mainnews_titlerow a:hover {
	color: #FEB511;
	text-decoration: none;
}
#layout_mainnews_titlerow a:active {
	color: #B2D125;
	text-decoration: none;
}
/*}}}*/

/* {{{ Footer */
#layout_footer_nav {
	width:900px;
	margin: 7px auto 0 auto;
	padding: 10px 0;
	border: 2px solid #E0E2E2;
	border-left: 0;
	border-right: 0;
	text-align:center;
}

#nav_footer_legal {
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 25px;
}

/* }}}Footer */

/* {{{ Sub pages */
#breadCrumb {margin-left:240px; width:450px;}
#popUp_page_content, #layout_page_content {
    float: left;
    width: 450px;
    padding: 10px;
    overflow: hidden;
}
#popUp_page_content h1, #layout_page_content h1 {
    color:#B2D125;
    padding:0 0 5px 0;
    margin:0;
    border-bottom:2px solid #e2eaf5;
}

#popUp_page_content a, #layout_page_content a {	text-decoration: underline; }


  
#layout_content_b2t {
	width: 920px;
	height: 20px;
	background-image: url(../img/secnav_bkgd_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#layout_content_b2t img {float: right; margin-right: 240px;}
/* }}} */

/* {{{ Right Col. */
#layout_subpage_rightcol {
	width: 210px;
	margin-right: 10px;
	margin-top: 15px;
	float: right
}

.rightColBox {
	width: 210px;
	background-image: url(../img/comp_1col_bkgd.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

.rightColBox li{
	background-image: url(../img/icon_link_white.jpg);
	background-repeat: no-repeat;
	min-height: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom-color: #E0E2E2;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	margin-bottom: 5px;
}

.rightColBox ul{
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
	list-style: none;
}

.rightColBox h4 {
	width: 200px;
	height: 23px;
  margin-bottom:0;
	background-image: url(../img/comp_1col_bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 12px 5px 5px 5px;
	color: #ffffff;
}
/* }}} */

.hideMe {display:none !important;}

.errText {color:#f00;}
.missingContent {
	color:#CC3399;
}


.optionBox {
  border:2px solid #000;
	padding: 4px 0 5px 0;
  margin-bottom:10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.optionBox legend {font-weight:bold;padding-left:5px;}

/* {{{ File Type Icons */
div.pdf { /*The background image*/
	background: url(../img/icons/acrobat.png) no-repeat center left;
	padding-left: 20px;
	display:inline;
}
 
div.doc { /*The background image*/
	background: url(../img/icons/word.png) no-repeat center left;
	padding-left: 20px;
	display:inline;
}

div.mp3 { /*The background image*/
background: url(../img/icons/audio.png) no-repeat center left;
padding-left: 20px;
display:inline;
}

div.wmv { /*The background image*/
background: url(../img/icons/video.png) no-repeat center left;
padding-left: 20px;
display:inline;
}

div.email {
	background: url(../img/icons/email.png) no-repeat center left;
	width: 20px;
	display:inline;
}

/*
div.external {
	background: url(../img/icons/linkExternal.png) no-repeat center left;
	display:inline;
}
*/

/* }}} */


