@charset "UTF-8";
/* CSS Document */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #16304b;
	margin: 0; /* it's good practice tno zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/body_bg1.jpg);
	background-repeat: repeat-x;
}

.resize {
  height: 10px;
  width: 10px;
}


img {
margin-bottom: 0px;
padding: 0;
border: 0px solid #c4cccc;
}


#container_all {
	width: 1028px;
	padding: 0px;
	position:absolute;
	left: 50%;
	margin-left: -515px;
	height: auto;
}

#header {
       padding:0px;
       margin-bottom: 0px;
       width: 1029px;
       height: 114px;
       top: 50px;
       background-image:url(images/header_web_back.png);
}

#container {
	width: 1029px;
	padding: 0px;
        left: 50%;
	margin-left: -515px;
	position:absolute;
	background-image:url(images/back_slice.png);
	height: auto;
        margin-bottom: -100px;	
}

#bottom_slice {
                width: 1029px;
	        height: 32px;
                padding: 0px;
                margin-bottom: -20px;	
}

#bottom_slice2 {
                clear: both;               
                width: 1029px;
	        height: 33px;
                padding: 0px;
                margin-bottom: -15px;	
}


a { color: #ee662a;
}

#title a:hover {
color: #ee662a;
text-decoration: underline;
}

#title a {
color: #000000;
text-decoration: none;
}

#centers a:hover {
color: #ee662a;
text-decoration: underline;
}

#centers a {
color: #16304b;
text-decoration: none;
}

h1 {
       font-family:Verdana, Arial, Helvetica, sans-serif;
       color: #16304b;
}

h2 {
       font-family:Verdana, Arial, Helvetica, sans-serif;
       color: #000;
       font-size: 18px;
}

h3 {
       font-family:Verdana, Arial, Helvetica, sans-serif;       
       font-size: 14px;
}


#contentright

{
    border-left: 1px solid #ffffff;  
    border-top: 4px solid #89c53f;
    border-right: 1px solid #333; 
    border-bottom: 1px solid #ffffff;
    background-color: #efefef;
    font-size: 0.8em; 
    padding: 10px;
    width: 343px; 
    margin-left: 118px;
    position:relative;
    left: 50%;

}

#pro_banner {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	
}

#top_nav {
       margin-top:2px;
       width: 954px;
       height: 30px;
       background-image:url(images/menu_slice.jpg);
       margin-left: -1px;
       text_align: left;
       background-color: #000000;
}

.link_space {
       margin-top: 5px;
       padding-top: 5px;
}


/* ############################################################### */

#top_nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#top_nav li:hover ul {
	left: auto;
}

#top_nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


/* ############################################################### */


#top_nav ul
    {
        margin: 0px;
        padding: 0px;
        margin: 0px;
        color: White;
        float: left;
        width: 100%;
    }

#top_nav ul li 
{ 
        display: block;
        float: left;
        text-align: center;
}

#top_nav ul li a
{
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 13px;
}
li.menu_box:hover {
       background-image:url(images/menu_slice2.jpg);
       background-repeat:repeat-x;
       height: 30px;
}

li.menu_box_bleft:hover {
       background-image:url(images/menu_slice2.jpg);
       background-repeat:repeat-x;
       height: 30px;
}

li.menu_box_bright:hover {
       background-image:url(images/menu_slice2.jpg);
       background-repeat:repeat-x;
       height: 30px;
}

/* ############################################################### */


li.menu_box {
      width: 135px;
      margin-top: 0px;
      padding-top: 5px;
      height: 30px;
}
li.menu_box_bleft {
       border-left: #000000 solid 1px;
       width: 135px;
       margin-top: 0px;
       padding-top: 0px;
       height: 30px;
}

li.menu_box_bright {
       border-right: #000000 solid 1px;
       width: 135px;
       margin-top: 0px;
       padding-top: 0px;
       height: 30px;
}

li.menu_box_down {
       background-image:url(images/drop_back.png);
       background-repeat: no-repeat;
       width: 122px;
       padding-top: 4px;
       margin-top: 9px;
       margin-left: 7px;
       height: 29px;
}

li.menu_box_down:hover {
       background-image:url(images/back_drop_hover.png);
       background-repeat:repeat-x;
       height: 30px;
}

/* ################################################################## */
#bannerHome {
       border-bottom: #000000 solid 1px;
       /*border-top: #ec662a solid 2px;*/
}

div.photo { 
       float: right; margin: 6px; padding: 0px; border: 1px solid #cccccc; font-size: 10px;
}

h2.profile { 
       margin-top: -6px;
}

