/*
 * Reset
 ***************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
    margin:0;padding:0;
}

fieldset,img {
    border:0;
}

address,caption,cite,code,dfn,em,th,var 
{
    font-style:normal;font-weight:normal;
}

ol,ul {
	margin-left: 15px;
	list-style-image: url(/images/layout/c-sep-l.gif);
}

li.selected {
	list-style-image: url(/images/layout/c-sep-l-sel.gif);
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;font-weight:normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym {
    border:0;
}

/*
 * General
 ***************/

html { /* Force scrollbars */
	height: 100%;
	margin-bottom: 1px;
}

body {
	background:#efefef url(/images/layout/body-gray.png) center repeat-y;
	/*background-color: #fff;*/
	border: 0;
	/*color: #555;*/
	color: #333;
	font-family: Helvetica, HelveticaNeue, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    text-rendering: optimizeLegibility;
}

td {
	font-size: 13px;
}

a:link,
a:visited {
	color: #0464BB;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #1C417C;
	text-decoration: underline;
}

.morereadibletext {
    color: #333;
    font: 13px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;    
}


#viewport {
	margin: auto;
	position: relative;
	text-align: left;
	width: 960px;
}

#viewportadmin {
	margin: auto;
	position: relative;
	text-align: left;
	width: 100%;
	padding-top:15px;
}

.home div#viewport {
    top: 0;
}

div#viewport {
    position: relative;
    top: 8px;
}

/*
 * BANNERS
*/
.bannerhp {
    margin-bottom: 5px;
    height:129px;
}
.bannerhp img {
    border: 1px solid #ddd;
    width:714px;
    height:127px;
    display:none;
}
.bannerdx {
    border: 1px solid #ddd;
    width:200px;
    margin: 0 0 0 0;
    padding:0 0 0 0;
    margin-bottom: 5px;
}

/*
 * Header
 ***************/

#hd {
	background: transparent url(/images/layout/topbar.png) no-repeat 10px bottom;
	height: 108px;
	position: relative;
}

#hd table.nav {
	position: absolute;
	margin-left: 0;
}

#hd table.nav tr td {
	padding-top: 1px;
	padding-left: 0;
	padding-right: 0;
}

#hd table.nav a,#hd table.main-nav a:hover,#hd table.main-nav a:visited {
	color: #fff;
}

#hd table.nav a,#hd table.main-nav a span {
	color: #fff;
	display: block;
}

#hd table.nav a {
	line-height: 14px;
}

#hd table.nav a span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 6px 15px 7px;
}



/*
 * Navigation
 ***************/

#hd table.main-nav {
	left: 15px;
	top: 53px;
}

#hd table.main-nav tr {
	height: 28px;
}

#hd table.main-nav td.active a {
	background: transparent url(/images/layout/nav-left.png) repeat-x;
	text-decoration: none;
}

#hd table.main-nav td.active a span {
	background: transparent url(/images/layout/nav-right.png) no-repeat right 0;
	font-weight: 700;
	text-decoration: none;
	padding: 7px 15px 6px;
}

#hd .sub-nav {
	position: absolute;
	left: 25px;
	top: 85px;
	height: 21px;
}

#hd .sub-nav td {
	font-size: 11px;
	color: #777;
}

#hd .sub-nav td a {
	color: #046BCA;
}

#hd .sub-nav td.spacer {
	padding: 0 5px;
}


/* Search Box */
.searchText
{
    border:1px solid #ddd;
    color:#989898;
    padding:2px 3px 2px 3px;
    width:155px;
    margin:0px;
    float:right;
}
.searchButton
{
    margin:0;
    height:22px;
    width:27px;
    float:right;
}

/* Login Button */
.loginButton
{
    height:23px;
}


/* Authentication Box */
.username
{
    border:1px solid #ccc;
    padding:2px 3px 2px 3px;
    width:175px;
}
.password
{
    border:1px solid #ccc;
    padding:2px 3px 2px 3px;
    width:125px;
}



/*
 * Branding, Logo
 ***************/

