body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
body {
	background-color: #F2F2F2;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 16px;
	line-height: normal;
}

h1 {
	font-size: 24px;
	color: #333333;
}
h2 {
	font-size: 20px;
	color: #06ABED;
}
h3 {
	font-size: 18px;
	color: #00B0F7;
}

h4 {
	font-size: 14px;
	color: #00B0F7;
}

h5 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/*Main Menu Start  ------------------------------ Removed */


.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #00B0F7;
	color: #FFFFFF;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 100px; /*Width of top level menu link items*/
	padding: 1px 8px;
	border: 1px solid white;
	border-left-width: 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	color: #FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	color: #FFFFFF;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	color: #FFFFFF;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #FFFFFF;
	text-align: left;
}

.suckertreemenu ul li a:hover{
	background-color: #006699;
	color: #FFFFFF;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-color: #00B0F7;
	background-image: url(../images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background: #F3F3F3 url(../images/arrow-right.gif) no-repeat center right;
	color: #FFFFFF;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }


/* Main Menu End ------------------------------ Removed */





/* Left Menu Start */

#blueblock{
	width: 188px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	background-color: #90bade;
	color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
}

* html #blueblock{ /*IE 6 only */
w\idth: 154px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 1px 1px 1px 16px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/* Left Menu End */




.head {
	font-size: 16px;
	font-weight: bold;
	color: #00B0F7;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.head1 {
	font-size: 32px;
	font-weight: bold;
	color: #00B0F7;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
.head2 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;	
}
.head3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
.line_h {
	background-image: url(../images/line_h.jpg);
	background-repeat: repeat-x;
}
.phone {
	font-size: 22px;
	font-weight: bold;
	color: #999999;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
.nav_table_bdr {
	background-color: #FFFFFF;
}
.body_bg {
	background-image: url(images/bg_body.jpg);
}


.border {
	border: 1px solid #F2F2F2;
}
.pagelocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.view {
	font-size: 11px;
	text-decoration: none;
}

.bold_rev {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.left_pro_head {
	font-size: 14px;
	color: #90BADE;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	background-color: #1958B7;
	padding-left: 10px;
	font-weight: bold;
	line-height: 24px;
	display: block;
}





/* Links-------------------------- */

a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #06ABED;
}
a:active {
	color: #006699;
}


.footer:link {
	color: #006699;
	text-decoration: none;
}
.footer:visited {
	color: #006699;
	text-decoration: none;
}
.footer:hover {
	color: #06ABED;
	text-decoration: none;
}
.footer:active {
	color: #006699;
	text-decoration: none;
}



.main:link {
	color: #FFFFFF;
	display: block;
	background-color: #06ABED;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 100%;
	position: relative;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
.main:visited {
	color: #FFFFFF;
	display: block;
	background-color: #06ABED;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 100%;
	position: relative;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
.main:hover {
	color: #FFFFFF;
	display: block;
	background-color: #025B9F;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 100%;
	position: relative;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
.main:active {
	color: #FFFFFF;
	display: block;
	background-color: #06ABED;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 100%;
	position: relative;
	border: 1px solid #FFFFFF;
	font-weight: bold
	line-height: 24px;
}



.top_links:link {
	color: #006699;
	text-decoration: none;
	font-size: 11px;
}
.top_links:visited {
	color: #006699;
	text-decoration: none;
	font-size: 11px;
}
.top_links:hover {
	color: #06ABED;
	text-decoration: underline;
	font-size: 11px;
}
.top_links:active {
	color: #006699;
	text-decoration: none;
	font-size: 11px;
}



.head4 {
	font-size: 18px;
	font-weight: bold;
	color: #73CC3E;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
.head2_blue {
	font-size: 16px;
	font-weight: bold;
	color: #06ABED;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

