@charset "UTF-8";
/* CSS Document */



body {
	min-height:101%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 80%;
	background-color: #EAE8E5;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height:100%
}
a:focus {
	-moz-outline-style: none;
}
img {
	border:none;
}
.clear {
	clear: both;
}

.fltleft{float:left;
margin:10px 10px 10px 40px;}

.fltright{float:right;
margin:10px 30px 15px 10px;}
/* ---------->>> PAGE STRUCTURE <<<-----------*/	

.wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 860px;
	height:auto;
	text-align:left;
}
#main {
	width: 580px;
	float:left;
	color: #333333;
}
#main .head {
	margin:15px 0 15px 0;
}

#main .main-top {
	position:relative;
	background-color: #FFFFFF;
	min-height:273px;
}
	#main .main-top .box-contact {
		position:absolute;
		bottom: 0px;
		right:0;
		margin: 0px;
		padding: 0px;
	}
	
#main .main-bott {
	background-color: #FFFFFF;
	margin:20px 0 20px 0;
	padding:7px 0px 12px 0px;
	background-image: url(../images/blueTopBar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#main .main-int{
	background-color: #FFFFFF;
	margin:0px 0 20px 0;
	padding:7px 0px 0px 0px;
	background-image: url(../images/blueTopBar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#main .main-bott p {
padding-right:16px}
	#main .main-bott p .graphic {
	float:right;
	padding: 15px 0 0 13px;
	}
	
#sidebar {
	float:right;
	width: 260px;
}
	#sidebar .side-top {
		background-color: #75808f;
		min-height:333px;
	}
		#sidebar .side-top .pic {
			border:none;
			margin:0;
			padding:0;
		}
	
	#sidebar .side-bott {
		margin-top:20px;
	}
	
		#sidebar .side-bott .news{
		background-color: #d2d2d2;
		color: #484f59;
		}
		#sidebar .side-bott .news p{
			font-size: 0.9em;
			line-height: 110%	}
		
		#sidebar .side-bott .quote{
	background-color: #75808f;
	color: #FFF;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;	
		}
		
		#sidebar .side-bott .statement{
	background-color: #75808f;
	color: #FFF;
	margin-top: 10px;
	padding:5px 10px 5px 10px;
}
		
		
		

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	padding-top: 7px;
	padding-bottom: 20px;
	margin-top:20px;
}

/* ---------->>> NAVIGATION <<<-----------*/

#sidebar .side-top ul {
	list-style-type: none;
	padding:20px 10px 10px;
}

#sidebar .side-top ul li ul{
	list-style-type: none;
	padding:0px;
}

#sidebar .side-top li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar .side-top li ul li{
	border-bottom-style:none;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	margin-top: 1px;

}
	#sidebar .side-top li.last {
		border-bottom-style: none;
	}
	#sidebar .side-top li a {
		color: #FFFFFF;
		text-decoration: none;
		display:block;
		padding: 5px!important;
		}
	
		
	#sidebar .side-top li ul li a{
		color: #484f59;
		background-color: #9aa1aa;
		text-decoration: none;
		padding:0px 0 7px 6px;
		}
		
	#sidebar .side-top li a:hover, #sidebar .side-top .active {
		color: #484f59;
		background-color: #D2D2D2;
	}
	#sidebar .side-top li ul li a:hover, #sidebar .side-top li ul li .active {
		color: #FFF;
		background-color: #9aa1aa;
	}
	
/* ---------->>> TEXT STYLES <<<-----------*/	

h1, h2, h3, h4, h5, p, ul, li {
	margin: 0px;
	padding: 0px;
	line-height:120%
}
#main h1 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 20px 40px 10px;
}
#main h2 {
	font-size: 1em;
	font-weight:normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding:0px 10px 3px 10px;
	margin:0 0 20px 40px;
	background-color: #75808f;
	display:inline;
	text-decoration: none;
}
#main h3{
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 40px 0px 40px;
}
#main p {
	font-size: 1em;
	padding: 7px 40px 7px 40px;
}
#main em.small {
	font-size: 0.85em;
	
}


#main p a{
 color:#333;
 font-weight: bold}
 
 #main p a:hover{
 color:#484f59}
 
#main ol{
	margin: 0px;
	padding: 0px 20px 0 70px;

	}

#main ul{
	margin-left: 55px;
	list-style-type: disc;
	}
	
#main ul.sub {
	font-size: 0.9em;
	font-weight:normal;
	color: #CCC;
	text-transform: uppercase;
	margin:10px 0 0 40px;
	text-decoration: none;
	list-style-type: none;
	

}
	
#main ul.sub li{

	font-weight:bold;
	
	}
 
 #main ul.sub li a{
	padding:3px 8px 3px 23px;
	margin-right: 1px;
	background-image: url(../images/assets/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	background-color: #9aa1aa;
	color:#FFF;
	float:left;
	text-decoration: none;
}

 #main ul.sub li a:hover{
	color: #FFF;
	background-color: #042362;	
}
 #main ul.sub li .active{
 	background-color: #042362;
	background-image: url(../images/assets/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 7px;
	color:#FFFFFF;}
 
#sidebar .side-bott .news h3{
		padding: 5px 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		}
		
		#sidebar .side-bott p{
		padding: 10px;
		font-size:1em}
		
		#sidebar .side-bott .news p a{
		color: #484f59;}
		
		#sidebar .side-bott .quote p{
		margin:0 10px 0 10px;
		}
		
		#sidebar .side-bott p.author{
		padding-left: 10px;
		font-size: 0.80em;
		
		padding-top: 5px;
		}
	.news{padding-bottom:10px}	
.news p{ padding:0 10px 5px 10px!important}
.news p.date{
	font-weight: bold;
	padding: 7px 10px 0 10px!important;
}

#footer p {
	font-size: 0.9em;
	color: #666666;
}
#footer p a {
	color: #666666;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
#footer .link-right {
	float:right
}


