@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}



#wrapper {
	width:910px;
	margin:0 auto;
	text-align:left;
}


h1 {
	font-size:12pt;
}

h2 {
	font-size:14pt;
	font-weight:normal;
	color:#888b95;
}

h3 {
	font-size:11pt;
	font-weight:bold;
	color:#3c86b0;
	margin:0 0 22px;
}

h4 {
	font-size:10pt;
	color:#3c86b0;
	font-weight:bold;
	margin:0 0 22px;
}

p,
li {
	margin:0 0 14px;
	font-size:9pt;
	color:#424242;
}



table {
	width:100%;
}


td {
	font-size:9pt;
	color:#666;
}

a {
	text-decoration:none;
}

/*
FORMS
*/
input.textbox {
	padding:2px;
	color:#333;
	background:#fff;
	border:1px solid #cfd4e2;
}


input.button {
	padding:1px 2px 3px;
	color:#fff;
	background:#525e88;
	text-align:center;
}

input.button:hover {
	background:#102269;
}











#header {
	height:100px;
	overflow:hidden;
}

	#logo {
		width:235px;
		padding:50px 0 0 10px;
		float:left;
	}
	
	#navigation {
		width:649px;
		float:right;
	}
	
		#tools {
			height:47px;
			padding:20px 15px 0 0;
			font-size:8pt;
			text-align:right;
			color:#525e88;
			background:url(../img/header_bg.jpg) no-repeat 0 0;
			border-bottom:1px dotted #828eb0;
		}
		
		#tools p {
			font-size:8pt;
			margin:2px 0;
		}
		
		#tools input {
			font-size:8pt;
			text-align:left;
		}
		
		#tools a {
			padding:2px;
			color:#525e88;
		}
		
		#tools a:hover {
			color:#102269;
			text-decoration:underline;
		}
		
		
		
		#navigation ul {
			margin:0 0 0 6px;
			list-style:none;
			overflow:none;
		}
		
		#navigation li {
			margin:0;
			float:left;
			font-size:12px;
			font-weight:bold;
			text-transform:uppercase;
		}
		
		
		#navigation li a {
			display:block;
			padding:9px 13px;
			color:#102269;
			border:1px solid transparent;
		}
		
		#navigation li:hover a,
		#navigation li a.current {
			position:relative;
			border-left:1px solid #c0c4d3;
			border-right:1px solid #c0c4d3;
			background:#fff;
			z-index:20;
		}
		
		
		#navigation li a.current, 
		#navigation li a:hover {
			color:#4caaff;
		}
		
		#navigation li a.current {
			background:url(../img/bgMenu.jpg) repeat-x bottom;
		}
		
		
			#navigation li ul {
				position:absolute;
				margin:-3px 0 0;
				padding:0;
				width:213px;
				display:none;
				z-index:10;
				border:1px solid #c0c4d3;
				border-bottom:none;
				/*border-top:none;*/
				background:#fff; /*url(../img/top_nav_ul_top_bg.gif) no-repeat top right;*/
			}
			
			
			#navigation li:hover ul {
				display:block;
			}
			
			#navigation li ul li {
				float:none;
				font-size:9pt;
				font-weight:normal;
				text-transform:none;
				border-bottom:1px solid #c0c4d3;
			}
			
			#navigation li ul li a.x{
				background:url(../img/subArrow.gif) no-repeat right center;
			}
			
			#navigation li ul li a,
			#navigation li:hover ul li a {
				padding:5px 23px;
				border:none;
			}
			
			#navigation li ul li a:hover {
				background:#f2f2f2;/* url(../img/blue_bullet.gif) no-repeat 13px center;*/
				border:none;
			}
			
				#navigation li ul li a:hover.x {
					background:#f2f2f2 url(../img/subArrow.gif) no-repeat right center;
				}
		
		
				#navigation li ul li ul{
					position:absolute;
					z-index:500;
					top:auto;
					left:100%;
					display:none;
					padding:0;
					margin-top: -24px;
					background-image:none;
				}
				
					#navigation li ul li ul ul{ margin-top: -24px; }
		
				
		div#navigation li:hover ul ul,
		div#navigation li li:hover ul ul,
		div#navigation li li li:hover ul ul,
		div#navigation li li li li:hover ul ul
		{display:none;}
		
		div#navigation li:hover ul,
		div#navigation li li:hover ul,
		div#navigation li li li:hover ul,
		div#navigation li li li li:hover ul
		{display:block;}
		
		
		
		
		
