/* set global defaults */
body,table { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
body { background: #659DED; margin: 0; }
img { border: 0; display: block; }
form { margin: 0; }
a { text-decoration: none; color: #FF0000; }
a:hover { color: #0B0BC9; }
td { text-align: left; vertical-align: top; }
h2 { font-size: 16px; color: #0B0BC9; margin: 10px 0 4px 0; text-align: left; background: url('images/redlines.jpg') no-repeat; padding-top: 3px; }
.subhead { font-size: 14px; color: #0B0BC9; }

/* layout stuff */
#pagecontainer { position: relative; background: url('images/pagerepeater.jpg') repeat-y; width: 1024px; margin: 0 auto; }
#pageheader { width: 1024px; height: 121px; background: url('images/header.jpg') no-repeat; }
#leftwing { width: 174px; }
#nav { width: 109px; background: #DBE8FB; }
#content { width: 557px; }
#contentdiv { margin: 0 25px; }
#contentdiv ul { list-style-image: url('images/bluesquare.jpg'); margin-top: 0.25em; }
#rightwing { width: 184px; }
#pagefooter { height: 70px;  background: url('images/footer.jpg') no-repeat; position: relative; }

/* general-use classes */
.floatleft { float: left; }
.floatright { float: right; }
.centered { margin: 0 auto; }
.clearboth { clear: both; }

/* navigation - suckerfish ahoy! */
#nav ul { width: 109px; list-style-type: none; margin: 60px 0 0 0; padding: 0; }
#nav ul li { position: relative; }
#nav ul li a { display: block; text-align: right; width: 99px; padding: 5px; color: #0B0BC9; font-weight: bold; }
#nav ul li a:hover { background: #E6EFFC; color: #FF0000; }
#nav ul li ul { background: #BFD5F6; display: none; position: absolute; top: 0px; left: 109px; margin: 0; }
#nav ul li:hover ul, #nav ul li.over ul { display: block; }

/* absolutely positioned elements, outside of regular flow */
#navoverlapimg { position: absolute; top: 121px; left: 174px; }
#newsbox { position: absolute; top: 43px; left: 632px; width: 226px; height: 206px; 
	background: url('images/newsbox.jpg') no-repeat; text-align: right; color: #0000CC; }
#newsbox div { margin: 8px; }
#newsbox h3 { font-size: 14px; font-weight: bold; margin-right: 16px; }

/* footer arrangements */
#footerlayout { position: relative; color: #0000CC; font-size: 10px; }
#footerlayout div { position: absolute; }
#footertagline { top: 14px; left: 579px; font-weight: bold; }
#footername { top: 50px; left: 267px; font-weight: bold; }
#footercopy { top: 50px; left: 482px; }
#footeremail { top: 50px; left: 608px; }
#footerphone { top: 50px; left: 782px; }
#valablogo { position: absolute; top: 50px; left: 923px; }

/* subscription form */
#signupform { color: #0000CC; width: 300px; margin: 0 0 22px 6px; }
#signupform input { background: #DBE8FB; font-size: 9px; margin-top: 5px; }
#inputemail { width: 174px; }
#inputsubmit { width: 112px; color: #FF0000; }
