.hidden {
	display: none;
}

a {
	color: #a84300;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: white;
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 16px;
	color: #474747;
}

#topbar {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: right;
	font-size: 16pt;
	background: #9abb91;
}

#topbar ul {
	list-style-type: circle;
	/* list-style-position: inside; */
	margin: 0px;
}

#topbar ul li {
	display: inline;
}

#topbar li.first {
	list-style-type: none;
}

.main {
	background-color: white;
	background-image: url("../images/main_background.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#content {
	position: relative;
}

#slogan {
	position: relative;
	padding-top: 50px;
	padding-left: 150px;
	height: 110px;
	color: #a84300;
	text-shadow: white 1px 1px 16px;
}
#slogan .sloganline1 {
	padding-top: 20px;
	font-size: 38px;
	font-weight: bold;
}
#slogan .sloganline1 span {
	font-size: 48px;
}
#slogan .sloganline2 {
	padding-left: 50px;
	font-size: 26px;
}

#leftbar {
	position: absolute;
	width: 260px;
	bottom: 0;
}

#leftbar #contact {
	border-bottom: #999999 1px dashed;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
	background-image: url("../images/contact_bg_gradient.png");
	background-repeat: repeat-x;
	background-position: bottom;
	/* background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,1.0)); */
}
#contact #phone {
	font-weight: bold;
}

#leftbar #downloads {
	/*
	background-image: -webkit-radial-gradient(top left, 100% 100%, #e8e8e8, white); 
	background-repeat: no-repeat;
	background-position: left top;
	*/
	background: white;
	width: 100%;
}
#downloads h4 {
	margin: 0px;
	padding-bottom: 13px;
	padding-left: 11px;
	padding-top: 7px;
	font-size: 18px;
	font-weight: normal;
}
#downloads .downloadDiv {
	width: 100%;
	height: 42px;
	margin-bottom: 7px;
	padding-left: 11px;
	font-size: 10px;
}
#downloads .downloadDiv img {
	border: none;
	float: left;
}
#downloads .downloadType {
	color: #999999;
}
#downloads #pdfDownloadDiv {
	height: 53px;
}
#pdfDownloadDiv .downloadType {
	font-size: 11px;
}
#pdfDownloadDiv .downloadName {
	font-size: 14px;
}
#pdfDownloadDiv .downloadSize {
	font-size: 13px;
}

#pitch {
	margin-left: 276px;
	text-shadow: white 1px 1px 16px;
}



hr {
	border: none;
	border-bottom: #999999 1px dashed;
}

#bottombar {
	text-align: right;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #cccccc;
}
