@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin:10px;
}
a
{
	text-decoration:none;
	color:#000;
}
a:hover
{
	color:#0099FF;
	text-decoration:none;
}
h1
{
	font-size:120%;
	margin:0 0 .2em 0;
}
h2
{
	color:#000;
	font-size:120%;
	margin:0 0 .2em 0;
}
h3
{
	font-size:120%;
	margin:0 0 .2em 0;
}
h4
{
	font-size:120%;
	margin:0 0 .2em 0;
}
img
{
	border:none;
}
.grey
{
	color:#666666;
	font-weight:bold;
}
#container
{
	width:996px;
	margin:0 auto;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#header
{
	height:6.9em;
	margin:18px;
	background-image:url(../images/background-header.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#header .logo
{
	height:5.5em;
	padding:10px 10px;
}
#navigation
{
	height:2em;
	margin:0 18px;
	background-color:#333333;
	color:#fff;
	line-height:28px;
	padding:5px 10px ;
}
#navigation ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li
{
	float:left;
	margin-right:10px;
}
#navigation a
{color:#fff;}
#navigation a:hover
{color:#ccc;}
#navigation #contact
{
	float:right;
}
#navigation #contact li
{
	float:right;
}
#mainContent
{
	overflow:hidden;
	margin:18px;
}

#columnLeft, #columnRight
{
	padding:15px;
 	float:left;
}
#columnLeft
{
 	width:582px;
	margin-right:15px;
	background-color:#FFFFFF;
}
#columnRight
{
 	width:300px;
	background-color:#FFFFFF;
}
#footer
{
	 height:120px;
	 background-color:#A7A7A7;
	 padding:28px;
	 clear:both;
	 float:none;
}
#subFooter
{
	text-align:right;
	margin-bottom:1.8em;
}
#footer .navigation
{
	height:3em;
	line-height:1em;
}
#footer .navigation ul
{
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
#footer .navigation li
{
	float:left;
	margin-right:10px;
}
#footer p
{
	clear:both;
}
/*Specific style rules*/
.news-list
{
	margin:0;
}
ul.news-list
{
	padding:0;
	margin-botom:.5em;
}
.news-list li, .news-list ul
{
	list-style:none;
	padding:1em 0 0 0;
	margin:0;
}
.news-list li a
{
	color:#999;
}
.news-list li a:hover, .news-list a:hover h3
{
	color:#fff;
	background-color:#0099FF;;
}
.news-list h3
{
	font-size:100%;
	display:inline;
	color:#000;
}
.adr
{
margin-left:1em;
}
/* Home page */
#mainContent #home .columnone,#mainContent #home .columntwo,#mainContent #home .columnthree
{
	float:left;
	width:280px;
	background-color:#fff;
	padding:15px;
}
#mainContent #home .columntwo
{
	width:288px;
}

#mainContent #home .columnone,#mainContent #home .columntwo
{
	margin-right:10px;

}
#home
{
	position:relative;
	padding-top:215px;
}
#home .callout
{
	position:absolute;
	left:0;
	top:-50px;;
	z-index:10;
}