#hd h1 a,
#hd h1 a#logo {    
	display: block;
	float: left;
	position: relative;
	top: 0;
	left: 10px;
	width: 134px;
	height: 50px;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
}

#hd a#logo img {
	border: none !important;
	position: relative;
	top: 0;
	left: 10px;
	/*
	width: 120px;
	height: 50px;
*/
}

#hd h1 a span {
	display: none;
}



/*
 * Body
 ***************/

#bd {
	margin: 5px 15px 0;
}

#bd p {
	margin-bottom: 0.75em;
}

#bd br {
	font-size: 10px;
	line-height: 10px;
}

#bd .left-column {
	float: left;
    padding: 0px 12px 0px 0px;
    width: 715px;
    margin-top: 2px;
}

#bd .right-column {
	width: 200px;
	float: left;
	margin-left: 0px;
    margin-top: 2px;
}

#bd .right-column p {
	font-size: 12px;
	margin: 5px;
}

#bd h3 {
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #385F95;
	margin: 12px 0 6px;
}

#bd h4 {
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 700;
	/*color: #555;*/
	color: #333;
	margin: 4px 0 0;
}

#bd h5 {
	font-family: HelveticaNeue, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #F1F1F1;
	line-height: 20px;
	color: #789030;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px;
}

#bd h5.inevidence {
    color: #EE7621;
	font-size: 11px;
}

#bd .big-box h5.alt {
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid #eee;
	color: #385F95;
}

#bd .box {
	padding: 0px 5px 0px;
}





/*
 * Footer
 ***************/

#ft {
	background: #fff;
	border-top: 1px solid #DCDCDC;
	clear: both;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	text-align: center;
	width: 920px;
/*
	color: #333;
	font-family: Helvetica, HelveticaNeue, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 12px;	
*/
}

/* New Footer Nav */

#ft ul.nav,
div.body_wrapper #ft ul.nav {
    margin: 0;
}

#ft ul.nav li,
div.body_wrapper #ft ul.nav {
    float: left;
}

#ft ul.nav li a,
div.body_wrapper #ft ul.nav li a {
    color: #777;
	font-size: 12px;
	display: block;
	padding: 5px 25px 0 0;
}

    

#ft table.nav {
	margin: 0 auto;
}

#ft table.nav a {
	font-size: 12px;
	display: block;
	padding: 5px 15px 0;
}

#ft div.copy {
	color: #808080;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 15px;
	text-align: right;
}

#ft div.copy a {
    color: #808080;
}

ul.features,
.content-box ul,
.side-box ul {
	margin-left: 15px;
	list-style-image: url(/images/layout/c-sep-l.gif);
	marker-offset
}

ul.features li,
.content-box ul li,
.side-box ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}




/*
 * RSS, Side boxes
 ***************/

.rss {
	float: right;
	margin: 3px 3px 0 0;
}

.rss a {
	display: block;
	width: 14px;
	height: 14px;
	background: transparent url(/images/layout/rss.gif) no-repeat 0 -14px;
}

div.side-box {
/* 	background: transparent url(/images/layout/side-box.png) no-repeat; */

    background: #f6f6f6;
    border: 1px solid #ddd;
    font: normal 11px/14px;
	padding: 3px 10px 10px 10px;
	width: 180px;
	margin-bottom: 5px;
}

#bd div.side-box-inner h5 {
    line-height: 15px; 
    padding-bottom: 0; 
    text-shadow: #fff 0 1px 0;
}

div.big-box {
	background: transparent url(/images/layout/big-box.png) no-repeat;
	padding-top: 12px;
	width: 715px;
	margin-bottom: 10px;
}

div.big-box-inner {
	background: transparent url(/images/layout/big-box.png) no-repeat 0 bottom;
	font-size: 12px;
	padding: 0 15px 12px;
}

div.big-box-solid {
	background: transparent url(/images/layout/big-box-solid.png) no-repeat;
	padding-top: 8px;
	width: 715px;
	margin-bottom: 20px;
}

