
body {
	text-align:center;
	font-size:.9em;
	font-family:arial;
	background: #0076a1;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#1D4582;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:1.5em;
	margin:0px;
	color:#1D4582;
}

input {
	width:160px;
}
select {
	width:160px;
}

.quoteapp {
	width:380px;
	 border-collapse: collapse ;
	 background-color:#EEE;
}

 
.quoteapp .hdr {
	background-color: #2c6cb6;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.quoteapp td {
	font-size:13px;
	padding:4px;
	font-weight:bold;
	width:180px;
}

.quoteapp td.lbl {
	background-color:#EEE;
	text-align:right;
	width:180px;
}


.wrapper {
	margin:auto;
	width:750px;
	background: #fff;
	border:1px solid #666;
	text-align:left;
}


.header {
	margin:4px;
	padding:4px;
	border:0px #000 solid;
	background: #173777;
	color:#FFF;
	text-align:center;
	font-size:.8em;
	background-repeat:no-repeat;
	height:50px;
}
.headerimage {
	padding:4px;
	border:0px #000 solid;
	background-image:url(../images/topheader.gif);
	height:150px;
}

.footer {
	padding:4px;
	border:0px #000 solid;
	font-size:.8em;
}

.clearer {
    clear: both;
    float: none;
}
.content{
	padding:5px 0 0 20px;
}


.col-left	{
	width:180px;
	font-size:.9em;
	float:left;
	border-right:0px solid #C5C5C5;
}
.col-middle	{/*width:370px;*/ width:378px; float:left;border-left:1px solid #C5C5C5;padding-right:10px;padding-bottom:200px; }
.col-right	{/*width:165px;*/width:160px; float:left;border:0px solid #C5C5C5;}
.col-middle-2	{/*width:400px;*/ width:400px; float:left;border-left:0px solid #C5C5C5;padding-right:10px;padding-bottom:200px;  }
.col-left-2	{
	width:250px;
	font-size:.9em;
	float:left;
	text-align:center;
	border-right:0px solid #C5C5C5;
}
.subnavhdr{background:#2c6cb6;color:#fff;font-weight:bold;padding:5px 10px;}

.subnavhdr  a {color:#fff; }
.bodyInfo {
	padding:6px;
}

.col-left ul {
	list-style-image:url(../images/bullet-square.gif);margin:0 0 0 4px;padding:4px 0 4px 0;
	list-style-position: inside;
	font-size:.95em;
}

.col-left li {
	margin:8px 0px;
}

.col-left .image {
	text-align:center;
}

.col-left-2 .promo {
	background-color:#EEE;
	padding:8px;
	text-align:center;
	color:#555;
	font-size:1em;
	width:120px;
	font-weight:bold;
	margin:auto;
}

.col-right .promo {
	background-color:#EEE;
	padding:8px;
	text-align:center;
	color:#555;
	font-size:1em;
	font-weight:bold;
}

#quickapp {
	width:250px;
	border-collapse:collapse;
	border:1px #000 solid;
	height:140px;
	background-color:#F0F0F0;
	margin:4px;
}
#quickapp .hdrDiv {
	text-align:center;
	font-size:14px;
	padding:4px;
	background-color:#62abff;
	color:#fff;
	font-weight:bold;
}

#quickapp select {
	font-size:12px;
	width:125px;
}
#quickapp input {
	font-size:12px;
}
#quickapp .submit{
	font-size:14px;
	background-color:#DDD;
	color:#000000;
	font-weight:bold;
	width:120px;
}


#quickapp .lblDiv {
	border:0px #000 solid;
	font-weight:bold;
	width:110px;
	text-align:right;
	padding:2px 8px 0px 2px;
	float:left;
	margin:2px 0px;
	font-size:13px;
}


#quickapp .fieldDiv {
	border:0px #000 solid;
	font-weight:bold;
	width:120px;
	text-align:right;
	padding:1px 2px 0px 4px;
	float:left;
	margin:4px 1px;
	font-size:13px;
}
