*, html {
	padding: 0;
	margin: 0;
	}
	
body {
	background-color: #224157;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	}
	
.clear {
	clear: both;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
.qualifications {
	font-size: 10px;
	font-weight: lighter;
	line-height:  12px;
	}

.title {
	font-size: 12px;
	line-height:  14px;
	}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h2 {
	font-size: 18px;
	padding-bottom: 18px;
	}

h2 img {
	position:  absolute;
	padding: 2px;
	left: 520px;
	top: 30px;
	}
	
h3 {
	color: #CB512C;
	font-size: 22px;
	}	
	
#wrapper {
	width: 960px;
	padding: 0 15px;
	border-color: #0F1C26;
	border-width: thin;
	border-style: solid;
	margin: 0 auto;
	background-color: #366689;
	}
	
#header {
	width: 960px;
	height: 95px;
	background-color:#FFFFFF
	}
	
#header img {
	float: left;
	}
	
#header h1 {
	overflow: hidden;
	width: 0;
	height: 0;
	}
	
#header ul {
	float: right;
	height: 33px;
	list-style: none;
	background: url(images/nav-bg.gif) repeat-x;
	margin-top: 59px;
	}
	
#header li {
	float: left;
	font-size: 10px;
	padding: 10px 30px;
	background: url(images/nav-divider.gif) top right no-repeat;
	}
	
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header li a:hover {
	text-decoration: underline;
	}

#header li.currentpage {
	background: #BC7D65;
	}
	
#header li.last {
	background: none;
	}
	
#main {
	width: 930px;
	padding: 15px;
	background: #FFFFFF;
	}

#main #masthead {
	width: 890px;
	height: 224px;
	padding: 25px 20px 0 20px;
	background: url(images/masthead-bg.jpg);
	margin-bottom: 15px;
	}

#main #masthead_subpages hr {
	border: none;
	height: 1px;
	background: #D2E1EE;
	color: #D2E1EE;
	}
		
#main #masthead h2 {
	font-size: 25px;
	color: #FFFFFF;
	}
	
#main #masthead p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	width: 800px;
	margin: 10px 0 35px 0;
	}
	
#masthead img {
	position:absolute;
	top:300px;
}

/* HOME PAGE main content styling */

#main #container_home {
	background: url(images/sidebar-bg.gif) repeat-y right;
	}
	
#main #maincontent_home {
	float: left;
	width: 602px;
	padding-left: 3px;
	}
	
#main #maincontent_home h3 {
	color: #CB512C;
	font-size: 22px;
	padding: 15px 0 25px 0;
	}
	
#main #maincontent_home p {
	line-height: 20px;
	padding: 0px 0 15px 0;
	}
	
#main #maincontent_home hr {
	border: none;
	height: 1px;
	background: #D2E1EE;
	color: #D2E1EE;
	margin-top: 8px;
	margin-bottom: 8px;	
	}
	
#main #maincontent_home h4 {
	color: #2d4b32;
	font-size: 14px;
	margin-bottom: 20px;
	}
	
#main #maincontent_home ul {
	width: 600px;
	list-style: none;
	}
		
#main #maincontent_home li {
	padding: 7px 0 8px 24px;
	background: url(images/bullet.gif) left no-repeat;
	}

#main #maincontent_home a:link {
	color: #000066;
	text-decoration:  none;
	}

#main #maincontent_home a:visited {
	color: #000066;
	text-decoration:  none;
	}
	
#main #maincontent_home a:hover {
	color: #000066;
	text-decoration:  underline;
	}

	
/* SUBSEQUENT PAGES main content styling */

#main #maincontent {
	position: relative;
	float: right;
	width: 682px;
	padding-right: 3px;
	}
	
#main #maincontent h3 {
	color: #CB512C;
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0 20px 0;
	}
	
#main #maincontent p {
	line-height: 20px;
	padding-top: 10px;
	}
	
#main #maincontent hr {
	border: none;
	height: 1px;
	background: #D2E1EE;
	color: #D2E1EE;
	margin-bottom: 25px;
	}
	
#main #maincontent h4 {
	color: #CB512C;
	font-size: 18px;
	margin-bottom: 20px;
	}
	
#main #maincontent ul {
	width: 702px;
	}
		
#main #maincontent li {
	line-height: 20px;
	margin: 15px;
	padding: 0px 0 0px 24px;
	}

#main #maincontent a:link {
	color: #000066;
	text-decoration:  underline;
	}
	
#main #maincontent a:visited {
	color: #000066;
	text-decoration:  underline;
	}
	
#main #maincontent a:hover {
	color: #000066;
	text-decoration:  underline;
	}
	
	
/* NEWS SECTION styling - HOME PAGE */
	
#main #news {
	float: right;
	width: 265px;
	padding: 15px 15px 0px 15px;
	}
	
#main #news .feed {
	padding: 2px 8px 0 0;
	}

#main #news h3 {
	padding: 0px 0 20px 0;
	}
	
#main #news h4 {
	color: #000066;
	font-size: 14px;
	margin-bottom: 20px;
	}
	
#main #news p {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 20px;
	}
	
#main #news p a {
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
	}
	
#main #news p a:hover {
	text-decoration: underline;
	}
	
#main #news span {
	color: #018C39;
	font-style: italic;
	}
	
#main #news p a.link {
	color: #78451e;
	text-decoration: none;
	border-bottom: dotted 1px #e08f50;
	font-style: italic;
	padding-bottom: 1px;
	}



/* SECONDARY NAVIGATION styling */
	
#main #nav_sec {
	float: left;
	width: 193px;
	padding-top: 9px;
	}

ul#nav_sec {
	list-style: none;
	}

ul#nav_sec li
{
	color: #000066;
	border-top: 1px solid #f6f4f4;
	border-bottom: 1px solid #b2b2b2;
	background: url(images/sidebar-bg.gif) repeat-y left;
	text-decoration: none;
	text-align: left;
	padding-left: 43px;
	line-height: 1.7em;
	font-size: 1em;
}

ul#nav_sec li:hover
{
	border-top: 1px solid white;
	background: white url(images/bullet.gif) 2% 50% no-repeat;
}

ul#nav_sec li a
{
	color: #000066;
	text-decoration: none;
}

#nav_sec li a:hover
{
	text-decoration: none;
}

#nav_sec li.currentpage {
	background: white;
	background: white url(images/bullet.gif) 2% 50% no-repeat;
	}
	

/* PULLQUOTES/TESTIMONIALS styling */

blockquote {
	padding: 30px 0px 15px 0px;
	background-color: #F8FCFC;
	} 

blockquote p {
	clear: both;
	color: #6496C4;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	line-height: 14px;
	text-align: left;
	padding: 15px 10px 15px 10px;
	}

blockquote p.first {
	text-indent: -5px;
	}


.quote_author {
	padding: -15px 10px 15px 10px;
	background: none;
	text-indent: 0;
	font-weight: bolder;
	font-style: italic;
	color: #6496C4;
	font-size: 8px;
	line-height: 12px;
	}

/* FOOTER styling */
	
#footer {
	color: #D2E1EE;
	font-size: 10px;
	margin: 15px 3px;
	padding-bottom: 15px;
	}
	
#footer a {
	color: #D2E1EE;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
