/* CSS Document */


/* basic tag elements */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 76%/ 1.5em georgia, Times New Roman, Times, serif ;
	color: #333;
	background: #556B92 url(images/bg_main.jpg) repeat-x 50% 0;
	}
	
h1, h2, h3 { font-family: " Lucida Grande ", verdana, sans-serif; }

h1 {
	font-size: 1.4em;
	color: #4A87A2;
	font-weight: bold;
	margin: 15px 15px 10px 15px;
	padding: 10px 0 0 0;
	}
	
h2 { 
	color: #E3610C;
	font-size: 1.2em;
	margin: 0 15px 0 15px;
	 }

h3 { 
	font-size: 120%;
	margin: 0 15px 15px 15px;
	font-weight: normal;
	line-height: 1.5em;
	 }

a, a:visited {
	color: #EC7210;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #EC7210;
	text-decoration: underline;
}

p { 
	margin: 0 15px 20px 15px;
	}
	
dl {
	margin-left: 40px;
	}

dt { 
	color: #E3610C;
	font-weight: bold;
	size: 90%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}
	
dd { 
	margin: 10px 20px 25px 0;
	}
	
/* end of basic tag elements*/	
	
	
	
#wrapper {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #ddd;
	text-align: left;
	width: 787px;
	background: #fff url(images/bg_wrapper.gif) repeat-y 50% 0;
	}
	
/* banner */

#banner {
	margin: 0;
	padding: 0;
	}
	
#banner h1{
	margin: 0;
	padding: 0;
	width: 787px;
	height: 186px;
	background: url(images/banner_2.jpg) top left no-repeat;
	}

#banner h1 span {
	display: none;
	}

#banner h2 {
	position: absolute;
	top: 0;
	right: 30px;
	margin: 0;
	padding: 0;
	}

#banner p {
	font-family: " Lucida Grande ", verdana, sans-serif;
	font-size: 1em;
	position: absolute;
	width: 250px;
	top: 80px;
	left: 380px;
	margin: 0;
	color: #fff;
	}
	
.logo {
	margin: 34px 0 0 45px;
	}
	
/* end of banner */

/* top nav */

#topnav {
	margin: 0;
	padding: 0;
	height: 33px;
	background: url(images/bg_menu.gif) no-repeat 50% 0;
	}
	
	#topnav ul {
		font: bold 12px "Lucida Grande", verdana, arial;
		margin: 0 0 0 45px;
		padding: 0;
		}
		
	#topnav ul li {
		display: inline;
		 }
		
	
	#topnav ul li a {
		float: left;
		color: #FFF;
		margin: 0;
		text-decoration: none;
		padding: 11px 17px 0 17px;
		height: 19px;
		line-height: .8em;
		}
	
	#topnav ul li a:hover {
		background: #9CACC5;
		}
		
    #topnav ul li#current a {
		background: #9CACC5;
		}

/* end of top nav */
	
#leftcolumn {
	float: left;
	width: 217px;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	}
	

#leftcolumn ul {
	padding: 0 25px 0 0;
	margin: 10px 0 0 15px;
	list-style-type: none;
	}	

#leftcolumn ul li {
	text-align: right;
	margin: 0 0 9px 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	
	}	
	
#leftcolumn ul li a {
	font: bold .75em "Lucida Grande", verdana, arial;
	line-height: 2em;
	color: #8B9EBE;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	padding: 3px 20px 0 0;
	}
	
#leftcolumn ul li a:hover, #leftcolumn ul li a:focus, #leftcolumn ul li a#current {
	color: #E3610C;
	background: url(images/icn_paw.gif) no-repeat right 50%;
	}
 
/* three column main */
#maincontent {
	margin: 20px 205px 20px 217px;
	padding: 0;
	background: url(images/bg_maintext.jpg) no-repeat;
	}
	
#maincontent img {
	margin: 10px;
	}
	
	
/* two column maincontent */

#maincontent2 {
	margin: 20px 60px 20px 217px;
	padding: 0;
	background: url(images/bg_maintext2.jpg) no-repeat;
	}
	
#sidecontent {
	float: right;
	margin: 20px 11px 0 0;
	width: 187px;
	height: 223px;
	background: #fff;
	padding: 50px 0 10px 0;
	background: url(images/bg_contact.jpg) no-repeat top left;
	}
	
#sidecontent p {
	font-size: 80%;
	margin: 0 5px 15px 15px;
	padding: 0;
	line-height: 1.5em;
	}
	

	
#footer {
	clear: both;
	text-align: center;
	padding: 7px 0;
	border-top: 1px solid #ccc;
	}


.imageleft {
	float: left;
	margin: 0 7px 7px 0
	}
	
.imageright {
	float: right;
	margin: 0 0 7px 7px;
	}	
	
