
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0px;
	padding: 0px; 
	background-color: #fff;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #222;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #222;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: small;
	color: #222;
}

td {
	font-size: small;
	color: #222;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	font-size: small;
	color: #3b2a7b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 160%;	
	font-weight: bold;
	color: #7d90a1;
	margin: 0px;
	padding: 15px 0px 5px 0px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-weight: bold;
	color: #7d90a1;
}

h2 a {
	font-size: 100%;
	color: #7d90a1;
}

h2 a:hover {
	text-decoration: none;
}



form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 
 
#top_bar {
	height: 102px;
	background-image: url("../images/site/top_bg.png");
	background-repeat: repeat-x;
	background-color: #f6f5f8;
}

#top_logo{
	float: left;
	width: 97px;
}

#top_right {
	float: right;
	width: 640px; 
}

#top_contact_details {
	float: right;
	width: 202px;
}

#tagline {
	float: left;
}

#navigation {
	clear: both;
	padding: 0px;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 965px;
	background-color: #f7f6fa;
}

#footer {
	clear: both;
	padding: 15px 30px 35px 30px;
	background: bottom repeat-x url("../images/site/footer_bg.png");
	background-color: #f4f2f8;
}

#footer div {
	font-size: 85%;
	color: #333333;
}

#footer a {
	font-size: 100%;
}

/* home page structural styles */

#home_intro {
	position: absolute;
	top: 170px;
	left: 510px;
	width: 420px;
	z-index: 99;
	color: #fff;
}

#home_intro h1 {
	font-size: x-large;
	line-height: 130%;
	color: #fff;
}

#home_intro p {
	color: #fff;
}

#left_box {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	width: 450px;
	float: left;
	background: right repeat-y url(../images/site/vertical_dots.png);
}

#right_box {
	padding: 15px 0px 0px 0px;
	width: 450px;
	float: right;
}

#left_box h1, #right_box h1 {
	padding-top: 0px;
}

#home #footer {
	padding-top: 10px;
}

/* content page structural styles */

.content_page {
	background: url("../images/site/page_bg.png") left top repeat-y;
}

#left_nav {
	float: left;
	width: 183px;
	padding: 30px;
	margin: 0px 30px 0px 0px;
}

#page_content {
	float: left;
	width: 660px;
	padding-top: 30px;
}

#breadcrumb {
	font-size: 85%;
}

#breadcrumb a {
	font-size: 100%;
}

#col1 {
	float: left;
	width: 315px;
	margin: 0px 0px 30px 0px;
}

#col2 {
	float: left;
	width: 315px;
	margin: 0px 0px 30px 30px;
}

/* left nav styles */
.nav_item_1 a {
	display: block;
	background: top no-repeat url(../images/site/nav_item_1.png);
	padding: 9px 0px 9px 10px;
	color: #7d90a1;
	text-decoration: none;
}

.nav_item_1 a:hover, .nav_item_1_active a {
	display: block;
	background: top no-repeat url(../images/site/nav_item_1_active.png);
	padding: 9px 0px 9px 10px;
	color: #3b2a7b;
	text-decoration: none;
}

.nav_item_2 a, .nav_item_3 a{
	display: block;
	background: top no-repeat url(../images/site/nav_item_2.png);
	padding: 9px 0px 9px 26px;
	color: #3b2a7b;
	text-decoration: none;
}

.nav_item_2 a:hover, .nav_item_2_active a, .nav_item_3 a:hover, .nav_item_3_active a {
	display: block;
	background: top no-repeat url(../images/site/nav_item_2_active.png);
	padding: 9px 0px 9px 26px;
	color: #3b2a7b;
	text-decoration: none;
}


/* subnav styles */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	border: 1px #7a92a8 solid;
	background: repeat-x #385066 top url(../images/nav/dd_nav_bg.jpg);
	width: 125px;
	padding: 0px 5px 0px 5px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dd_nav_item, .dd_nav_item_last {
	width: 125px;
	border-bottom: 1px #688096 solid;
	padding: 5px 0px 5px 0px;
}

.dd_nav_item_last {
	border-bottom: 0px;
}

.dd_nav_item a, .dd_nav_item_last a {
	color: #fff;
	display: block;
}

.dd_nav_item a:hover, .dd_nav_item_last a:hover {
	display: block;
	text-decoration: underline;
}

/* people page styles */

#people_left {
	float: left;
	width: 230px;
	margin-right: 20px;
}

#people_right {
	width: 410px;
	float: left;
}

#people_right a {
	display: block;
	float: left;
	margin: 0px 0px 10px 10px;
}

#people_left img, #people_right img {
	border: 1px solid #7d90a1;
}

/* general styles */

.smallText {
	font-size: 80%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}