#top-image {
	height:93px;
}
	
	.picture-all {
		background:#233e82 url(../img/top/all.jpg) no-repeat right;
	}
	
	.picture-1 {
		background:#233e82 url(../img/top/1.jpg) no-repeat right;
	}
	
	.picture-2 {
		background:#233e82 url(../img/top/2.jpg) no-repeat right;
	}
	
	.picture-3 {
		background:#233e82 url(../img/top/3.jpg) no-repeat right;
	}
	
	.picture-4 {
		background:#233e82 url(../img/top/4.jpg) no-repeat right;
	}
	
	.picture-5 {
		background:#233e82 url(../img/top/5.jpg) no-repeat right;
	}
	
	.picture-6 {
		background:#233e82 url(../img/top/6.jpg) no-repeat right;
	}
	
	.picture-7 {
		background:#233e82 url(../img/top/7.jpg) no-repeat right;
	}
	
	.picture-8 {
		background:#233e82 url(../img/top/8.jpg) no-repeat right;
	}
	
	.picture-9 {
		background:#233e82 url(../img/top/9.jpg) no-repeat right;
	}
	
	#top-image h1 {
		width:167px;
		padding:10px 0 0 25px;
		color:#a6d6ff;
		font-size:14pt;
		font-weight:normal;
		float:left;
	}

	#top-image #top-flash {
		padding-top:57px;
		margin-left:280px;
		color:#fff;
		font-size:18px;
	}







#breadcrumb {
	margin:3px 0 0;
	padding:2px 23px 4px;
	background:#efefef;
}

	#breadcrumb p {
		font-size:8pt;
		margin:0;
	}
	
	#breadcrumb a {
		color:#4d7daa;
		text-decoration:underline;
	}










