/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.imgRight {
	float: right;
	margin: 0 0 20px 30px;
	border: 1px solid #6e6e6e;
}

.imgLeft {
	float: left;
	margin: 0 30px 20px 0;
	border: 1px solid #6e6e6e;
}

/*--------------------> Header Selectors <--------------------*/
#header {
	display: none;
}

/*--------------------> Mast Selectors <--------------------*/
#mast {
	display: none;
}

/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	display: none;
}

/*--------------------> Right Column Mini Form Selectors <--------------------*/
#qc {
	display: none;
}

/*--------------------> Right Column Selector <--------------------*/
#right-column {
	width: 600px;
	height: auto;
	padding: 20px;
	color: #363535;
	font-size: 14px;
	letter-spacing: 1px;
}

#endorsement {
	width: 246px;
	height: 68px;
	float: right;
	margin: 0 0 30px 35px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #252f48;
	margin-bottom: 8px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #545454;
	margin-bottom: 8px;
}

h3 {
	font-size: 16px;
	color: #252f48;
	margin: 22px 0 8px 0;
}

#right-column p {
	line-height: 20px;
	margin: 22px 0 8px 0;
}

#right-column ul, #right-column ol {
	padding-left: 30px;
}

#right-column li {
	line-height: 20px;
	margin: 15px 0;
}

#right-column a {
	color: #152f6e;
	text-decoration: underline;
}

#right-column a:hover {
	color: #284385;
	text-decoration: none;
}
/*--------------------> Right Column Contact Form Selectors <--------------------*/
#contact {
	width: 227px;
	height: auto;
	padding: 0 0 0 150px;
	text-align: center;
}

#contact textarea {
	width: 227px;
	height: 138px;
	border: 1px solid #f8f8f8;
	background: url(../images/textarea.gif) left top no-repeat;
	margin-bottom: 15px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252f48;
	letter-spacing: 1px;
}

#contact input {
	width: 227px;
	height: 17px;
	border: 1px solid #f8f8f8;
	background: url(../images/input.gif) left top no-repeat;
	margin-bottom: 15px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252f48;
	letter-spacing: 1px;
}

#contact #submitBtn {
	padding-left: 15px;
}

#contact #submitBtn input.submit{
	background: url(../images/submitBtn2.gif) left top no-repeat;
}

#contact #submitBtn :hover input.submit{
	background-position: 0px -41px;
}

/*--------------------> Sitemap Selectors <--------------------*/
#sitemapBtn {
	display: none;
}

#sitemap-container {
	display: none;
}

/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimerContainer {
	width: 100%;
	height: auto;
	background: #181e2e url(../images/disclaimer.gif) left top repeat-x;
}

#disclaimer {
	width: 880px;
	height: auto;
	margin: 0 auto;
	font-size: 11px;
	font-weight: bold;
	color: #5f6576;
	text-align: center;
	padding: 20px 0;
}

#disclaimer a {
	color: #5f6576;
	text-decoration: none;
}

#disclaimer a:hover {
	text-decoration: underline;
}

