@charset "utf-8";
img {
	border: none;
}
p {
	margin: 0 0 20px 0;
	padding: 0;
}
p.no_margin {
	margin: 0;
	padding: 0;
}
p.no_bottom_yes_top {
	padding: 0;
	margin-bottom: 0px;
}
p.small_margin {
	margin: 0 0 10px 0;
	padding: 0;
}
ul.no_margin {
	margin-top: 0px;
}
ul.ul_margin_bottom li {
	margin-bottom: 10px;
}
hr {
	margin: 0;
	padding: 0;
	color: #bbbbbb;
	background-color: #bbbbbb;
	height: 2px;
	border: 0;
}
hr.hr_margin_bottom {
	margin-bottom: 15px;
	color: #dddddd;
}
tr.bottomborder td {
	border-bottom: solid #dddddd 1px;
}
tr.top_bottomborder td {
	border-top: solid #dddddd 1px;
	border-bottom: solid #dddddd 1px;
}
td.full_border {
	border: solid #dddddd 1px;
}
td.td_right {
	border-right: solid #dddddd 1px;
}
td.pits_cell_header {
	background-color: #eeeeee;
	padding: 10px 0 6px 20px;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
}
td.item_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}
dl {
	margin: 0 0 0 20px;
	padding: 0 10px 10px 10px;
}
dt {
	margin: 5px 0 5px 0;
}
dt.dt_nodd {
	margin-bottom: 15px;
}
dd {
	font-size: .8em;
}
dd.dd_last {
	margin-bottom: 15px;
}
h1 {
	font-size: 1.9em;
	color: #000060;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.4em;
	color: #666;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	color: #333;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 5px 0;
}
h2.h2_no_margin_bottom {
	margin: 0;
	padding: 0;
}
h2.storytitle {
	font-size: x-large;
	color: #000062;
	margin: 0 0 5px 0;
	padding: 0;
}
h2.storytitle a{
	font-size: x-large;
	color: #000062;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
}
a:link {
	color: #727272;
}
a:visited {
	color: #727272;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
body  {
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: .9em;
}
textarea {
	resize: none
}
.fonttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
}
.twoColFixLtHdr table {
	margin: 0 0 0 0;
	padding: 0;
}
.twoColFixLtHdr table.bottom_margin {
	margin: 0 0 35px 0;
	padding: 0;
}
.twoColFixLtHdr #container {
	padding: 0px 25px 30px 25px;
	margin: 0 auto;
	width: 870px;
	text-align: left;
	background-image: url(../images/backgrounds/bodybg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.twoColFixLtHdr #header {
	width: 100%;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	height: 157px;
	background-image: url(../images/backgrounds/containerbg_internal.jpg);
}
.twoColFixLtHdr #header_container {
	margin: 0 auto;
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	height: 157px;
	background-image: url(../images/backgrounds/header_container_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header .logo{
	margin: 10px 0 0 20px;
	float: left;
	background-image: url(../images/logos/headerlogo.png);
	background-repeat: no-repeat;
	width: 369px;
	height: 83px;
	text-indent: -9999px;
	display: block;
}
.twoColFixLtHdr #header .buttons{
	margin: 10px 0 0 0;
	float: right;
	width: 164px;
	text-align: right;
	height: 100px;
}
.twoColFixLtHdr #header .buttons li{
	list-style: none;
	float: right;
	margin: 0;
	padding-left: 7px;
}
.twoColFixLtHdr #header .buttons{
	float: right;
	padding: 0;
	margin: 10px 30px 0 0;
	vertical-align: top;
	height: 80px;
}
.twoColFixLtHdr #header .buttons ul {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #header_cap {
	background-image: url(../images/backgrounds/header_cap_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
	height: 28px;
}
.twoColFixLtHdr #navbar{
	height: 60px;
	width: 852px;
	margin-left: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
