@charset "UTF-8";
/* CSS - World Leading Insurance Solutions*/

/* @group General */
body {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	background: #d7e4f2 url(../images/wallpaper.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

#fontpicker {
	text-align: right;
	padding: 3px;
	color: #3c5076;
	font-weight: bold;
	margin-top: 3px;
}

#fontpicker a {
	font-weight: normal;
	font-style: normal;
	color: #2d3c59;
	background-color: #b0cdfc;
	text-decoration: none;
	padding: 2px;
}

#fontpicker a:hover {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background-color: #1b3671;
	text-decoration: none;
	padding: 2px;
}

.medium {
    font-size:100%;
    }
.large {
    font-size:120%;
    }
.xlarge {
    font-size:140%;
    }

img {
	display:block;
	border-style: none;
}

#content {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/header01.jpg) no-repeat 0 top;
}

#headerGfx {
	clear: both;
}

/* @end */



/* @group Buttons */

#menu {
	height: 38px;
	width: 770px;
	background-image: url(../images/nav0.gif);
	clear: both;
	margin-top: 220px;
}

.buttons {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden; /* for ie to hide extra height*/
}

.buttons a {
	display: block;
	float: left;
	overflow: hidden;
	height: 38px;
	border-style: none;
}

* html a:hover {
	visibility: visible;
}

.buttons a:hover img {
	visibility: hidden
}

.bactive a:hover img {
	visibility: visible;
}

/* @end */

/* sideWindow is 250 pixels */
#sideWindow {
	width: 270px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 20px 0;
}

#sideWindow a {
	color: #195e4b;
	text-decoration: none;
}

#sideWindow li {
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-type: disc;
}

#sideWindow a:hover {
	color: #387e6b;
	text-decoration: none;
	border-bottom: 1px solid #104133;
}

.sideBottom {
	width: 270px;
	height: 10px;
	background: #fff url(../images/sideBottom.gif) no-repeat 0 bottom;
	margin-bottom: 20px;
}

.sideBox {
	background: #fff url(../images/sideTop.gif) no-repeat 0 top;
	padding: 20px;
	font-weight: bold;
}

.sideNav {
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 23px;
	line-height: 17px;
}

.sideNavSub {
	padding: 5px 5px 5px 22px;
	line-height: 15px;
	margin: 0 0 0 14px;
	background: url(../images/arrow_dot.gif) no-repeat 0 5px;
}

.sideActive {
	background: url(../images/arrow.gif) no-repeat 0 7px;
}

.sideActiveSub {
	background: url(../images/arrow_sub.gif) no-repeat 0 5px;
}

.sideReturn {
	background: url(../images/arrow_back.gif) no-repeat 0 9px;
}

/* contentWindow is 444 pixels */
#contentWindow {
	width: 460px;
	margin-left: 310px;
	line-height: 20px;
	margin-top: 45px;
	margin-bottom: 30px;
	padding: 0;
}

#contentWindow p a {
	color: #3875d7;
	text-decoration: none;
	border-bottom: 1px dotted #3875d7;
	padding-right: 1px;
	padding-left: 1px;
}

#contentWindow p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #3875d7;
	background-color: #3875d7;
}

/* @group Bug Fixes */

/* reduce the right margin to account for 3pixels*/
* html #contentWindow {margin-left: 304px;}

/* fix 3 pixel jog and account for 3 pixels extra padding*/
* html #sideWindow {height:1%;margin-left:0px}/* margin is 3 pixels less than normal*/

/* @end */

/* @group Footer */

#footer {
	color: #3c5076;
	font-size: 11px;
	width: 770px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	line-height: 20px;
	height: 60px;
}

#footer a {
	text-decoration: none;
	color: #3875d7;
	padding: 3px;
}

#footer a:hover {
	background-color: #3875d7;
	color: #fff;
	border-style: none;
	padding: 3px;
}

#footer img {
	float: left;
}

/* @end */

/* @group Misc Styles */

.highlight {
	color: #455f97;
	font-weight: bold;
}

.contactInfo {
	font-size: 120%;
	color: #00827a;
}

#contentWindow ul {
	list-style-type: disc;
}

#contentWindow li {
	margin-top: 15px;
}

h1 {
	color: #60172b;
	margin-bottom: 35px;
	font: normal normal 24pt Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #172e64;
	font-size: 18px;
	margin-top: 45px;
}

#sideWindow h1 {
	color: #172e64;
	margin: 0;
	padding: 10px 0;
	font: normal normal 24px Georgia, "Times New Roman", Times, serif;
}

#sideWindow h2 {
	font-size: 14px;
	color: #444;
}

.form_border {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #455f97;
	font-size: 11px;
}

.formstyle {
	border: 1px solid #455f97;
	color: #455f97;
	background: #fff url(../images/formbg.jpg) repeat-x;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.formtext {
	font-weight: bold;
	color: #455f97;
	text-align: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* @end */

.container {
	background-color: #d5dee9;
	padding: 10px;
	border: 1px solid #b6bdc7;
	margin-top: 10px;
}

.container p {
	margin: 0;
}

.container img {
	margin-left: 20px;
	margin-bottom: 15px;
	float: right;
	padding: 2px;
}
