/* Wrappers */
/*------------------------------------------------------*/
html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0px;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 930px;
	text-align: left;
}
#topWrapper {
	height: 110px;
	padding: 0px 10px 0px 0px;
	background-image:url(images/sky2.jpg);
	background-repeat:no-repeat;
}
#searchPanel {
	float:left;
	margin-top: 79px;
	margin-left: 5px;
}
#contentWrapper {
}
#mainContentWrapper {
	border: #dedede 1px solid;
	background-color: #fff;
	margin-bottom: 10px;
}
#mainTitleBar {
	height: 26px;
	background-image:url(images/title-bar-bg.gif);
	background-repeat:repeat-x;	
	padding: 23px 10px 0px 20px;
}
/* Footer */
/*------------------------------------------------------*/
#footer {
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	border-top: 1px solid #efefef;
	font-size: .65em;
	color: #a8a8a8;
	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 {
	color:#a8a8a8;
	text-decoration: underline;
}
/* Misc */
/*------------------------------------------------------*/
div.hr {
	height: 1px;
	background-color: #fff;
	margin: 10px 0px 10px 0px;
}
div.hr hr {
	display: none;
}
.logo {
	float:right;
	margin-top:33px;
}
.forceClear {
	clear: both;
	display: block;
    height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
h1 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #fff;
}
h2 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}
h5 {
	color: #00a4a6;
	font-size: 1.3em;
}
#templateLeftContent h5:first-child, #templateLeftContent h3:first-child, #templateLeftContent p:first-child, #templateRightContent h3:first-child, #templateRightContent p:first-child {
	margin-top:0px;
}
.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: 13px;
	text-align: right;
	padding: 5px 0px 5px 0px;
	color: #a1bdd5;
	font-size: 10px;
}
#breadcrumbs a {
	color:#a1bdd5;
}
/* Form Elements */
/*------------------------------------------------------*/
.textBox {
	border:solid #025491 1px;
    color: #025491;
	padding-left: 3px;
	padding-right: 3px;
	height:17px;
}
.textBox2 {
	border:solid #fecd1b 1px;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
}
.dropDown {
	border:solid #49afe7 1px;
	font-size: 14px;
	padding-left: 3px;
}
.dropDown2 {
	border:solid #fecd1b 1px;
	font-size: 14px;
	padding-left: 3px;
}
.pushButton {
   font-size:11px;
   height:21px;
   background-color:#fff;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   background-image:url(images/btn-bg.gif);
   border:solid #025491 1px;
   color: #fff;
   margin-bottom:2px;
}
.pushButton2 {
   font-size:11px;
   height:20px;
   background-color:#fff;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   background-image:url(images/btn-bg.gif);
   border:solid #025491 1px;
   color: #fff;
   padding-left:15px;
   padding-right:15px;
   padding-bottom:2px;
}
.leftCell {
	background-color: #f5f5f5;
	padding: 3px;
	border-right: 3px #fff solid;
	border-bottom: 3px #fff solid;
	text-align: right;
}
.rightCell {
	background-color: #fdffe4;
	padding: 3px;
	border-bottom: 3px #fff solid;
}
.headingCell {
	color: #006eab;
	font-weight: bold;
	background-color: #e2f5ff;
	padding: 3px;
	border-bottom: 3px #fff 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;
}
.clientPara {
	margin-bottom:-5px;
}
/* Images */
/*------------------------------------------------------*/
.imageTopRight {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px #6a6a6a solid;
}