@import url(form.css);

* { margin: 0px; padding: 0px; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link { color: #0000FF; }
a:visited { color: #FF0000; }
a:hover { color: #800000; }
a:active { color: #000080; }
body { background-color: #171b44; font-size: 0.7em; color: #000000; line-height: 1.6em; }
h1, h2, h3, h4, h5, h6 { color: #a90008; }
h1 { font-size: 1.5em; margin-bottom: 1em; font-weight: normal; }
h2 { font-size: 1.1em; font-weight: normal; margin-bottom: 0.3em; }
hr { display: none; }
div.hr { border-top: 1px solid #000000; padding-top: 8px; margin-bottom: 7px; }
img { border: 0px; }
ol, ul { margin-left: 1.5em; padding-left: 1.5em; }
p { margin-bottom: 0.8em; }
select { vertical-align: middle; }

#root { width: 921px; min-height: 500px; height: auto !important; height: 500px; margin: 10px auto; background-color: white; }
#header { border-bottom: 4px solid #171b44; height: 237px; }
#header * { margin: 0px; padding: 0px; }

#navigation { height: 60px; }
#main-navigation { border-top: 1px solid #505372; }
#main-navigation ul { text-align: center; padding-bottom: 3px; padding-top: 3px; padding-left: 0; margin-top: 0; margin-left: 0; background-color: #171b44; color: white; width: 100%; }
#main-navigation ul li { display: inline; padding-left: 0; padding-right: 0; padding-bottom: 3px; padding-top: 3px; text-transform: uppercase; }
#main-navigation ul li a { padding-left: 10px; padding-right: 10px; padding-bottom: 3px; padding-top: 3px; color: white; text-decoration: none; }
#main-navigation ul li a:hover, #main-navigation a.active { color: #ffe197; }

#sub-navigation { margin-top: 10px; }
#sub-navigation ul { text-align: center; padding-bottom: 3px; padding-top: 3px; padding-left: 0; margin-top: 0; margin-left: 0; color: #848484; width: 100%; }
#sub-navigation ul li { font-weight: bold; display: inline; padding-left: 0; padding-right: 0; padding-bottom: 3px; padding-top: 3px; text-transform: uppercase; }
#sub-navigation ul li a { padding-left: 10px; padding-right: 10px; padding-bottom: 3px; padding-top: 3px; color: #848484; text-decoration: none; }
#sub-navigation ul li a:hover { color: #404040; }
#sub-navigation a.active { color: #171b44; }

#body { margin-top: 20px; clear: both; }
#left { float: left; width: 600px; }
#left h1 { float: left; font-family: Georgia; border-bottom: 1px solid #848484; padding-left: 60px; padding-bottom: 3px; text-transform: uppercase; color: #171b44; }
#left-text { clear: both; padding-left: 60px; padding-top: 20px; }
#right { float: right; width: 268px; }
#credit { font-size: 0.9em; text-align: right; width: 921px; margin: 8px auto; padding-bottom: 10px; }
#credit a { color: #d0d0d0; }
#footerlogo { clear: both; text-align: right; padding: 10px 28px 20px 0px; }

#gallery-thumbs { padding-left: 60px; padding-top: 1em; }
.gallery-thumb { float: left; margin-right: 12px; margin-bottom: 12px; }
.gallery-thumb img { border: 1px solid #d4d4d4; }


.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }
.float-left { float: left; }
.float-right { float: right; }
