html {



}

body {
	background-color:#e9eaeb;
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 0.8em;
	color: #7687ae;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	border-left: 3px solid #002e62;
	color: #002e62;
	padding-left: 5px;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 0.25em 0;
	color: #002e62;
	}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 0.25em 0;
	color: #002e62;
	}

p {
	line-height: 1.25em;
}
a:link,
a:active,
a:visited,
a:hover {
	color: #7687ae;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover,
h2 a:link, h2 a:active, h2 a:visited, h2 a:hover,
h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
	color: #002e62;
}

img {
	border: 0;
}


.clear {
	clear: both;
	}


form {
	margin: 0;
}

#wrapper {
	padding-top:27px;
	background-color: #fff;
	width: 794px;
	margin: 0 auto;
}

#header {
	
	padding-left: 40px;
	height: 67px;
	clear: both;
	background: url('../images/header-right-bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#header .left {
	float:left;
	padding-top: 9px;
	}
	
#header .right {
	float:right;
	width: 545px;
	padding-top: 22px;
	padding-right: 25px;
	}
	
#header .right .tag {
	float:left;
	font-size: 0.9em;
	color: #fff;
	padding-top: 5px;
	}
	
#header .right .search {
	float:right;
	}
	
#header .right .field {
	float:left;
	color: #002d62;	
}

#header .field #go {
	background: url('../images/go.jpg');
	border:0;
	width:20px;
	height: 20px;
	margin-left: 6px;
	}

	
#menu {
	padding: 20px 35px;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#menu a {
	display: block;
}

	
#menu ul li {
	float:left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu-separate.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 1px;
	}
	
#menu ul li.last {
	background-image: none;
	padding-right: 0;
	position: relative;
}
	
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited,
#menu ul li a:hover {
	display: block;
	float: left;
	padding: 1px 3px 0 4px;
	height: 14px;
	color: #002a5f;
	text-decoration: none;
	}
	
#menu ul li.sfhover a:link,
#menu ul li.sfhover a:active,
#menu ul li.sfhover a:visited,
#menu ul li.sfhover a:hover,
#menu ul li:hover a:link,
#menu ul li:hover a:active,
#menu ul li:hover a:visited,
#menu ul li:hover a:hover {
	color: #fff;
	background-color: #002a5f;
	}

#menu ul li.sfhover ul li a:link,
#menu ul li.sfhover ul li a:active,
#menu ul li.sfhover ul li a:visited,
#menu ul li.sfhover ul li a:hover,	
#menu ul li:hover ul li a:link,
#menu ul li:hover ul li a:active,
#menu ul li:hover ul li a:visited,
#menu ul li:hover ul li a:hover {
	color: #002a5f;
	background:none;
	}

	
#menu ul li.selected a:visited,
#menu ul li.selected a:active,
#menu ul li.selected a:link,
#menu ul li.selected a:hover {
	color: #fff;
	background-color: #002a5f;
	}
	
#menu ul li.selected a:hover {
	color: #fff;
}
	
	
#menu ul li ul {
	clear: both;
	left: -999em;
	position: absolute;
	width:192px;
	margin-top: 15px;
	background: url('../images/box-extender.jpg');
	background-repeat: no-repeat;
	background-color: white;
	border-bottom: 2px solid #002a5f;
	padding-top: 5px;
	}
	
#menu ul li.last ul {
	background: url('../images/last-box-extender.jpg');	
	background-repeat: no-repeat;
	background-color: white;
	}
	
#menu ul li.sfhover ul {
	margin-top: 0px;
}

#menu ul li.sfhover.last ul {
	background: url('../images/box-extender.jpg');
	background-repeat: no-repeat;
	background-color: white;
}
	
#menu ul li ul li {
	border-left: 2px solid #002a5f;
	border-right: 2px solid #002a5f;
	padding: 0;
}

#menu ul li ul li.first {
	border-top: 2px solid #002a5f;
}
	
#menu li:hover ul,
#menu li.sfhover ul{
	left: auto;
	}
	
#menu li.last:hover ul{

	left: auto;
	right: 0;
	}
	
#menu ul li ul li{
	display:block;
	float:none;
	background: none;
	}



	
	
#menu ul li ul li a:link,
#menu ul li ul li a:active,
#menu ul li ul li a:visited,
#menu ul li ul li a:hover {
	display:block;
	padding: 5px;
	float:none;
	background: none;
	border: 0;
	color: #002a5f;
	}
	
#menu ul li ul li.selected a:link,
#menu ul li ul li.selected a:active,	
#menu ul li ul li.selected a:visited,
#menu ul li ul li.selected a:hover {
	background-color: #002a5f;
	color: #fff;
}

#menu ul li.sfhover ul li a:hover,
#menu ul li:hover ul li a:hover {
	background-color: #002a5f;
	color: white;
}


#banner {
	}
#main {
	padding:35px;
	}
	
#main .left {
	float:left;
	width: 400px;
	text-align: justify;
}
#main .right {
	float:right;
	width: 298px;
	/*padding-bottom: 80px;*/
	}
	
#certs {
	/*position: absolute;*/
	margin: 0 !important;
	padding: 0 !important;
}

