@import url(form.css);

* { margin: 0; padding: 0; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 1em; }
body { background-color: #FFFFFF; font-size: 0.55em; color: #383838; }
h1 { font-size: 1.05em; margin-bottom: 0.75em; text-transform: uppercase; }
p { margin-bottom: 0.75em; line-height: 1.5em; }
input.text, input.text-ghosted, input.button { padding: 1px; }
img { border: 0; }
ol, ul { margin-left: 1.5em; padding-left: 1.5em; }

#root { width: 960px; height: 660px; margin: 10px auto; border: 1px solid #58595b; }
	#root.flash { border: 0; }
#mainpanel { background-color: #FFFFFF; position: relative; height: 630px; }
#logo { position: absolute; top: 0; left: 20px; }

#content { background-color: #CCCCCC; position: absolute; bottom: 30px; left: 0; width: 142px; height: 330px; overflow: auto; font-size: 1.28em; }
#content p { color: #000000; line-height: 1.25em; }
#content ol, #content ul { margin-bottom: 0.8em; }
#content li { color: #000000; }
#content.noscroller { width: 280px; height: 330px; }
#contentpadding { padding: 15px; }

#navigation { position: absolute; bottom: -45px; left: 20px; height: 30px; }
#navigation { margin-bottom: 1em; overflow: hidden; }
#navigation ul { list-style-type: none; margin: 0; padding: 0; }
#navigation li { border-left: 1px solid #000; float: left; line-height: 1.1em; margin: 0 1em 0 -1em; padding: 0 1em 0 1em; text-transform: uppercase; font-size: 1.3em; }
#navigation a { text-decoration: none; color: #404040; }
#navigation a:hover, #navigation a:active, #navigation a.active { color: #202020; }
#navigation a.active { font-weight: bold; }

#mainpicture { background-color: #FFFFFF; position: absolute; top: 0; right: 0; width: 680px; height: 600px; }
#imagescroller { position: absolute; top: 0; left: 162px; border-left: 1px solid #58595b; width: 116px; height: 600px; overflow: auto; text-align: center; }
#imagescroller.hidden { display: none; }
#imagescroller .imagescrollerimage { border-bottom: 1px solid #58595b; }
#footerbar { background-color: #6D6E71; position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; }
#newslettersignup { position: absolute; bottom: -22px; left: 480px; }

#sitemaplinks { position: absolute; bottom: -45px; right: 0px; height: 30px; }
#sitemaplinks { margin-bottom: 1em; overflow: hidden; }
#sitemaplinks ul { list-style-type: none; margin: 0; padding: 0; }
#sitemaplinks li { border-left: 1px solid #000; float: left; line-height: 1.1em; margin: 0 1em 0 -1em; padding: 0 1em 0 1em; text-transform: uppercase; font-size: 1.3em; }
#sitemaplinks a { text-decoration: none; color: #404040; }
#sitemaplinks a:hover, #sitemaplinks a:active, #sitemaplinks a.active { color: #202020; }
#sitemaplinks a.active { font-weight: bold; }

input.text { color: #202020; }
input.text-ghosted { color: #808080; }
input.button { background-color: #6d6e71; color: #ffffff; border: 1px solid #6d6e71; }
