@charset "utf-8";
/* CSS Document */
body {
	background-color: #425467;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
P {
	font-size: 12px;
	color: #3c3c3c;
	margin: 0px;
	padding: 5px 20px 10px 30px;
}
ul, ul li {
	font-size: 12px;
	color: #3c3c3c;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 0px 5px;
}	
h3 {
	color: #99723a;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 0px 5px;
}
h4 {
	color: #99723a;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 3px 0px 0px 5px;
}
h5 {
	color: #111;
	font-size: 10px;
	font-weight: normal;
}
a:link {
	color: #99723a;
	text-decoration: none;
}
a:visited {
	color: #99723a;
	text-decoration: none;
}
a:hover {
	color: #99723a;
	text-decoration: underline;
}
a:active {
	color: #99723a;
	text-decoration: none;
}
#logo a img{
	border: none;
}
#container {
	background-repeat: repeat-y;
	background-position: top;
	width: 1000px;
	min-height: 680px;
	margin: 40px auto 20px auto;
	padding: 0px;
	text-align: left;
	position: relative;
	background-color: #f6f6f7;
	border: solid 1px #0c0c0c;
}
/*-- HEADER --*/
#header {
	width: 1001px;
	height: 70px;
	background-color: #546e89;
	border: solid 1px #3d4e60;
	border-top: 0px;
	position: absolute;
	top: -40px;
	left: -1px;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#logo {
	position: absolute;
	top: 0px;
	left: 20px;
}
#search {
	position: absolute;
	top: 10px;
	right: 15px;
}
.search_btn a:link {
	background: url(../images/search_btn.png);
	width: 60px;
	height: 19px;
	border: solid 1px #2f3d4c;
}
.search_btn a:hover {
	background: url(../images/search_btn_hover.png);
	width: 60px;
	height: 19px;
	border: solid 1px #2f3d4c;
}
#menu {
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	list-style: none;
	background-image: url(../images/list_border.png);
	background-position:left;
	border-left: solid 1px #3d4e60;
	padding-top: 3px;
}
.menuitem {
	height: 20px;
	color: #FFFFFF;
	margin: 0px;
	display: inline-block;
}
.menuitem a:link , .menuitem a:visited{
	text-decoration: none;
	height: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 14px 2px 14px;
}
.menuitem a:hover,.menuitem a:active  {
	background-image: url(../images/list_hover.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 14px 2px 14px;
	margin: 0px;
	border-bottom: solid 4px #f7f7f7;
}
/*-- BODY -- */
#containerBody {
	width: 870px;
	height: 600px;
	margin: 40px auto;
}
#forumContainerBody {
	width: 950px;
	height: 100%;
	margin: 40px auto;
	position: relative;
}

