/*******************************************************************************
			RESETS
*******************************************************************************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	
	margin: 0;
	padding: 0;
}
body {
	background: #00328b;
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  color: #686a6c;
	vertical-align: top;
	font-size: 100%;      /* 100% = 16px */
	line-height: 1.125em; /* 16×1.125=18px */
}

/*******************************************************************************
			GLOBAL STYLES
*******************************************************************************/

a {
		
	color: #336699;
	text-decoration: underline;
}
a:hover, a:focus {

	text-decoration: none;
}
a img {
  border: 0;
}
p {
	
	margin-bottom: 1em;
}
h1 {
  font-family:"Myriad Pro",Calibri,"Lucida Sans Unicode","lucida grande","Arial","Helvetica","Bitstream Vera Sans",sans-serif;
  color: #00519d;
  font-size: 2em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 0.25em; 
  letter-spacing:-.02em;
}

h2 {
  font-family:"Myriad Pro",Calibri,"Lucida Sans Unicode","lucida grande","Arial","Helvetica","Bitstream Vera Sans",sans-serif;
  color: #00519d;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0.334em;
  margin-bottom: 0.334em;
  letter-spacing:-.02em;
}

h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-top: 0.3845em;
  margin-bottom: 0.3845em;
  font-weight: normal;
  letter-spacing:-.03em;
}

h4, h5, h6
{
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: 0.4545em;
  margin-bottom: 0.4545em;
}

/*******************************************************************************
			WRAPPER AND CONTAINING CLASSES
*******************************************************************************/

#wrapper{
	margin: 0;
  background: #ffffff;
  /* Use a 13px base font size with a 16px line height */
  font-size: 0.8125em; /* 16px x .8125 = 13px */
  line-height: 1.142em; /* 14px x 1.286 = 16px */
}

.container {
	width: 950px;
	margin: 10px auto;
}

.container.no-marg {
  margin: auto;
}

/*******************************************************************************
			HEADER
*******************************************************************************/

#header {
  background: url(images/header-tile.png) center top repeat-x;
  color: #ffffff;
}

.header-wrap {
  background: url(images/header-top.jpg) center top no-repeat;
}

#header .header-top {
  background: url(images/header-top.jpg) center top no-repeat;
  height: 213px;
  position: relative;
}

#header .header-image {
  padding-top: 2px;
}

.home-link {
  position: absolute;
  top: 22px;
  left: 12px;
  margin: 0;
}

.home-link a  {
  width: 200px;
  height: 175px;
  display: block;
  overflow: hidden;
}

.home-link .home-text {
  position: absolute;
  left: -999em;
}

.top-widgets {
  text-align: right;
  padding: 10px;
  height: 150px;
}

/*******************************************************************************
			NAVIGATION
*******************************************************************************/

#header .menu {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	padding: 0 20px 0 210px;
	text-align: right;
	text-transform: uppercase;
	font-size: .9em;
}

#header .menu ul {
  margin: 0;
  padding: 0;
  height:40px;
  line-height:40px;
}

#header .menu li {
  list-style: none;
  display: inline;
  vertical-align: bottom;
}

#header .menu a {
  color: #ffffff;
  text-decoration: none;
  padding: 1px 4px 1px 4px;
  margin: 5px;
}

#header .menu a:hover, #header .menu a:focus, #header .menu .current_page_item a, #header .menu .current_page_parent a {
  background: #ffffff;
  color: #566eab;
}

/*******************************************************************************
			MAIN CONTENT AREA
********************************************************************************/

#main {
	float: left;
	display: inline;
	width: 530px;
	position: relative;
}

.main-inner {
  margin: 10px;
}

/*******************************************************************************
			SIDEBAR
*******************************************************************************/

.sidebar {
	
	width: 400px;
	display: inline;
	float: right;
	margin: 1em 0;
}

.sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar ul .widget{
	
	padding: .5em 0 .5em 0;
}
.sidebar .widget h2 {
	color: #0053a4;
}
.sidebar ul ul li {
	line-height: 1.6em;
	padding: 0;
}

.sidebar .recent_with_excerpt a {
  text-decoration: none;
}

.sidebar .recent_with_excerpt a:hover {
  text-decoration: underline;
}

