@charset "UTF-8";
/* CSS Document */
/* Normalizes margin, padding */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	width: 850px;
	height:100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size:62.5%;
	background: #003D7B;
/*	text-align: justify; */
	}


/*Define text styles*/

p {
	color: #003D7B;
	font-size: 1.2em;
	line-height: 1.3em;
/*	text-align: justify; */
	}
	
h1 {
	color: #003D7B;
	text-transform: uppercase;
	font: normal 1.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	}
	
h2 {
	color: #003D7B;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: none;
	}
	
h3 {
	color: #3C97B5;
	color: #003D7B;
	
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	}
	
h4 {
	font-size: 1.2em;
	color: #003D7B;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 5px;
	}
	
h5 {
	}
	
a:link {
	color: #003D7B;
	}
	
a:hover {
	color: #40630f;
	}
	
a:visited {
	color: #003D7B;
	}
	
ul {
	}
	
li {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #427D9B;
	margin-left: 20px;
	list-style-type: circle;
	}
	
th {
	font-size: 1.4em;
	color: #003D7B;
	text-align: center;
	background: #D9EDEF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px;
	letter-spacing: 0.5px;
	}
	
/*Define styles for containers*/
	
#container {
	width:850px;
	background: url(../../assets/images/content_back_tile.jpg);
	}
	
#nav {
	margin:0;
	padding:0;
	height:77px;
	}
	
#nav img {
	margin: 0px;
	padding: 0px;
	}
	
#header {
		margin:0;
	padding:0;
	height: 251px;
	}
	
#header img {
	}
	
/*Define styles for content area*/

#content_container {
	min-height: 443px;
	height: auto !important;
   height: 443px;
	background-image: url(../../assets/images/content_back.jpg);
	background-repeat: no-repeat;
	width: 850px;
	}
	
#content {
	float: left;
	width: 540px;
	padding-left: 40px;
	padding-right: 10px;
	}
	
/*Define styles for Sidebar*/

#sidebar {
	padding-right: 10px;
	padding-left: 10px;
   margin: 0px;
	width: 234px;
	float: right;
	color: #FFFFFF;
	}





#latest_news {
	width: 230px;
   margin-bottom: 30px;
   margin-top: 15px;

	}
	
#latest_news h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1.8em;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 15px;
	}
	
#testimonials {
	width: 220px;
   margin-top: 15px;
   margin-bottom: 25px;

	}

#testimonials p {
	color: #003D7B;
	margin-right: 15px;
	}
	
#testimonials h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1.8em;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
.article {
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 210px;
	}
	
.article h1 {
	font-size: 1.2em;
	color: #FFFFFF;
	}
	
.article p {
	color: #003D7B;
	}
	
/*Define styles for Photos in Content*/
.photo_with_caption {
	}

.left_photo {
	float: left;
	clear: both;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #003D7B;
	font-size: 1.2em;
	line-height: 1.3em;
	}
	
.right_photo {
	float: right;
	margin: 15px;
	text-align: center;
	color: #003D7B;
	font-size: 1.2em;
	line-height: 1.3em;
	}
	
#content img {
	border: 1px solid #003D7B;
	margin: 5px;
	}
	
/*Define styles for Footer */

#footer {
	background: url(../../assets/images/footer.jpg) no-repeat;
	padding-top: 35px;
	text-align: center;
	color: #DCEFF1;
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
	
 /*Define styles for Photo Gallery*/
 .photos {
	text-align: center;
 	}
		
.photos img {
	margin: 5px;
	border: medium double #003D7B;
	}
	
/*Define styles for Contact Page */

#form {
	width: 300px;
	float: right;
	}
	
input {
	width: 210px;
	font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #114A84;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #003D7B;
	}
	
label {
	color: #003D7B;
	font-size: 1.2em;
	margin-right: 10px;
	}
	
textarea {
	width: 220px;
	height: 200px;
	border: 1px solid #003D7B;
	}
	
.button {
	width: 75px;
	background: #003D7B;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px 20px 5px 5px;
	}
	
.button:hover {
	background: #65C5E7;
	}
