@charset "utf-8";
/* CSS Document */

/*reset*/

/*html, body {
	margin: 0;
	padding: 0;
	height:100%;
}*/
html, body {
  height: 100%;
  margin-bottom: 325px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
/*Contact Styles============================*/
div.alert{
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	text-shadow:0 1px 0 rgba(255,255,255,.2);
	padding: 15px;
	border: 1px solid transparent;
	border-radius:4px;
}
div.alert-danger{
	background: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	color: #a94442;
	background-color: #f2dede;
}
div.alert-success{
	background: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
	background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
	background-repeat:repeat-x;
	border-color:#b2dba1;
	color: #3c763d;
	background-color:#dff0d8;
}
.lightfont{
	font-weight: 100;
}
.color-green{
	color: #3c763d;
}
#contact-list {
	width:300px;
	float:left;

}

#contact-form {
	width:350px;
	float:left;
	font-size:14px;
	color:#555;
	padding-left:20px;
}

label {
	font-weight:700;
}

input,
textarea {
	border: 1px #99dbeb solid;
	display:inline-block;
	float:right;
	color:#555;
}
textarea{
	height: 70px;
}
div.form-row{
	width: 100%;
	height: 40px;
}
div.form-row-textarea{
	width: 100%;
	height: 90px;
}

input#submit_button {
	background-color:#1f2f85;
	color:#fff;
	font-weight:700;
	padding: 5px 5px 5px 5px;
	display:inline-block;
	float:right;
}

/*End Contact Styles========================*/


body {
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
/*	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/

}

p {
	color:#555;
	line-height:24px;
	font-size:14px;
	line-height:24px;
}

h1 {
	color:#555;
}

.emphasis {
	font-weight:700;
}



#main {
	margin-left:auto;
	margin-right:auto;
	width:778px;
	min-height:100%;
}
#main:after{
	content: "";
  	display: block;
}

#header {
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}

#logo {
	margin-left:2px;
	width:252px;
	float:left;
}

#nav {
	margin-left:7px;
	float:right;
	padding-top:20px;

}

#nav li {
	display:inline;
	padding-right:27px;
}

#nav a:link {
	color:#1f2f85;
	text-decoration:none;
}

#nav a:visited {
	color:#1f2f85;
}

#nav a:hover {
	color:#99dbeb;
}

.current-page {
	color:#99dbeb;
	font-weight:700;
}

#home-image {
	padding-top:120px;
}

#home-content {
	padding-top:50px;
	margin-left:50px;
	margin-right:50px;
	clear:both;
}

.bullet-list {
	color:#555;
	font-size:14px;
	line-height:24px;
}

.pdf-list {
	list-style:url(../images/pdf.png);
	color:#555;
	font-size:14px;
	line-height:24px;
}

.plain-list {
	list-style:none;
	color:#555;
	font-size:14px;
	line-height:24px;
}

a:link {
	font-weight:700;
	color:#1f2f85;
	text-decoration:none;
	font-size:14px;
}

a:visited {
	color:#1f2f85;
}

a:hover {
	color:#99dbeb;
}

#footer {
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
    width:100%;
    position: fixed;
    bottom:0px;
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 50px;
}

#footer p {
	color:#1f2f85;
	font-size:13px;
}

.left-pdf {
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.left-pdf p {
	font-size: 12px;
	font-weight:800;
	text-align: center;
	color:#1f2f85;
	line-height: 10px;
}

.left-pdf img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top:-10px;

}

.right-pdf {
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	float: left;
}

.right-pdf p {
	font-size: 12px;
	font-weight:800;
	text-align: center;
	color:#1f2f85;
	line-height: 10px;
}

.right-pdf img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top:-10px;
}