#certs .logos {
	margin: 0 !important;
	padding: 0 !important;
	/*position: relative;
	top: -100px;*/
	text-align: right;
	width: 760px;
}

#certs img {
	padding-left: 5px;
}
	
#footer {
	padding: 15px;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	}

	
/** right - on pages **/
	
#main #rightlinks {
	padding: 13px 13px 42px 13px;
	background: url('../images/home-right-bg.jpg');
	background-repeat: no-repeat;
	color: #002a5f;
	}
	
#rightlinks h2 {
	text-align:right;
	padding-right: 35px;
	}
	
#rightlinks a:link,
#rightlinks a:active,
#rightlinks a:visited,
#rightlinks a:hover {
	color: #002a5f;
	}
	
#rightlinks .link {
	padding-bottom: 10px;
	}
	
#rightlinks .link p {
	margin:0;
	font-size: 0.8em;
	}
	
#rightlinks .link .image {
	float:left;
	}
#rightlinks .link .text {
	float:right;
	width: 198px;
	}
	
/* menu for home in general categories */
	
#main #categorymenu {
	
	}
	
#categorymenu .item {
	background: url('../images/category-link.jpg');
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 9px;
	padding: 8px 0 0 15px;
	}
	
#categorymenu .item a:link,
#categorymenu .item a:active,
#categorymenu .item a:visited,
#categorymenu .item a:hover {
	color: #002b60;
	font-weight: bold;
	}
	
/* module content begins here */

#newsarticles .article,
#archive .article {
	padding-bottom: 1.5em;
}
	
#newsarticles .article .wrap,
#archive .article .wrap {
	color: #002b60;
	background-color: #f1f1f2;
	border: 1px solid white;
	}
	
#newsarticles .article .top,
#archive .article .top {
	background-color: white;
}

#newsarticles .article .top span,
#archive .article .top span {
	padding: 5px 0 0 15px;
	background: url('../images/news-header-right.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #f1f1f2;
	padding-right:23px;
}

#newsarticles .image,
#archive .image {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom :10px;
	float: left;
}

#newsarticles .copy,
#archive .copy {
	margin-left: 165px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/** Styles for right hand side of module bases **/
	
#main #module-right {
	padding: 13px 13px 42px 13px;
	background: url('../images/home-right-bg.jpg');
	background-repeat: no-repeat;
	color: #002a5f;
	}
	
#module-right h2 {
	position: relative;
	text-align: right;
	padding-right: 35px;
	}
	
#module-right a:link,
#module-right a:active,
#module-right a:visited,
#module-right a:hover {
	color:#002a5f;
	font-weight:bold;
}

#module-right .article h3 a:link,
#module-right .article h3 a:active,
#module-right .article h3 a:visited,
#module-right .article h3 a:hover {
	color:#a4afc8;
	font-weight:bold;
	font-size: 90%;
}
	
#module-right .article {
	padding-bottom: 10px;
	}
	
#module-right .article p {
	margin:0;
	font-size: 0.8em;
	}
	
#module-right .article .image {
	float:left;
	}
#module-right .article .text {
	float:right;
	width: 198px;
	}
	
/** archive section for news/events **/

#archive {
	padding-top: 10px;
	}
	
#archive .image {
	float:left;
	padding-right: 5px;
	width: 62px;
}

#archive .content {
	float:left;
	}
	
/** contact - right **/
	
#contact-form {
	background: url('../images/home-right-bg.jpg');
	background-repeat: no-repeat;
	color: #002a5f;
	padding: 45px 19px;
	}
	
#contact-form .field {
	padding-bottom: 10px;
	}	
	
#contact-form label {
	font-weight: bold;
	}
	
#contact-form input {
	border: 2px solid #002a5f;
	width: 258px;
	}
	
#contact-form .errors {
	border: 2px solid #e32e3d;
	}
	
#contact-form textarea {
	border: 2px solid #002a5f;
	width: 258px;
	}
	
#contact-form #submit {
	border: 2px solid #002a5f;
	width: 262px;
	background-color: #002a5f;
	text-align: center;
	color:#fff;
	font-weight:bold;
	font-size:90%;
	padding:0.2em 0;
	}
	
#search {
	background: url('../images/home-right-bg.jpg');
	background-repeat: no-repeat;
	color: #002a5f;
	padding: 13px 19px 42px 19px;
	}
	
#search h2 {
	padding-right: 35px;
	text-align: right;
	}



	
#search .field {
	padding-bottom: 10px;
	}
	
#search label{
	font-weight: bold;
	}

#search input {
	border: 2px solid #002a5f;
	width: 258px;
	}

#search .submit{
	border: 2px solid #002a5f;
	width: 262px;
	background-color: #002a5f;
	text-align: center;
	color:#fff;
	font-weight:bold;
	font-size:90%;
	padding:0.2em 0;
	}
	
#results .result h2 {
	font-size: 100%;
	margin-bottom: 0.25em;
}

#results .result p {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

#results .result {
	padding-bottom: 0.5em;
}
	
#results .result .searchterm {
	font-weight: bold;
	}
	
	




