html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
/* Wrappers */
/*------------------------------------------------------*/
body {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 930px;
	text-align: left;
}
#topWrapper {
	height: 110px;
	padding: 0px;
	background-color: #ff7f05;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}
#searchPanel {
	float:right;
	margin-top: 79px;
	margin-left: 5px;
}
#pageWrapper {
	width: 100%;
	padding-bottom: 10px;
}
#leftContentWrapper {
	float: left;
	width: 385px;
	margin-right: 10px;
}
#rightContentWrapper {
	float: left;
	width: 385px;
}
#wideContentWrapper {
	float: left;
	width: 780px;
}
#mainTitleBar {
	height: 26px;
	background-image:url(images/title-bar-bg.gif);
	background-repeat:repeat-x;	
	padding: 23px 10px 0px 20px;
}
#headerPanel {
	float: left;
	width: 500px;
	padding-top: 51px;
	color: #fff;
}
#headerPanel .strap1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
}
#headerPanel .strap2 {
	font-size: 14px;
	font-style:italic;
}
.sidePictureWrapper {
	width:197px;
}
/* Footer */
/*------------------------------------------------------*/
#footer {
	width: 780px;
	float: right;
	text-align: right;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	border-top: 1px solid #c2c2c2;
	font-size: 10px;
	color: #929292;
	background-color:#fff;
}
#footer a {
	color:#a8a8a8;
}
#footer a:link {
	color:#a8a8a8;
	text-decoration: none;
}	
#footer a, #footer a:visited {
	color:#a8a8a8;
	text-decoration: none;
}
#footer a:hover, #footer a:visited:hover {
	color:#a8a8a8;
	text-decoration: underline;
}
/* Misc */
/*------------------------------------------------------*/
.greyText {
	color:#a8a8a8;
}
.largeText {
	font-size: 1.6em;
}
.buttonLink {
	text-align: right;
}
.buttonLink a {
	color:#232323 !important;
	text-decoration: none !important;
	background-image:url(images/content-button-bg-up.gif);
	background-position: top right;
	background-repeat:no-repeat;
	padding: 2px 18px 2px 4px;
	border-bottom: #5e5e5e 1px solid;
	border-right: #5e5e5e 1px solid;
}
.buttonLink a:link {
	text-decoration: none;
}	
.buttonLink a, #footer a:visited {
	text-decoration: none;
}
.buttonLink a:hover {
	color: #763b02 !important;
	background-image:url(images/content-button-bg-roll.gif);
	background-position: top right;
	background-repeat:no-repeat;
	border-bottom: #763b02 1px solid;
	border-right: #763b02 1px solid;
}
.backButtonLink {
	text-align: left;
}
.backButtonLink a {
	color:#232323 !important;
	text-decoration: none !important;
	background-image:url(images/content-button2-bg-up.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding: 2px 4px 2px 18px;
	border-bottom: #5e5e5e 1px solid;
	border-right: #5e5e5e 1px solid;
}
.backButtonLink a:link {
	text-decoration: none;
}	
.backButtonLink a, #footer a:visited {
	text-decoration: none;
}
.backButtonLink a:hover {
	color: #763b02 !important;
	background-image:url(images/content-button2-bg-roll.gif);
	background-position: top left;
	background-repeat:no-repeat;
	border-bottom: #763b02 1px solid;
	border-right: #763b02 1px solid;
}
.spacer {
	height: 10px;
}
.forceClear {
	clear: both;
	display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.blue {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #fff;
	background-color: #1b69a5;
}
.greenHeading {
	color: #00a4a6;
	font-size: 1.3em;
	border-bottom: 1px dashed #dedede;
	background-color: #edffff;
	padding: 3px;
}
.yellowHeading {
	color: #ffffff;
	font-size: 1.3em;
	border-bottom: 1px dashed #dedede;
	background-color: #fecd1b;
	padding: 3px;
}
.darkBlueHeading {
	color: #ffffff;
	font-size: 1.3em;
	border-bottom: 1px dashed #dedede;
	background-color: #006eab;
	padding: 3px;
}
.purpleHeading {
	color: #662868;
	font-size: 1.3em;
	border-bottom: 1px dashed #e058e5;
	background-color: #feeaff;
	padding: 3px;
}
.yellowInnerHeading {
	color: #6c5b11;
	font-size: 1em;
	background-color: #fef8e3;
	border-bottom: 1px dashed #dedede;
	border-right: 1px dashed #dedede;
	padding: 3px;
	margin-bottom: 10px;
	width: 50%;
}
.blueText {
	color: #006eab;
}
.greenText {
	color: #00a4a6;
}
.yellowText {
	color: #6c5b11;
}
.blackText { /*used for black text within lists*/
	color: #000;
}
.alertText {
	color: #ff1111;
}
.innerColumnDarkBlue {
	width: 266px;
	float: left;
	margin-right: 10px;
	border: 1px #006eab dashed;
	padding: 10px;
	background-color:#ecf9ff;
	color:#006eab;
}
.innerColumnDarkBlueTitle {
	color: #fff;
	padding: 5px;
	border-bottom: 1px #006eab dashed;
	background-color: #006eab;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.innerColumnGreen {
	width: 266px;
	float: left;
	margin-right: 10px;
	border: 1px #00a4a6 dashed;
	padding: 10px;
	background-color:#e6f9f9;
	color:#00a4a6;
}
.innerColumnGreenTitle {
	color: #fff;
	padding: 5px;
	border-bottom: 1px #00a4a6 dashed;
	background-color: #00a4a6;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
#templateLeftContent li {
	color:#006eab;
	list-style-image:url(images/bullet-blue.gif);
	list-style-position:outside;
	margin-bottom:10px;
}
.spacer {
	height: 10px;
}
/* Links */
/*------------------------------------------------------*/
.yellowLink:link {
	color: #6c5b11;
}
.yellowLink:hover {
	color: #ffffff;
	background-color: #6c5b11;
}
.yellowLink:visited {
    color: #6c5b11;
}
.yellowLink:visited:hover {
	color: #ffffff;
	background-color: #6c5b11;
}
#templateLeftContent a:link, #templateRightContent a:link {
	color: #006eab;
}
#templateLeftContent a:hover, #templateRightContent a:hover {
	color: #ffffff;
	background-color: #006eab;
}
#templateLeftContent a:visited, #templateRightContent a:visited {
    color: #006eab;
}
#templateLeftContent a:visited:hover, #templateRightContent a:visited:hover {
	color: #ffffff;
	background-color: #006eab;
}
#templateLeftContent .innerColumn a:link {
	color: #6c5b11;
}
#templateLeftContent .innerColumn a:hover {
	color: #ffffff;
	background-color: #6c5b11;
}
#templateLeftContent .innerColumn a:visited {
    color: #6c5b11;
}
#templateLeftContent .innerColumn a:visited:hover {
	color: #ffffff;
	background-color: #6c5b11;
}
/* Breadcrumbs */
/*------------------------------------------------------*/
#breadcrumbs {
	height: 9px;
	text-align: right;
	color: #8f8f8f;
	font-size: 10px;
	padding: 6px 0px 10px 10px;
	background-image:url(images/breadcrumbs-bg.gif);
	background-repeat:repeat-x;
}
#breadcrumbs a {
	color:#8f8f8f;
}
/* Form Elements */
/*------------------------------------------------------*/
.textBox {
	border:solid #a02300 1px;
    color: #a02300;
	padding-left: 3px;
	padding-right: 3px;
}
.textBox2 {
	border:solid #06555c 1px;
	color:#06555c;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
}
.dropDown {
	border:solid #06555c 1px;
	color:#06555c;
	font-size: 14px;
	padding-left: 3px;
}
.pushButton {
   font-size:11px;
   height:20px;
   background-color:#fff;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   background-image:url(images/btn-bg.gif);
   border:solid #a02300 1px;
   color: #fff;
}
.pushButton2 {
   font-size:11px;
   height:25px;
   background-color:#fff;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   background-image:url(images/btn2-bg.gif);
   border:solid #06555c 1px;
   color: #fff;
   padding-left:15px;
   padding-right:15px;
   padding-bottom:2px;
}
.leftCell {
	background-color: #d9fbff;
	color: #06555c;
	padding: 3px;
	border-right: 3px #cce9fe solid;
	border-bottom: 3px #cce9fe solid;
	text-align: right;
}
.rightCell {
	background-color: #d9fbff;
	padding: 3px;
	border-bottom: 3px #cce9fe solid;
}
.blankCell {
	background-color:#cce9fe;
}
.headingCell {
	color: #8a1080;
	font-weight: bold;
	background-color: #ffd7fc;
	padding: 3px;
	border-bottom: 3px #cce9fe solid;
}
.exactCheckBox {
	color:#006eab;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
/* Content Panels */
/*------------------------------------------------------*/
.greyPanelTop {
	background-image:url(images/grey-panel-top-bg.gif);
	background-repeat:no-repeat;
	height: 12px;
}
.greyPanelContent {
	background-color: #e9e9e9;
	padding: 0px 12px 0px 12px;
}
.greyPanelContent img {
	margin: 0px 5px 5px 0px;
}
.greyPanelBottom {
	background-image:url(images/grey-panel-bottom-bg.gif);
	background-repeat:no-repeat;
	height: 12px;
	margin-bottom:20px;
}
.yellowPanelTop {
	background-image:url(images/yellow-panel-top-bg.gif);
	background-repeat:no-repeat;
	height: 12px;
}
.yellowPanelTop img {
	border: none !important;
}
.yellowPanelContent {
	background-color: #fef8e3;
	padding: 0px 12px 0px 12px;
}
.yellowPanelBottom {
	background-image:url(images/yellow-panel-bottom-bg.gif);
	background-repeat:no-repeat;
	height: 12px;
	margin-bottom:20px;
}
.yellowPanelBottom img {
	border: none !important;
}
.quotePanelTop {
	background-image:url(images/quote-panel-top-bg.gif);
	background-repeat:no-repeat;
	height: 12px;
}
.quotePanelContent {
	background-color: #49afe7;
	padding: 0px 12px 0px 12px;
	font-size: 1.2em;
	font-weight:bold;
	font-style:italic;
	color: #fff;
}
.quotePanelContent .credit {
	font-size: .7em;
	font-weight:normal;
	font-style:normal;
	padding-top:7px;
}
.quotePanelBottom {
	background-image:url(images/quote-panel-bottom-bg.gif);
	background-repeat:no-repeat;
	height: 12px;
	margin-bottom:20px;
}
.quoteLeft {
	margin-right: 5px;
}
.quoteRight {
	margin-left: 5px;
}
.quoteSpacer {
	background-color: #49afe7;
	padding: 8px 12px 8px 12px;
}
.quoteSpacer hr {
	height: 1px;
	color: #fff;
}
.corner {
	float:right;
}
.homeContentPanel {
	margin-left: 69px;
}
/* Images */
/*------------------------------------------------------*/
.imageTopRight {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px #6a6a6a solid;
}
.netWorkThumbnail {
	width:105px;
	height:135px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #a1b7c8;
	background-color: #daeffe;
	background-image:url(images/panel-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}	
.netWorkThumbnail img {
	margin:0 !important;
	margin-bottom:3px !important;
	border:0;
	display:block;
}
.lastNetWorkThumbnail {
	margin-right:0 !important;
}
.noBottomMargin {
	margin-bottom:0 !important;
}