@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #eef3c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #77787b;
}
.container {
	text-align: left;
	margin: 0 auto;
	width: 961px;
}
#header {
	float: left;
	width: 961px;
	height: 116px;
	background: #fff;
}
#nav {
	float: left;
	width: 844px;
	height: 30px;
	background: #a090a9;
	font-size: 18px;
	padding-left: 117px;
}
#subhead {
	float: left;
	width: 961px;
	height: 55px;
	background: #8a7995;
}
#body {
	float: left;
	width: 961px;
	background: #fff url(../images/dash_bg.gif) 318px top repeat-y;
	min-height: 445px;
	height: auto !important;
	height: 445px;
}
#left_col {
	float: left;
	width: 320px;
	padding: 36px 0;
}
#right_col {
	float: left;
	width: 641px;
	padding: 36px 0;
}





#home #body, #contact_us #body {
	background: #fff url(../images/dash_bg.gif) 490px top repeat-y;
}
#home #left_col, #contact_us #left_col {
	width: 492px;
}
#home #right_col, #contact_us #right_col {
	width: 469px;
}

#about_us #body {
	background: #fff;
}




img {
	border: none;
}
a {
	color: #8a7995;
}
a:hover {
	color: #a090a9;
}

/* Header */
#logo {
	float: left;
}
#header_graphic {
	float: right;
}
#utility_nav {
	float: right;
	width: 594px;
	height: 26px;
	text-align: right;
}
#utility_nav a {
	float: right;
	margin: 6px 36px 0 0;
	color: #6b6b6b;
	text-decoration: none;
}
#utility_nav a:hover {
	color: #8d8c8c;
}

/* Nav */
#nav a {
	float: left;
	height: 25px;
	padding: 5px 14px 0 14px;
	color: #d7d1d1;
	text-decoration: none;
	text-align: center;
}
#nav a:hover, #nav a.selected {
	color: #fff;
	background: #8a7995;
}

/* Body */
h2 {
	padding: 0 28px 0 12px;
	font-size: 18px;
	color: #927ea5;
	font-weight: normal;
}
h3 {
	padding: 0 28px 0 12px;
	font-size: 12px;
	color: #927ea5;
}
h4 {
	padding: 0 28px 0 12px;
	margin: 10px 0 -12px 0;
	font-size: 12px;
	color: #927ea5;
}

li {
	margin: 4px 0;
}
.purple {
	color: #927ea5;
}


#home #left_col, #contact_us #left_col {
	padding: 0;
}

/* Left Col */

#left_col h2 {
	padding: 0 12px 0 28px;
}
#left_col table h2 {
	padding: 0;
}
#left_col h3 {
	padding: 0 12px 0 28px;
}
#left_col p {
	padding: 0 12px 0 28px;
}
#left_col ul {
	margin: 0 12px 0 48px;
	padding: 0;
}
#left_col table {
	margin: 0 0 0 12px;
}
#left_col table td {
	vertical-align: top;
}
#left_col table ul {
	margin-left: 20px;
}


.left_callout {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #c9e5e9;
	border: 1px dashed #927ea5;
	color: #927ea5;
	font-size: 16px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

.left_callout li {
	padding: 6px 8px;
	border-bottom: 1px dashed #927ea5;
}
.left_callout li.last {
	border-bottom: none;
}

/* Right Col */
#right_col p {
	padding: 0 28px 0 12px;
}
#right_col ul {
	margin: 0 28px 0 32px;
	padding: 0;
}
#right_col table {
	margin: 0 0 0 12px;
}
#right_col table td {
	vertical-align: top;
}
#right_col table ul {
	margin-left: 20px;
}