@charset "utf-8";

* {
	margin:0;
	padding:0;
}

h1 {
	font-size:19px;
	font-weight:bold;
	color:#503a61;
	margin-bottom:15px;
}

	h1 span {
		font-size:26px;
	}

h2 {
	font-size: 17px;
	font-weight:bold;
	color:#503a61;
	margin-top:20px;
	margin-bottom:10px;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	text-decoration: underline;
	color:#353434;
	margin-top:15px;
	margin-bottom:5px;
}

p, blockquote {
	font-size:13px;
	line-height:20px;
	color:#353434;
	margin-bottom:15px;
}

blockquote {
	margin-left:40px;
	margin-right:50px;
	font-style: italic;
}

img {
	border: solid 1px #999999;
	background-color:#FFFFFF;
	padding:7px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

	img.no-format {
		background-color: transparent;
		border: 0px;
		padding:0px;
		margin-top: 0px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:5px;
	}

html, body {
	background: url(images/bg.jpg) top;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

#wrapper {
	width:960px;
	margin:0 auto;
	background-image:url(images/wrapper.jpg);
	position:relative;
	margin-bottom:-56px;
  	min-height: 100%; /* For Modern Browsers */
	
}

	#wrapper #header{
		background-image:url(images/header.jpg);
		height:174px;
	}
	
	#wrapper #menu {
		background:url(images/menubg.jpg);
		height:58px;
	}
	
		#menu ul {
			list-style:none;
			height:58px;
			margin-left:15px;
		}
		
			#menu ul li {
				float:left;
				color:#fdfde9;
			}
			
				#menu ul li a {
					text-decoration:none;
					font-size:13px;
					font-weight:bold;
					padding-left:20px;
					padding-right:20px;
					padding-top:21px;
					padding-bottom:21px;
					color:#fdfde9;
					line-height:58px;
					background-image:url(images/topmenu-seperator.jpg);
					background-position:right;
					background-repeat:no-repeat;
				
				}
				
				#menu ul li a:hover {
					color: #ffc534;
					background-color:#503a61;
				}
				
				#menu ul li a.selected {
					color: #ffc534;
					background-color:#503a61;
				}			
	
	#wrapper #subheader {
		background-image:url(images/subheader.jpg);
		background-repeat:no-repeat;
		height:10px;
	}
	
	#wrapper #content {
		width:860px;
		padding-left:50px;
		padding-right:50px;
		padding-top:15px;
	}
	
		#wrapper #content ul li, ol li {
			margin-left: 50px;
			font-size:13px;
			line-height:20px;
			color:#353434;
			//margin-bottom:15px;
		}
		
		#wrapper #content a {
			color:#503a61;
		}

		#wrapper #content a:hover {
			color: #ffc534;
		}
		
.clearfooter {
	height: 56px;
	clear: both;
}
	#footer {
		background-image:url(images/footerbg.jpg);
		background-position:center;
		background-repeat:no-repeat;
		margin:0 auto;
		height:56px;
		width:100%;
		position: relative;
	}
	
	#footer div {
		color:#fdfde9;
		text-align:center;
		padding-top: 25px;
		font-size: 11px;
		line-height: 12px;
		height: 40px;
	}
	
	
.copyright {
	color: #FAF0E6;
	font-size: 10px;
	line-height: 12px;
}

.credit {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}

.quote {
	font-size: 13px;
	font-style: italic;
	line-height: 14px;
}

.address {
	font-size: 13px;
	line-height: 14px;
}	