body {
	/*background-image : url(/img/business.gif);*/
  position:relative; margin:0; padding:0
}
#pop {top:30px;width:790px;margin-left:-390px;left:50%;display:none;position:fixed;z-index:100000;}
#popstyle {background-color:#fff;border:5px solid #79b;padding:10px 15px;text-align:center;}
#popdim {background-color:#3c4043;opacity: 0.8;filter:alpha(opacity=80);position:absolute;left:0;top:0;width:100%;height:100%;display:none;z-index:99999;}

a:link {text-decoration: underline; color: #1e90ff; font-family: verdana; font-size: 12px; font-weight: bold}
a:visited {text-decoration: underline; color: #1e90ff; font-family: verdana; font-size: 12px; font-weight: bold}
a:hover {text-decoration: underline; color: #0000bb; font-family: verdana; font-size: 12px; font-weight: bold}

a.red:link {text-decoration: underline; color: darkred}
a.red:visited {text-decoration: underline; color: darkred}
a.red:hover {text-decoration: underline; color: darkred}

a.a_blue:link {text-decoration: underline; color: blue}
a.a_blue:visited {text-decoration: underline; color: darblue}
a.a_blue:hover {text-decoration: underline; color: darkblue}

a.topmenu:link {margin-left : 65px; text-decoration: none; color: white}
a.topmenu:visited {margin-left : 65px; text-decoration: none; color: white}
a.topmenu:hover {margin-left : 65px; text-decoration: underline; color: white}

a.3:link {text-decoration: none; color: #000080}
a.3:visited {text-decoration: none; color: #000080}
a.3:hover {text-decoration: none; color: #0000ee}

pre{
	margin-left : 15px;
	color : White;
}

.hilite {
	background-color: #FF0; /* white-space: pre; */
}

body, p, td {
	 font-family: verdana; 
	 font-size: 12px;
}

p {
	 margin : 0px;
	 margin-bottom : 5px;
	 margin-top : 10px;
}

li{
	 margin-top : 10px;
}

p.p_compare{
	color : White;
	font-weight : bold;
	margin-left : 10px;
	font-size : 11px;
  text-align: left;
}

p.p_compare_header{
	color : #c7d389;
	font-weight : bold;
	font-family: Arial;
	text-align: center;
	font-size : 14px;
  text-align: left;
}

p.topmenu{
	font-weight : bold;
}

h1,h2,h3,h4{color: #5D2A2F; font-family: Arial, verdana; font-weight: bold; text-align: center; margin: 0px; }
h1{font-size: 20px;}
h2{font-size: 17px;}
h3{font-size: 17px;}
h4{font-size: 16px;}

li{font-family: verdana; font-size: 12px;}

div.content {
  padding:20px;
}

td.main-content div, td.main-content p 
{
  text-align: justify;
}

img#captcha_reload_img {
  padding-top:9px;
  padding-left:10px;
  padding-right:10px;
  border: 0;
}

table.content {
	border : 0px ;
}

table.maintable{
	border : 1px solid;
	border-color: black;
	padding : 7px;
}

td.content {
	border : 1px solid;
	border-color: black;
	padding : 7px;
}

td.content1 {
	padding : 17px;
}

td.content2 {
	padding-left : 10px;
}

.frame{
	border : 3px solid #5d2a2f;
	text-align : left;
	padding : 7px;
	background-color : #FFFFCC;
}

.framecenter{
	border : 3px solid #5d2a2f;
	padding : 3px;
	background-color : #FFFFCC;
}

.style1 {
	color: #5d2a2f;
	font-weight: bold;
}

.redbold {
	color: #FF0000;
	font-weight: bold;
}

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}

form th 
{
  text-align: left;
  font-weight: normal;
}

form input.width300
{
  width: 300px;
}

form input.error
{
  border:1px dotted red;
}

form label.error
{
  color:red;
  font-style:italic;
  display:inline-block;
  line-height:1.8;
  vertical-align:top;
}



#menu 
{
  margin: 0;
  padding: 0;
  margin-left: 10px;
  
}

#menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  background: #fff;
  float: left;
  width: 100%;
}

#menu li
{
  margin-right: 15px;
  float: left;
  position: relative;
  background: #EEE;
  border-right: 1px dashed #CCC;
}

#menu li ul 
{
  display: none;
  position: absolute;
  padding: 0;
  width: 281px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

#menu a 
{
  text-decoration: none;
  display: block;
  width: 120px;
  padding: 4px 10px;
}

#menu a:hover 
{
  color: #000;
  background: #CCC;
}

#menu li:hover 
{
  background: #CCC;
}

#menu li li {
  border: 0;
}

#menu li li a 
{
  width: 260px;
  background: none;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#menu li:hover ul {
  display: block;
}

#menu li:hover li ul {
  display: none;
  width: 281px;
  top: -9px;
  left: 250px;
}
#menu li:hover li:hover ul {
  display: block;
}
