@charset "utf-8";
/* CSS Document */

html { height: 100%; }
body {height:100%; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px;background-color: #f2eee2; line-height:130%;}

a img {border:none;}
a { color:#333333; font-weight:bold; text-decoration:none;}
a:hover { color:#000000; font-weight:bold; text-decoration:underline;}


input, textarea, select { font-size: 12px; border: 1px solid #999999; margin-top: 3px; margin-bottom: 3px; }

.blue-text {color: #0b5577;}
.gray-text {color: #67757b;}

#maincontainer {
margin:0px auto;
width: 800px;}

#nav {width:800px; height:30px; background-image:url(../img/bg_nav.gif); background-repeat:no-repeat;}
.closer {
clear: both;
}

#header h2 {color:#1C2574; font-family: Times, serif; font-size:33px; margin:0; background:none; margin:auto;}

#shadow { height:11px; background-image:url(../img/pic_home_bottom.gif); background-repeat:no-repeat; margin-bottom:15px;}

#content {width:780px; padding:10px; }

#content a { text-decoration:underline; font-weight:normal; text-transform:capitalize;}

#content h1 {font-size:14px; padding-bottom:10px; margin:0px;}

#title {background-color:#1C2574; margin-bottom:15px;}

#homeleft {width:500px; float:left; background-image:url(../img/bg_homeleft.gif); background-repeat:repeat-y;}

#homeleft .content {padding:10px;}

#homeright {width:290px; float:right;}

#locleft {width:382px; float:left; margin-bottom:15px;}
#locleft .img {float:right;}
#locleft .content {width:180px; float:left;}
#locright {width:382px; float:right; margin-bottom:15px; }
#locright .img {float:right;}
#locright .content {width:180px; float:left;}

.textGlossary{font-weight: bold; color: #821e11; }


/***** 2 COLS ****/

#col1 { float:left; width:360px;}
#col2 { float:right; width:420px;}

#colstaff1 {width:180px; float:left; margin-top:20px;}
#colstaff2 {width:180px; float:right;margin-top:20px;}

#footer { background-image:url(../img/bg_footer.gif); background-repeat:no-repeat; padding:10px; height:40px; margin-top:5px; }





/****** MENU *******/


#menu {list-style-type:none; margin:0px; height:30px; padding:0px;}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {display:block; z-index:100; padding-right: 10px; padding-left: 10px; padding-top: 8px; font-size:12px; font-weight:bold; color:#EEEEEE;}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}
#menu dt {margin:0; font-size: 12px; float:left;}
#menu dd {display:none; background: transparent; border-bottom:1px solid #336699; clear:left; margin:0; padding:0; color:#EEEEEE; font-size: 12px; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; color:#000000; padding: 8px 10px; text-decoration:none; font-weight:bold;}
#menu dd a, #menu dd a:visited {background:#84bed9; color:#000000; text-decoration:none; display:block; padding: 5px 10px; font-weight:bold;}/*Submenu Text*/

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {border:0;}
#menu li:hover dt a, #menu dd a:hover {color:#FFFFFF; font-weight:bold;}
#menu li a:hover dt a {color:#333333;}


#mainadmin {width:500px; margin:auto; background-image:url(../img/bg_homeleft.gif); background-repeat:repeat-y;}