/* CSS Document */

/* Basic Styles
---------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #303030 url(images/background.jpg) repeat-y top center;
}
td,ul,ol,dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #5c5c5c;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #e53000;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #5683af;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.clear {
	clear: both;
}
hr {
	color: #a6c5e3;
	background: #a6c5e3;
	height: 2px;
	border: 0;
}
#maintable {
	background: #ffffff url(images/bg_maintable.jpg) repeat-y top right;
}

/* Header Styles
---------------------------------------------------------------------- */

#logo {
	background: url(images/img_headertop.gif) no-repeat bottom right;
}
#headerbottom {
	background: url(images/img_headerbottom.gif) no-repeat top right;
}
#headerbottom h2 {
	color: #000000;
	font-size: 38px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.bg_header {
	background: url(images/bg_homeheader.gif) no-repeat top right;
}

/* Menu Styles
---------------------------------------------------------------------- */

#menu {
	background: #000000;
}
#nav {
	list-style: none;
	width: 169px;
	margin: 0;
	padding: 0;
	margin-left: 25px;
}
#nav li {
	margin: 0;
	padding: 0;
}

/* Top Info Bar Styles
---------------------------------------------------------------------- */

#infobar {
	background: #a6c5e3;
	padding: 12px;
	text-align: center;
	color: #ffffff;
}
#infobar a:link,
#infobar a:visited{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
#infobar a:hover {
	color: #e2ecf6;
	font-weight: normal;
	text-decoration: underline;
}
#header-phone {
	background: #81aad2;
	padding: 0px 10px;
	margin: 0px 10px;
	display: inline;
}

/* Content Styles
---------------------------------------------------------------------- */

#content-heading {
	padding-left: 75px;
}
#content {
	padding: 25px 0px 40px 75px;
}

/* Footer Styles
---------------------------------------------------------------------- */

#footer {
	padding: 7px 36px;
	background: #000000;
}
#sitemap {
	list-style: none;
	width: 850px;
	margin: 0;
	padding: 5px 0px 0px 0px;
}
#sitemap li {
	margin: 0;
	float: left;
	padding-right: 20px;
}
#sitemap a:link,
#sitemap a:visited{
	color: #a6c5e3;
	font-weight: normal;
	text-decoration: none;
}
#sitemap a:hover {
	color: #588fc4;
	font-weight: normal;
	text-decoration: underline;
}
#member {
	width: 150px;
	font-size: 14px;
	float: left;
	padding-top: 17px;
}
#disclaimer {
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 17px;
}
#copyright {
	font-size: 11px;
	color: #a5a5a5;
	padding: 15px 36px;
}
#copyright a:link,
#copyright a:visited{
	color: #4c4d4e;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#copyright a:hover {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/* Form Styles
---------------------------------------------------------------------- */

.txtbox {
   height: 20px;
   width: 160px;
   border: 1px solid #969696;
}
.txtarea {
   border: 1px solid #969696;
}
input.FormButton {
	border: 2px solid #81aad2;
	background-color: #a6c5e3;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 10px;
}
input.FormButton:hover {
	border: 2px solid #81aad2;
	background-color: #8cb2d7;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 10px;
	cursor: pointer;
}
