body *, .*
{
	padding:0px;
	margin:0px;
}
body {
	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.main_body
{
	width:1000px;
	float:none;
	background-color:#FFFFFF;
}
.blocks
{
	float:none;
	widows:1000px;
	background-color:#FFFFFF;;
}
.header
{
	width:1000px;
	height:101px;
	display:inline;
}
.header .login
{
	padding-left:5px;
	padding-right:5px;
	background:#3066B1;
	color:#FFFFFF;
	font-size:10px;
}
.header .login .textbox
{
	height:14px;
	line-height:14px;
	padding:2px;
	width:100px;
	border:none;
}
.header .login .button
{
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFCC00;
	color:#FF3300;
	border:#FF9900 2px solid;
	cursor:pointer;
}
.header .left_corner
{
	width:60px;
	background:url(../images/left_corner.gif) top right no-repeat;
}
.header .top_corner
{
	width:10px;
	background:url(../images/top_corner.gif) top right no-repeat;
	background-color:#3066B1;
}
.header .login .get_demo a,.header .login .get_demo a:visited
{
	text-decoration:blink;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.header .get_demo a:hover
{
	text-decoration:none;
}
.header .get_demo a span
{
	text-align:center;
	vertical-align:middle;
	background:#FFCC00;
	border:thick #FF3300 solid;
	display:block;
	padding:10px;
	text-decoration:blink;
}
.header .get_demo a span:hover
{
	text-decoration:none;
}
.logo
{
	background:url(../images/logo.gif) no-repeat top left;
	height:101px;
	width:241px;
}
.contact_head
{
	height:101px;
	width:319px;
	background-image: url(../images/top-bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu
{
	background-color:#3066B1;
	height:200px;
	width:221px;
	padding-left:10px;
	padding-right:10px;
}
/*.menu ul
{
	padding:10px;
	width:90%
}
.menu ul li
{
	padding:3px;
	border-top:solid 1px #3399FF;
	list-style:none;
	padding-left:20px;
}
.menu ul li .last
{
	border-bottom:solid 1px #3399FF;
}
.menu ul li a, .menu ul li a:visited
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	text-transform: capitalize;
}
.menu ul li a:hover
{
	color:#66CCFF;
	text-decoration:none;
}*/
.blank
{
	color:#FFFFFF;
	float:left;
}
.blank_space
{
	width:100%;
	height:10px;
}
.banner
{
	background-color:#6C6B79;
	height:200px;
	width:551px;
	float:left;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.pay_now
{
	background-color:#3066B1;
	height:200px;
	width:188px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.verseus
{
	height:100px;
	float:left;
	text-align:center;
	vertical-align:middle;
}
.pay_now .block
{
	margin:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.pay_now .offer
{
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.bottom_banner
{
	background:url(../images/bottom-bar.gif) no-repeat top left;
	height:35px;
	width:551px;
	float:left;
}
.left_panel
{
	width:241px;
	float:left;
	vertical-align:top;
}
.content
{
	float:left;
	vertical-align:top;
	padding-left:10px;
	text-align:justify;
	width:700px;
}
.content h1
{
	width:100%;
	background:#66CCFF;
	padding:5px;
	font-size:16px;
	border-top:#6666FF 1px solid;
	border-bottom:#6666FF 1px solid;
}
.content p
{
	text-indent: 25px;
}
.content ul
{
}
.content ul li
{
	padding:3px;
}
.content a, .content a:visited
{
	text-decoration:none;
	color:#666666;
}
.content a:hover
{
	text-decoration:none;
	color:#006291;
}
.panel
{
	margin:5px;
	text-align:justify;
}
.panel .title
{
	padding:3px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	background: url(../images/bullets.gif) no-repeat top left;
}
.panel .text
{
	padding:3px;
	padding-left:20px;
}
.footer
{
	background-color:#3066B1;
	padding:5px;
	text-align:left;
	font-size:10px;
}
.footer a
{
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	color:#FFFFFF;
}
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-weight:bold;
width: 180px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}
.sidebarmenu ul li .last{
border:none;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 5px;
padding-bottom:6px;
border-bottom: 1px solid #FFFFFF;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #3066B1; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #3066B1;
color:#FFCC00;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
border: 1px solid #FFFFFF;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
