body, ul, li, ol, dd, dt, dl, div, span, 
h1, h2, h3, h4, h5, h6, form, p  {
	padding: 0;
	border: 0;
	margin: 0;
	line-height: 1.2;
}


body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #55585d;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 80%;
	color: #121822;
	
}
textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 90%;
}



#shadow {
	width: 1000px;
	background-image: url(../img/shadow-bg.png);
	background-repeat: repeat-y;
	
	margin-right: auto;
	margin-left: auto;
}

#panel {
	width: 980px;
	background-image: url(../img/panel-bg.jpg);
	background-repeat: no-repeat;
	
	background-color: #b0b1ae;
	
	margin-right: auto;
	margin-left: auto;
}

#shadow-bottom {

	width: 1000px;
	height: 10px;
	background-image: url(../img/shadow-bottom-bg.png);	
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	
}

#legal {
	
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
	font-size: 85%;
	padding-bottom: 25px;
}	

	#legal a {
		color: #0c1017;
		text-decoration: underline;
	}
	#legal a:hover {
		color: #2c3337;
	}


#header {
	width: 980px;
	height: 195px;
	
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;

}

	#search {
		float: right;
		display: inline;
		
		margin-right: 30px;
		margin-top: 20px;
		height: 87px;
	}
	#search input.text {
		width: 200px;
		background-color: #bdbcbc;
		border: 1px solid #535150;
		height: 15px;
		color: #121822;	
		padding-top: 3px;
		padding-bottom: 1px;
		padding-left: 3px;
		font-weight: bold;
		font-size: 11px;
	}
	#search input.submit {
		width: 55px;
		background-color: #465560;
		border: 1px solid #2f2f2f;
		color: #e2e2e2;
		height: 21px;
		padding-bottom: 2px;
		font-weight: bold;
		font-size: 11px;
	}
	#search input.idle {
		color: #656565;
	}

	

	
	#menu {
		float: right;
		display: inline;
		clear: right;
		margin-right: 30px;
	}
	#menu ul {
		list-style-type: none;
	}
	#menu li {
		display: inline;
		float: left;
		padding: 2px 5px 2px 5px;
		margin: 5px;
		height: 56px;
		cursor: pointer;
		
		min-width: 85px; 
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		
		/* ie padding problems */	
		/* causes problem for opera */
		xxxoverflow: auto;
	}	
	#menu li a {
		display: block;
		color: #ffffff;
		text-decoration: none;
		font-size: 110%;
		text-transform: uppercase;
		letter-spacing: -0.5px;	
	}
	#menu li span {
		display: block;
		color: #ebb483;
		font-family: Georgia;
		font-size: 90%;
		font-style: italic;
		margin-top: 5px;

	}
	#menu li:hover, #menu li.current {
		background-image: url(../img/menu-bg.png);
		background-repeat: repeat-x;

	}
	#menu li:active {
		background-image: url(../img/menu-bg-over.png);
	}

	
	


#home {

	background-image: url(../img/home-bg.png);
	background-repeat: no-repeat;
	
	/* OLD PIC
	width: 395px;
	height: 149px;
	
	margin-top: 270px;
	margin-bottom: 50px;
	*/
	
	/*
	NEW OLD PIC
	float: right;
	
	width: 358px;
	height: 148px;	
	
	margin-top: 280px;
	margin-bottom: 35px;
	*/
	
	position: relative;
	/* 3
	width: 358px;
	height: 148px;	
	
	left: 622px;
	top: 266px;
	margin-bottom: 290px;
	*/
	
	/* 4
	width: 367px;
	height: 93px;	
	
	left: 613px;
	top: 381px;
	
	margin-bottom: 388px;
	*/
	
	width: 367px;
	height: 93px;	
	
	left: 613px;
	top: 344px;
	
	margin-bottom: 351px;

	
}





