@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT:regular,italic);

html { background-color: white; }

/* structure */
body {
	width: 800px;
	background-color: white;
	position: relative;
	margin: 0 auto;
}
div#header_nav {
	height: 30px;
	position: relative;
	text-align: right;
	margin: 0px 4px;
}
div#index { height: 510px; }
div#header {
	width: 800px;
	position: relative;
}
div#header img { 
	padding: 0; 
	display: block;
}
div#header p {
	position: absolute;
	top: 12px;
	left: 350px;
	width: 400px;
}
div#navigation { width: 800px; }
div#index #content { height: 290px; }
div#index #content object {
	width: 433px;
	height: 290px;
}
div#index #content #index_content {	width: 295px; }
div#secondary_page #content, div#contact_page #content { position: relative; }
div#secondary_page #content #secondary_content { 
	width: 285px;
	min-height: 375px;
}
div#contact_page #content #secondary_content { 
	width: 285px;
	min-height: 800px;
}
div#secondary_page #content object {
	position: absolute;
	right: 0;
	top: 15px;
	height: 375px;
}
div#contact_page #content #map_block {
	position: absolute;
	right: 0;
	top: 0;
}
div#footer {
	clear:both;
	width: 800px;
}
/* design */
body { 
	font-size: 14px;
	line-height: 17px;
	color: black;
	font-family: "OFL Sorts Mill Goudy TT",Goudy,"Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size-adjust: 0.453;
	font-weight: normal;
	font-style: normal;
}
h2, h3 { margin-bottom: .25em; }
h3 + p { margin-top: 0; }
div#index { background-color: #c13a18; }
div#secondary_page, div#contact_page { border-bottom: 13px solid #c13a18; }
div#header_nav ul {
	margin: 0;
	padding: 0;
}
div#header_nav ul li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	line-height: 30px;
}
div#header_nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
div#header_nav ul li a:hover { color: #2a8e64; }
div#header {
	background-color: #000;
}
div#header p {
	color: #fef49c;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
}
div#navigation {
	background-color: #c13a18;
}
div#navigation ul { 
	padding: 0; 
	margin: 0;
	height: 22px;
	border-top: 1px solid #fef49c;
	border-bottom: 1px solid #fef49c;
}
div#navigation ul#navigation_bottom { border-top: none; }
div#navigation ul li {
	display: inline-block;
	list-style: none;
	color: white;
	height: 22px;
	font-size: .9em;
	border-right: 1px solid #fef49c;
	text-align: center;
}
div#navigation ul li:hover { background-color: #ffaf0a; }
div#navigation ul#navigation_top li a{ padding: 0 17px; }
div#navigation ul#navigation_bottom li a{ padding: 0 2px; }
div#navigation ul li a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	height: 22px;
	line-height: 25px;
}
#navtop1 { width: 142px; }
#navtop2 { width: 135px; }
#navtop3 { width: 119px; }
#navtop4 { width: 125px; }
#navtop5 { width: 102px; }
div#navigation ul li#navtop6 { width: 172px; border-right: none; }

#navbottom1 { width: 101px; }
#navbottom2 { width: 158px; }
#navbottom3 { width: 120px; }
#navbottom4 { width: 121px; }
#navbottom5 { width: 169px; }
div#navigation ul li#navbottom6 { width: 126px; border-right: none; }

div#index #content, div#secondary_page #content, div#contact_page #content {
	border-top: 11px solid #000;
	border-bottom: 11px solid #000;
}
div#index #content {
	background-color: #fef49c;
	background-image: url(../images/anchor-background.png);
	background-position: right top;
	background-repeat: no-repeat;
}
div#secondary_page #content, div#contact_page #content { background-color: #fff; padding-bottom: 15px; }
div#index #content #index_content {
	right: 35px;
	top: 230px;
	position: absolute;
}
div#index #content #index_content p {
	font-size: 1.23em;
	line-height: 1.4em;
	font-style: italic;
	color: #444;
}
div#secondary_page #content, div#contact_page #content { padding: 10px 0; }
div#secondary_page #content #secondary_content, div#contact_page #content #secondary_content {
	margin-right: 10px;
	margin-top: 5px;
}
div#secondary_page #content #secondary_content h1, div#contact_page #content #secondary_content h1 {
	color: #2a8e64 ;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size-adjust: 0.553;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 1px solid #c13a18;
	margin: 0;
	padding: 0 0 10px 0;
}
div#secondary_page #content #secondary_content p, div#contact_page #content #secondary_content p {
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	font-size-adjust: 0.553;
	font-size: .9em;
	line-height: 1.4em;
}
div#footer p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size-adjust: 0.553;
	font-size: 13px;
	color: #777;
	text-align: center;
}
/*php variables*/
.visible { visibility: visible ; }
.invisible { visibility: hidden ; }
label.normal {
	display: block;
}
label.incorrect {
	display: block;
	color: red;
	font-weight: bold;
}