
body {
	background-color: #200638;
	font-family: 'Arial', sans-serif;
	font-size: 12pt;
}


div.clear {
	clear: both;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


hr {
	color: #542989;
	background-color: #542989;
	height: 2px;
}

ul {
	padding-left: 14px;
}

div#container {
	width: 980px;
	background-color: #f0f0f0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}


div#header {
	position: relative;
	background-image: url(../media/header.gif);
	height: 217px;
}


div#body {
	width: 960px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px
}


div#body_links {
	float: left;
	width: 150px;
	padding: 50px 30px 50px 50px;
}


div#body_main {
	float: left;
	padding: 50px 10px 50px 10px;
}


div.body_single_width {
	width: 370px;
}


div.body_double_width {
	width: 675px;
}


div#body_image_strip {
	float: right;
	width: 250px;
	padding: 50px 50px 50px 10px;
	text-align: left;
	font-size: 80%;
}


div#body_image_strip img {
	margin-bottom: 20px;
}


div#footer {
	background-color: #542989;
	padding: 8px;
	text-align: center;
	color: #ffffff;
}


div#footer a {
	color: #ffffff;
	text-decoration: none;
}


div#footer a.cn_link {
	color: #D9D2E1;
	font-size: 75%;
}


div.subsection_button {
	background-color: #542989;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 75%;
}


div.subsection_button:hover {
	background-color: #A28CBC;
	cursor: pointer;
}


div.subsection_button a {
	color: #ffffff;
	text-decoration: none;
}


div.subsubsection_button {
	margin-left: 20px;
	background-color: #542989;
	color: #ffffff;
	margin-bottom: 7px;
	padding: 4px;
	font-weight: bold;
	font-size: 65%;
}


div.subsubsection_button:hover {
	background-color: #A28CBC;
	cursor: pointer;
}


div.subsubsection_button a {
	color: #ffffff;
	text-decoration: none;
}


/* NEW */

div#main_title {
	position: absolute;
	top: 28px;
	left: 50px;
}

div#main_title h1 {
	font-weight: normal;
	font-size: 46px;
}

div#main_title a {
	text-decoration: none;
	color: #542989;
}

p.subtitle {
	margin: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 9.2px;
	line-height: 30px;
}

div#main_tagline{
	position: absolute;
	top: 143px;
	left: 50px;
	font-size: 12px;
	color: #ffffff;
}

div#service_list {
	position: absolute;
	top: 20px;
	right: 80px;
	font-size: 13px;
}

div#service_list a {
	color: #542989;
	text-decoration: none;
}

div#service_location {
	position: absolute;
	top: 143px;
	right: 50px;
	font-size: 12px;
	color: #ffffff;
}

div#sections {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	padding-left: 15px;
}

div.tab_unselected, div.tab_selected {
	width: 114px;
	height: 30px;
	text-align: center;
	float: left;
	font-size: 13px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	font-weight: bold;
}

div.tab_unselected a, div.tab_selected a {
	text-decoration: none;
	color: #542989;
}

div.tab_selected a {
	cursor: default;
}


div.tab_unselected {
	background-image: url('../media/tab_unselected.gif');
}

div.tab_unselected:hover {
	background-image: url('../media/tab_hover.gif');
	cursor: pointer;
	cursor: hand;
}

div.tab_selected {
	background-image: url('../media/tab_selected.gif');
	cursor: default;
}

div.tab_content {
	padding-top: 8px;
	padding-right: 4px;
}

div.paperclip {
	position: absolute;
	background-image: url('../media/paper_clip.png');
	width: 60px;
	height: 100px;
	right: 70px;
	bottom: -86px;
}

div.dx_boxout {
	font-size: 75%;
	border: 2px solid #542989;
	padding: 8px;
	text-align: center;
}


div.boxout {
	margin-top: 30px;
	color: #542989;
	font-size: 75%;
	border: 2px solid #542989;
	padding: 10px 20px 10px 20px;
}


div#body_image_strip div.boxout {
	margin-top: 0px;
	border-style: none;
}

input.readonly, textarea.readonly {
	background-color: #D4B4FA;
	font-weight: bold;
}

span.credit {
	font-size: 90%;
}
