/* global */

    body{ 
			background:#dadada url(../images/bg_body.gif) repeat-x;
			margin:0;
			padding:0;
			text-align:center;
      }
		
    /* typography */		
			
			body, table, input, textarea, select, li, button{
				font:100% Arial, Helvetica, Sans-Serif;
				line-height:160%;
				color:#111;
				}		
			body{font-size:13px;}
		
    /* // typography */			

    /* headings */
	
			h1, h2, h3, h4, h5, h6{
				font-weight:normal;
				margin:1em 0;
				color:#00317f;
				}	
			h1{font-size:22px;line-height:110%;}
      h2,h3{font-size:18px;line-height:110%;}
			h4{font-size:16px;}
			h5,h6{font-size:13px;font-weight:bold;}
			
			.col2 h3, .col4 h3{
				height:54px;
				line-height:53px;
				white-space:nowrap;
				overflow:hidden;
				background:url(../images/bg_sidetitle.gif) no-repeat 0 0;
				text-indent:15px;
				margin-bottom:-0.25em;
				font-size:18px;
				letter-spacing:-0.025em;
				}
			.callout h2{font-size:18px;}
		
    /* // headings */

    /* image replacement */
	
			.graphic, #logo{
					margin:0;
					padding:0;
					display:block;
					overflow:hidden;
					text-indent:-8000px;
					}
			
    /* // image replacement */

    /* clearfix */

			#content:after, .cols:after, .fixed:after{
				content:"."; 
				display:block; 
				height:0; 
				clear:both; 
				visibility:hidden;
				}
			#content, .cols, .fixed{
				display:block;
				}
			/*  \*/
			#content, .cols, .fixed{
				min-height:1%;
				}
			* html #content, * html .cols, * html .fixed{
				height:1%;
				}

    /* // clearfix */
	
	/* HTML Tags */
				
    a{
			text-decoration:none;
			color:#00317f;
      }
    a:hover{
			color:#999;
      }							
		p, blockquote, ul, ol, form{
			margin:1.5em 0;
			}
		blockquote{}
		img{border:none;}			
		hr{display:none;}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}	
		textarea{overflow:auto;}
	
	/* // HTML Tags */	
	
	/* common */		
	
	.top{margin-top:0;}
	.bottom{margin-bottom:0;}
	.first{clear:both;margin-left:0;}
	.last{margin-right:0 !important;}
	
	.left{float:left;margin-right:20px;margin-top:0;}
	div.left p{margin-top:0;}
	.right{float:right;margin-left:20px;margin-top:0;}
	.center{text-align:center;}
	.clear{clear:both;}
	.phrase{white-space:nowrap;}
	.print{display:none;}

	/* // common */			
	
/* // global */

/* layout setup */

	#container{	
		margin:0 auto;
		width:977px;
		text-align:left;
		position:relative;
		background:url(../images/bg_container.gif) repeat-y;
		}
	#home #container{background:url(../images/bg_containerhome.gif) repeat-y;}	
	
	#header{	
		height:170px;
		position:relative;
		background:url(../images/bg_header.gif) repeat-x 0 0;
		}	
	#footer{	
		background:#595959 url(../images/bg_footer.gif) repeat-x;
		padding:1.5em 0;
		color:#ccc;
		font-size:12px;
		position:relative;
		}
				
	/* grid */
	
		.cols{}
		#home .cols{background:url(../images/bg_colshome.gif) no-repeat 658px 0;}
		
		.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{
			float:left;
			display:inline;
			}	
		.col1{width:618px;margin-left:20px;}
		.col2{width:259px;margin-left:60px;padding-top:20px;}	
		
		.col3{width:618px;margin-left:339px;}	
		.col4{width:259px;margin-left:-937px;}	
		
		.col5{width:100px;}	
		.col6{width:100px;}	
		.col7{width:100px;}	
		.col8{width:100px;}	
		.col9{width:100px;}	
		.col10{width:100px;}	
		.col11{width:100px;}	
		.col12{width:100px;}	
		
		.cols .first{
			clear:both;
			margin-left:0;
			}
			
	/* grid */	
	
	.inner{
		}
	
/* // layout setup */