.twoColFixLtHdr #navbar a{
	color: #727272;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr #navbar a:active {
	color: #727272;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr #navbar a:visited {
	color: #727272;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr #navbar a:hover {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr #navbar .selected a{
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr #navbar .selected a:active{
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr #navbar .selected a:visited{
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.twoColFixLtHdr #navbar .padding {
	padding: 0 0 0 20px;
	height: 60px;
	background-image: url(../images/navbar/navbar.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
.twoColFixLtHdr #navbar .padding ul {
	list-style-type: none;
	float: left;
	height: 60px;
	width: 700px;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #navbar .padding li {
	float: left;
	display: block;
}
.twoColFixLtHdr #navbar .padding li a {
	height: 36px;
	width: 100px;
	display: block;
	cursor: pointer;
	padding: 23px 0 0 0;
	text-align: center;
}
.twoColFixLtHdr #navbar .padding li a:hover {
	background-image: url(../images/navbar/navbarhover.jpg);
	background-position: left 58%;
	background-repeat: repeat-x;
	color: #000;
}
.twoColFixLtHdr #navbar .padding .selected {
	background-image: url(../images/navbar/navbarselected.jpg);
	background-position: left 58%;
	background-repeat: repeat-x;
	color: #000;
}
.twoColFixLtHdr #navbar .navbarcap{
	background-image: url(../images/navbar/navbarcap.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 60px;
	width: 42px;
	float: left;
	text-indent: -9999px;
}
.twoColFixLtHdr #left_boxes {
	float: left;
	width: 315px;
	background: none;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	width: 285px;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	margin: 20px 0 0 0;
	border: solid #999999 1px;
	float: left;
	overflow: hidden;
}
.twoColFixLtHdr #quotebox {
	width: 305px;
	padding: 0;
	margin: 20px 0 0 0;
	border: none;
	float: left;
	overflow: hidden;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 li {
	margin: 0;
	padding: 0;
	border-bottom: solid #eee 1px;
	width: 100%;
	list-style: none;
	height: 35px;
	line-height: 35px;
}
.twoColFixLtHdr #sidebar1 li a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
	color: #333;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 .sublink {
	display: block;
	text-decoration: none;
	padding: 0 0 0 30px;
	font-size: 12px;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 li a:hover{
	background-color: #ddd;
}
.twoColFixLtHdr #sidebar1 .selected{
	background-color: #eee;
	color: #000;
}
.twoColFixLtHdr #sidebar1 .services_form{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.twoColFixLtHdr #sidebar1 .form_heading{
	margin: 0;
	padding: 5px 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #sidebar1 .form_privacy{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
	font-style: italic;
	padding: 2px 10px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 .form_titles{
	font-size: 11px;
	color: #333;
}
.twoColFixLtHdr #sidebar1 .form_text{
	font-size: 10px;
	color: #333;
	width: 180px;
	border: solid 1px #bbb;
	font-family:Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 .form_text_small{
	font-size: 10px;
	color: #333;
	width: 40px;
	border: solid 1px #bbb;
}
.twoColFixLtHdr #sidebar1 .form_text_medium{
	font-size: 10px;
	color: #333;
	width: 136px;
	border: solid 1px #bbb;
}
.twoColFixLtHdr .form_submit{
	font-size: 10px;
	color: #333;
	background-color: #ffffff;
	border: solid 1px #bbb;
	cursor: pointer;
}
.twoColFixLtHdr .form_submit:hover{
	font-size: 10px;
	color: #ffffff;
	background-color: #000062;
	border: solid 1px #bbb;
	cursor: pointer;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 320px;
	padding: 20px 5px 0 10px;
}
.twoColFixLtHdr #mainContent a:link {
	color: #000062;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #000062;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #727272;
}
.twoColFixLtHdr #mainContent a:active {
	color: #727272;
}
.twoColFixLtHdr #mainContent_no_margin {
	margin: 20px 0 0 0;
	padding: 0 20px 0 20px;
}
.twoColFixLtHdr #mainContent_no_margin a:link {
	color: #000062;
}
.twoColFixLtHdr #mainContent_no_margin a:visited {
	color: #000062;
}
.twoColFixLtHdr #mainContent_no_margin a:hover {
	color: #727272;
}
.twoColFixLtHdr #mainContent_no_margin a:active {
	color: #727272;
}
.twoColFixLtHdr #footer {
	background-color: #ddd;
	margin: 0;
	border-top: solid #bbbbbb 1px;
	width: 100%;
} 
.twoColFixLtHdr #footer #footer_container {
	width: 880px;
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
}
.twoColFixLtHdr #footer #footer_container ul{
	padding: 0;
	list-style-type: none;
	margin: 0;
} 
.twoColFixLtHdr #footer #footer_container li{
	float: left;
	padding-right: 25px;
	list-style: none;
}
.twoColFixLtHdr #footer #footer_container .cw{
	float: right;
	padding: 0;
	width: 95px;
	height: 33px;
	margin: 10px 10px 0 0;
} 
.twoColFixLtHdr #footer #footer_container a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #footer #footer_container a:hover{
	color: #000000;
}
.twoColFixLtHdr #footer #footer_container p {
	margin: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px 0 0 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/* these are for the blog */
.twoColFixLtHdr #container #left_boxes #sidebar_blog {
	width: 285px;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	margin: 20px 0 0 0;
	border: solid #999999 1px;
	float: left;
}
.meta {
	border-top: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	background-color: #E8EEFA;
	padding: 5px;
	margin: 0 0 0 0px;
}
.story_body {
	border-top: none;
	background: none;
	padding: 20px 5px;
	margin: 0 0 10px 0;
}
.comments {
	border: solid 1px #bbbbbb;
	padding: 10px;
}
img.alignright {float:right; margin: 1em 0 1em 1em}
img.alignleft {float:left; margin: 1em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:1em 0 1em 1em}
a img.alignleft {float:left; margin:1em 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.post_container {
	margin: 0 0 40px 0;
	padding: 0;
}
.addthis_toolbox .hover_effect
{
    background: #ffffff;
	width: 200px;
    padding: 6px 10px 6px 10px;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 1px 2px 15px;
    position: relative;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}
#searchsubmit{
	font-size: 10px;
	color: #333;
	background-color: #ffffff;
	border: solid 1px #bbb;
	cursor: pointer;
}
#searchsubmit:hover{
	font-size: 10px;
	color: #ffffff;
	background-color: #000062;
	border: solid 1px #bbb;
	cursor: pointer;
}
