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

span.bigOrange {
	font-family: Verdana;
	font-size: 30pt;
	font-weight: bold;
	font-style: italic;
	color: #e81;
	text-transform: uppercase;
	margin-right: 10px;
}

span.bigGray {
	font-family: Tahoma;
	font-size: 24pt;
	font-weight: bold;
	color: #aaaaaa;
	text-transform: lowercase;
}



////////




/***************************************************************
Main Container Elements
***************************************************************/
#themeDefault {}
#themeOrange {}
#themeBlue {}
#themeRed {}
#themeGreen {}

body {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	min-width: 746px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
}

#shell {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 798px;
	text-align: left;
}

#shellBody {
	position: relative;
	margin-right: 0; /* Change margins to auto if container becomes outter most shell */
	margin-left: 50px;
	padding: 0;
	text-align: left;
	width: 700px;
}

#copyright {
	padding: 20px 0 20px 0;
	font-size: 8pt;
	text-align: center;
	color: #dddddd;
}

#topWrapper {
	position: absolute;
	top: -4px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #686868;
}

#titleWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 8px 0 0 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;

}


#title {
	height: 40px;
	margin: 0;
	padding: 0;

	font-family: arial, verdana, arial, helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
}
#title h1 {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, arial, helvetica, sans-serif;
	font-size: 18pt;
	color: red;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
}
#titleDivider {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aaaaaa;
}

#content {
	position: relative;
	margin: 0;
	/*padding: 70px 0px 1px 0px;   Quirk in FireFox: need this so that left and right borders display*/
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #ffffff; /* Quirk in FireFox: need this so that left and right borders display*/
}
.noNavBar3 {
	padding: 52px 0px 1px 0px;  /* Quirk in FireFox: need this so that left and right borders display*/
}
.hasNavBar3 {
	padding: 72px 0px 1px 0px;  /* Quirk in FireFox: need this so that left and right borders display*/
}
.noTitle {
	padding: 0px 0px 1px 0px;  /* Quirk in FireFox: need this so that left and right borders display*/
}

#bodyWrapper {
	float: left;
	width: 746px;
	margin: 0;
	padding: 0;
	border: 0px solid green;
}

#body {
	padding: 10px 0px 10px 0px;
}

#blobsWrapper {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}

#blobs {
	padding: 10px 0 0 0;
}

.leftColumn {
	width: 255px;
	float: left;
}

.rightColumn {
	width: 255px;
	float: right;
}


/***************************************************************
Appearance Code
***************************************************************/
p {
	margin: 0;
	padding-bottom: .8em;
	line-height: 140%;
}

td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
}


form {
	display: inline;
}

a:link, a:visited {
	color: #4f6e9d;
}
a:hover, a:active {
	text-decoration: underline;
	color:#f80;
}

a.plain {
	text-decoration: none;
}
a.plain:hover {
	text-decoration: underline;
}

a.orange {
	text-decoration: none;
	color: #cc6600;
}
a.orange:hover {
	text-decoration: underline;
}


h1 {
	margin: 0;
	padding: 5px 0 10px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #990000;
	font-weight: 600;
	letter-spacing: 0px;
}
#themeDefault h1 {
	xcolor: #cc6600;
}
#themeOrange h1 {
	xcolor:#cc6600;
}
#themeBlue h1 {
	xcolor:#08559b;
}
#themeRed h1 {
	xcolor:#bf3b3b;
}
#themeGreen h1 {
	xcolor:#659e4c;
}

h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h3 {
	margin: 0;
	font-size: 9pt;
	color: #000;
}

img {
	border: 0px;
	margin: 0px;
}

/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top: 3px;
	margin-left: 7px;
	padding-left: 0;
	list-style: none;
	background: url('images/bullet.gif') 4px 4px no-repeat transparent;
}
.ulStyle1 li {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 18px;
}
#themeDefault .ulStyle1 li {
	background: url('images/bullet.gif') 4px 4px no-repeat transparent;
}
/* Extra spacing for list items */
.buffered li {
	padding-bottom: 20px;
}

/***************************************************************
NavBar General
***************************************************************/


/***************************************************************
navBar1
***************************************************************/
#navBar1Wrapper {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid #536c86;
}
#navBar1 {
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#navBar1 ul {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
	text-align: center;
}
#navBar1 ul li {
	display: inline;
	/* float: left; This control whether displayed horizontal or vertical */
	padding: 0px 0px 0px 0px; /* Only set Top and Bottom padding */
	margin: 0;
}
#navBar1 ul li a {
	padding: 3px 14px 3px 12px;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	color: #707070;
}
#navBar1 ul li a:hover{
	text-decoration: underline;
	color: #cc6600;
}
#navBar1 ul .current{

}
#navBar1 ul .current a:hover {
	color: #cc6600;
	text-decoration: none;
}