#content {
	margin:15px 0;
	color:#888b95;
}

	
		#content h3{
			border-bottom:1px dotted #8992b4;
			padding-bottom:6px;
			font-weight:normal;
			font-size:15pt;
		}
		
		#content h4{
			border-bottom:1px dotted #8992b4;
			padding-bottom:6px;
			font-weight:normal;
			font-size:11pt;
		}
		
		#content h3 span.sep {
			font-weight:normal;
			color:#a9a9a9;
		}
		
		#content h3 span.light {
			color:#4caaff;
		}
		
		#content h3 a.business-website {
			padding:2px 0 2px 30px;
			float:right;
			font-size:10pt;
			color:#4caaff;
			background:url(../img/icons/hand_pointer.jpg) no-repeat center left;
		}
		
		#content h3 a.business-website:hover {
			color:#4d7daa;
		}
		
		
	
	#content p a {
		color:#3C86B0;
		text-decoration:underline;
	}
	
	
		#content span.date{
			font-size:9pt;
		}
	
	
	#content-intro {
		height:100px;
		text-align:right;
		background:#efefef;
		position:relative;
	}
	
		#content-intro img {
			float:left;
			margin-right:10px;
		}
		
		#content-intro div {
			position:absolute;
			bottom:10px;
			right:10px;
		}
		
		#content-intro p {
			margin:0;
		}




	ul#section-navigation {
		margin:20px 0;
		list-style:none;
	}
	
	ul#section-navigation li {
		margin:0;
		font-size:8pt;
		color:#666;
		border-bottom:1px solid #ededed;
	}
	
		ul#section-navigation li ul{
			margin:3px 0 5px 0;
			list-style:none;
		}
		
		ul#section-navigation li ul li {
			background:url(../img/subSubArrow.gif) center left no-repeat;
			border-bottom:none;
			margin-left:23px;
			padding:0;
		}
	
	ul#section-navigation a,
	ul#page-options li a {
		display:block;
		padding:2px 23px;
		color:#666;
		text-decoration:none;
	}
	
	ul#section-navigation a:hover,
	ul#section-navigation a.current {
		color:#4caaff;
		font-weight:bold;
	}
	
	ul#section-navigation a.current {
		background:url(../img/tri_bullet.gif) no-repeat center left;
	}




	ul#page-options {
		margin:20px 0;
		list-style:none;
	}
	
	ul#page-options li {
		margin:0;
		font-size:8pt;
		color:#666;
	}
	
	ul#page-options li.print {
		background:url(../img/icons/print.gif) no-repeat center left;
		border-bottom:1px solid #ededed;
	}
	
	ul#page-options li.mail {
		background:url(../img/icons/mail.gif) no-repeat center left;
	}
	
	ul#page-options li a:hover {
		color:#4d7daa;
	}
	



	div.cols-group {
		overflow:hidden;
	}
	
		div.coll {
			width:262px;
			float:left;
		}
		
		div.colc {
			width:310px;
			padding:0 25px;
			float:left;
		}
		
		div.colr {
			width:280px;
			float:left;
		}
		
		div.colr-large {
			width:630px;
			padding:0 0 0 15px;
			float:right;
		}
		
		div.colr-large ul {
			margin:0 0 10px 15px;
		}
		
		div.colr-large a {
			color:#4d7daa;
			text-decoration:underline;
		}
		
		div.colr-large a:hover {
			color:#333;
			text-decoration:underline;
		}
		
		
	ul.contents-list {
		list-style:none;
	}

		
		ul.contents-list li {
			font-size:9pt;
			font-weight:bold;
			color:#4d7daa;
			padding-bottom:6px;
			margin-bottom:6px;
			border-bottom:1px solid #dfdfdf;
		}
		
		ul.contents-list a {
			color:#4d7daa;
			text-decoration:none;
		}
		
		ul.contents-list a:hover {
			color:#4caaff;
		}
		
		ul.contents-list img {
			vertical-align:middle;
			margin-right:20px;
		}

	
	
	.border-dotted {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #8992b4;
	}
	
	
	
	
	
	
	
	
	
#footer {
	margin:30px 0 0;
	padding:15px;
	overflow:hidden;
	background:#f8f8f8 url(../img/footer_bg.gif) no-repeat 0 0;
}

	#footer p {
		font-size:8pt;
		line-height:10pt;
	}
	
	#footer p,
	#footer a {
		color:#bfbfbf;
	}
	
	#footer a:hover {
		color:#666;
		text-decoration:underline;
	}

	#foot-links {
		width:262px;
		float:left;
	}
	
	#copyright {
		width:610px;
		float:right;
	}








/* 
	sections specifics styles 
*/


ul.businesses-list {
	list-style:none;
}

	ul.businesses-list li {
		width:178px;
		height:100px;
		margin:0 0 10px 10px;
		padding:10px;
		float:left;
		border:1px solid #e6e6e6;
		border-top:5px solid #4d7daa;
		cursor:pointer;
	}
	
	ul.businesses-list li:hover {
		background:#f1f1f1;
	}
	
	ul.businesses-list li:hover p {
		color:#444;
		text-decoration:underline;
	}
	
	ul.businesses-list li h2 {
		color:#4d7daa;
		margin-bottom:7px;
	}
	
	ul.businesses-list p {
		font-size:8pt;
	}







ul.news-list {
	list-style:none;
}
	
	ul.news-list li {
		margin-bottom:10px;
		padding:0 0 10px 50px;
		background-position:0 5px;
		background-repeat:no-repeat;
		border-bottom:1px dotted #8992b4;
	}

	ul.news-list h3 {
		font-size:10pt;
		font-weight:bold;
		color:#4caaff;
		margin-bottom:5px;
	}
	
	ul.news-list li p {
		font-size:8pt;
		line-height:10pt;
	}
	
	p.news-foot-notes {
		font-size:8pt;
		font-weight:bold;
		text-align:right;
	}
	
	#content p.news-foot-notes a {
		color:#4caaff;
		text-decoration:none;
	}
	
	p.news-foot-notes a:hover {
		color:#4d7daa;
	}
	
	p.news-foot-notes img {
		vertical-align:bottom;
	}
	



