@charset "utf-8";
body {
	font: 12px/1.4 Tahoma, Geneva, sans-serif;
	background: url(../images/bg-dark.png) repeat left top;
	margin: 0;
	padding: 0;
	color: #222;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
.container {
	width: 100%;
	margin: 0 auto;
}
header {
	background: url(../images/bg-light.png) repeat-x left top;
}
header h1 {
	padding-top: 96px;
	margin-bottom: 0;
	font-size: 24px;
	color: #003450;
	text-align: center;
	font-weight: bold;
}
header h2 {
	text-align: center;
	color: #797979;
	font: normal 18px Arial, Helvetica, sans-serif;
}
.header {
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #19191b 0px 0px 10px;
	background: url(../images/mountains-phone.png) no-repeat center top;
	height: 300px;
	margin: 0 auto;
}
.header-right {
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background: #000000;	
}
.header-right a:link, .header-right a:visited {
	color: #FFF;
	text-decoration: none;
}
.header-right a:hover, .header-right a:active, .header-right a:focus {
	color: #9eb2bb;
}
.logo-right {
	display: none;
}
.sidebar1 {
}
.content {
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #19191b 0px 0px 10px;
	padding: 10px 0;
	float: left;
	background: #FFFFFF;
	min-height: 400px;
}
.content h1 {
	font-size: 22px;
	font-weight: normal;
	color: #1d2b36;
}
.content h2 {
	font-weight: normal;
	font-size: 20px;
	color: #446279;
	border-bottom: solid 1px #1d2b36;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.content h3 {
	font-weight: normal;
	font-size: 16px;
	color: #446279;
	border-bottom: solid 1px #1d2b36;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0;
	padding-right: 0;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content li {
	padding-bottom: 5px;
	list-style-image: url(../images/arrow-list.png);
}
.content a:link, .content a:visited {
	color: #446279;
	text-decoration: underline;
}
.content a:hover, .content a:active, .content a:focus {
	color: #333;
	text-decoration: none;
}
.nav-container {
	display: none;
}
nav {
	background: #000000;
}
nav ul {
	list-style: none;
	border-top: 1px solid #333;
}
nav ul li {
	border-bottom: 1px solid #333;
}
nav ul a:link, nav ul a:visited {
	padding: 10px 0 10px 5%;
	display: block;
	width: 95%;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #FFF;
}
footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
footer a:link, footer a:visited {
	color: #FFF;
}
footer a:hover, footer a:active, footer a:focus {
	color: #9eb2bb;
	text-decoration: none;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
.clearfloat {
	clear: both;
}
.floatrt {
	float: right;
	margin-left: 10px;
}
/********** TEXT **********/
.text-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.ErrorMessage {
	color: #990000;
}
/********** END OF TEXT **********/

/********** IMAGES **********/
.img-center {
	margin: 0 auto;
	display: block;
}
.img-medium {
	width: 150px;
	height: auto;
}
/********** END OF IMAGES **********/

/********** BORDERS **********/
.dark-border {
	border: solid 1px #1d2b36;
}
/********** END OF BORDERS **********/

/********** FORMS **********/
.form-lbl {
	margin-left: 5%;
	width: 95%;
}
.form-input {
	margin-left: 5%;
	width: 95%;
}
.form-spacer {
	height: 4px;
	clear: both;
}
.textbox, textarea {
	width: 250px;
	border: solid 1px #999;
	font: 12px/1.4 Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
}
.textbox:focus, textarea:focus {
	background: #9eb2bb;
}
.submit-button {
	border: 0;
	background: #446279;
	color: #FFF;
	padding: 5px;
}
.submit-button:hover {
	cursor: pointer;
	background: #666;
}
/********** END OF FORMS **********/

/********** MODULES **********/
.module2 {
	width: 100%;
	float: left;
}
.module5 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
/********** END OF MODULES **********/

/********** MARGINS/PADDING **********/
.pad-top-neg-15px {
	margin-top: -15px;
}
/********** END OF MARGINS/PADDING **********/
