@charset "utf-8";
/* CSS Document */
body {
	background-color:#536184;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
legend {
	color:#666;
}
h1 {
	font-size:22px;
	color:#39466A;
}
h2 {
	font-size:18px;
	color:#C90;
}
h3 {
	font-size:16px;
	color:#444;
}
#outerwrapper {
	width:807px;
	margin:auto
}
#innerwrapper {
	background-image:url(../images/innerwrapperBkg.jpg);
	background-repeat:repeat-y;
}
#header {
	margin-bottom:10px;
}
#indexHeaderGraphic {
	width:379px;
	float:right;
}
#ccbLogo {
	text-align:right;
	margin-right:420px;
	margin-left:22px;
	font-size:34px;
	color:#666;
	font-weight:bold;
	padding-bottom:8px;
	border-bottom:1px solid #666;
}
.clearBoth {
	clear:both;
}
.bluText {
	color:#465784;
}
.noBold {
	font-weight:normal;
}
.error {
	color:#F00;
}
.disclaimer {
	font-size:12px;
	color:#999;
}
#onlineChatPymt, #onlineChatDisputes {
	float:right;
}
.chatBannerBorder {
}
.imgLeft {
	float:left;
	margin:10px 20px 10px 0;
}
.imgRight {
	float:right;
	margin:10px 0 10px 20px;
}
.borderDrk {
	border:1px solid #999;
}
.goldLine {
	width:33%;
	border-bottom:2px solid #C90;
}
#address-phone-fax {
	text-align:right;
	margin-right:420px;
	margin-left:22px;
	padding-top:5px;
	font-size:11px;
	color:#666;
}
#mainBody {
	margin:0 30px 0 22px;
}
#nav {
	clear:both;
	background-color:#39466A;
}
#navWrapper {
	width:590px;
	margin:auto;
}
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 26px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding:0;
  float: left;/* For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 22px;
}
ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
/* Root Menu */
ul#navmenu a {
  padding: 5px 25px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-color:#39466A;
  color: #FFFFFF;
  font: 12px/14px Arial, Helvetica, sans-serif;
  font-weight:normal;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background-color: #ccc;
  border-top:1px solid #39466A;
  border-bottom:1px solid #39466A;
  color: #000;
}
#mainBody {
	background-image:url(../images/mainBodyBkg.jpg);
	background-repeat:repeat-y;
}
#sidePanel {
	width:130px;
	font-size:12px;
	color:#333;
	padding-top:25px;
	float:left;
	margin-bottom:20px;
}
#sideNav {
	width:123px;
}
ul#sideNavMenu {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 0;
}
ul#sideNavMenu ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#sideNavMenu ul li {
  background-image: none;
}
ul#sideNavMenu li {
  background-image: none;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#sideNavMenu li ul {
  display: none;
  top: 0;
}
ul#sideNavMenu li:hover > ul {
  display: block;
  position: absolute;
}

ul#sideNavMenu li.hover > ul {
  display: block;
  position: absolute;
}

ul#sideNavMenu li.current > ul {
  position: absolute;
}
ul#sideNavMenu > li {
  background-image: none;
}
ul#sideNavMenu > li > a {
  /*background-color: #99C8C1;
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;*/
  color: #173232;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 108px;
}
ul#sideNavMenu > li > a:active {
  background-color: #FAEEDB;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#sideNavMenu > li:hover > a {
  background-color: #39466A;
  border-right:1px solid #A4A4A4;
  border-left:1px solid #A4A4A4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

ul#sideNavMenu > li.hover > a {
  background-color: #39466A;
  border-right:1px solid #A4A4A4;
  border-left:1px solid #A4A4A4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
ul#sideNavMenu > li.current > a.current {
  background-color: #39466A;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#mainContent {
	margin-left:160px;
	font-size:12px;
	color:#666;
	padding-bottom:25px;
}
#footer {
	clear:both;
	border-top:10px solid #39466A;;
	background-color:#fff;
	font-size:10px;
	color:#999;
	padding-top:5px;
}
#copyright {
	padding-top:10px;
	text-align:center;
}
#copyright a, #copyright a:visited {
	text-decoration:none;
	color:#999;
}
#copyright a:hover {
	text-decoration:underline;
	color:#000;
}
#banners {
	width:200px;
	height:295px;
	float:right;
	padding:20px 0 20px 20px;
	text-align:right;
}
#banners a img , #banners a:visited img {
	border-style:none;
	margin-bottom:15px;
}
#btmbanners {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
#btmbanners a img , #btmbanners a:visited img {
	border-style:none;
	margin:5px;
}
form.ccbNote {
	margin-bottom:25px;
}
.pleaseNote {
	font-variant:small-caps;
}
.pleaseNoteMsg {
	color:#900;
	font-style:italic;
}
.pleaseNoteMsg a, .pleaseNoteMsg a:visited {
	color:#900;
}
ul.services li {
	margin-bottom:10px;
	font-size:14px;
}
blockquote.promise {
	font-size:14px;
}
.padTop10 {
	padding-top:10px;
}
#inquiryForm {
	background-color: #EAECF2;
	padding:5px;
	margin:5px;
}
form#AppointmentRequest_NewFromBlank_Default {
	margin-top:0;
	padding-top:0;
}
#supportChat {
	/*float:right;
	margin-right:25px;*/
	width:160px;
	border:1px solid #ccc;
}
table#payacct {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	font-size:11px;
	font-weight:bold;
	color:#333;
	background-color:#E2E7EB;
	margin-bottom:10px;
}
table#payacct td {
	vertical-align:top;
	padding:1px 3px;
	text-align:right;
}
table#payacct td.dataCell {
	font-weight:normal;
	color:#39466A;
	text-align:left;
}
td.processingFeeDescription  {
	font-style:italic; 
	font-weight:normal;
	text-align:right;
}
div#pymtChoices {
	margin-bottom:25px;
}
.pymtProc {
	text-align:center;
	font-size:10px;
}
td.lineHeading {
	text-align:right;
	font-weight:bold;
}
td.lineObj {
	text-align:left;
}
table#ckpymt td, table#ccpymt td {
	vertical-align:top;
}