*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #788DAB;
	background-image: url(images/bg_repeat_x.jpg);
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
}

:focus
{
  -moz-outline-style: none;
}

a img{
	color: #000000;
}

#container{
	width: 860px;
	margin: 0 auto 25px auto;
}

#header{
	position: relative;
	height: 173px;
}
#header h1{
	width: 860px;
	height: 173px;
	text-indent: -1000em;
	background-image: url(images/header.jpg);
}

#header h1 a{
	display: block;
	width: 860px;
	height: 173px;
}
#header #client_tools{
	display: block;
	background-image: url(images/client_tools.jpg);
	text-indent: -1000em;
	height: 50px;
	width: 65px;
	position: absolute;
	top: 15px;
	right: 37px;
}



/* START DROP DOWN */
	#nav{
		width: 800px;
		margin: 0 auto;
	}

	.dropdown{
		float:left;
	}

	.dropdown dt{
		background-color: #0A2565;
		background-image: url(images/nav_button_bg.jpg);
		width: 158px;
		cursor: pointer;
		color: #FFFFFF;
		text-align: center;
		margin: 2px 1px;
		padding: 5px 0;
	}

	.dropdown dt:hover{
		background-image: url(images/nav_button_bg_over.jpg);
	}

	.dropdown dd{
		position: absolute;
		overflow: hidden;
		width: 160px;
		display: none;
		background: #fff;
		z-index: 200;
		font-size: 12px;
		
	}

	.dropdown ul{
		width: 158px;
		list-style: none;
		border-top: none;
		border: 1px solid;
	}

	.dropdown li{
		display: inline;
	}

	.dropdown a, .dropdown a:active, .dropdown a:visited{
		display: block;
		padding: 5px;
		color: #333;
		text-decoration: none;
		background: #eaf0f2;
	}

	.dropdown a:hover{
		background: #d9e1e4;
		color: #000;
	}

	.dropdown .underline{
		border-bottom: 1px solid #b9d6dc;
	}

/* END DROP DOWN */



#mid{
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/z_watermark.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#quicklinks{
	float: right;
	width: 175px;
	border-left: dotted;
	margin: 50px 0 50px 50px;
	padding: 10px 0 50px 25px;
	font-size: 10px;
	color: #0A2565;
}

#quicklinks a{
	text-decoration: none;
	color: #0A2565;
}

#quicklinks a:hover{
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#quicklinks ul{
	list-style-position: inside;
	margin: 0 0 0 1px;
}

#quicklinks li{
	list-style-image: url(images/list_arrow.jpg);
	margin: 0 0 10px 0;
	color: #0A2565;
}

#quicklinks h3{
	margin: 0 0 20px 0;
	font-size: 12px;
	background-color: #0A2565;
	color: #FFFFFF;
	padding: 5px;
}

.client_tools_list li{
	width: 332px;
	height: 51px;
	line-height: 50px;
	list-style-type: none;
	background-image: url(images/blue_button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 5px auto;
}

.client_tools_list a{
	display: block;
	width: 332px;
	height: 51px;
	color: #0A2565;
	text-decoration: none;
}

#content{
	width: 600px;
	margin: 0 auto;
	padding: 50px 0 25px 0;
	font-size: 12px;
}

#content h2{
	margin: 0 0 20px 0px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid;
	width: 60%;
	font-size: 23px;
	color: #7D7D7D;
}

#content h3{
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 17px;
	color: #9E9E9E;
	font-weight: normal;
}

#content p{
	margin: 0 0 15px 0;
}

#content ul{
	list-style-position: inside;
	margin: 15px 0 15px 50px;
}

#content dl{
	margin: 15px 0;
}

#content dt{
	font-weight: bold;
}

#content dd{
	margin: 0 0 15px 15px
}

#content .image_right{
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid;
}

#content .image_left{
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid;
}

#content form label{
	display: block;
	font-weight: bold;
}

#content form input, #content form select, #content form textarea{
	margin: 0 0 15px 0;
}

#content form fieldset{
	padding: 20px;
	margin: 0 0 15px 0;
}

#content .submit{
	display: block;
	margin: 15px 0;
}

#content form fieldset legend{
	font-weight: bold;
}

#content .dropcap{
	font-size: 65px;
	font-weight: bold;
	line-height: 55px;
	float: left;
	padding: 0 5px 0 0;
	color: #0A2565;
}

#footer{
	width: 650px;
	margin: 0 auto;
	padding: 5px 0 25px 0;
	text-align: right;
	font-size: 9px;
	border-top: 1px solid;
	clear: both;
}

#footer_accreditations{
	float: left;
}

#footer_accreditations a img{
	border: 0px;
}

