/**************** static menus *****************/
.menu_static   { }
.menu_static a        { color: #266ace; font-size: 13px; font-family: Verdana; font-weight: normal; text-decoration: none; display: block; padding: 4px 0 2px 5px }
.menu_static a:hover  { color: #152d73 }

/**************** custom menu coding *****************/
#menu_variable a, #menu_variable h2             { font: 16px/19px Verdana; display: block; margin: 0; padding: 5px 7px }
#menu_variable a, #menu_variable h2:hover      {
	color: #152d73;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	display: block
}
#menu_variable h2              { color: #266ace; font-size: 13px; font-family: Verdana; font-weight: normal; background-image: none; background-position: 0 0; margin: 0; padding: 0 4px 2px }
#menu_variable a          { color: #fff; font-size: 13px; font-family: Verdana; text-decoration: none; background-color: #266ace; background-position: 0 0; border-bottom: 1px solid white }
#menu_variable a:hover     {
	color: #152d73;
	border-bottom: 1px solid white;
	background-color: #99CCFF;
}
/**************** generic menu coding *****************/
#menu_variable  { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 100%; float: left }
#menu_variable ul    { list-style: none; margin: 0; padding: 5px 0 0; float: left }
#menu_variable li  { position: relative }
#menu_variable ul ul    { position: absolute; z-index: 500 }
#menu_variable ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
div#menu_variable ul ul, div#menu_variable ul li:hover ul ul, div#menu_variable ul ul li:hover ul ul { display: none; }
div#menu_variable ul li:hover ul, div#menu_variable ul ul li:hover ul, div#menu_variable ul ul ul li:hover ul { display: block; }
/**************** menu widths *****************/
#default  { width: 150px }
/*tonicfusion specific styles*/
.tonicfusion  { padding-top: 15px; padding-bottom: 15px }
.tonicfusion a  { color: #878787; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
.tonicfusion a:hover { color: black }

.intro  { font-family: Verdana; background-repeat: no-repeat; background-position: left top; padding: 25px 15px 0 45px }
.intro h1 { color: white; font-size: 18px; font-weight: normal; line-height: 140%; margin: 0 }
.spacer { background-color: white; height: 1px }
.footer { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url("images/footer_bg.jpg"); background-repeat: repeat-y; background-position: left top; padding: 8px 8px 8px 14px }
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
.menu td  { font-family: Verdana, Arial, Helvetica, sans-serif; padding: 5px 8px }
.menu a  { color: #266ace; font-size: 13px; font-weight: normal; text-decoration: none }
.menu a:hover { color: #152d73 }
.intro_lower { color: white; font-size: 13px; font-family: Verdana; line-height: 140%; background-color: #142d73; background-image: none; padding: 5px 15px 0 20px }
.content { font-family: Verdana; padding: 30px 24px 0 28px }
.content h1 { color: #2a6ccd; font-size: 18px; font-family: Verdana }
.content h2 { color: #1f3278; font-size: 18px; font-family: Verdana; font-weight: normal }
.content h3  { color: #1f3278; font-size: 14px; font-family: Verdana; line-height: 18px; margin-top: 0; margin-bottom: 6px }
.content p, .content ul { color: black; font-size: 12px; font-family: Verdana; line-height: 160%; margin-top: 0; margin-bottom: 14px }
.content p a { color: #266ace; text-decoration: underline }
.content p a:hover { color: #1f3278; text-decoration: underline }

.servicepanel {
	font-family: Verdana;
	background-color: #142d73;
	color: #FFFFFF;
	width: 208px;
	padding-top: 30px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 28px;
}
.servicepanel h1 {
	font-size: 18px;
	font-family: Verdana
}
.servicepanel h2 {
	font-size: 18px;
	font-family: Verdana;
	font-weight: normal
}
.servicepanel h3  {
	font-size: 14px;
	font-family: Verdana;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 6px
}
.servicepanel p, .servicepanel ul {
	font-size: 12px;
	font-family: Verdana;
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 14px
}
.servicepanel ul {
	margin-left: 0px;
	padding-left: 15px;
}
.servicepanel li {
	margin-left: 0px;
	padding-left: 0px;
}
.servicepanel p a {
	text-decoration: underline
}
.servicepanel p a:hover {
	text-decoration: underline
}

.news {
	background-color: #8FCDFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*form styles*/
.myform { }
.myform table th p  { color: #266ace; font-size: 12px; font-family: Verdana; font-weight: normal; line-height: 160%; text-align: right; margin-top: 0; margin-bottom: 0 }
.myform table { background-color: #fff }
.myform table td { background-color: #dbf2ff }
.myform table th { background-color: #dbf2ff; padding-right: 10px; padding-left: 10px }