/* NEWS CONTENT */

.bigitem, .bigitemon {
	margin-bottom: 12px;
	cursor: pointer;
	text-align: left;
	padding: 6px 4px 4px 56px;
}

	#colr-large div.bigitem p, #colr-large div.bigitemon p {
		margin-top:0;
		margin-bottom:0;
		width:100%;
		
	}

.bigitem {
	background-color: #f2f1f6;
	border: 1px solid #f2f1f6;
}

	.bigitem img, .bigitemon img {
		margin: 3px 7px 3px 3px;
		float: left;
	}
	
.bigitemon {
	background-color: #ECF0FF;
	color: #000;
	border: 1px solid #BBC7DF;
}
	
	.bigitem .itemtitle {
		color: #0066C8;
	}
	
	.bigitemon .itemtitle {
		color: #EEAC00;;
	}
	
	.bigitem .itemtext, .bigitemon .itemtext {
		font-size: 12px;
	}


/* PAGINATION */

.colr-large #npages{
	text-align:center;
}

.colr-large #npages a{
	padding:3px 6px;
	border:1px solid #f2f1f6;
	color:#0066C8;
	margin-right:2px;
	text-decoration:none;
}

	.colr-large #npages a.Style11{
		background:#ECF0FF;
		color: #EEAC00;
		border:1px solid #BBC7DF;
	}

	
/*
table {
	border:1px solid #cecece;
	border-right:none;
	border-bottom:none;
	margin-bottom:40px;
}

tr.theader td {
	color:#4d7daa;
	text-align:center;
	font-weight:bold;
}

tr.tsubheader {
	display:none;
}

tr.tsubheader td {
	background:#e6e6e6;
}

td {
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
	padding:5px;
}

*/

.text-center {
	text-align:center;
}

	/* HOMEPAGE */
	
	div.isHome{
		background:url(../img/bgHome.gif) repeat-x 130px left;
	}
	
	div.isHome #sidebar_image{
		height:320px;
	}
	
	div.isHome #section-navigation{
		margin-top:0;
	}
	
		div.isHome #section-navigation a{
			color:#4d7daa;
			padding-top:5px;
			padding-bottom:5px;
		}
		
			div.isHome ul#section-navigation li{
				background:url(../img/homeBloc.gif) no-repeat left center;
			}
			
				div.isHome ul#section-navigation li a{
					padding-left:15px;
				}
	
	#firstLine{
		height:300px;
		padding:0 0 0 15px;
	}
	
	
		#homeSlogan{
			float:left;
			width:290px;
			font-size:20px;
			z-index:19;
		}
		
		#homeContent{
			margin-left:305px;
			font-size:12px;
		}
		
	#secondLine{
		padding:0 0 0 15px;
	}
	
		#secondLine ul{ 
			list-style:none;
			margin:0;
			padding:0;
		}
		
			#secondLine ul li{
				float:left;
				width:290px;
				margin-right:15px;
				height:70px;
			}
			
			#secondLine ul li .date{
				color:#4caaff;
			}
			
			#secondLine ul li div{
				margin-left:50px;
				font-size:11px;
			}
			
				#secondLine ul li div a{ text-decoration:none; color:#666; }
				

	table#myProfile{ border:none; }
	
	table#myProfile td{
		padding:7px 0;
		border:none;
	}
	
	#myProfile input, #myProfile textarea{
		width:350px;
		padding:2px;
		border:1px solid #C0C0C0;
	}


/* CONTENT TABLE */

.colr-large table{
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
}

.colr-large table tr td{
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	padding:5px;
	border-collapse:collapse;
	border-spacing:none;
}

.colr-large table.fond{
	background:#e5edf0;
}

	.colr-large table tr.theader td{
		text-align:center;
		color:#4b7ead;
		font-weight:bold;
		background-color:#fff;
		font-size:14px;
	}
	
	.colr-large table tr.tsubheader td{
		font-size:12px;
		background:#e5edf0;
	}