/*
dark purple: #702479
light purple: #F6E7F8
teal: #33AAC9
medium blue: #A4CEDE

*/

/* style for the entire page - everything visible within the browser window. */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/footer_right.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
}

/* style for large table that forms page layout. */
.page {
	margin: 0px;
	padding: 0px;
}


/*------------Styles for table cell containers in page layout.-------------------*/
.logo{
	background-color: #F6E7F8;
	padding: 0px;
	border-right: 1px solid #ECD9EF;
}

.headline {
	background-color: #FFFFFF;
	background-image:url(../images/banner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	padding-top: 32px;
	padding-left: 420px;
}
.nav_left {
	border-right: 1px solid #ECD9EF;
}
.nav {
	padding:0px;
	font-size: 12px;
	white-space: nowrap;
	padding-left: 32px;
}
.left {
	width:252px;
	padding: 0px;
	background-color: #FEF9FF;
	background-image:url(../images/left.gif);
	background-repeat:no-repeat;
	border-right: 1px solid #ECD9EF;

}
.content {
	padding-left: 36px;
	padding-right: 26px;;
	padding-bottom: 0px;
	padding-top: 16px;
}
.footer_left {
	background-color: #FEF9FF;
	padding: 5px;
	background-image:url(../images/footer_left.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	border-right: 1px solid #ECD9EF;

}
.footer_right {
	height: 146px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #666666;

}


/*------------- Styles for table data and charts. ----------------*/

/* Sets color for table borders.*/
.chart {
	background-color: #CCCCCC;
}

/* Sets color/style for table headings.*/
.chart th {
	background-color: #EEEEEE;
	text-align: left;
}

/* Sets color/style for table cells.*/
.chart td {
	background-color: #FFFFFF;
}

/*------------- Link styles ---------------*/

/* Links within nav bar - regular state */
.nav a {
	padding:0px;
	color: #17A7C5;
	margin: 0px 12px 0px 0px;
	background-image:url(../images/dot_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding-left:14px;
}

/* Links within nav bar - roll-over state */
.nav a:hover {
	text-decoration: underline;
}

/* Links within nav bar - "on" state */
.nav a.on {
	color: #702479;
	font-weight: bold;
	background-image:url(../images/dot_on.gif);
	background-repeat: no-repeat;
}

/* Regular links on page - normal state */
a {
	color: #33AAC9;
	font-weight: bold;
}

/* Regular links - roll-over state */
a:hover {
	color: #A4CEDE;
}


/*------------ Type styles --------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform:uppercase;
	color: #E8D4EB;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #702479;
}

h3 {
	margin-top: 16px;
	font-size: 13px;
	color: #702479;
}

h4{ 
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 0px;
}

p {
	font-size: 12px;
	margin-left: 20px;
	margin-top:0px;
	line-height: 22px;
}

strong{
	color: #702479;
}

/* Bulleted list */
ul {
	line-height: 16px;
	list-style-type: square;
}

/* Numbered list */
ol {
	line-height: 16px;
	list-style-type: decimal;
}

/* Notes for clients */
.note {
	background-color:#CCFF99;
}

.contact{
	margin-top:100px;
	padding:20px;
	color:#702479;
}

.contact h4{
	margin-bottom: 10px;
	line-height: 22px;
}

.underline{
	padding-bottom: 3px;
	border-bottom: 1px solid #DFF2F9;
}

.quote{
	padding-top: 16px;
	padding-right:20px;
}
.quote p{
	font-size: 12px;
	line-height: 30px;
	color: #702479;
	padding-left: 20px;
	background-image:url(../images/dot_border.gif);
	background-repeat:repeat-y;
	background-position: 0px;
	width: 190px;
	}

.portrait{
	margin-right: 20px;
	margin-bottom: 10px;
	border-right: 2px solid #936F9F;
	border-bottom: 2px solid #936F9F;
	color: #936F9F;
}