div.big-box-solid-inner {
	background: transparent url(/images/layout/big-box-solid.png) no-repeat 0 bottom;
	font-size: 12px;
	color: #557;
	padding: 0 15px 5px;
}

div.full-box {
	background: transparent url(/images/layout/full-box.png) no-repeat;
	padding-top: 12px;
	width: 920px;
}

div.full-box-inner {
	background: transparent url(/images/layout/full-box.png) no-repeat 0 bottom;
	font-size: 12px;
	padding: 0 15px 10px;
}

div.content-box {
	width: 715px;
	padding-bottom: 0px;
	padding-top: 0px;	
}

div.content-box p {
	margin-left: 5px;
	margin-right: 5px;
}

#bd div.content-box ul.features {
	margin-left: 20px;
}

#bd .content-box h5 {
	background: transparent url(/images/layout/med-shd.png);
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	text-transform:none;
	
}


#bd div.side-box-inner h5,
#bd div.big-box-inner h5 {
	background: transparent !important;
	padding-top: 0;
}



/* Begin Social Favicons */

ul#social  {
    font-size: 12px;
} 

ul#social li,
ul#social a {
    height: 16px;
    line-height: 16px;
}

ul#social a {
    background: url(/images/layout/social_sprite.gif) no-repeat 0 0;
    display: block;
    height: 16px;
    line-height: 16px;
    margin: 6px 0 0;
    padding: 0px 10px 0 24px;
}  

ul#social a.rssicon {
    background-position: 0 -96px; }  
ul#social a.rssicon:hover {
    background-position: 0 -112px; }

/* End Social Favicons */

/*Top area banner */
div#toparea 
{
    background-color: #FFFAE5;
    border: 1px solid #EDEBC9;
    border-width: 0 0 1px 0;
	/*color: #555;*/
	color: #333;
    height: 20px;
    /*
    padding: 12px 0 8px;
    */
    position: relative;
    top: 0;
    width: 100%;
}



#bd .single .entry p a:link,
#bd .single .entry li a:link {
    text-decoration: underline;
}

#bd .single .entry p a:visited,
#bd .single .entry li a:visited {
    color: #1c417c;
    text-decoration: underline;
}

.pagetitle {
    color: #222;
    font-size: 26px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 24px 0 6px;
}

acronym, abbr, span.caps {
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
    left: 0;
	top: 0;
	z-index: 0;
	white-space: nowrap;
	padding: 2px 15px 3px 15px;
	border: none;
	overflow: visible;
	line-height: 1.2em;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
}

img.aligncenter,
img.alignleft,
img.alignright {
    border: 1px solid #ddd;
	padding: 0px 0 0 0;
}

img.noborder {
    border: none !important;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.navigation .alignleft {
}



#entry-list 
{
	padding-bottom: 0px;
	padding-top: 2px;
}


#entry-list a.entry-title,
.entry a.entry-title,
.post h2.post-title,
.post h2 a {
	color:#1A5C9A;
	/* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}


.entry p.entry-body {
 padding-top: 0px;
}


.post h2.post-title {
    color: #111;
}

.post h2.post-title,
.post h2 a {
    display: block;
    margin: 20px 0 0;
}

.archive .post,
#entry-list .entry {
    border-bottom: 1px solid #DDDDDD;
	clear:both;
	margin:0 0 10px 0;
	padding: 0 0 10px;
}

#entry-list .entry.noborder {
	clear:both;
    border-bottom: 0px;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	/*
	background-color:Aqua;
    */
}

.archive .post {
    margin-bottom: 30px;
}


#entry-list h4{
	margin-top:0;
	font-size:11px;
	font-weight:normal;
	display:block;
	letter-spacing: 0;
	color:#999;
	margin-bottom:5px;
}

#bd .post h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: normal;
}

#bd .entry h4 {
    font-size: 13px;
}

#bd .right-column h2 {
    color: #789030;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:20px;
    
	margin: 0;
    padding: 3px;
    
    text-transform:uppercase;
}

.left-column div#respond h3,
#bd .post h3,
#bd h3#comments {
    color: #444;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
    line-height: 18px;
	margin: 1.2em 0 2px;
}