/***************************************************************
navBar2
***************************************************************/
#navBar2Wrapper {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e3e3e3;
}
#navBar2 {
	height: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-transform: none;
	letter-spacing: 0px;
}
#navBar2 ul {
	margin: 0;
	padding: 6px 0 2px 0;
	list-style: none;
	text-align: center;
}
#navBar2 ul li {
	display: inline;
	/* float: left; This control whether displayed horizontal or vertical */
	padding: 1px 1px 1px 1px; /* Only set Top and Bottom padding */
	margin: 0;
}
#navBar2 ul li a {
	padding: 1px 10px 1px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	color: #000;
	border: 1px solid #e3e3e3;
}
#navBar2 ul li a:hover{
	text-decoration: none;
	color: #cc6600;
	background-color: #ffffff;
	border: 1px solid #cc6600;
}
#navBar2 ul .current {

}
#navBar2 ul .current a {
	font-weight: 300;
	color: #4f6e9d;
	background-color: #ffffff;
	border: 1px solid #4f6e9d;
}
#navBar2 ul .current a:hover {
	color: #c60;
	text-decoration: none;
}


/***************************************************************
navBar3
***************************************************************/

#navBar3 {
	height: 25px;
	background-color: #ffc983;
	background-color: #fffadd;
	background-color: #fff6cc;
	background-color: #ffeebb;
	background-color: #494e6d;
	font-family: verdanna, arial, helvetica, sans-serif;
	font-size: 9pt;
	text-transform: none;
	letter-spacing: 1px;
	background: url('images/navBar3-blue.gif') top right no-repeat #435c76;
}
#navBar3 ul {
	height: 25px;
	margin: 0 0px 0 0;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
#navBar3 ul li {
	display: block;
	float: left; /* This control whether displayed horizontal or vertical */
	padding: 5px 2px 1px 2px; /* Only set Top and Bottom padding */
	margin: 0;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}
#navBar3 ul li a {
	padding: 1px 10px 1px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	color: #FFFFFF;
}
#navBar3 ul li a:hover{
	text-decoration: none;
	background-color: #ffffff;
	color: #cc6600;
}
#navBar3 ul .current {
	border-top: 0px solid #bbbbbb;
	border-bottom: 0px solid #bbbbbb;
}
#navBar3 ul .current a {
	font-weight: 300;
	color: #4f6e9d;
	background-color: #ffffff;
}
#navBar3 ul .current a:hover {
	text-decoration: none;
	color: #cc6600;
}



/***************************************************************
navBar4
***************************************************************/

#navBar4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-transform: none;
	letter-spacing: 0px;
	padding: 0;
}
#navBar4 ul {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style: none;
}
#navBar4 ul li {
	display: block;
	float: none; /* This control whether displayed horizontal or vertical */
	padding: 3px 0; /* Only set Top and Bottom padding */
	margin: 0;
}
#navBar4 ul li a:hover{
	text-decoration: underline;
	color: #c60;
}
#themeBlue #navBar4 ul li a:hover {
	color: #08559b;
}
#navBar4 ul .current {
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-color: #ffffff;
}
#navBar4 ul .current1 {
	border-bottom: 1px solid #bbbbbb;
	background-color: #ffffff;
}
#navBar4 ul .current2 {
	border-top: 1px solid #bbbbbb;
	background-color: #ffffff;
}
#navBar4 ul .current a:hover {
	text-decoration: underline;
}
#navBar4 .begin {
	height: 19px;
	margin: 0 2px 0 0;
	padding: 0;
	background-color: #ffffff;
	background: url('images/navBar4-left.gif') top left no-repeat;
}
#navBar4 .begin h4 {
	margin: 0;
	padding: 3px 0 0 7px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	color: #ffffff;
}




/***************************************************************
Header
***************************************************************/

#header {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 37px;
	padding: 0 15px 0 15px;

	width: 750px;
	border: 0px solid blue;
}

#header .headerLogo {
	margin: 2px 0 0 0;
}

#headerPhone {
	float: right;
	font-size: 8pt;
	padding: 0px 0 0 0;
	margin: 4px 0 0 0;
	font-weight: 600;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	border: 0px solid blue;
}

#headerNavBar {
	float: right;
	padding: 0px 0 0 0;
	margin: 2px 0 0 0;
	width: 375px;
	text-transform: none;
	xborder: 1px solid red;
}
#headerNavBar ul {
	float: right;
	margin: 0;
	padding: 0px 0 0 0;
}
#headerNavBar ul li {
	display: inline;
	font-size: 10px;
}
#headerNavBar ul li a:hover {
	text-decoration: underline;
	color:#c60;
}



/***************************************************************
Footer
***************************************************************/

#footer {
	margin: 150px 0 0 0;
	padding: 10px 1px 0px 1px;
	border-top: 1px solid #cccccc;
}

#footerWrapper {
	clear: both;
	padding: 0;
}

