/* CSS Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, 
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, 
section, summary, time, mark, audio, video {
    margin:0; padding:0; border:0; outline:0; font-size:100%;
    vertical-align:baseline;  background:transparent;
}
body { line-height:1; font-family: "Trebuchet MS", Helvetica, sans-serif; }
article, aside, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section {
    display:block;
}

#head_body_background { display: none; }

/* Base CSS Style Sheet
 *
 * This is the basic mobile stylesheet.  Values are inherited by all
 * the larger sizes.  
 */


body {
	background: #c3c9d1;
	color: #666;
	font-family: "trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
 
#branding { 
	background: #465366;
	height: 106px;
}
#branding_logo_inner {
	height: 106px;
	background: url('img/logo.gif') top left no-repeat;
}
#branding_logo_inner  a{
	display: block; height: 100%; width: 100%;
}
#branding_logo_inner  a span{ 
	display: none;
}


#branding_right_inner {
	
	font-family: "trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #ddd;
	font-size: .8em;
	text-align: right;
	line-height: 170%;
}
#branding_right_inner a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#branding_right_inner .widget {
	margin-top: 10px;
}

#branding_right_inner label {
	display: none;
}

#searchsubmit {
	background: #EFEBE7;
	border: 1px solid #ccc;
	color: #194765;
	cursor: pointer;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: .9em;
	font-weight: normal;
	padding: 0px 3px 2px;
	height: 21px;
	outline: none;
	text-transform: none;
	-moz-border-radius: 0;
	-moz-outline-radius: 0;
	-webkit-border-radius: 0;
}


#menu {
	height: 26px;
	border-top: #f4f5f7 1px solid;
	background: #000;
}



#content {
	background: #f4f5f7;
	padding-top: 20px;
}
#content_region_inner {
	background: #fff;
	padding: 18px;
}





#sidebar_navigation { 
	font-size: .90em;
	color: #fff;
}
#sidebar_navigation ul {
list-style-type: none;
}
#sidebar_navigation .widgettitle {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: -5px;
	margin-bottom: 5px;
}
#sidebar_navigation a {
	color: #fff;
	text-decoration: none; 
}
#sidebar_navigation a {
	color: #fff;
	text-decoration: none; 
}
#sidebar_navigation .menu {
	font-weight: bold;
	font-size: .95em;
	line-height: 1.8em;
}
#sidebar_navigation .sub-menu {
	font-weight: normal;
	font-size: .95em;
	padding-left: 10px;
}
#sidebar_navigation  .widget:before{
	content: "";
	display: block;
	background #a7b38b;
	height: 4px;
	border-bottom: #f4f5f7 2px solid;
}
#sidebar_navigation  .widget{
	background: #a7b38b;
	margin-bottom: 15px;
}
#sidebar_navigation  .widget_inner{
	padding: 10px;
}
 
 
.frontpage header h1 {
	text-transform: uppercase;
	font-size: 1.2em;
}

article header h1 {
	display: block;
	border-bottom: 1px solid #d6ddb9;
	color: #666;
	font-weight: 600;
	font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;
	font-size: 1.4em;
	padding-bottom: 4px;
}
article header p{
	line-height: 1.5em;
}
article header {
	padding-bottom: 8px;
}

article header a {
	text-decoration: none;
	color: #666;
}

.frontpage article header a {
	
	color: #909F6B;
}


.maxchar1300 { }

 
 
article section {
	font-size: .78em;
	line-height: 160%;
	padding: 5px;
}

article section a {
	color: #364A66;;
}

article section p {
	margin: 10px 0;
}

article section h2 {
	font-weight: bold;
	font-size: 1.4em;
	margin: 8px 0;
}

article section h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 8px 0;
}

article section dd {
	margin-left: 40px;
}


.arrow {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.arrow li {
	background-image: url('img/green-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 18px; 
	font-size: 1.05em;
}


.encheader {
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.25em;
}

.readmorelink {
	text-decoration: none;
}

.readmorelink:hover {
	text-decoration: underline;
}

.readmorelink {
	padding-top: 10px;
	font-size: .9em;
	display: inline-block;
	font-weight: bold;
}


article {
	padding: 0px 5px 5px 5px;
	margin-bottom: 50px;
	border-bottom: 2px solid #666;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
 
 
 .even {
	background: #fff;
 }
 
 .odd {
	background: #e4e8ed;
}
 
.enc_auth_tables {
	border-collapse:collapse;
}
 
.enc_auth_tables td {
	padding: 3px 4px;
	border-bottom: 1px #ccc solid;
}

.enc_auth_tables th {
	text-align: left;
	padding: 3px 5px;
	border-bottom: 3px #ccc solid;
	font-weight: bold;
}

.enc_auth_tables a {
	text-decoration: none;
	color: #364A66;
} 
.enc_auth_tables a:hover {
	text-decoration: underline;
} 

 
 
 
 /*  */
.zone-wrapper { width: 100%; }
.zone { width: 100%; }


/* Clearfix expands divs to cover floating items. */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.grid-12-1, .grid-12-2, .grid-12-3, .grid-12-4, .grid-12-5, .grid-12-6, .grid-12-7, .grid-12-8, .grid-12-9, .grid-12-10, .grid-12-11, .grid-12-12 { width: 100%; }