.left-column div#respond h3,
#bd h3#comments {
    color: #444;
	font-size: 20px;
	margin: 24px 0 0;
}

#bd .post strong {
    font-weight: bold;
}

#bd .post em {
    font-style: italic;
}

/*
#bd p,
*/
#bd pre {
    margin: 0 0 12px;
}

/* OLD
#entry-list .meta{
	display:block;
	margin-top:5px;
}
#entry-list p.meta,
#bd .post p.meta {
	color:#999;
	display:block;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 0;
	margin: 0 0 0 0;
}
*/
#bd p.meta {
	color:#999;
	display:block;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 0;
	margin: 0 0 0 0;
}

div#entry-list div.entry div.excerpt,
div#entry-list div.entry p.readmore {
	margin-top: 5px;
	margin-left: 140px;
}

/*
div#entry-list div.entry div.excerpt {
	margin-top:5px;
}
*/

#entry-list img.post-icon {
    background: white;
    border: 1px solid #fff;
    
    box-shadow:     rgba(0,0,0, 0.5) 0 1px 4px;
    -moz-box-shadow:    rgba(0,0,0, 0.5) 0 1px 4px;
    -o-box-shadow:      rgba(0,0,0, 0.5) 0 1px 4px;
    -webkit-box-shadow: rgba(0,0,0, 0.5) 0 1px 4px;
    
    display: block;
	float:left;
	height:90px;
	
	margin:0 15px 10px 2px;
    padding: 1px;
	
	width:120px;
}

#entry-list img.post-icon {
	margin-top:5px;
}

.date-header{
	color: gray;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	display:block;
}

.entry strong {
   font-weight:bold;
}

.results {
	border-collapse:collapse;
	margin-bottom:10px;
}
.results thead tr {
	background:#eee;
}
.results td, .results th {
	border:1px solid #DDDDDD;
	border-collapse:collapse;
	font-size:12px;
	padding:4px 10px;
}

.results .result-time {
	text-align:right;
}

.results th {
	
}
div.excerpt {
	zoom:1;
}



/* Begin Sidebar */

#bd div.right-column h5 {
    padding-left: 0;
}

#bd div.right-column h5 {
	padding-left:0;
}




/* Begin Images */

div.entry div > img {
/*
    background: white;
*/
/*
    border: 2px solid #ddd;
*/
    margin: 12px auto 0;
/*
    padding: 1px;
*/
    max-width: 677px;
}

div.entry img.border {
    border: 2px solid #ddd;
    padding: 1px;
}

div.entry div > img.aligncenter {
    display: block;
    margin: 12px auto;
}

div.entry img.alignright {
    float: right;
    margin: 4px 0px 0px 12px;
}

div.entry img.alignleft {
    float: left;
    margin: 4px 12px 0px 0px;
}

div.entry div p.caption,
div.entry div div.caption {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    margin: 0 0 16px;
    padding: 2px 0;
}

sub {
    font-size: .75em;
}

/* End Images */




div.post pre {
    background: ghostWhite;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Courier, monospace;
    overflow: auto;
    padding: 12px;
}

.pullquote {
	color: #99ab63;
	font-size: 18px;
	line-height: 24px;
    text-align: left;
	width: 250px;
}

div.post ul {
    list-style-image: url(/images/layout/arrow-blue.gif);
    list-style-type: square;
    margin: 10px 10px 10px 0;
}

div.post ul ul {
    padding-left: 15px;
}

div.post div.entry ol {
    list-style: decimal;
}

div.post div.entry ul li,
div.post div.entry ol li {
    margin-left: 0;
}

div.post li {
    line-height: 1.5em;
    margin: 2px 10px 2px 0;
}

#bd .entry .pullquote p,
#bd .post .pullquote p {
    text-align: left;
}

.left {
	float: left;
	margin: 0 24px 24px 0;	
}

.right {
	float: right;
	margin: 0 0 24px 24px;	
}

ul.plain {
	list-style-type: none;
	list-style-image: none;
	margin-left:0;
}