#footerNavBar {
	height: 20px;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	color: #606060;
}
#footerNavBar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 710px;
}
#footerNavBar ul li{
	display: inline;
}
#footerNavBar a {
	margin: 0 -1px;
	padding: 0 15px 0 0;
	color:#606060;
	text-decoration:none;
}
#footerNavBar a:hover {
	text-decoration: underline;
	color: #c60;
}

#footerPhone {
	float: right;
	text-align:right;
	float:right;
	padding-top:3px;
}




/***************************************************************
Character Styles
***************************************************************/
.small {
	font-size: 8pt;
}

.smaller {
	font-size: 7pt;
}

.smallest {
	font-size: 6pt;
}

.big {
	font-size: 125%;
}

.bigger {
	font-size: 150%;
}

.big24 {
	font-size: 24pt;
}

.big32 {
	font-size: 36pt;
}



.orange {
	color: orange;
	color: #ee8811;
}

.green {
	color: green;
	color: #0a0;
}

.red {
	color: red;
}

.blue {
	color: blue;
	color: #08559b;
}

.gold {
	color: #c60
}

.black {
	color: black;
}



.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.strikeout {
	font-weight: normal;
	text-decoration: line-through;
}




.center {
	text-align: center;
}

.right {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.nowrap {
	white-space: nowrap;
}


.author {
	padding-left: 35px;
	padding-bottom: 35px;
	font-style: italic;
}


/***************************************************************
Box Styles
***************************************************************/
.boxShaded {
	padding: 0;
	margin: 0;
	background-color: #fcfcfc;
}

.boxBlue {
	padding: 0;
	margin: 0;
	background-color: #3d4d6f;
	background-color: #5c7590;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}

.boxGray {
	padding: 0;
	margin: 0;
	background-color: #f3f3f3;
}

.boxWhite {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}



.boxPodTop {
	height: 3px;
	font-size: 1px;
	background: url('images/boxT180.gif') top left no-repeat;
}
.boxPodTop-flat {
	border-top: 1px solid #cccccc;
}
.boxPodMid {
	padding: 5px 10px 5px 10px;
	background: url('images/boxM180.gif') top left repeat-y;
}
.boxPodMid-noPad {
	padding: 5px 1px 5px 1px;
	background: url('images/boxM180.gif') top left repeat-y;
}
.boxPodMid-center {
	padding: 5px 10px 5px 10px;
	background: url('images/boxM180.gif') top left repeat-y;
	text-align: center;
}
.boxPodBot {
	height: 3px;
	font-size: 1px;
	background: url('images/boxB180.gif') top left no-repeat;
}
.boxPodBot-flat {
	border-bottom: 1px solid #cccccc;
}



.boxMainTop {
	height: 3px;
	font-size: 1px;
	background: url('images/boxT540.gif') top left no-repeat;
}
.boxMainTop-flat {
	border-top: 1px solid #cccccc;
}
.boxMainMid {
	padding: 5px 10px 5px 10px;
	background: url('images/boxM540.gif') top left repeat-y;
}
.boxMainMid-center {
	padding: 5px 10px 5px 10px;
	background: url('images/boxM540.gif') top left repeat-y;
	text-align: center;
}
.boxMainBot {
	height: 3px;
	font-size: 1px;
	background: url('images/boxB540.gif') top left no-repeat;
}
.boxMainBot-flat {
	border-bottom: 1px solid #cccccc;
}



.boxHalfTop {
	height: 3px;
	font-size: 1px;
	background: url('images/boxT255.gif') top left no-repeat;
}
.boxHalfTop-flat {
	border-top: 1px solid #cccccc;
}
.boxHalfMid {
	padding: 5px 10px 5px 10px;
	background: url('images/boxM255.gif') top left repeat-y;
}
.boxHalfMid-center {
	padding: 5px 10px 5px 10px;
	background: url('images/boxM255.gif') top left repeat-y;
	text-align: center;
}
.boxHalfBot {
	height: 3px;
	font-size: 1px;
	background: url('images/boxB255.gif') top left no-repeat;
}
.boxHalfBot-flat {
	border-bottom: 1px solid #cccccc;
}



.boxBuy {
	padding: 0;
	margin: 0;
	width: 180px;
	background-color: #e5f2c6;
}
.boxBuyTop {
	height: 3px;
	font-size: 1px;
	background: url('images/boxT180.gif') top left no-repeat;
}
.boxBuyMid {
	padding: 5px 10px 5px 10px;
	background: url('images/boxM180.gif') top left repeat-y;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}
.boxBuyBot {
	height: 3px;
	font-size: 1px;
	background: url('images/boxB180.gif') top left no-repeat;
}

.boxCTA {
	text-align: center;
	margin: 20px 0px 20px 0px;
	border-top:1px solid #5a738d;
	border-bottom:1px solid #5a738d;
	padding: 20px 0px 20px 0px;
}

.boxLogo {
	width: 120px;
	height:75px;
	float:left;
}


/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}


