/*------GLOBAL------*/

body { margin:0 auto; background:url(../images/layout/bg.gif) repeat-x #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
img { border:none; }
p, h1, h2, h3, ul, li, a { font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal; padding:5px 10px 5px 10px; margin:0; }
h1, h2, h3 { font-family:tahoma; font-size:20px; color:#990000; }
h3 { font-size:15px; font-weight:bold; }
h3:link { text-decoration:underline; }
ul { padding:0; line-height:1; vertical-align:baseline; padding:10px 0 10px 25px; }
ul li { font-weight:bold; padding:6px 0 5px 15px; list-style:none; background:url(../images/layout/bullet.gif) no-repeat left center; }
a { padding:0; color:#990000; font-weight:bold; }
a:hover { text-decoration:underline; }
td { text-align:left; }

/*------DIVS------*/

#container { width:900px; position:relative; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; background:#FFFFFF; }
#header { width:900px; height:116px; background:url(../images/layout/header.gif) no-repeat; }
#flash { width:900px; height:230px; }
#undertop { width:900px; height:27px; }
#content { width:900px; margin:10px 0 10px 0; }
#left { width:584px; background:url(../images/layout/contenttile.gif) repeat-y; float:left; }
#right { width:301px; float:left; padding:0 5px 0 10px; }
#associations { width:900px; }
#associations img { margin:5px 0 5px 0; }
#footer { width:890px; height:22px; color:#FFFFFF; padding:5px 5px 0 5px; }
#footer a { font-size:11px; color:#FFFFFF; }

/*------NAVIGATION------*/

#nav { width:899px; height:28px; position:relative; top:88px; padding:0 0 0 1px; }
#nav ul { padding:0; }
#nav ul li { height:28px; float:left; position:relative; padding:0; margin:0 1px 0 0; }
#nav ul li a { text-align:center; color:#FFFFFF; display:block; padding:7px 0 0 0; }
#nav ul li a:hover { text-decoration:none; padding:6px 0 0 0; }
#nav ul li.navbutt69 { width:69px; height:28px; background:url(../images/layout/navbutt69.png) no-repeat; }
#nav ul li.navbutt90 { width:90px; height:28px; background:url(../images/layout/navbutt90.png) no-repeat; }
#nav ul li.navbutt69:hover { background:url(../images/layout/navbutt69_hover.png) no-repeat; }
#nav ul li.navbutt90:hover { background:url(../images/layout/navbutt90_hover.png) no-repeat; }

/*------SUB NAVIGATION------*/

#subnav { width:315px; border:1px solid #000000; background:#FFFFFF; position:absolute; top:120px; left:578px; }
#subnav h2 { font-size:13px; font-weight:bold; color:#FFFFFF; margin:2px; padding:3px 0 0 17px; }
#subnav ul { padding:0 0 10px 17px; }
#subnav ul li { font-weight:bold; padding:10px 0 10px 25px; list-style:none; background:url(../images/layout/coil.png) no-repeat left center; }
#subnav ul li a { color:#333333; }

/*------CONTAINERS------*/

#mapcontainer { width:300px; padding:0 15px 0 0; float:right; position:relative; display:block; }
.box { margin:10px 0 10px 0; }
.box h2 { font-size:16px; padding:0 0 8px 0; }
.box p { font-size:11px; padding:0 0 5px 0; }
.box input, .box textarea { width:70%; }
.box td { color:#990000; font-weight:bold; padding:0 0 5px 0; }

/*------CLASSES------*/

.padding { padding:5px 0 5px 0; }
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.border { border:1px solid #CCCCCC; padding:1px; }
.thatbg { height:27px; background:url(../images/layout/thatbg.gif) repeat-x; }
.red { color:#990000; }