@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0px 0px 50px;
	padding:0px;
	color: #1C2D51;
	font-family: arial;
	font-size: 13px;
	background-color: #6182A5;
}
.centered {
	text-align: center;
}

h2 {
	font-size: 18px;
	margin: 0px 0px 10px;
}
h3{
	font-size: 15px;
	margin: 0px 0px 10px;
}

a {
	color: #1C2D51;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.halfwide {
	width: 50%;
}
.centerhorz {
	margin: 0px auto;
}
.threequartwide {
	width: 75%;
}


.tiny {
	font-size: 9px;
	line-height: 1.3em;
}


.clear {
	clear: both;
	height: 0px;
}
.ten {
	height: 10px;
}
.twenty {
	height: 20px;
}

.lowdots {
	border-bottom:dotted 1px #1C2D51;
}


.floatleft {
	float: left;
	padding: 0px 0px 0px 10px;
}


#main {
	width: 892px;
	margin: 0px auto;
}
#header {

}
#nav {
	width: 116px;
	float: left;
	padding: 0px;
}
#nav img {
	border: none;

}

.navtab {
	margin: 0px 0px 10px 0px;
	height: 25px;
}
#nav .button {
	margin: 5px 0px;
}


#content {
	float: left;
	width: 776px;
}
#titleholder {
	float: left;
	padding-left: 275px;
}
#contactholder {
	color: #FFFFFF;
	float: left;
	padding: 0px 0px 0px 60px;
}
#contactholder a {
	color:white;
}
#maincontent {
	background-image: url(../images/content_middle.jpg);
	padding: 3px 10px 9px 10px;
}
.leftcolboxtop {
	background-image: url(../images/leftcol_roundtop.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 392px;
	margin: 0px;
	padding: 0px;
}
.leftcolboxbottom {
	background-image: url(../images/leftcol_roundbottom.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 392px;
}
.leftcol {
	float: left;
	width: 392px;
}
.rightcol {
	float: left;
	padding-left: 10px;
	width: 333px;
}
.rightcolboxtop {
	background-image: url(../images/rightcol_roundtop.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 333px;
}
.rightcolboxbottom {
	background-image: url(../images/rightcol_roundbottom.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 333px;
}.hugecoltop {
	background-image: url(../images/hugecoltop.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 735px;
}
.hugecolbottom {
	background-image: url(../images/hugecolbottom.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 735px;
}
a h2 {
	text-decoration: underline;
}
a h2:hover {
	text-decoration: none;
}
.hugecol {
	clear: both;
	width: 715px;
	padding:6px 10px 6px;
	background-image: url(../images/hugecolmid.jpg);
	background-repeat: repeat-y;
}
.leftcolbox {
	background-image: url(../images/leftcol_mid.jpg);
	background-repeat: repeat-y;
	width: 372px;
	padding:6px 10px 6px;
}
.rightcolbox {
	background-image: url(../images/rightcol_mid.jpg);
	background-repeat: repeat-y;
	width: 313px;
	padding:6px 10px 6px;
}
#copyright {
	float: right;
	width: 380px;
	color: white;
	font-size: 10px;
}
#copyright a {
	color: white;
}
#widget {
}

#widgets {
	float: right;
	width: 750px;
	margin-left: 125px;
}

.tw {
	float: left;
}
.fb {
	float: right;
}

#featagentlinks {
	text-align: center;
	margin-top: 20px;
}
#featagentlinks a {
	color: white;
}
#featagentlinks div {
	padding: 10px;
}
#social {
	float:right;
	padding:0px 20px 0px 0px;
}
.fb, .gp, .tw, .fastsupport {
	float:right;
	padding:10px;
}
.fb img, .gp img, .tw img, .fastsupport a {
	width:64px;
	display:block;

}
.fastsupport a {
	background:#1C2D51;
	color:white;
	text-decoration:none;
	text-align:center;
	padding:10px 0px 0px 0px;
	height:54px;
}
