/* CSS Document */

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#7D9CDD;
	font-family:arial,sans-serif;
	font-size: 0.85em;
	color:#000000;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	background-color: #1289D7;
	background-image:url(images/bg_banner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 200px;
	margin-bottom: 4px;
}

#header a {
	position: absolute;
	top: 30px;
	right: 20px;
	padding: 100px 60px 50px 90px;
	font-size: 1px;
	color: #0051A0;
}

#header .homeLink {
	position: absolute;
	top: 30px;
	right: 20px;
	padding: 100px 60px 50px 90px;
	font-size: 1px;
	color: #0051A0;
}

#header #yarq_quote {
	position: absolute;
	top: 50px;
	left: 180px;
	width: 460px;
	height: 60px;
	padding-left: 0px;
	color: #EDEEEE;
	overflow:auto;
}

#header #yarq_quote .quote {
	font-weight: bold;
}

#header img {
	margin-left: 175px;
	margin-top: 112px;
}

#quote {
	padding: 60px 175px 60px 200px;
	text-align: center;
}

#quote p {
	color: #ffffff;
	font-style:italic;
		font-size:1.1em;
		margin:0;
}


#content {
	position: relative;
	left: 275px;
	padding:1em 1em 5em; /* bottom padding for footer */
	/*overflow: auto;*/
	min-height: 500px;
	width: 500px;
	background-image:url(images/bg_text.gif);
	background-position: top left;
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	border-bottom: 0px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
}

*html #content {
	height: 500px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p  {
	margin-left: 10px;
	margin-right: 10px;
}

#content h1 {
	font-size: 1.45em;
	color: #0051A0;
}

#content h2 {
	font-size: 1.25em;
	color: #0051A0;
}

#content h4 {
	margin-left: 10px;
	color: #0051A0;
}

#content a {
	color: #0051A0;
	font-weight: bold;
}

#content a:hover {
	color: #999999;
}

#content .post {
	border-bottom: 2px dashed #999999;
}

p.toTop {
	width: 70px;
}
	
#leftPanel {
	position: absolute;
	width: 288px;
	height: 560px;
	margin-top: 0px;
	/*background-image:url(images/bg_leftPanel.gif);
	background-position: 259px 0px;
	background-repeat:no-repeat;*/
	z-index: 10;
}

*html #leftPanel {
	margin-top: 0px;
}

#nav {
	position: relative;
	width: 270px;
	background-color: #678CE4;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-bottom: 10px;
}

#nav li {
	margin-left: 10px;
	list-style-image: url(images/li_nav.gif);
	padding-top: 5px;
	color: #FFFFFF;
}

#nav li li {
	margin-left: -20px;
	list-style-image: url(images/li_nav.gif);
	padding-top: 5px;
}

#nav li h2 {
	margin-left: 0px;
	list-style-image: url(images/li_nav.gif);
	padding-top: 5px;
	color: #0051A0;
	font-size: 1.25em;
}

#nav p {
	padding-left: 10px;
	color: #ffffff;
}

#nav a {
	/*display: block;*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 15px;
	border-bottom: 1px solid #5B5153;
}

#nav a:hover {
	color: #0051A0;
	font-weight: bold;
	/*border-right: 5px solid #FFFFFF;*/
	border-bottom: 1px solid #FFFFFF;
}

#promo {
	width: 270px;
	background-color: #EFE6D4;
	/*background-image:url(images/bg_promo.gif);
	background-position: 259px 5px;
	background-repeat:no-repeat;*/
	z-index: 0;
	padding-bottom: 10px;
}

#promo h1 {
	margin-top: 0px;
	padding-top: 5px;
	margin-left: 8px;
}
#promo h2 {
	font-size: 1em;
	margin-bottom: 0px;
	margin-left: 8px;
}

/*#promo ul {
	margin: 0px 0px 0px -25px;
}

#promo li {
	display: inline;
	font-size: .75em;		
}*/

#promo p {
	margin-left: 8px;
	margin-right: 12px;
}

#promo img {
	margin-left: 5px;
	margin-top: 6px;
}
#promo a {
	color: #0051A0;
	font-weight: bold;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#43576F;
	color: #FFFFFF;
	text-align:right;
	font-size: 0.85em;
}
#footer li {
	display: inline;
	border-right: 1px #FFFFFF solid;
	padding-right: 6px;
	padding-left: 6px;
	
}

#copyright a ,
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#copyright {
	padding-left: 5px;
	border-left: 1px #D6D6D6 solid;
	color: #FFFFFF;
	background-color: #96ADE3;
	width: 264px;
}

#copyright p {
	font-size: 0.85em;
}

/* 21C Styles */
/* CSS Document */
table.paymentTbl {
	border: 1px #DBB03E solid;
	margin-left: 6px;
}
table.paymentTbl td {
	padding: 8px;
}

table.paymentTbl .highlightRow td {
	background-color: #CCCCCC;
}

table.paymentTbl td {
	border-bottom: 1px #DBB03E solid;
}

.highlightTxt {
	font-weight: bold;
	margin: 6px;
	padding: 6px;
	border: 1px #000000 solid;
	background-color: #F4D686;
}


.testimonials td {
		border-bottom: 2px #000000 solid;
	
	}
