@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


html {
	margin-bottom: 1px;
	min-height: 100%;
	padding-bottom: 1px;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*Remove dotted line around linked images in Firefox*/

a:active, a:focus, input[type="image"] {
outline: 0;
}

/* UNIVERSAL CLASSES */

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.no-show{
	display: none;
}





strong{
	font-weight: bold;
}
.large {
	font-size: 23px;
	font-weight: bold;
}

em{
	font-style: italic;
}

small{

}


/* BEGIN FORMATTING */

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00455F;
	background-color: #728bAA;
}

a{
	text-decoration: underline;
	color: #367603;
	font-weight: normal;
}

a:hover{
	color: #009AD5;
}

a:visited{

}

h1{
	font-size: 17px;
	font-weight: bold;
	color: #00455F;
	line-height: 19px;
}

h2{
}

h3{
	
}

h4{
	
}

h5{
	
}

p{
	line-height: 22px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.box-white {
	background-color: #FFF;
	border: 1px solid #00455f;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.box-blue {
	background-color: #e3e7ed;
	border: 1px solid #00455f;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 25px;
	margin-left: 20px;
}
#wrapper{
	width: 959px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 404px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#logo{
	float: left;
	margin-left: 10px;
	height: 159px;
	width: 391px;
}

#content {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow: hidden;
	padding-left: 10px;
	height: 100%;
	padding-bottom: 10px;
}


#content-left {
	float: left;
	width: 393px;
}

#content-left .padding {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 19px;
	padding-bottom: 20px;
}


#content-right {
	float: right;
	width: 540px;
}
#content-right h1 {
	padding-bottom: 8px;
}

.logos {
	padding-top: 30px;
}

.logos img {
	vertical-align: middle;
}


#content-right .padding {
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 8px;
}

#footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #151f12;
	padding-top: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	font-size: 13px;
}
#footer img {
	padding-top: 5px;
	padding-bottom: 10px;
}


#footer a{
	font-weight: normal;
	color: #151f12;
}
#footer a:hover {
	text-decoration: underline;
	color: #151f12;
}

