/* general stuff */
body {
	padding : 0;
	margin : 0;
	background-color:#FFFFFF;
	background-image:url(../images/background2.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
a:link {
	color:#003366;
}
a:visited {
	color:#003366;
}
a:hover {
	color:#990000;
	font-style:normal;
	text-decoration:none;
}
a:active {
	color:#003366;
}

/* define page body */
.content {
	width: 950px;
	margin-top:0px;
}


/* define top of page links */
.linkbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	padding-top:10px;
	text-align:right;
	padding-right:30px;
}
.linkbar a {
	color:#555555;
}
.linkbar a:hover {
	color:#003366;
	text-decoration:none;
}
.linkbar a:visited {
	color: #555555;
}


/* define logo, time, and Qet Quote positions */
.logo {
	margin-top: 18px;
	margin-left: 20px;
}

/* text styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#742521; /* burgandy */
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #333333; /* grey */
	font-weight:bold;
	line-height:18px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	color:#1F4268; /* navy */
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #999999;
/*	margin-left:20px;   removed cause it looked funny */
	color:#555555; /* med grey */
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
	color:#1F4268; /* navy */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333; /* dark grey */
	line-height:135%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333; /* dark grey */
	line-height:150%;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:145%;
}
.grey1 {
	font-size:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#555555; /* grey */
	line-height:150%;
}
.blue1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#1F4268; /* navy */
	line-height:150%;
}
.grey {
	font-size:30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#555555; /* grey */
	line-height:150%;
}
.blue {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#1F4268; /* navy */
	line-height:150%;
}
.formfield {
	background-color:#E8E8E8;
}
.formfieldreq {
	background-color:#D9EAFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-style:italic;
	text-decoration:none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bullets {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555555;
	font-style:italic;
}

/* define menu */
#menu {
	font: bold 12px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
.basictab ul{
	margin-bottom: 11px;
	padding: 4px 0;
	margin-left: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li {
	display: inline;
	margin: 0;
}

.basictab li a {
	text-decoration: none;
	padding: 3px 8px;
	margin-right: 5px;
/*	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	background-color: #BEBEBE;
	*/
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #8B8B8B;
	background-color:#D4D4D4;
	color:#2b2b2b;
}

.basictab li a:visited {
	color: #2d2b2b;
}

.basictab li a:hover {
	background-color: #9ECCEF;
	color: #333333 !important; /*text color of selected and active item*/
}

.basictab li a.current {
/*	background-color: #888888; */
	background-color:#8B8B8B;
	color: white !important; /*text color of selected and active item*/
}




/* define main box-links bar */
.hovermenu ul {
	font: normal 12px arial;
	padding-left: 0;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.hovermenu ul li {
	list-style: none;
	display: inline;
}

.hovermenu ul li a {
	height: 100px;
	width:165px;
	padding: 3px;
	text-decoration: none;
	border:3px solid #ADADAD;
	margin-right:10px;
	float: left;
	color: #333333;
	background-color: #E6E6E6;
	text-align:left;
}

.hovermenu ul li a:hover {
	background-color: #E6F1FF;
	border:3px solid #9ECCFF;
}

html>body .hovermenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-bottom-style:solid;
}




/* define NEW homepage boxes */
.hoverhome ul {
	font: normal 10px Verdana;
	padding-left: 0;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.hoverhome ul li {
	list-style: none;
	display: inline;
}

.hoverhome ul li a {
	height: 170px;
	width:175px;
	padding: 0px;
	text-decoration: none;
	margin-right:8px;
	float: left;
	color: #333333;
	background-color: #D4D4D4;
	text-align:center;
}

.hoverhome img {
	border:none;
}
.hoverhome ul li a:hover {
	background-color: #E6F1FF;
}

html>body .hoverhome ul li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-bottom-style:solid;
}






/* define 2ndary box-links bar */
.hovermenu2 ul {
	font: normal 12px arial;
	padding-left: 0;
	margin-left: 10px;
}

.hovermenu2 ul li {
	list-style: none;
	display: inline;
}

.hovermenu2 ul li a {
	height: 110px;
	width:155px;
	padding: 3px;
	text-decoration: none;
	border:3px solid #C8C8C8;
	margin-right:10px;
	float: left;
	color: #333333;
	background-color: #E6E6E6;
	text-align:left;
}

.hovermenu2 ul li a:hover {
	background-color: #E6F1FF;
	border:3px solid #9ECCFF;
}

html>body .hovermenu2 ul li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-bottom-style:solid;
}


/* define page guts */
.leftcol {
	width: 184px;
	padding-bottom:10px;
	padding-left: 10px;
	vertical-align:top;
	text-align:left;
	
}

.centercol {
	padding-bottom:10px;
	padding-top:17px;
*	padding-top:6px;
	width: 742px;
	padding-right: 10px;
	padding-left: 4px;
	height:100%;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:left;
}
.blueblock {
	background-image:url(../images/blueback.jpg);
	background-repeat:repeat-x;
	padding:10px;
	background-color: #70849C;	
}
.blueblock .title {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.blueblock p {
	color:#FFFFFF;
}

/* define left column menu */
.leftmenu {
	font: bold 12px Arial;
	width: 100%; 
}
.lefttab ul{
	padding: 4px 0;
	margin-left: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin-bottom: 3px;
}

.lefttab li {
	margin: 0;
	padding:1px;
}

.lefttab li a {
	display: block;
	text-decoration: none;
	padding: 3px 8px;
	margin-right: 5px;
	border: 1px solid #C8C8C8;
/*	background-color: #FFFFFF; */
	background-color: #E1EFFA;
	color: #2d2b2b;
}

.lefttab li a:visited {
	color: #2d2b2b;
}

.lefttab li a:hover {
	background-color: #9ECCEF;
	color: #333333 !important; /*text color of selected and active item*/
}

.lefttab li a.head {
/*	background-color: #888888; */
	background-color:#454545;
	color: white !important; /*text color of selected and active item*/
}
.lefttab li a:hover.head {
	background-color: #9ECCEF;
	color: #333333 !important; /*text color of selected and active item*/
}
.lefttab li a.current {
	background-color: #C8C8C8;
	color: #333333 !important; /*text color of selected and active item*/
}
/* left tab second level menu */
.left2 {
	font: bold 12px Arial;
	width: 100%; 
}
.left2 ul{
	padding: 4px 0;
	margin-left: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.left2 li {
	margin: 0;
	padding:1px;
}

.left2 li a {
	display: block;
	text-decoration: none;
	padding: 3px 8px;
	margin-right: 5px;
	margin-left: 20px;
	border: 1px solid #C8C8C8;
/*	background-color: #FFFFFF; */
	background-color: #FFF6DA;
	color: #2d2b2b;
}

.left2 li a:visited {
	color: #2d2b2b;
}

.left2 li a:hover {
	background-color: #9ECCEF;
	color: #333333 !important; /*text color of selected and active item*/
}

.left2 li a.current {
	background-color: #C9E2F5;
	color: #333333 !important; /*text color of selected and active item*/
}



/* left tab third level menu */
.left3 {
	font: bold 12px Arial;
	width: 100%; 
}
.left3 ul{
	padding: 4px 0;
	margin-left: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.left3 li {
	margin: 0;
	padding:1px;
}

.left3 li a {
	display: block;
	text-decoration: none;
	padding: 3px 8px;
	margin-right: 5px;
	margin-left: 30px;
	border: 1px solid #C8C8C8;
	background-color: #FFFFFF;
	color: #2d2b2b;
}

.left3 li a:visited {
	color: #2d2b2b;
}

.left3 li a:hover {
	background-color: #9ECCEF;
	color: #333333 !important; /*text color of selected and active item*/
}

.left3 li a.current {
	background-color: #C9E2F5;
	color: #333333 !important; /*text color of selected and active item*/
}

/* define footer */
.footer {
	background-image:url(../images/footerback.jpg);
	background-position:top;
	background-repeat:repeat;
	color:#555555;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	height: 90px;
}
.footer a {
	color:#555555;
	text-decoration:underline;
}
.footer a:hover {
	color:#003366;
	text-decoration:none;
}
.footer a:visited {
	color:#555555;
	text-decoration:underline;
}





/* misc */
.shade {
	background-color:#C9E2F5;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.underline {
	border-bottom:1px solid #cccccc;
}
.shadeleft {
	background-color:#C9E2F5;
	text-align:left;
	font-weight:bold;
	vertical-align:middle;
}
.fakelink {
	text-decoration:underline;
	color:#003366;
}
.i25 {
	padding-left: 25px;
}
.i35 {
	padding-left: 35px;
}
.i35r {
	padding-right: 35px;
}
.i70 {
	padding-left: 70px;
}
.tip { 
	background-color:#FFF5C1;
	padding:8px;
	border:1px solid #666666;
	margin-bottom: 15px;
}		
.bar {
	background-image:url(../images/gradient.jpg);
	background-position:left;
	background-repeat:repeat-y; 
	padding:8px;
}
.link {
	text-decoration:none;
	font-weight:bold;
	color:#003366;
}
</style>

