@charset "utf-8";
body  {
	background-image: url(images/gradient.png);
	background-repeat: repeat;
}

/* Positioning */
#wrap {
	width: 960px;
	margin:0px auto;
	padding: 0px;
	background: #FFFFFF; 
} 
#container {
	position: relative;
	top: -10px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF; 
}
#menubar {
	position: relative;
	width: 960px;
	height: 35px;	
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header {
	position: relative;
	width: 960px;
	height: 70px;
	background: #FFFFFF; 
}
#sidebar1 {
	position: float;
	float: left;
	width: 200px;
	background: #FFFFFF;
	padding-top: 10px;
}
#sidebar2 {
	position: float;
	float: right;
	left: 760px;
	width: 200px;	
	background: #FFFFFF;
	padding-top: 10px;
}
#maincontent {
	position: float;
	float: left;
	padding-top: 10px;
	width: 560px;
	background: #FFFFFF;
}
#nosidebars {
	position: float;
	float: left;
	padding-top: 10px;
	width: 960px;
	background: #FFFFFF;
}
#footer {
	clear: both;
	padding-top: 25px;
	background: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* Fonts */
.header_text_1 {
    color: #0C2668;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.header_text_2 {
    color: #0C2668;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.home_header {
    color: #0C2668;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.home_list {
    color: #0C2668;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.footer_text {
    color: #000000;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 10px;
}
.bottomheader {
	font-weight: bold;
	text-transform:capitalize;
}
.helpheader {
	font-weight: bold;
}
.newsheader {
	font-weight: bold;
}
.warning {
    color: #CC0033;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 12px;
	font-style: italic;
}


/* Lists */
.numbered {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top:0;
}
.ordered {
	list-style-type: square;
	list-style-position: outside;
	margin-top:0;	
}
.download {
	list-style-type: none;
	list-style-position: outside;
	line-height: 20px;
	margin-top:0;	
}

/* Table */
.gradient1 {
    border-collapse: collapse;
	border: 1px solid #619dc8;
}
.gradient1 td {
	color: #0C2668;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
	padding: 6px;
}
.gradient1 th {
	border: 1px solid #619dc8;
    background-color: #000000;
    background-image: url('images/table_gradient.png');
    background-repeat: repeat-x;
    background-position: top left;
	color: #0C2668;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;	
	font-weight: bold;
	text-align: center;
}
#basictop {
	border-spacing: 0;
	border-collapse: collapse;
}
#basicbottom {
	background-color: #FFFFFF;
	color:#0C2668;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
	padding: 10px;
}
#basicbottomonly {
	background-color: #FFFFFF;
	color:#0C2668;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 14px;
	padding: 10px;
}
.padtd {
	padding:15px;
}
.aboutbkg {
	background-color:#990000;
	color:#FFFFFF;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
}
.coveragesbkg {
	background-color:#66CC99;
	color:#FFFFFF;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
}
.directorsbkg {
	background-color:#000066;
	color:#FFFFFF;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
}
.claimsbkg {
	background-color: #CC0000;
	color:#FFFFFF;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
}
.imbkg {
	background-color: #0099CC;
	color:#FFFFFF;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
}
.partnerbkg {
	background-color: #000099;
	color:#FFFFFF;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
}
.customerbkg {
	background-color:#BFD1E0;
	color:#FFFFFF;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
}
.eventbkg {
	background-color: #0099CC;
	color:#FFFFFF;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 36px;
}

/* Links */
a.nav:link {
	color: #0C2668;
	text-decoration: none; 
}
a.nav:visited {
	color: #0C2668;
	text-decoration: none; 
}
a.nav:hover {
	color: #C60204;
	text-decoration: none; 
}
a.nav:active {
	color: #C60204;
	text-decoration: none; 
}
a.glossary:link {
	color: #C60204;
	text-decoration: underline; 
}
a.glossary:visited {
	color: #C60204;
	text-decoration: underline; 
}
a.glossary:hover {
	color: #0C2668;
	text-decoration: underline; 
}
a.glossary:active {
	color: #0C2668;
	text-decoration: underline;
}
a.download:link {
	color: #C60204;
	text-decoration: none; 
}
a.download:visited {
	color: #C60204;
	text-decoration: none; 
}
a.download:hover {
	color: #006600;
	text-decoration: none; 
}
a.download:active {
	color: #006600;
	text-decoration: none; 	
} 

/* Menu Bar */
.menu {
	margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('images/topMenuImages.png') repeat-x;}
.menu li {
	padding:0; margin:0; list-style:none; display:inline;}
.menu li a {
	float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-variant:small-caps; cursor:pointer; background:url('images/topMenuImages.png') 0px -30px no-repeat;}
.menu li a span {
	line-height:30px; float:left; display:block; padding-right:15px; background:url('images/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover {
	background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span {
	background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover {
	line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-variant:small-caps; background:url('images/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span {
	background:url('images/topMenuImages.png') 100% -90px no-repeat;}
