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

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

img {
	border: none;
}

#header {
	background: url(../images/header.gif) no-repeat;
	height: 134px;
}

#subnav {
	color: #5d87a0;
	text-align: right;
	height: 20px;
	padding: 15px;
	line-height: 20px;
	font-size: 11px;
}

#subnav a {
	color: #5d87a0;
	text-decoration: none;
	padding: 5px;
}

#subnav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5d87a0;
}

#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%;
    }

#content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content.gif) repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
}

#contentHome {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/contentHome.gif) repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
}

/* To get content to contin */

.home {
	background: url(../images/contentHome.gif) repeat-y;
}

#headerGfx {
	clear: both;
}

/* @end */



/* @group Buttons */

#menu {
	height: 26px;
	width: 476px;
	background-image: url(../images/nav0.gif);
	clear: both;
	margin-top: 58px;
	margin-left: 118px;
}

.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: 26px;
	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: 200px;
	float: left;
	font-size: 12px;
	line-height: 14px;
}

#sideWindow p a {
	color: #5d87a0;
	text-decoration: none;
}

#sideWindow p a:hover {
	color: #5d87a0;
	text-decoration: none;
	border-bottom: 1px solid #5d87a0;
}

.sideBottom {
	width: 270px;
	height: 12px;
	background: url(../images/sideBottom.gif) no-repeat 0 bottom;
}

.sideBox {
	padding: 10px;
}

.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: 510px;
	margin-left: 200px;
	line-height: 20px;
	padding: 20px;
}

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

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

#contentWindow li a {
	color: #5d87a0;
	text-decoration: none;
	border-bottom: 1px dotted #5d87a0;
	padding-right: 1px;
	padding-left: 1px;
}

#contentWindow li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #5d87a0;
	background-color: #5d87a0;
}

/* @group Bug Fixes */

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

/* 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: #999;
	font-size: 11px;
	width: 774px;
	clear: both;
	padding-bottom: 5px;
	text-align: center;
	line-height: 20px;
	background: url(../images/footer.gif) no-repeat 0 top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#footer a {
	text-decoration: none;
	color: #5d87a0;
	padding: 5px;
}

#footer a:hover {
	background-color: #5d87a0;
	color: #fff;
}

/* @end */

/* @group Misc Styles */

.register {
	font-size: 70%;
}

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

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

#contentWindow ul {
	list-style-type: square;
	padding-left: 20px;
}

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

.subHeader {
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	color: #00467f;
	margin-bottom: 35px;
	font-size: 15px;
}

h2 {
	color: #5d87a0;
	font-size: 15px;
	padding: 2px;
	margin-bottom: 0;
	font-weight: bold;
}

#sideWindow h1 {
	color: #00467f;
	margin: 0 0 20px;
	font-size: 14px;
	padding: 0;
}

#sideWindow h2 {
	font-size: 12px;
	color: #444;
	background-color: #e4eefe;
	border-bottom: 1px solid #5d87a0;
}

.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;
}

.right {
	text-align: right;
}

.big {
	font-size: 120%;
}

.sideButton {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sideButton {
	width: 150px;
	height: 20px;
	background-image: url(../images/sideButtonActive.gif);
	padding-left: 12px;
}

.sideButton a {
	line-height: 20px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	font-style: normal;
}

.sideButton a:hover {
	line-height: 20px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/sideButtonOn.gif);
}

/* @end */

.navlist {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}

.navlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.navlist ul li {
	margin: 0;
	padding: 0;
	background: url(/images/subNavBack.gif) no-repeat 0 bottom;
}

.navlist ul li a {
	display: block;
	border: none;
	text-decoration: none;
	padding-left: 12px;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navlist ul li a:hover {
	color: #fff;
	background: #b2aa7d url(/images/dot3.gif) no-repeat 3px 7px;
}

.table_top {
	background-color: #00467f;
	font-weight: bold;
	color: #fff;
}

.notice_title {
	background: url(/images/notice_top.gif) no-repeat;
	padding-top: 8px;
	height: 25px;
	padding-left: 35px;
	font-weight: bold;
	color: #003;
	font-size: 15px;
}

.notice p {
	margin: 10px;
}

.notice {
	background: #d9e5f3 url(/images/notice_bottom.gif) no-repeat 0 bottom;
	width: 180px;
	padding-bottom: 5px;
}