body, p, table, tr, td, th, ul, li, ol {
	font: 10pt Calibri, Verdana, Arial, sans-serif;
	color: Black;
	line-height: 1.5;

}

ul {
	list-style-image: url(../images/bullet.png);
}

ul li {
	padding-left: 6px;
	padding-bottom: 4px;

}

input, textarea {
	border: 1px solid #000;
}

img { border: 0px }

hr {
	color: #339a4a;
	background-color: #4186a7;
	height: 1px;
	border: 0px;
}

hr.dbl {
	background-color: #fff;
	border: 1px dashed #339a4a;
	height: 5px;
	border-left: 0px;
	border-right: 0px;
}

p.terms {
	font-size: 8pt;
}

a {
	font-weight: bold;
	color: #1C4082;
}

a:hover {
	color: #184184;
}

h1 {
	font: 12pt Calibri, Verdana, Arial, sans-serif;
	color: #339a4a;
}

.white {
	font: 10pt Calibri, Verdana, Arial, sans-serif;
	color: #ffffff;
}

.header {
	font: 13pt Calibri, Verdana, Arial, sans-serif;
	color: #339a4a;
}

.subheader {
	font: 10pt Calibri, Verdana, Arial, sans-serif;
	color: #4186a7;
}

table.serviceslist td {
	padding-bottom: 12px;
}

table.serviceslist td img {
	padding-right: 10px;
}

table.sidemenu {
	padding-top: 20px;
}

table.sidemenu td {
	padding-bottom: 16px;
}

table.sidemenu td img {
	padding-right: 6px;
}

table.sidemenu td a {
	color: #4186a7;
	font-weight: bold;
	text-decoration: none;
}

table.sidemenu td a:hover {
	text-decoration: underline;
}

/* DROP DOWN MENUS */

.dropmenudiv {
	position:absolute;
	top: 0;
	font:normal 13px Arial;
	line-height:24px;
	z-index:100;
	width: 230px;
	visibility: hidden;
}


.dropmenudiv a {
	width: auto;
	display: block;
	padding: 4px 0px;
	text-indent: 10px;
	text-decoration: none;
	background-color: #fff;
	color: #4186a7;
	border: 1px solid silver;
	border-top: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-weight: bold;
	text-decoration: underline;
}

.dropmenudiv a.submenu_top {
	background: url('../images/bg_submenu_top.gif') #fff top left no-repeat;
}

.dropmenudiv a.submenu_bottom {
	background: url('../images/bg_submenu_bottom.gif') #fff bottom left no-repeat;
}

.dropmenudiv a.selected {
	font-weight: bold;
	background-color: #ddd;
}
