@charset "utf-8";
/* CSS Document */

body {
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.png) repeat-x;
	background-color:#fa60a8;
	font-size:14px;
}

.footer a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.container {
	width:100%;
}

.body-outer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.top-bar {
	width:900px;
	height:36px;
}

.call {
	width:211px;
	height:21px;
	margin:7px 20px 0px 0px;
	padding-top:8px;
	color:#FFFFFF;
	font-size:16px;
	background:url(images/call-bg.png);
	float:right;
	text-align:center;
}

.header {
	width:900px;
	height:150px;
	background:url(images/header-bg.png);
}

.body-inner {
	width:900px;
}

.left-column {
	width:180px;
	background:url(images/left-column-bg.png) repeat-y;
	float:left;
	height:100%;
}

.menu-ribbon {
	width:175px;
	height:61px;
	background:url(images/menu-rb.png);
}

.menu {
	width:160px;
	padding:0px 5px 0px 15px;
	font-size:16px;
}

.menu a {
	color:#2c0b54;
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

.contact-ribbon {
	width:175px;
	height:61px;
	margin-top:10px;
	background:url(images/contact-rb.png);
}

.contact {
	width:160px;
	padding:0px 5px 0px 15px;
	font-size:11px;
}

.right-column {
	width:720px;
	margin-left:180px;
}

.banner {
	width:720px;
	height:251px;
	background:url(images/banner-bg.png);
}

.main-text {
	width:710px;
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
}

.footer {
	width:100%;
	height:45px;
	color:#FFFFFF;
	font-size:14px;
	margin-top:0px;
	padding-top:15px;
	background-color:#090487;
	text-align:center;
}

.footer-menu {
	width:900px;
	height:14px;
	margin-left:auto;
	margin-right:auto;
}

.footer-menu a {
	color:#FFFFFF;
	margin:0px 4px 0px 4px;
	text-decoration:none;
}

.footer-menu a:hover {
	text-decoration:underline;
}

.footer-contact {
	width:900px;
	height:14px;
	margin-left:auto;
	margin-right:auto;
}

.clear {
	clear:both;
}

