/* global elements start */

body {
	height: 100%;
	width:100%;
	margin: 0px;
	padding:0px;
	/* background-color: #EEEEEE; */
	background-color: #ffffff;
	color: #000000;
	font-family: arial,helvetica,tahoma,sans-serif;
	text-align: center;
}

p, h1, h2, #b-button, table {
	margin: 12px 20px 0px 40px;
}

h1 {
	color: #89023D;
	padding-top: 16px;
	font-size: 99%;
}

h2 {
	padding-top: 10px;
	font-size: 90%;
	vertical-align: middle;
}

p, ul, ol {
	font-size: 75%;
}

a:link, a:visited {
	color: #89023D;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #B1617E;
	font-weight: bold;
	text-decoration: none;
}

ul, ol {
	margin: 8px 20px 0px 70px;
}

ul {
	list-style-type: square;
}


li {
	padding: 2px;
}

/* image no border */
img { 
	border: 0px solid; 
	margin: 0px;
}

/* image with standard border */
.imgB {
	border-width: 1px; 
	border-style: solid; 
	border-color: #CCCCCC; 
}

.imgR { 
	float: right;
}

.imgL { 
	float: left;
}

hr {
	width:85%;
	height: 1px;
	background-color: #CCCCCC;
	color: #CCCCCC;
	border: 0px;
	text-align: center;
}

table {
	width:80%;
	border:0px solid;
	text-align:left;
}

th {
	background-color: #B1617E;
	color: #FFFFFF;
	padding: 6px;
	font-size: 80%;
	text-align:center;
}

td {
	border:1px solid #CCCCCC;
	padding: 6px;
	font-size: 80%;
	vertical-align: top;
}

tr.shaded {
	background-color: #E4E4E4;
}

/* global elements end */

.super {
	vertical-align: super;
	font-size: 80%;
}


/* testimonial start */

.testimonial {
	width: 217px;
}

.qtop {
	height: 30px;
	background: url(/i/testimonial_top.jpg) no-repeat;
}

.qbody {
	background: url(/i/testimonial_middle.jpg);
	color: #999999;
	padding: 20px;
	font-size: 75%;
	font-weight: bold;

}

.qbottom {
	height:12px;
	background: url(/i/testimonial_end.jpg) no-repeat;
}

.qsign {
	padding: 16px 0px 2px 0px;
	text-align:right;
}

/* testimonial end */

/* ids start */

#main {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px; 
	background-color:#FFFFFF;
	padding:0px;
	text-align:left;
}

#header {
	width:760px;

	margin-right:auto;
	margin-left:auto;

	background-color: #FFFFFF;
	padding:0px;
}

#headerlogo {
	width:760px;

	background-color: #FFFFFF;
	padding:0px;
	margin: 0px;
}

#headernav {
	clear: both;

	margin: 0px;

	background-color: #89023D;
	padding: 6px 20px 6px 20px; 
	font-size: 90%;
	text-align:center;
	vertical-align: middle;
}

#headernav a:link, #headernav a:visited {
	color: #FFFFFF;
	padding: 6px 20px 6px 20px;
	font-weight: bold;
	text-decoration: none;
}

#headernav a:hover { 
	color: #dbb6c3; 
}

#headernav a#headernavsel {
	background-color: #B1617E;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#headerblank { 
	height: 1px;
	background-color: #FFFFFF;
}

#contentleft {
	width: 211px;
	float: left;
	background-color: #FFFFFF;
	text-align: right;
}

#contentleft p, #contentleft h2 {
	margin: 10px 10px 0px 10px;
}

#contentleft p {
	font-size: 75%;
	color: #999999;
}


#contentleft a:link, #contentleft a:visited { 
	color: #B1617E;
	font-weight: bold;
	text-decoration: none;
}

#contentleft a:hover { 
	color: #B1617E;
}

#navlist {
	margin: 0px;
	padding: 0px;
	font-size : 85% ;
	font-weight: bold;
}

#navlist li {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 8px 2px 0px;
	list-style: none;
}

#navlist li a
{
	color: #000000;
	border-left: 0.75em solid #FFFFFF;
	display: block;
	text-decoration: none;
}

#navlist li a:link, #navlist li a:visited { 
	color: #000000;
	text-decoration: none;
}

#navlist li a:hover {
	border-color: #CCCCCC;
	color: #B1617E;
}

#navlist li a#current {
	border-color: #B1617E;
	color: #89023D;
}

#contentcenter {
	width: 549px;
	float: left;
	background-color: #FFFFFF;
}

#homeleft {
	width: 262px;
	float: left;
	background-color: #FFFFFF;
}

#homeleftR {
	text-align: right;
}

#homemiddle {
	width: 262px;
	float: left;
	background-color: #FFFFFF;
}


#homemiddle p img {
	float: left;
}


#homemiddle img {
	margin-right: 10px;
}

#homemiddle p {
	clear: both;
}

#homeleft p, #homeleftR, #homemiddle p, #homeright p, #homeleft h1, #homeleft h2, #homemiddle h1, #homeright h1, #homemiddle hr{
	margin: 10px 20px 0px 20px;
}

#homeright {
	width: 236px;
	float: left;
	background-color: #FFFFFF;
}

#footer {
	clear:both;

	background-color: #FFFFFF;
	padding: 0px;

	text-align: center;
}

#footerblank {
	height: 3em;
}

/*
#footerline {
	background-color: #89023D;
}
*/

#footernav {
	background-color: #89023D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	padding: 4px 8px 4px 8px;
	vertical-align: middle;
}

#footernav a:link, #footernav a:visited { 
	color: #FFFFFF;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
}

#footernav a:hover { 
	color: #C6C6C6;
}

#footercopyright {
	font-size: 75%;
	background-color: #FFFFFF;
	color: #999999;
	padding: 5px;
}