/* main navigation */
	
	#nav{
		position:absolute;
		top:128px;
		left:0;
		width:977px;
		overflow:hidden;
		}
	#nav ul,  
	#nav ul li{
		margin:0;
		padding:0;
		list-style:none;
		}	
	#nav ul{
		float:left;
		position:relative;
		left:50%;
		text-align:center;
		}					
	#nav ul li{
   	float:left;
		position:relative;
		right:50%;
		}					
	#nav ul li a{
		float:left;
		text-transform:uppercase;
		color:#111;
		text-align:center;
		border-left:1px solid #fff;
		}
	#nav ul li a.selected, #nav ul li a:hover{
		background:#fff url(../images/bg_navhover.gif) repeat-x;
		color:#00317f;
		}	
	#nav ul, #nav ul li, #nav ul li a{
		height:41px;
		line-height:41px;
		}	
		
	#nav ul li#nav1 a{border-left:none;width:254px;}	
	#nav ul li#nav2 a{width:196px;}	
	#nav ul li#nav3 a{width:146px;}	
	#nav ul li#nav4 a{width:124px;}	
	#nav ul li#nav5 a{width:119px;}	
	#nav ul li#nav6 a{width:133px;}	
		
	#sidenav, #sidenav ul,  
	#sidenav ul li{
		margin:0;
		padding:0;
		list-style:none;
		}		
	#sidenav{
		margin:1.5em 0;
		}
	#sidenav a{
		display:block;
		padding:5px 20px;
		width:auto;
		border-bottom:1px solid #d5d5d5;
		color:#111;
		text-decoration:none;
		background:#d3d3d3 url(../images/bg_sidenav2.gif) repeat-x;
		}	
	#sidenav a.selected, #sidenav a:hover{
		background:#fff url(../images/bg_navhover.gif) repeat-x;
		color:#00317f;
		}	
	#sidenav li li a{
		padding:5px 20px 5px 40px;
		color:#444;
		}	
			
/* //main navigation */

/* header */

	#logo{		
		position:absolute;
		top:11px;
		left:0;
		width:500px;
		height:105px;
		background:url(../images/bg_logo.gif) no-repeat 0 0;
		}
	#logo a{		
		display:block;
		height:100%;
		}		
	
	#header .link{
		margin:0;
		position:absolute;
		right:20px;
		top:75px;
		float:left;
		}
		
		ul#meta,  
		ul#meta li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		ul#meta{
			position:absolute;
			right:20px;
			top:32px;
			}	
		ul#meta li{
			float:left;
			height:33px;
			line-height:33px;
			padding:0 7px;
			background:url(../images/bg_delimiter.gif) no-repeat 100% 50%;
			}		
		ul#meta li.last{
			padding-right:0;
			background:none;
			}		
		ul#meta a{
			color:#111;
			}			
			
		form#searchForm{
			margin:0;
			padding:0;	
			}		
		form#searchForm label{
			display:none;
			}
		form#searchForm .field{
			height:16px;
			line-height:16px;
			}
		form#searchForm button{
			border:none;
			margin:0 0 0 5px;
			padding:0;
			cursor:pointer;
			width:33px;
			height:33px;
			line-height:33px;
			background:#fff url(../images/bg_btn3.gif) repeat-x;
			font-size:12px;
			text-transform:uppercase;
			color:#00317f;
			font-weight:bold;
			}	

/* // header */

