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

/*** General Body Elements ***/

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background-color: #8da0a7;
background: #8da0a7	 url(bg.gif) top center repeat-y;
}

p { 
font: Verdana,Tahoma,Arial,sans-serif;
}

h2 {
color: #666666;
font-size: 1.4em;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 0 0;
}

h1 {
color: #666666;
font-size: 1.6em;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 0 0;
}


a {
color:#CC6714;
background-color: #ffffff;
text-decoration: none;
font-weight:bold;
}

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

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

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
padding: 0;
}

#frontphoto {
margin: 0px 0px 10px 0px;
border: 0;
}

#title {
margin: 0 0px 15px 5px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
padding: 0 0px 0 10px;
line-height: 1.6em;
text-align: right;
}

#title h1 {
font-size: 1.6em;
margin: 0 0 0.5em 0;
}

#title p {
width: 400px;
float: left;
text-align: center;
color: #a0a0a0;
background-color: #ffffff;
margin: 0 0 0 0;
font-size: 0.7em;
line-height: 1.2em;
}

#navigation {
float: left;
clear: left;
background-color: #f6f0f0;
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: #f6f0f0;
font-weight:normal;
display: block;
padding: 5px;
width: 130px;

}

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

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

#navimg {
margin: 0 auto 0 auto;
border: none 0px #000;
display:block;
}

#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;
}

.title_blue {
font-family:Arial, Helvetica, sans-serif;
color:#333355;
background-color: #ffffff;
font-size: 1.1em;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}

.title_red {
font-family:Arial, Helvetica, sans-serif;
color:#CC6714;
background-color: #ffffff;
font-size: 1.1em;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.footer {
position:relative;
clear:both;
width:750px;
height:50px;
margin:0px 0 0 0;
padding:4px 0 4px 0;
font-size:.9em;
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;
}

li {line-height: 130%; 
}

#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: 150px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*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 */


