@charset "utf-8";
/* Palette:

Orange		f49300
Dark Blue	2d3259
Med Blue	0092ca
Light Blue	c3def3
Pale Blue	e3effb

*/

a {
	color:#0092ca;
	font-weight:bold;
}

a:hover {
	color:#f49300;
}

#abs-bottom {
	bottom:0px;
	height:700px;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:-9999;
}

#feedback {
	height:100px;
	left:-25px;
	position:absolute;
	top:19px;
	width:34px;

}
body {
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

#bottom {
	background-color:#1d203a;
	height:700px;
	margin:auto;
	width:980px;
}

#clear {
	clear:both;
}

#contact-info {
	color:#ffffff;
	float:right;
	font-size:20px;
	line-height:30px;
	margin:20px 60px 0px 0px;
	text-align:right;
}

#container {
	text-align:center;
	width:100%;
}

#container-bottom {
	background-image:url(../assets/bg-bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:100%;
}

#container-top {
	background-image:url(../assets/bg-top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
}

#content {
	float:right;
	width:640px;
}

#innercontent{
position:relative;
float:left;
}


#content h1 {
	color:#f49300;
	font-size:20px;
	padding:0px 20px 0px 20px;
	text-transform:uppercase;
}

#content h2 {
	color:#2d3259;
	font-size:15px;
	padding:0px 20px 0px 20px;
	text-transform:uppercase;
}

#content p {
	padding:0px 20px 0px 20px;
	width:600px;
}

#innercontent p {
	padding:0 20px;
	width:370px;
}

#innercontent #blog p {
	padding:0 20px;
	width:600px;
}

#footer {
	color:#ffffff;
	font-size:11px;
	line-height:69px;
	height:69px;
	width:940px;
}

#gallery img {
	margin:5px;
}

h2.blog {
	margin-bottom:0px;
}

h3.blog {
	color:#0092cb;
	font-size:12px;
	margin-top:0px;
	padding:0 20px;
	text-transform:uppercase;
}

#header {
	height:170px;
	overflow:hidden;
	width:1000px;
}

#header img {
	margin:20px 0px 0px 0px;
}

.left {
	float: left;
}

img {
	border:none;
}

#inner {
	margin:0px 30px 0px 30px;
}

#menu {
	background-color:#c3def3;
	float:left;
	width:300px;
}

#menu a {
	color:#2d3259;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin:0px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover {
	background-color:#f49300;
}

#menu h2 {
	background-color:#2d3259;
	color:#ffffff;
	font-size:15px;
	line-height:30px;
	margin:0px;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.orange {
	color:#f49300;
	font-size:15px;
	font-weight:bold;
}

#outer-bottom {
	background-image:url(../assets/bg-bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
	text-align:left;
	width:1000px;
}

#outer-container {
	background-image:url(../assets/bg-mid.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:auto;
	position:relative;
	text-align:left;
	width:1000px;
}

#outer-top {
	background-image:url(../assets/bg-top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
	text-align:left;
	width:1000px;
}

.pars {
	color:#2d3259;
	font-weight:bold;
	text-transform:uppercase;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px 20px 0px 20px;
}

td.b {
	background-color:#0092ca;
	color:#ffffff;
	font-weight:bold;
}

td.lb {
	background-color:#e3effb;
}

th { 
	background-color:#2d3259;
	color:#ffffff;
}

th.w {
	background-color:#ffffff;
	color:#f49300;
}

th, td {
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
	padding:3px;
	vertical-align:top;
}

#footer a {
	color:#ffffff;
	font-size:11px;
	line-height:69px;
	height:69px;
	width:940px;
	text-decoration: underline;
}

.hr {
	background-color:#2d3259;
	clear:both;
	height:2px;
	margin:20px;
	width:600px;
}

/* MOBILE STYLES ------------------------------------------------------------------------------*/

#contact-info a {
	color:#FFF;
	font-weight:normal;
}
