html {
	height:100%;
	margin:1px;
}
html, body, div {
	font-family: "Centruy Gothic", Arial, Helvetica, sans-serif; 
}
body {
	background-color: #e0e0e0;
	background-color: #444;
	margin: 0px;
	padding: 0;
	font-size:9pt;
}

/* ---------------- General Styles -------------------- */

input,textarea
{
	background-color:#e0e0e0;
	border:1px solid #63138e;
	color:#63138e;
	font-family: "Centruy Gothic", Arial, Helvetica, sans-serif; 
	font-size:9pt;
}

img { border:0; }
a
{
	color:#333333;
	text-decoration:none;
	border-bottom: 1px solid #63138e;
}
a:hover
{
	color: #63138e;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, ul, ol, table, p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 0.75em 0;
	font-weight: normal;
	padding: 0;
}
h1 {
	font-size: 22px;
	color: #63138e;
}
h2 {
	font-size: 16px;
	color: #63138e;
}
h3 {
	font-size: 14px;
	color: #63138e;
}
h4 {
	font-size: 13px;
	color:#666;
}
h5 {
	font-size: 13px;
	color:#666;
}
h6 {
	font-size: 13px;
	color:#666;
}

p, table, ul {
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

div#right_col ul {
	list-style-position: outside;
	margin-left: 20px;
}
div#right_col li {
	padding: 0;
	list-style-position: outside;
	font-size: 12px;
	line-height: 20px;
}


/* ------------------ Page Structure ------------------------ */

div#container
{
  position: relative;
  width:935px;
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
}
div#container_inner
{
	border: 1px solid #63138e;
	border: 1px solid #000;
	background: url('/_img/head.jpg') top center no-repeat;
}

div#header
{
	height: 120px;
	text-align: right;
}

div#contact_link {
	padding: 10px 15px;
}
div#contact_link a {
	color: #ffffff;
}

div#menu_container {
	z-index: 99;
	height: 50px;
	background: top center no-repeat;
}
div#top_panel {
	z-index: 0;
	height: 175px;
	position: relative;
}
div#main_content {
	display: block;
}

/* ----------------- top panel ------------------------ */
div#quote_container {
	margin: 0 0 0 20px;
	height: 120px;
	padding-top: 20px;
}
div#quote {
	text-align: right;
	width: 240px;
	margin-left: 50px;
	color: #63138e;
	font-weight: normal;
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 14px;
}
div#image_container {
	position: absolute;
	top: -18px;
	right: 00px;
	border-left: 1px solid #666;
}
div#image {
	width: 440px;
	height: 140px;
	width: 570px;
	height: 162px;
}

/* ----------------- Menu Stuff ------------------------ */

div#menu
{
	font-weight: normal;
	min-height: 32px;
}
div#menu div.menu_left {
	float: left;
}
div#menu div.menu_right {
	float: right;
}

div#menu a:hover {
  color: #ccc;
  text-decoration: none;
}
div#menu ul {
	margin: 0;
	padding: 0;
}
div#menu ul li {
	margin: 0;
	padding: 0;
	vertical-align:middle;
	text-align: center;
	position: relative;
	list-style: none;
	line-height: 32px;
	z-index: 99;
}
div#menu ul li.left { width: 121px; float: left; }
div#menu ul li.right { width: 190px; }

div#menu ul li a
{
	z-index: 99;
	height: 32px;
	display:block;
	color: #ffffff;
	border: none;
	overflow: hidden;
	font-family: "Century Gothic", arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
div#menu ul li.left a { width: 121px; background: url('/_img/main-nav.jpg') top left no-repeat; }
div#menu ul li.right a { width: 190px; background: url('/_img/service-nav.jpg') top left no-repeat; }

div#menu ul li.top a.current
{
	background-position: top right;
}
div#menu ul li.top a:hover, div#menu ul li.top:hover a
{
	background-position: bottom left;
}

div#menu ul li ul {
	position: absolute;
	z-index: 99;
	display:none;
	padding:0;
	margin:0;
	top: 32px;
	left: 5px;
	/*width: 170px;*/
}
div#menu ul li.left ul { width: 111px; }
div#menu ul li.right ul { width: 180px; }

div#menu ul li ul li
{
	text-align: left;
	display: block;
	padding:0;
	margin: 0;
	line-height: 20px;
	height: 20px;
	text-indent: 7px;
}
div#menu ul li.top ul li a
{
	padding:0;
	margin: 0;
	display: block;
	line-height: 20px;
	height: 20px;
	border: none;
	background-image: none;
	background-color: #777;
	font-weight: normal;
	font-size: 11px;
	filter:alpha(opacity=85);
	moz-opacity:.85;
	opacity:.85;
}
div#menu ul li.left ul li a { width: 111px; }
div#menu ul li.right ul li a { width: 180px; }


div#menu ul li:hover ul, #menu li.over ul { 
  display: block; 
} 
div#menu ul li.left ul li a:hover { width: 111px; background-color: #555; color: #63138e; }
div#menu ul li.right ul li a:hover { width: 180px; background-color: #555; color: #eee; }




/* ------------------------- Main Content ------------- */

div#left_col
{
	width:320px;
	float: left;
	font-size:14px;
	padding: 0;
	margin: 15px 0 0 35px;
}

div.clearfix {
	clear: both;
}
div#right_col {
	float: right;
	width: 520px;
	color: #444544;
	margin: 26px 50px 20px 0;
	text-align: left;
}



/* --------------------- Footer ----------------------- */

div#footer
{
  font-size:10px;
  font-weight:normal;
  color:#FFF;
  margin-top:25px;
  line-height: 33px;
  background: url('/_img/foot.jpg');
  padding: 0 15px;
}


div#footer a
{
  color:#fff;
  border: 0;
}
div#footer a:hover
{
  color:#7fc028;
  text-decoration: none;
}

div#footer_links {
	float: right;
}
