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


/*** General Body Elements ***/

p {
font: 1em Georgia, "Times New Roman", Times, serif;
}

h2 {
color: #000;
font-size: 1.4em;
background-color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0 0 0 0;
}

h3 {
color: #000;
font-size: 1.2em;
background-color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0 0 0 0;
}

#main a {
color:#CC6714;
background-color: #ffffff;
text-decoration: underline;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
padding: 0;
}
#menu {
height: 30px;
line-height: 30px;
background: url(images/menu.jpg) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #000;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}
#frontphoto {
margin: 0px 0px 10px 0px;
border: 0;
}

#title {
margin: 0px;
padding: 10px;
line-height: 1.6em;
text-align: center;
background-color: #1743a6;
}

#title h1 {
font-size: 1.8em;
margin: 0 0 0.5em 0;
color: #FFFFFF;
}

#navigation {
float: left;
clear: left;
background-color: #fff;
width: 144px;
height: 100%;
margin: 0 0 0 0;
padding: 5px;			
border: solid 1px #000;
}

#navigation ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;			
float: left;
width: 140px;
}

#navigation a {
background-color: #ece8e8;
font-weight:normal;
display: block;
padding: 5px;
width: 130px;
}

#navigation a:hover {
color:#CC6714;
background-color: #e8da3a;
}

#navigation p {
margin-top: 200px;
padding: 5px;
border-bottom: 1px #CCC;
border-top: 1px #CCC;
}

#main {
width: 570px;
background-color: #ffffff;
margin: auto auto auto auto;
padding: 0.5em 1.0em 0.5em 0.5em;
float: right;
}

#small td {
font-size: .9em;
}

.footer {
position:relative;
clear:both;
width:750px;
height:50px;
margin:0px 0 0 0;
padding:4px 0 4px 0;
font-size:.7em;
text-align:center;
}

.footer_text {
font-family: Arial, Helvetica, sans-serif ;
color:#303030;
background-color: #ffffff;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}

#footer a {
color:#CC6714;
background-color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color:#587ec5;
background-color: #ffffff;
}

/*** menu items ***/
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
 /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
/*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
width: 100%; /*for IE7 Posted by Greg */
}

.suckerdiv ul li a:visited{
color: #666666;
}

.suckerdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
-->

