/* SPRY CSS */
.SlidingPanels {
	float: left;
	position: relative;
	width: 720px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 720px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}


.slidingTabPanelWrapper {
	background-color:#EEEEEE;
	height:47px;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:760px;
	height:47px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:152px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:152px;
	height:47px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:152px;
	height:47px;
	background-position:-304px;
	cursor:pointer;
	outline:none;
}

.slidingTabPanel2 {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:760px;
	height:47px;
}
.slidingTabPanel2 LI {
	list-style:none;
	float:left;
	width:126px;
}
.tab:hover {
	background-position:-152px;
}

.tabActive2 {
	position:relative;
	top:1px;
	display:block;
	width:126px;
	height:47px;
	cursor:default;
	outline:none;
}
.tab2 {
	position:relative;
	top:1px;
	display:block;
	width:126px;
	height:47px;
	background-position:-252px;
	cursor:pointer;
	outline:none;
}
.tab2:hover {
	background-position:-126px;
}


#general {
	background-image:url(../images/tab_general.jpg);
}
#marine {
	background-image:url(../images/tab_marine.jpg);
}
#products {
	background-image:url(../images/tab_products.jpg);
}
#professional {
	background-image:url(../images/tab_professional.jpg);
}
#property {
	background-image:url(../images/tab_property.jpg);
}

#welcome2 {
	background-image:url(../images/tab_welcome_h.gif);
}
#general2 {
	background-image:url(../images/tab_general_h.gif);
}
#marine2 {
	background-image:url(../images/tab_marine_h.gif);
}
#products2 {
	background-image:url(../images/tab_products_h.gif);
}
#professional2 {
	background-image:url(../images/tab_professional_h.gif);
}
#property2 {
	background-image:url(../images/tab_property_h.gif);
}
.blue {
	color: #006699;
}



/* MAIN SITE CSS */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_bg_strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-size: 21px;
	padding: 0px;
	color: #6082A5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	color: #6082A5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.larger {
	font-size: 14px;
}

a:link, a:visited {
	color: #144679;
	text-decoration: underline;
}
a:hover {
	color: #1F6BB8;
	text-decoration: none;
}


#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
}
#header {
	height: 147px;
}
.blueSpacer {
	background-color: #ADBED0;
	font-size: 1px;
	height: 10px;
	clear: both;
	margin-top: 5px;
}
#logoStrip {
	height: 33px;
	padding-top: 30px;
}
#mainNav {
	margin-top: 20px;
	height: 20px;
}
#footer {
	font-size: 10px;
	color: #999999;
	clear: both;
	margin-top: 30px;
	margin-bottom: 25px;
	height: 20px;
}
#footer a:link,
#footer a:visited {
	color: #999999;
	text-decoration:underline;
}
#footer a:hover {
	color: #999999;
	text-decoration:none;
}
.policy {
	float: right;
}
.copyright {
	float: left;
}

#pageContent {
	background-color: #E5E5E5;
	padding: 20px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius :8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}
#subContent {
	margin-top: 30px;
}
.subpageBlock {
	padding-right: 20px;
	padding-left: 20px;
}
.subpageText {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.subpageText a:link, 
.subpageText a:visited {
	color: #666666;
	text-decoration: underline;
}
.subpageText a:hover {
	color: #666666;
	text-decoration: none;
}
#welcome {
	background-color: #E5E5E5;
	padding: 20px;
}
.small {
	font-size:11px;
}
#parentLink {
	position:absolute;
	top:0;
	left:590px;
	text-align: right;
	color: #000000;
	float: right;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #E0E6ED;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	border:1px solid #E0E6ED;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius :8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}
#parentLink a:link, #parentLink a:visited {
	color: #003399;
	text-decoration: underline;
}
#parentLink a:hover {
	color: #666666;
	text-decoration: none;
}

#parentLink:hover {
	background-color: #C7D1DE;
	cursor:hand;
	cursor:hand;
}
