body {
  height: 100%;
}

/* Headings
*******************************************************************************/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}


/* LINKS
 ******************************************************************************/
a:link { color: #003E4F; }
a:visited { color: #6B628F; }
xa:hover { color: #00233F; }
a:hover { color: #002986; }
a:active { } 

/* Text
*******************************************************************************/
p {
	line-height: 1.4em; 
	margin-bottom: 0.85em; 
}
strong { font-weight: bold; }
em { font-style: italic; }

/* Lists
*******************************************************************************/
ul, ol {
	margin-bottom: 1em;
}
ul li { 
	list-style-type: square;
	margin-left: 1em;
	margin-bottom: 0.3em; 
}

/* Static images
*******************************************************************************/
img.static_images {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #97C8CF;
}

/* Forms
*******************************************************************************/
form ul.errors {
	background-image: url(/images/icons/error.png);
	background-repeat: no-repeat;
}
form ul.errors li {
	list-style-type: none;
	color: #FF0000;
	padding-left: 20px;
}
form .zend_form {
	overflow: auto;
	width: auto;	
}
form .zend_form dd fieldset dt {
	clear: both;
	width: 20%;
	float: left;
	text-align: right;
	margin-bottom: 5px;
}
form .zend_form dd fieldset dd {
	width: 75%;
	float: left;
	margin-bottom: 5px;
}
form dl.zend_form ul.errors {
	color: #f00;
}
form dl.zend_form label.required {
	background-image: url(/images/icons/required_field.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* Flash messages
*******************************************************************************/
.messages {
	background-color: #24AD4B;
	border: 1px solid #187432;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.5em;	
}
.messages ul { margin: 0; padding: 0; }	
.messages ul li { list-style-type: none; }
.message_small {
	background-color: #eee;
	border: 1px dotted #aaa;
	font-size: 0.85em;
	font-style: italic;
	margin: 10px 20px;
	padding: 5px;	
}
.message_small p { margin: 0px; padding: 0px; }

/* Biscuit trail
*******************************************************************************/
div#biscuit_trail ul {
	display: inline;
	margin: 0;
}
div#biscuit_trail ul li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0.3em;
}
div#biscuit_trail a {
	color: #999;
}

/* Utility classes
*******************************************************************************/
.stretch { width: 100% !important; }
.no_marg { margin: 0; }

/* Layout classes
*******************************************************************************/
html {
	background-color: #97C8CF;
	background-image: url(/images/backgrounds/grad_box_repeat.png);
	background-repeat: repeat-x;
	background-position: top left;
}
div#hd {
	background-position: top right;
	background-image: url(/images/backgrounds/blue_balls.gif);
	background-repeat: no-repeat;
	height: 5.35em;	
}

div#bd {
	/* background-color: #97C8CF; */
	padding: 2em 0;
}

div#main_content {
	background-color: #fff;
	color: #555555;
	padding: 1em;
}

div#left_menu {
	background-color: #fff;
	padding: 0.75em;
	width: 10.5em;
}
div#left_menu ul {
	margin-bottom: 0;
}
div#left_menu ul li.last {
	margin: 0;
}
div#left_menu ul li {
	font-size: 1.2em;
	font-weight: normal;
	list-style-type: none;
	margin: 0 0 0.8em 0;
}
a.main {
  xborder: 1px solid red;
  color: #00427b;
  font-weight: bold;
  
}

div#left_menu ul li ul li {
	font-size: 0.8em;
	font-weight: normal;
	list-style-type: square;
	margin: 0 0 0.3em 1.5em;
}
div#left_menu li a {
	color: #00427B;
	text-decoration: none;
}

div#ft {
	background-color: #75B6BF;
	color: #fff;
	font-size: 0.85em;
}
div#ft div.footer-menu {
	margin-top: 0;
	padding: 0.5em;
}
div#ft div.footer-menu h4 {
	font-weight: bold;
}
div#ft div.footer-menu a {
	color: #fff;
	text-decoration: none;
}
div#ft div.footer-menu a:hover {
	color: #00427B;
}
div#ft div.footer-menu ul li {
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 0.5em 0.5em;
}
div#ft div.footer-menu ul li ul li {
	font-weight: normal;
	list-style-type: square;
	margin: 0 0 0 1.1em;
}

div#ft div#biscuit_trail {
	background-color: #6BAFB7;
	padding: 0.5em;
}
div#ft div#biscuit_trail a {
	color: #fff;
}

div.yui-gc div.yui-u.box_33 {
	margin: 0;
	width: 29%;
}
div.yui-gc div.yui-u.box_33 div {
	background-color: #fff;
	margin: 0 0 1em 0;
	padding: 1em;
	width: auto;
}

/*
div.yui-gb.col-3-white div.yui-u {
	background-color: #fff;
	margin-top: 1em;	
	padding: 0.5em;
	width: 30.6%;
}
div.col-3-white div h2 {
	color: #0087AC;
}
*/

div.mainbox_wrapper {
	xborder: 1px solid red;
	overflow:hidden;
}

div.mainbox_left {
	float: left;
	width: 120px;
	xborder: 1px solid green;
}

div.mainbox_left img {
	margin-top: 5px;
	border:1px solid #97C8CF;
}

div.mainbox_right {
	width: 600px;
	float: right;
	xborder: 1px solid blue;
}


/* Layout Header - Area
*******************************************************************************/
div.layout_left_header {
  padding: 1px;
  height: 130px;
  width: 747px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #97C8CF;
  position: relative
  
}
div.bannerImage {
}

div.bannerText {
  position: absolute;
  height: 33px;
  bottom: 0px;
  z-index: 1000;
  left: 5px;
}


/*
 * NEWS articles
 */

div.news_article_spacer {
  padding: 5px;
} 
 
div.article {
  border:1px solid #97C8CF;
  margin-bottom: 10px;
} 
  
  