#footer {
       margin-top:3px;
       width: 98%;
       height: 65px;
       background-color:#000000;
       float:left;
       margin-left: 10px;
       margin-right: 20px;
       margin-bottom: 10px;
       color:#ffffff;
       text-align: center;
}


#mainContent {
       margin-top:0px;
       width: 952px;
       background-color: #ffffff;
       margin-left: 38px;
       height: auto;
       float:left;
       text-align:left;
       padding: 0px;
       border: 1px solid #c4cccc;
}

#mainContent ul
    {
        margin: 0px;
        padding: 0px;
        margin: 0px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

#mainContent ul li
{
	padding-left: 320px;	
        padding-top: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 116px;
}

#left_col {
       float:left;
       margin-top:10px;
       width: 493px;
       height: auto;
       margin-left: 10px;
       border-right: #cccccc solid 1px;
       padding-right: 15px;
}

#right_col {
       float:left;
       margin-top:10px;
       width: 403px;
       height: auto;
       margin-left: 15px;
       margin-right: 15px;
}

#pro_left_col {
       float:left;
       margin-top:10px;
       width: 165px;
       height: 100%;
       margin-left: 10px;
       border-right: #cccccc solid 1px;
       padding-right: 15px;
}

#pro_right_col {
       float:left;
       margin-top:10px;
       width: 730px;
      height: 100%;
       margin-left: 15px;
       margin-right: 15px;
}

#pro_left_nest {
       float:left;
       width: 335px;
      height: 100%;
       margin-right: 0px;
       padding: 0 0px 0 1px;
}

#pro_right_nest {
       float:left;
       margin-left: 12px;
       width: 370px;
      height: 100%;
       border-left: #cccccc solid 1px;
       padding: 0 0px 0 11px;
}

#gray_box {
       float:left;
       margin-top:0px;
       width: 382px;
       height: auto;
       margin-left: 0px;
       margin-right: 0px;
       margin-bottom: 15px;
       padding:10px;
       position: relative;
       background-color:#fafafa;
       border: #c4cccc solid 1px;
}

#pro_box {
       float:left;
       margin-top:0px;
       width: auto;
       height: auto;
       margin-left: 0px;
       margin-right: 0px;
       margin-bottom: 15px;
       padding:10px;
       position: relative;
       background-color:#fafafa;
       border: #c4cccc solid 1px;
}

#press_box {
       margin-top:0px;
       height: auto;
       margin-left: 0px;
       margin-right: 0px;
       margin-bottom: 15px;
       padding:10px;
       position: relative;
       background-color:#fafafa;
       border: #c4cccc solid 1px;
}


#pro_con_box {
       margin-top:10px;
       width: 314px;
       height: auto;
       margin-left: 0px;
       margin-right: 0px;
       margin-bottom: 15px;
       padding:10px;
       position: relative;
       background-color:#fafafa;
       border: #c4cccc solid 1px;
}

#topcontainer {
       width: 100%;
       height: 31px;
       background-image:url(images/top_slice.png);
}


#in_grad {
       width: 931px;
       height: 25px;
       background-image:url(images/blue_grad2.jpg);
       background-repeat:no-repeat;
       background-color:#e2e2e2;
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
}


#blue_grad2 {
       width: 492px;
       height: 25px;
       background-image:url(images/blue_grad2.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
       border: 1px solid #c4cccc;
       margin-left: -2px;
}

#blue_grad2  a{
       text-decoration: none;
       color: #ffffff;
}
#blue_grad2  a:hover{
       text-decoration: underline;
       color: #ffffff;
}

#blue_grad_l {
       width: 402px;
       height: 25px;
       background-image:url(images/blue_grad2.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
}

#black_grad {
       width: 399px;
       height: 25px;
       background-image:url(images/black_slice.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
       margin-bottom: 0px;
}

#black_grad3 {
       width: 492px;
       height: 25px;
       background-image:url(images/black_slice.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
       margin-bottom: 0px;
}

#black_grad a{
       text-decoration: none;
       color: #fff;
}

#black_grad a:hover{
       text-decoration: underline;
       color: #fff;
}

#green_grad {
       width: 492px;
       height: 25px;
       background-image:url(images/green_grad.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
}

#green_grad2 {
       width: 399px;
       height: 25px;
       background-image:url(images/green_grad.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
}

#green_grad2 a {
       color: #000000;
}



#blue_grad {
       width: 492px;
       height: 25px;
       background-image:url(images/blue_grad.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
}

#blue_grad3 {
       width: 399px;
       height: 30px;
       background-image:url(images/blue_grad.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
}

#blue_grad3 a {
       color: #fff;
}


