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

body  {
	font: 15px "Arial", sans-serif;
	background: #244b82 url(../Images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #7b93b4;
}
.construct {
	background: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
    color: #c85d36;
    text-decoration: none;
}
a:hover {
    color: #777;
    text-decoration: none;
}
.maincontainer { 
	width: 867px;
	margin: 0 auto;
	text-align: left;
} 
.header { 
	background: url(../Images/header.jpg) no-repeat; 
	padding: 0;
	height: 315px;
} 
.topnav {
	color: #484747;
        font-size: 13px;
	background: url(../Images/top_button.png) no-repeat; 
	padding: 0 0 0 0;
	text-transform: uppercase;
	height: 33px;
	text-align: center;
}
.logo {
	padding: 115px 0 0 120px;
}

/*-- Structure -----------------------*/
p {
	margin: 0px;
	padding: 0px 0 15px 0;
	line-height: 20px;
}
h1 {
	color: #ffffff;
	font-size: 22px;
	margin: 0;
	padding: 0 0 5px 0;
}
h1 a {
	color: #ffffff;
    text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
    text-decoration: none;
}
h2 {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
}
h3 {
	color: #ffffff;
        font-size: 16px;
	margin: 0;
        padding: 0;
}
h3 a {
	color: #ffffff;
        text-decoration: none;
}
h3 a:hover {
	color: #ffffff;
         text-decoration: none;
}
h4 {
	color: #3f70b3;
	font-size: 46px;
	margin: 0;
	padding: 0 0 5px 0;
}
h5 {
	color: #3f70b3;
	font-size: 12px;
	margin: 7px 0 0 0;
	padding: 0;
}
.quote {
        font-size: 13px;
        font-weight: bolder;
}
.quote a {
	color: #ffffff;
        text-decoration: none;
}
.quote a:hover {
	color: #ffffff;
        text-decoration: none;
}
.icons {
    text-align: left;
    display: block;
	margin: 0;
	padding: 5px 0 0 0;
}
.oneCol {
        margin: 75px 0 20px 0;
	padding: 0 30px 0px 0px;
}
.leftcol {
	float: left; 
	width: 340px;
        margin: 50px 0 0 0;
	padding: 0 30px 20px 0px;
        border-right: 0px solid #fff;
}
.leftcol2 {
	float: left; 
	width: 340px;
        margin: 0;
	padding: 0 30px 20px 0px;
        border-right: 0px solid #fff;
}
.rightcol {
	float: right;
	width: 390px;
	padding: 50px 40px 15px 0px;
}
.rightcol2 {
	float: right;
	width: 245px;
	padding: 50px 40px 15px 0px;
}
.mainContent {
	margin: 75px 0 0 0; 
	padding: 0 0px 20px 400px;
}
.mainContent2 { 
	margin: 0; 
	padding: 0 0px 20px 400px;
}
.footer { 
	color: #6681a8;
	padding: 0;
	margin-bottom: 20px;
}
.tagline {
	font: 22px "Courier New", Courier, monospace;
	text-transform: uppercase;
	margin: 30px 0;
	text-align: center;
}
.bottmnav {
	font: 12px sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 0px;
}
.bottmnav a {
	color: #d7d7d7;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
.bottmnav a:hover {
	color: #fff;
    font-weight: normal;
	text-decoration: none;
}
.copyright {
	font: 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-right: 0px;
    vertical-align: middle;
}
.relevant {
	font-weight: bolder;
}
.relevant a {
	color: #6681a8;
	text-decoration: none;
}
.relevant a:hover {
	color: #c85d37;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*--- begin edge effect -------------*/

#top, #bottom, #left, #right {
	background: black;
        z-index: -10000;
}
#left, #right {
	position: fixed;
	top: 0; bottom: 0;
	width: 284px;
}
#left { left: 0;  background: url(../Images/background.jpg) left center repeat-y;}
#right { right: 0; background: url(../Images/background.jpg) right center repeat-y;}
		
#top, #bottom {
	position: fixed;
	left: 0; right: 0;
	height: 284px;
}
#top { top: 0px; background: url(../Images/top.png) top center repeat-x; }
#bottom { bottom: 0px; background: url(../Images/bottom.png) bottom center repeat-x; }


/*--- begin form styles ---------------*/

.label {
	font-family: helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	text-align: left;
}
.textarea {
	border: 1px solid #70918a;
	background: #f3f2ef;
	font-family: helvetica, sans-serif;
	font-style: normal;
        font-size: 12px;
	color: #a8a8a8;
        width: 250px;
	padding: 8px;
	margin: 3px 0 7px 0;
}
.textarea:hover, .focused {
	background: #ebfff3;
}
.submit {
	font-weight: bolder;
	background: #c85d36;
	color: #fff;
        margin-top: 7px;
	padding: 7px;
	border: 1px solid #999;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}
.submit:hover {
	background: #999;
	color: #fff;
}
/*--- 404 error page ---------------*/

body.error  {
	font: 15px "Arial", sans-serif;
	background: #c3e5df url(../Images/404back.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #484747;
}
.maincontainer404 {
	background: url(../Images/404_peeps.png) no-repeat 0% 40%;
	width: 685px;
	margin: 0 auto;
	text-align: left;
}
.mainContent404 {
	height: 550px;
	margin: 0; 
	padding: 50px 345px 0 20px;
}
.mainContent404 p {
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 13px;
	margin: 0; 
	padding: 0;
}
.mainContent404 h1 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/*------ Features --------------*/

div.features div#header h1 {
	background: url(/cssimg/heading-features.png) no-repeat;
	height: 37px;
	width: 229px;
}

div.features div#main h2 {
	border-bottom: 1px solid #789393;
	margin: 36px 0 36px;
}

div.features div.side-panel-white h4 img {
	margin: 0 9px 0 0;
	position: relative;
	top: -3px;
	vertical-align: middle;
}

div.features div.side-panel-white ul {
	list-style: square;
}

div.features div.side-panel-white li {
	padding: 9px 0;
}

div.features img.f-image {
	float: left;
	margin: -38px 0 36px;
}

div.features div#main h3 {
	margin: 0 0 18px 84px;
}

div.features div#main ul {
	margin: 0 0 36px 100px;
	padding: 0;
}

div.features div#main li {
	padding: 3px 0;
}

div.features div#main p {
	margin: -18px 0 36px 100px;
}

div.features div#main p.intro {
	font-size: 18px;
	margin: 0 0 36px;
}

div.features div#main p img {
	float: none;
	margin: 0 0 0 3px;
	vertical-align: middle;
}

/* @end */
