* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #FFFFFF url(images/gradient3.gif) repeat-x 0px 128px;
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	color: #00499B;
	font-size: 1.2em;
	line-height: 1em;
	padding: 5px 0 15px 0;
	margin: 0;
}

h2 {
	color: #00FF33;
	font-size: 1.1em;
	line-height: 0em;
}

h3 {
	color: #000000;
	font-size: 1.0em;
	line-height: 1.0em;
}

p {
	margin: 0;
	padding: 2px 0px 13px 0px;
	font-size: 0.8em;
}

li {
	margin: 2px 0px 8px 0px;
	font-size: 0.8em;
}

a:link {
	text-decoration: none;
	color: #00499B;
}

a:visited {
	color:#3D99DE;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

form {
	margin:0;
	padding:0;
}

/******************************/

#container {
	width: 800px;
	margin: auto;
}

#header {
	height:28px;
	padding-top: 2px;
	width: 100%;
	background: #00499B url(images/header_bg.jpg) no-repeat 50%;
}

#header2 {
	height:28px;
	width: 100%;
	background: #00499B url(images/header_bg2.jpg) no-repeat 50%;
}

.secondBar {
	text-align: left;
	margin: auto;
	height: 26px;
	padding: 2px;
	width: 800px;
	font-weight: bold;
}

#headerLinks {
	width:800px;
	height:25px;
	color: #FFFFFF;
	padding-top: 3px;
	margin: auto;
}

#Links ul {
	margin:0;
	padding: 0;
	list-style:none;
	text-decoration: none;
}

#Links li {
	display:inline;
	margin:0;
	padding:0;
}
#Links a {
	padding-bottom: 2px;
}
#Links a span {
	padding:0 10px 0 10px;
	border-right: 1px solid #0156b4;
	text-decoration: none;
	color: #FFFFFF;
}

#logo {
	background-color:#FFFFFF;
	height:92px;
	width: 800px;
	margin: 5px auto 0 auto;
}

.logoImage {
	height: 92px;
	float: left;
}

.PiiImage {
	float:right;
	height:30px;
	widows:340px;
	padding-top: 25px;
	width: 390px;
	text-align: right;
}

.quotetab {
	padding-top: 11px;
	padding-left: 135px;
	width: 205px;
	float: right;
}

#mainArea {
	width:800px;
	margin: 10px 0;
}

#secondMainArea {
	width:800px;
	margin: 10px 0;
}

.linksBar {
	width: 795px;
	height:20px;
	text-align: center;
	padding: 4px 0 0 0;
	font-weight: bold;
}

#leftColumn {
	width:180px;
	float:left;
}

.serviceTop {
	width:180px;
	height:12px;
	background: url(images/180pod_top.gif) no-repeat;
}

.serviceBg {
	width:180px;
	background: url(images/180pod_middle.gif) repeat-y;
}

.serviceBottom {
	width:180px;
	height:12px;
	background: url(images/180pod_bottom.gif) no-repeat;
}

.serviceText {
	padding-left:12px;
	color: #333333;
	width: 85%;
	margin: 0;
}

.serviceBg ul {
	margin:0;
	padding: 0;
	list-style:none;
	text-decoration: none;
	display: block;
}

.serviceBg li {
	margin:0;
	padding:3px 0 4px 0;
	border-bottom: 1px dotted #666666;
	display: block;
}

.serviceBg a {
	color:#333333;
	text-decoration:none;
}

#rightColumn {
	width: 600px;
	float: left;
	margin-left: 20px;
}

#bottomLeftColumn {
	width: 600px;
	float: left;
}

#bottomRightColumn {
	width:180px;
	float:left;
	margin-left: 20px;
}

.box1top {
	height:12px;
	width:600px;
	background: url(images/600pod_top.gif) no-repeat;
	margin: 0;
}

.box1bg {
	width:596px;
	background: url(images/600pod_middle.gif) repeat-y;
	padding: 0px 2px;
	margin: 0;
}

.box1bottom {
	height:12px;
	width:600px;
	background: url(images/600pod_bottom.gif) no-repeat;
	margin: 0;
}

.textleft {
	width:440px;
	float:left;
	padding-left: 10px;
}

.textleft ul, .paddedText ul, .textleft ol, .paddedText ol {
	margin-left: 20px;
}

.paddedText {
	padding: 0px 10px;
	margin: 0;
}

.imageright {
	width:125px;
	float:right;
	padding-top: 15px;
	color: #999999;
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2em;
}

#mainArea2 {
	padding: 10px 0 0 0;
	float: left;
}

.quotebox {
	float: right;
	background-image:url(images/boxes/quotebox3.png);
	width:360px;
	height:140px;
	padding: 10px 0 0 10px;
	color: #FFFFFF;
	line-height: 1.4em;
}

#mainArea3 {
	width:800px;
	padding: 20px 0 0 0;
	float: left;
}

.brokerbox {
	float:left;
	width:180px;
	height:100px;
	margin-top: 15px;
}

#footer {
	height: auto;
	clear: both;
	margin: 5px 0;
}

.foottext {
	margin-top:40px;
	color:#025099;
	font-size: 0.9em;
	width: 800px;
	border-top: 1px solid #b8b8b8;
	line-height: 1.4em;
}

.foottext a:link, .foottext a:hover, .foottext a:active {
	color:#3D99DE;
}

.clearer {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
}

.secondBar a img {
	margin-left: 5px;
}

.darkBlue {
	color: #00499B;
}

#home_ad {
	margin: 0px 0px 5px 0px;
}
