body {
	background: #b9e1f8;
	font-family:arial,verdana,sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0px; padding: 0px;
	color: #3b6f8f;
}

a {
	color: #3b6f8f;
	text-decoration: none;
}

h1,h2 {
	font-size: 16pt;
	color: #d31e45;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 8pt;
}

h6 {
	font-size: 6pt;
}

.small {
	font-size: 7pt;
}

div.logged-in-menu {
	padding-right: 24px;
	padding-bottom: 2px;
	text-align: right;
	color: #3b6f8f;
}

div.logged-in-menu a {
	color: #3b6f8f;
	text-decoration: none;
}

div.page {
	margin: 0px auto;
	margin-top: 12px;
	text-align: left;
	width: 984px;
}

div.main-area-container {
	background: url(../images/shadow_side_repeat.png) repeat-y right;
	float: left;
	color: #323232;
}

div.main-area {
	background: #fff;
	width: 960px;
	float: left;
}

div.header {
	height: 113px;
	padding: 0px;
	margin: 0px;
}

div.main_menu {
	background-color: #d31e45;
	font-size: 14px;
	height: 25px;
}

div.main_menu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 70px;
}

div.main_menu ul li {
	color: #fff;
	display: inline;
	position: relative;
	top: 3px;
}

div.main_menu ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0px 0px;
	padding: 3px 10px;
	padding-bottom: 5px;
}

div.main_menu ul li a:hover {
	background-color: #127092;
	color: #a6def7;
}

div.main_menu ul li.hover a {
	background-color: #127092;
}

div.main_menu ul li a.current {
	color: b9e1f8;
}

div.main_menu ul.menu-children {
	background-color: #127092;
	border: none;
}
div.main_menu ul.menu-children li {
	display: block;
}

div.masthead {
	height: 152px;
	padding: 0px;
	margin: 0px;
}

div.masthead img {
	padding: 0px;
	margin: 0px;
}

div.content-container {
	padding-left: 80px;
	padding-right: 24px;
	padding-top: 30px;
	padding-bottom: 70px;
	float: left;	
}

div.content-container div.content {
	padding-right: 40px;
	width: 800px;
	vertical-align: top;
}

div.content-container div.right-panel {
	width: 525px;
	float: left;
}

div.content-container div.services {
	width: 290px;
	float: left;
}

div.content-container div.services div {
	padding-bottom: 15px;
}

div.footer {
	height: 25px;
	clear: both;
}

div.shadow_side {
	float: left;
	width: 24px;
	height: auto;
}

div.shadow_side_start {
	height: 40px;
	background: url(../images/shadow_side_top.png) no-repeat;
}

div.shadow_side_repeat {
	width: 24px;
	background: url(../images/shadow_side_repeat.png) repeat-y;
	display: block;
}

div.shadow_bottom {
	width: 984px; 
	float: left;
	clear: both;
	height: 24px;
}

div.shadow_bottom_start {
	height: 24px;
	width: 35px;
	background: url(../images/shadow_bottom_left.png) no-repeat;
	float: left;
}

div.shadow_bottom_repeat {
	height: 24px;
	width: 919px;
	background: url(../images/shadow_bottom_repeat.png) repeat-x;
	float: left;
}

div.shadow_bottom_end {
	height: 24px;
	width: 30px;
	background: url(../images/shadow_bottom_right.png) no-repeat;
	float: left;
}

div.content_item[class] {
	border: none;
}

div.content_item {
	border: none;
}

/* position the flash otherwise the flash 
 * sits above the drop down menu 
 */
embed {
	position: relative;
	z-index: 1;
}

.message {
	font-weight: bold;
}