#black_grad2 {
       width: 492px;
       height: 25px;
       background-image:url(images/black_grad.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
}

#orange_grad {
       width: 492px;
       height: 25px;
       background-image:url(images/orange_grad.jpg);
       color: #fff;
       padding: 5px 0px 0px 5px;
       font-size: 14px;
}

#sil_slice {
       width: 954px;
       height: 3px;
       background-image:url(images/top_slice.png);
}

img.logo { margin-bottom: 0px;
       margin-left: 0px;
}

div.newsroll {
       font-size: 11px;
}

div.newsroll > div.story > strong {
       font-size: 14px;
}

div.readmore {
       width: 460px;
       text-align: right; 
       height: 20px;
}

a.readmore {
       background-color: #cccccc;
       border: 1px solid #000033;
       color: #000033;
       font-size: 11px;
       padding: 3px;
       text-decoration: none;
}

div.story {
       padding: 5px;
       border-bottom: 1px solid #cccccc;
}

div.newsroll > div.story > img {
       float: left;
       border: 10px;
       margin-right: 10px;
       margin-bottom: 10px;
       border: 1px solid #000000;
}

#searchbox {
       background-color: #ffffff;
       margin-top: 5px;
       padding: 7px;
}

input.mainsearch { 
       background-color: #ffffff;
       border-bottom: #000000 solid 1px;
       border-top: 0;
       border-left: 0;
       border-right: 0;
       width: 200px;
}



#storyCol {
       background:#ffffff;
       float: left;
       width: 935px;
       margin-top: 5px;
       margin-left: 10px;
       margin-right: 10px;
       margin-bottom: 5px;
}

#newsletter {
       background:#a5d9ec;
       border: 1px solid #0054a5;
       float: right;
       width: 400px;
       margin-bottom: 5px;
}

#article {
        background-color: #ffffff;
        min-height: 600px;
        padding: 7px;
        margin-top: 5px;
        margin-bottom: 13px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
       clear:both;
       height:0;
       font-size: 1px;
       line-height: 0px;
}

.caption {
       font-size: 10px;
       color: #666666;
       width: 98%;
       text-align: right;
}

h1, h2 {
        margin-top: 5px;
        margin-left : 0px;
}

.headlineHome {
        margin-left : 5px;
}

.rightSecondaryContent {
        width: 200px;
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 7px;
        float: right;
        height: 450px;;
        margin-top: 7px;
        border-left: #cccccc solid 1px;
        border-bottom: #cccccc solid 1px;
        margin-left: 12px;
        margin-bottom: 12px;
}

bannersSecondary {
       padding-bottom: 4px;
       padding-top: 4px;
       width: 186px;
       height: auto;
       background-color: green;
}

div.shareSecondary {
       width: 186px;
       height: 23;
       border-bottom: #cccccc 1px solid;
       padding-bottom: 4px;
       padding-top: 4px;
}

a.shareLinkSecondary:visited {
      color: #2d2d2d;
      font-size: 12px;
      text-decoration: none;
}

.newsCat a {
       color: #ffffff;
       text-decoration: none; 
}

.arrows {
      color: #3376b7;
      letter-spacing: -1;
      font-weight: bold;
}

.newsroll {
       margin-left: 7px;
}

.news_button {
      height: 27px;
       width: 114px;
       background-color: #0054a5;
       border: 1px solid #ffffff;
       color: #ffffff;
       font-size: 14px;
       margin-top: 4px;
       margin-bottom: 4px;
}

.margins {
       margin-top: 5px;
       margin-bottom: 5px;
}
	
h3 {
       margin-top: 5px;
       margin-bottom: 0px;
}
	
#rssFeed {
       background:#ffffff;
       float: right;
       width: 386px;
       margin-bottom: 5px;
       height: 681px;
       padding: 7px;
       font-size: 11px;
       overflow: auto;
}

a.rssLink {
       text-decoration: none;
}

hr {
       color: #cccccc;
       background-color: #cccccc;
       height: 1px;
}						
.vcard {
	color: #666;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

.fn {
	padding-top: 2em;
	font-weight: bold;
}

.telecommunications {
	margin-bottom: 2em;
}

p.email {
	padding-bottom: 2em;
}

.vcard img {
	float: right;
	padding-right: 1em;
	margin-top: -1em
}

.vcard p {
	margin-left: 1em;
        margin: 0px;
}

.vcard {
	color: #666;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 28em;
}
.vcard abbr
	{
	border:0
	}
.geo {
        display: none;
       }

.street-address, .locality, .region, .postal-code, .fn, .vevent p, .summary, .venue location vcard {
        margin: 0px;
}