/* content */

	.cols a, .cols a:visited{
		text-decoration:underline;
		color:#00317f;
		}
	
	.cols img{
		border:1px solid #d5d5d5;
		background:#fff;
		padding:3px;
		}
	.cols .box img{
		border:none;
		padding:0;
		}
	.box{
		background:url(../images/bg_box.gif) no-repeat 0 100%;
		padding-bottom:20px;
		margin:1em 0;
		position:relative;
		}
	.box .inner{
		background:url(../images/bg_box.gif) no-repeat 0 0;
		}
	.box p{margin:.5em 0;}
	.box .col{
		width:259px;
		margin-left:60px;
		float:left;
		padding-bottom:40px;
		}	
	.box .first{
		margin-left:20px;
		}		
	.box .link{
		position:absolute;
		left:399px;
		bottom:15px;
		}	
	.box .first .link{
		left:80px;
		}		
		
	.box2{
		background:url(../images/bg_box2.gif) no-repeat 0 100%;
		padding-bottom:20px;
		margin:1em 0;
		position:relative;
		}
	.box2 .inner{
		background:url(../images/bg_box2.gif) no-repeat 0 0;
		padding:10px 20px 0 20px;
		}	
	
	.callout{
		float:right;
		width:250px;
		padding:10px 20px;
		background:#fff url(../images/bg_callout.gif) repeat-x;
		margin-left:20px;
		margin-bottom:20px;
		border:1px solid #dadada;
		}
	.wide{width:360px}
	.col3 ol {margin:10px; padding:0 0 0 20px;}
	.col1 ul, .col3 ul{
		padding:0;
		}	
	.col1 ul li, .col3 ul li{
		margin:.25em 0;
		padding:0 0 0 40px;
		background:url(../images/bg_bullet.gif) no-repeat 20px .4em;
		list-style:none;
		}	
			
	.col1 ul.thumbs li, .col3 ul.thumbs li, 
	.col1 ul.thumbs2 li, .col3 ul.thumbs2 li{
		margin:0 15px 0 0;
		padding:0;
		background:none;
		list-style:none;
		float:left;
		text-align:center;
		}	
	.col1 ul.thumbs p, .col3 ul.thumbs p, 
	.col1 ul.thumbs p2, .col3 ul.thumbs2 p{margin:0;}	
	
	.col3 ul.thumbs2 li{width:200px;margin-left:25px;margin-bottom:1.5em;text-align:center;}
	.col3 ul.thumbs2 li.first{margin-left:81px;}
	.col3 ul.thumbs2 li.alt{margin-left:209px;}
	.col3 ul.thumbs2 li p.first{margin-bottom:1em;}
	
	.col1 ul.partners, .col3 ul.partners{
	  border-top:1px solid #d5d5d5;
		}	
	.col1 ul.partners li, .col3 ul.partners li{
		margin:0;
		padding:1em 0;
		background:none;
	  border-bottom:1px solid #d5d5d5;
		}	
	.col1 ul.partners li p, .col3 ul.partners li p{margin-bottom:0;}	
	.col1 ul.partners li h3, .col3 ul.partners li h3{margin:0;font-size:18px;}	
	.col1 ul.partners li p.url, .col3 ul.partners li p.url{margin-top:-1.5em;}
	p.alt{
		background:url(../images/bg_line.gif) repeat-x;
		padding-top:1.5em;
		}
			
	p.link{
		height:33px;
		}
	p.link a{
		float:left;
		width:140px;
		height:33px;
		line-height:33px;
		background:#fff url(../images/bg_btn.gif) repeat-x;
		font-size:12px;
		text-transform:uppercase;
		color:#00317f;
		font-weight:bold;
		text-align:center;
		}	
	p.link a:hover{color:#555;}	
	.cols p.link a{text-decoration:none;}
	
	.col2 p.link a, .col4 p.link a{margin-left:60px;}
	
	.box p.link a{
		background:#fff url(../images/bg_btn2.gif) repeat-x;
		}	

	#tagline{
		margin:0;
		height:120px;
		background:url(../images/bg_tagline.jpg) no-repeat 0 0;
		padding:0 40px;
		line-height:120px;
		font-size:22px;
		letter-spacing:-0.02em;
		color:#fff;
		overflow:hidden;
		text-align:right;
		}
	#home #tagline{
		height:198px;
		background:url(../images/bg_taglinehome.jpg) no-repeat 0 0;
		}
	#home #tagline p{
		display:none;
		}
	.tagline{
		margin:0;
		height:120px;
		padding:0 40px;
		line-height:120px;
		font-size:22px;
		letter-spacing:-0.02em;
		color:#fff;
		overflow:hidden;
		text-align:right;
		}		
		
	.rr{background:url(../images/bg_tagline_rr.jpg) no-repeat 0 0;}	
	.cb{background:url(../images/bg_tagline_cb.jpg) no-repeat 0 0;line-height:auto;}	
	
	.tagline span{
		float:right;
		width:650px;
		line-height:120%;
		padding-top:35px;
		}
	
	.field, .area{
		border:1px solid #d5d5d5;
		padding:3px;
		width:140px;
		margin-bottom:5px;
		background:#fff url(../images/bg_field.gif) repeat-x;
		}	
	fieldset{
		padding:1em 0 0 0;
		margin:1em 0;
		border:none;
		border-top:1px solid #d5d5d5;
		}

	button{
		border:none;
		margin:0;
		padding:0;
		cursor:pointer;
		width:140px;
		height:33px;
		line-height:33px;
		background:#fff url(../images/bg_btn.gif) repeat-x;
		font-size:12px;
		text-transform:uppercase;
		color:#00317f;
		font-weight:bold;
		}	
	.error{display:block;color:#c00;margin-bottom:.5em;}	
	
	form#consultationForm{
		margin-top:0;
		clear:both;	
		
		}		
	form#consultationForm label{
		float:left;
		width:60px;
		margin-right:20px;
		}
	#consultationForm .area{
		clear:both;
		height:80px;
		width:251px;
		}	
	
	#contactForm .area{
		height:120px;
		}
	#contactForm .field, #contactForm .area{
		width:300px;
		}	
		
	form#contactForm label{
		float:left;
		width:200px;
		margin-right:20px;
		text-align:right;	
		}
	form#contactForm label.alt{
		clear:both;
		display:block;
		float:none;
		width:100%;
		text-align:left;
		}	
	form#contactForm div{
		margin:.5em 0;
		}	
	
	#consultationForm .field{width:170px;}	
	#consultationForm .area{width:251px;}	
	#consultationForm .submit, #contactForm .submit{margin-top:1em;}		
	#contactForm .submit{padding-bottom:1em;border-bottom:1px solid #d5d5d5;padding-left:304px;margin-top:-1em;}		

	.col2 .submit, .col4 .submit{margin-left:60px;}
	
	#agent_access{
		width:300px;
		margin:0 auto;
		text-align:left;
		background:#ebebeb url(../images/bg_agentaccess.gif) no-repeat;
		border:1px solid #021081;
		padding:50px 0 10px 0;
		margin-top:100px;
		}
	#agent_access div{margin:.5em 20px;}	
	#agent_access div.first{margin-top:0;padding-top:0;}	
	#agent_access label{
		float:left;
		width:60px;
		margin-right:20px;
		}
	#agent_access label.alt{
		clear:both;
		float:none;
		margin-left:80px;
		}
	#agent_access .submit{
		padding-top:1em;
		margin-top:1.5em;
		border-top:1px solid #d5d5d5;
		padding-left:60px;
		}
	#agent_access p{
		margin:1em 20px;
		padding-top:1em;
		border-top:1px solid #d5d5d5;
		}	

	/* easypanel */
	
		#easypanel, #easypanel li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#easypanel{
			position:relative;
			width:600px;
			height:322px;
			overflow:hidden;
			border:1px solid #dadada;
			}
		#easypanel li{
			width:149px;
			font-size:0; /* ie7 fix */
			}
		#easypanel h2{
			margin:0;
			padding:0;
			height:23px;
			line-height:23px;
			font-size:13px;
			background:#333 url(../images/bg_panelnav.gif) repeat-x;
			color:#fff;
			padding:0 10px;
			text-align:right;
			cursor:pointer;
			border-right:1px solid #fff;
			letter-spacing:0;
			}	
		#easypanel h2.over, #easypanel h2.selected{
			background:#fff url(../images/bg_panelnavhover.gif) repeat-x;
			color:#333;
			}	
		#easypanel .body{
			position:absolute;
			top:0;
			left:151px;
			width:450px;
			height:322px;
			background:#fff url(../images/bg_callout.gif) repeat-x;
			font-size:13px;
			line-height:130%;
			}
		#easypanel .intro{
			margin:0;
			width:55%;
			position:absolute;
			top:15px;
			right:20px;
			color:#555;
			}
		#easypanel .body h3{
			padding:40px 20px 15px 20px;
			background:url(../images/bg_paneltitle.gif) no-repeat 20px 100%;
			font-size:20px;
			margin-bottom:0;
			}
		#easypanel .body .main{
			margin:.75em 20px;
			}
		#easypanel .body .main p{margin-top:0;}	
		#easypanel .body .right{
			text-align:center;
			font-size:11px;
			}
	
	/* //easypanel */

	/* // extra */
	
		.extra1{
			float:right;
			width:440px;
			}
		.extra1 h2, .extra1 ul, .extra1 p{
			margin-top:0;
			}
		ul.offset{padding-top:76px;}
	
	/* // extra */		

/* // content */

/* footer */

	#footer a{color:#ccc;}
	#footer a:hover{color:#fff;}
	#footer p{margin-left:20px;clear:both;}
	
	#addthis{
		position:absolute;
		float:left;
		right:20px;
		top:2em;
		}
	
	#footer ul,  
	#footer li{
		margin:0;
		padding:0;
		list-style:none;
		}	
	#footer ul{
		margin:.5em 0;
		padding-left:20px;
		}	
	#footer li{
		float:left;
		padding:0 10px;
		background:url(../images/bg_delimiter.gif) no-repeat 0 50%;
		}		
	#footer li.first{
		clear:both;
		position:relative;
		float:left;
		padding-left:0;
		background:none;
		}			
	

/* // footer */