.sidebar .recent_with_excerpt li blockquote a {
  text-decoration: underline;
  color: #336699;
}
.sidebar .recent_with_excerpt li blockquote a:hover {
  text-decoration: none;
}

.sidebar .recent_with_excerpt li a {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-top: 0.3845em;
  margin-bottom: 0.3845em;
  font-weight: normal;
  letter-spacing:-.03em;
  color: #686A6C;
}

.widget_fieldImages img {
  margin: 1em auto 1em;
}

#callout h1, #callout h2, #callout h3, #callout h4 {
  width: 390px;
}

/*******************************************************************************
			FOOTER
*******************************************************************************/

#footer	{
  background: #00328b url(images/footer-tile.png) top repeat-x;
  border-top: 10px solid #f4d234;
  color: #ffffff;
	font-size: .9em;
	min-height: 60px;
	height:auto !important;
  height:60px;
  text-align: right;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 0 0 1em;
}

#footer a:hover, #footer a:focus {
  text-decoration: underline;
}

.footer-inner {
  margin-right: 10px;
  text-align: right;
}
.footer-widgets {
  float: left;
  width: 560px;
}

#footer .menu ul {
  font-weight: bold;
}

#footer .menu li {
  display: inline;
  list-style: none;
}

.footer-nav li {
  border-color: #0053A4;
}

.footer-nav a {
 color: #0053A4;
}

#footer p {
	
	line-height: 1.5em;
}

/*******************************************************************************
			USED FOR CONTENT ADDED IN WORDPRESS
*******************************************************************************/

.post {
	padding: 1em 0 1em 20px;
}
.post h1, .post h2, .post h3 {
  right: 20px;
  position: relative;
}
.post .title {
	font-size: 2em;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #0053a4;
}

.post .title a {
 text-decoration: none;
}

.post .title a:hover {
  text-decoration: underline;
}
.entry	{

	line-height: 1.5em;
}
p.postmetadata {

	border-top: 1px solid #0053A4;
	margin: .5em 0 0 0;
	padding: .5em 0 0 0 ;
}
.comments-template {

	border-top: 1px solid #0053A4;
	margin: .5em 0 0;	
	padding: .5em 0 0;
}

.page .comments-template {
  border: 0;
}
.comments-template ol {

	list-style: none;
	margin: 0;
	padding: 0 0 1em;	
}

.comments-template ol li {
	
	border-bottom: 1px solid #0053A4;
	line-height: 1.5em;
	margin: .5em 0 0;	
	padding: 0 0 .5em;	
}
.comments-template h2, .comments-template h3 {
	
	font-size: 1.1em;
}
.commentmetadata {
	
	font-size: .9em;
}
.comments-template p.nocomments {
	
	padding: 0;
}
.comments-template textarea{
	
	font: .9em;
}


/* Contact Form */
.linklove {
  display: none;
}

.cform {
  width: auto;
}

.cform fieldset {
  background: transparent;
  border: 0;
}

.cform legend {
  font-family:"Myriad Pro",Calibri,"Lucida Sans Unicode","lucida grande","Arial","Helvetica","Bitstream Vera Sans",sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.cform ol.cf-ol li.cf-box-title {
  padding:8px 0 0 0;
}

.cform ol.cf-ol li.cf-box-group {
  padding-left: 0;
}

.cform .cf-box-group input{
  width: 14px;
  float: left;
  display: inline;
}

.cform .cf-box-group label span {
  width: 133px;
}
.cform .cf-box-group label{
  width: 133px;
  float: left;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  vertical-align: top;
  margin:4px 15px 0 6px;
  display: inline;
}

.cform label, .cform label span {
  width: 140px;
}

ol.cf-ol .cf-box-title {
  font-size: 1.1em;
}

.cform textarea {
  width: 300px
}

.cform select {
  width: 300px;
}

.cform li{
  clear: both;
}

#li--18, #li--19 {
  text-align: right;
  font-weight: bold;
}

#li--19 label, #li--19 span, #li--18 label, #li--18 span, #li--19 select, #li--18 select{
  width: auto;
} 

/* Clearing Floats */
/* slightly enhanced, universal clearfix hack */
.clear-block:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clear-block { display: inline-block; }
/* start commented backslash hack \*/
* html .clear-block { height: 1%; }
.clear-block { display: block; }
/* close commented backslash hack */