#main {
	
	background-image: url(../img/main-bg.png);
	background-repeat: repeat-x;
	
	padding: 30px;
	min-height: 409px;
}




	h1 {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 130%;
		color: #1d77b6;
		font-family: Georgia, Times;
		margin-bottom: 6px;
		letter-spacing: -0.5px;
	}
	a h2 {
		color: #1d77b6;
	}
	a h2:hover {
		text-decoration: underline;
	}
	
	p {
		margin-bottom: 7px;
	}
	
	a {
		color: #a85f1f;
		text-decoration: none;
		font-weight: bold;
	}
	a.edit {
		background-color: #121822;
		color: white;
		padding-right: 3px;
		padding-left: 3px;
		font-weight: normal;
	}
	a:hover {
		text-decoration: underline;
	}
	
	div.caption {
	
		color: #3c5161;
		font-family: Georgia;
		font-style: italic;
		font-weight: bold;
		font-size: 150%;
		margin-bottom: 30px;
		width: 618px;
		letter-spacing: -1px;
	}
	
	div.item {
		margin-bottom: 30px;
		overflow: auto;
		clear: left;
	}
	
	div.item img {
		float: left;
		border: 1px solid #121822;
		margin-right: 15px;
		margin-bottom: 10px;
		xxxmargin-top: 10px;
	}
	
	div.item ul {
		list-style-position: inside;
		margin-bottom: 7px;
		margin-left: 15px;
	}
	
	div.item li {
		text-indent: -13px;
		padding-left: 13px;
	}
	
	blockquote {
		margin: 0 20px;
	}
	

	
	
	
	#submenu {
		
	}
	#submenu ul {
		float: right;
		list-style-type: none;
		width: 236px;
		border: 1px solid #3c5161;
		border-bottom: none;
	}
	
	#submenu li {
		border-bottom: 1px solid #3c5161;
	}
	
	#submenu li a {
		padding: 5px;
		display: block;
		font-weight: bold;
		background-color: #a3b1bc;
		color: #1d2a3f;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#submenu li a:hover {
		background: #536878;
		color: #ffffff;
	}
	#submenu li a.current, #submenu li a:active {
		background: #3c5161;
		color: #ffffff;
	}
	
	


	div.full-col {
		width: 602px;
	}
	div.col {
		float: left;
		padding: 0 30px 0 0;
		width: 286px;
	}
	
	
	
	



	input.text {
		width: 283px;
		border: 1px solid #999999;
		
		padding-top: 3px;
		padding-bottom: 1px;
		padding-left: 3px;
		height: 15px;
	}
	textarea {
		width: 280px;
		height: 80px;
		border: 1px solid #999999;
		padding: 3px;
	}






		

#footer {
	background-image: url(../img/footer-bg.png);
	background-repeat: repeat-x;
	background-color: #30373A; /*303030;*/
	
	color: #ffffff;
	padding: 15px;
	font-size: 90%;
	
	clear: right;

}
	
	
	#footer h2 {
		color: #5babdb;
	}
	#footer a {
		color: #ffa95b;
	}
	#lcol, #mcol, #rcol, #large-col {
		float: left;
		padding: 0 15px 0 15px;
		width: 286px;
		border-right: 1px solid #3b4657;
	}
	#rcol {
		border-right: none;
	}
	#large-col {
		width: 602px;
	}
	#mcol img, #rcol img {
		float: left;
		margin-right: 15px;
		border: 1px solid #000000;
	}
	
	
	
	#footer dl {
		float: left;
		margin-right: 20px;
		font-size: 95%;
		margin-bottom: 20px;
		swidth: 130px;
	}
	#footer dt {
		margin-bottom: 3px;
	}
	#footer dt a {
		font-weight: normal;
		color: #e2e2e2;
	}
	#footer dd a {
		font-weight: normal;
		color: #79bbf8;
	}
	
	
	
	span.address {
		font-family: Georgia;
		font-weight: bold;
		font-size: 110%;
	}
	p.address {
		color: #9e9e9e;
		float: left;
		margin-right: 10px;
		font-size: 95%;
	}
	p.address a {
		font-weight: normal;
	}

	div.catelement{
		float:left; 
		width:315px; 
		padding:3px 0px 2px 20px; 
		border:0px solid; 
	}
	
	div.catelement:hover{
		background:#ededed; 
	}
	
	


