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

/*==============*/
/*DEFAULT STYLES*/
/*==============*/
body {
	margin:0; 
	padding:0; 
	color:000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#3d546b;
}

h1 {
	margin:0; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:26px; 
	color:#00317a; 
	font-weight:normal;
}

h2 {
	margin-top:0;
	font-size:20px; 
	font-weight:normal;
	color:#828282;
}
h3 {margin-bottom:0; margin-top:30px; color:#da9206; font-size:18px;}
h4 {font-size:16px;}

p {margin-top:0;}
hr {width:90%; margin:10px auto 10px auto;}

a {font-weight:bold;}
a:link {color:#30679f;}
a:active {color:#30679f;}
a:visited {color:#13385e;}
a:hover {color:#da9206;}


dt {padding-left:20px;}
dl {margin-top:10px;}

input[type="text"], textarea {width:100%; margin-bottom:5px;}
/*==================*/
/*END DEFAULT STYLES*/
/*==================*/


/*=============*/
/*LAYOUT STYLES*/
/*=============*/
.gridContainer {background-color:#FFF;}

/*---header---*/
#form1 {padding-bottom:10px;}
/*---end header---*/

/*---navi---*/
#navi {background-color:#da9206;}
#navi a {color:#FFF; font-family:Verdana, Geneva, sans-serif; text-decoration:none;}
/*---end navi---*/

/*---guts---*/
#leftCol {background-color:#e3e3e3;}
.tableDefault {width:100%;}
.tableHeader {background-color:#CCC; font-weight:bold;}
/*---end guts---*/

/*---footer---*/
#footer {background-color:#091d3b; color:#FFF; font-size:11px;}
#footer a {color:#FFF; font-weight:bold;}
#footer a:hover {color:#b2bfd3;}
/*---end footer---*/

/*=================*/
/*END LAYOUT STYLES*/
/*=================*/



/*===========*/
/*MISC STYLES*/
/*===========*/
.clearBoth {clear:both; height:0;}
.clearLeft {clear:left; height:0;}
.clearRight {clear:right; height:0;}
img.floatImageLeft {float:left; margin:0 10px 10px 0;}
img.floatImageRight, .floatRight {float:right; margin:0 0 10px 10px;} .floatLeft {float:left; margin:0 0 10px 10px;}
.right {text-align:right;}
.center {text-align:center;}

.noMargin {margin:0;}
.noTopMargin {margin-top:0;}
.noBottomMargin {margin-bottom:0;}

.noBold {font-weight:normal !important;}
.bold {font-weight:bold;}

.red {font-weight:bold; color:#F00;}
.codeRed {color:#F00;}
.codeGreen {color:rgb(0, 128, 0);}
.codeBlue{color:#36F;}
.codeOrange {color: #FF8000;}
.codeTeal {color: #008080;}
.codePurple {color: #400080;}
.codeDarkYellow {color: #808000;}
.codeOcean {color: #004080;}

.font14 {font-size:14px;}
.font16 {font-size:16px;}
.font18 {font-size:18px;}
.big {font-size:20px;}
.small {font-size:11px;}

.noBorder {border:none;}
.outlinedTable, .outlinedTable td {border:1px solid #999;}

.bulleted {list-style-type:disc !important;}
.listWithSpaces li {margin-bottom:10px;}
/*===============*/
/*END MISC STYLES*/
/*===============*/


/*=====================*/
/*SPECIAL DEVICE STYLES*/
/*=====================*/

/*JUST MOBILE*/
.hideMobile {display:none;}
.noFloatMobileLeft, .noFloatMobileRight {display:block; margin:10px aut0 10px auto;}
/*END JUST MOBILE*/

/*JUST TABLET*/
@media only screen and (min-width: 481px) {
.hideMobile {display:block;}
.hideTablet {display:none;}

.noFloatMobileLeft {display:inline; float:left; margin-right:10px;}
.noFloatMobileRight {display:inline; float:right; margin-left:10px;}

.black {color:#000 !important;}
.disable-link {
    pointer-events: none;
    cursor: default;
	text-decoration:none !important;
	font-weight:normal !important;
}
}
/*END JUST TABLET*/


/*JUST DESKTOP*/
@media only screen and (min-width: 769px) {
.hideTablet {display:inline;}
.hideDesktop {display:none;}
}
/*END JUST DESKTOP*/

#strip all feedburner formatting
#div.feedburnerFeedBlock li {
#	list-style:none;
#	padding:0 0 5px 0;
#}


div.feedburnerFeedBlock ul {
margin-left:8px;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
display:block;
margin:8px 0 0 0;
}

.Yellow {
	color: #FF0;
}

#creditfooter
{
display: none;
}

#div.feedburnerFeedBlock {
#border-style: solid;
#border-width: 1px;
#border-color: yellow;
#background-color:#5b6c86;
#padding:1px;
#}

/*=========================*/
/*END SPECIAL DEVICE STYLES*/
/*=========================*/