/* CSS Document */

body {
	margin: 0;
	font: normal 14px verdana, sans-serif;
	color: #fff;
	background: #fff;
	text-align: left;
}

a {
	color: #1f5888;
	text-decoration: none;
}

a:hover {
	color: #444;
}

p {
	line-height: 100%;
	margin: 3px 5px 3px 3px;
}

a img {
	border: 0;
}

#main_container {
	background: #fff;
	width: 800px;
	margin: 0 auto 0 auto;
}

#banner {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 148px;
	background: #fff url(images/banner.jpg) no-repeat;
}

#navcontainer {
	margin: 0;
	padding: 0;
	background: #fff url(images/nav.jpg) no-repeat;
}

#nav {
	padding-top: 15px;
	padding-left: 15px;
	height: 40px;
	margin-left: 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav li {
	text-align: center;
	float: left;
	display: block;
	list-style: none;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#nav a {
	color: #535353;
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	text-decoration: none; 
	margin: 0 0 9px 0;
	padding: 0 0 0 15px;
}

#help {
	width: 115px;
	height: 35px;
	background: #fff url(images/get_help.gif) no-repeat;
	margin: 3px;
}

#call {
	width: 170px;
	height: 100px;
	background: #fff url(images/call.gif) no-repeat;
	margin: 3px 3px 3px 15px;
}


#content {
	background: #fff url(images/content.jpg) repeat-x;
	width: 800px;
	margin: 0 auto 0 auto;
}

#right_content {
	float: right;
	width: 550px;
}

#right_content h1 {
	color: #4f044e;
	font-family: "century gothic", sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px;
	padding: 0;
}

.alt_right_color {
	color: #9e0d9c;
}

#content p {
	color: #797979;
	font-family: arial, serif;
	margin: 0 5px 15px 5px;
	padding: 0;
}

#left_content {
	background: #9e0d9c;
	width: 225px;
	float: left;
	border-right: 15px solid #fff;
}

#left_content h1 {
	background: #bc58bb;
	color: #4f044e;
	font-family: "century gothic", sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 2px 5px 2px 5px;
}

#left_content p {
	color: #fff;
}

#alt_left_content {
	margin-top: 1px;
	background: #4f044e;
	width: 225px;
	float: left;
	border-right: 15px solid #fff;
}

#alt_left_content h1 {
	background: #865285;
	color: #f2b9f1;
	font-family: "century gothic", sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 2px 5px 2px 5px;
}

#alt_left_content p {
	color: #fff;
}

.alt_color {
	color: #fff;
}

.contentimg {
	background: #FFFFFF;
	float: right;
	border: 1px solid #9F0D9C;
	margin: 0px 8px 15px 15px;
}

.contentimg2 {
	background: #dcd8b2;
	float: left;
	padding: 5px;
	border:1px solid #888;
	margin: 15px 15px 15px 8px;
}

#footer {
	clear: both;
		width: 800px;
	margin: 0 auto 0 auto;
	color: #fff;
	text-align: center;
	background: #9e0d9c;
	padding: 5px 0 5px 0;

	font-size: 10pt;
}

#footer a {
	color: #eee;
}

#footer p {
	text-align: center;
}

.LX {
    color: #FFFFFF;
}

A.LX:link, A.LX:visited, A.LX:active { color: #FFFFFF; text-decoration: none; }
A.LX:hover { background: #FFFFFF; color: #50044F; text-decoration: underline; }