#aboutBody {
	width: 870px;
	height: 100%;
	margin: 40px auto;
	background-image: url(../images/bottomRightAngle.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom right;
	position: relative;
	border: solid 1px #546E89;
}
/*-- Contact Page --*/
#contactBody {
	width: 870px;
	height: 610px;
	margin: 40px auto;
	background-image: url(../images/bottomRightAngle.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom right;
	position: relative;
	border: solid 1px #546E89;
}
#contactBody p {
	font-size: 12px;
	color: #3c3c3c;
	margin: 0px;
	padding: 5px 20px 10px 30px;
}
.numbers {
	padding-left: 30px;
	font-size: 12px;
}
.contacts {
	padding-left: 30px;
	font-size: 12px;
}
#contactForm {
	width: 870px;
	height: 330px;
	margin: 10px auto 0px auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.email_label {
	color: #99723a;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	margin: 10px 0px 10px 20px;
	padding: 3px 0px 0px 5px;
}
.email {
	margin: 3px 0px 3px 20px;
	width: 230px;
	border: solid 1px #546E89;
}
.subject_label {
	color: #99723a;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	margin: 10px 0px 10px 20px;
	padding: 10px 0px 3px 5px;
}
.subject {
	margin: 10px 0px 3px 72px;
	width: 232px;
	border: solid 1px #546E89;
}
.name_label {
	color: #99723a;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	margin: 10px 0px 10px 20px;
	padding: 3px 0px 0px 5px;
}
.name {
	margin: 3px 0px 3px 85px;
	width: 230px;
	border: solid 1px #546E89;
}
.body_label {
	color: #99723a;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	margin: 10px 0px 10px 20px;
	padding: 3px 0px 0px 5px;
	vertical-align: top;
}
.body {
	width: 500px;
	border: solid 1px #546E89;
	margin: 3px 0px 3px 90px;
}
.submit {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 270px;
	right: 203px;
}
.googleMaps {
	margin: 10px auto;
	width: 500px;
	height: 300px;
	border: double 3px #425467;
	
}
/*-- Content Body --*/
#contentBody {
	width: 870px;
	height: 100%;
	margin: 40px auto;
	background-image: url(../images/bottomRightAngle.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom right;
	position: relative;
	border: solid 1px #546E89;
}
#contentBody .livemmo {
	text-align: center;
}
#contentBody p {
	padding: 10px;
} 
#contentBody ul{
	list-style-position: inside;
	list-style: square;
	margin: 10px 0px 10px 30px;
}
#contentBody #twpBody {
    padding: 10px;
}
#contentBody #twpBody.transactions {
    font-size: 12px;
}
#checkid {
	padding: 20px 0px 30px 10px;
}
#checkid p {
	padding: 0px;
}
/*-- FAQ Body --*/
#faqBody {
	width: 870px;
	height: 100%;
	margin: 40px auto;
	background-image: url(../images/bottomRightAngle.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom right;
	position: relative;
	border: solid 1px #546E89;
}
#faqBody h4 {
	margin: 0px;
	padding: 0px 0px 5px 10px;
}
#faqBody ul {
	padding-left: 42px;
}
/*-- Global Styles --*/
.heading {
	height: 25px;
	width: 100%;
	background-image: url(../images/headingBG.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.centerHeading {
	height: 23px;
	width: 100%;
	background-image: url(../images/centerHeadingBG.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: solid 1px #cbcfd3;
}
#columnOne h4, #columnTwo h4, #columnThree h4, #columnThree h5 {
	margin: 0px;
	padding: 5px 0px 0px 10px;
}
#flashBanner {
	width: 861px;
	height: 210px;
	margin: 0px auto;
	background-image: url(../images/flashBG.png);
	background-repeat: no-repeat;
	float: left;
	padding: 2px;
}
#columnOne {
	width: 365px;
	height: 370px;
	float: left;
	margin-top: 15px;
}
#columnOne #full_cell {
	height: 370px;
	width: 365px;
	background-image: url(../images/bottomRightAngle.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom;
	position: relative;
}
#columnOne #cellOne {
	height: 165px;
	width: 365px;
	background-image: url(../images/bottomRightAngle.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom;
	position: relative;
}
#columnOne #cellTwo {
	height: 165px;
	width: 365px;
	margin-top: 40px;
	background-image: url(../images/bottomRightAngle.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom;
	position: relative;
}
#cellOne #more {
	color: #99723a;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#cellTwo #more {
	color: #99723a;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#columnTwo {
	width: 265px;
	height: 370px;
	float: left;
	margin-top: 15px;
	background-color: #cbcfd3;
	position: relative;	
}
#columnTwo .arm {
	height: 16px;
	width: 360px;
	background-color: #cbcfd3;
	position: absolute;
	top: 165px;
	left: -360px;
}
.arm .tinyLogo {
	width: 59px;
	height: 59px;
	position: absolute;
	z-index: 200;
	top: -25px;
	left: -8px;
	background-image: url(../images/mini_trustwho.png);
	background-repeat: no-repeat;
}
#columnTwo ul {
	margin: 5px 10px 10px 30px;
}
#columnTwo hr {
	color: #9b9fa3;
	margin: 0px 20px 0px 20px;
	padding: 0px;
}
#columnThree {
	width: 230px;
	height: 370px;
	float: left;
	margin-top: 15px;
	background-image: url(../images/bottomRightAngle.png);
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: bottom;
}
#columnThree a:link, #columnThree a:visited, #columnThree a:hover, #columnThree a:active {
	color: #660000;
}

.replaceAt {
	width: 475px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #990000;
	position: absolute;
	top: 68px;
	right: 20px;
}
.replaceAt p {
	padding: 0px;
	margin: 0px;
}
.replaceAt span {
	position: absolute;
	height: 27px;
	width: 19px;
	top: 0px;
	left: -19px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
}
/*-- FOOTER --*/
#footerBox {
	width: 1001px;
	height: 40px;
	background-color: #546e89;
	border: solid 1px #2a3745;
	position: absolute;
	bottom: -14px;
	left: -1px;
}
#footerBox a:link {
	color: #FFF;
	text-decoration: none;
}
#footerBox a:visited {
	color: #FFF;
	text-decoration: none;
}
#footerBox a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footerBox a:active {
	color: #FFF;
	text-decoration: none;
}
#footerBox p {
	font-size: 11px; color: #FFFFFF;
	text-align: right;
	margin-top: 8px;
}
#footerBox ul li{
	float: left;
	display: inline-block;
	padding: 12px;
}


tr.alt td {
	background-color: #ECF6FC;
}
tr.over td {
	background-color: #BCD4EC;
}