body {
    margin: 0 0 10px 0;
    background: #CCCCCC;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

a {
    color: #990000;
    text-decoration: none;
}

a:hover {
    color: #990000;
    text-decoration: underline;
}

a:visited {
    color: #777777;
    text-decoration: none;
}

img {
    border: 0;
}

p {
    margin:.5em 0 .5em 0;
}

h3 {
    margin: 0 0 .5em;
    color: #990000;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

h4 {
    margin: 0;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

h5 {
    text-align: center;
    text-decoration: italic;
}

h6 {
	font-family: Verdana, Tahoma, Arial;
	color: #AAAAAA;
	text-align: right;
	font-size: 7pt;
	font-weight: normal; margin:.5em 0 .5em 0;
}

.right {
    float: right;
}

.right2 {
    float: right;
    margin-top: 7px;
}

.right3 {
    float: right;
    margin-top: 14px;
}

.image {
    float: right;
    padding: 10px;
}

.image2 {
    float: left;
    padding: 10px;
}

.contact {
    list-style-type: none;
}

#box {
    display: block;
    height: 100%;
    width: 100%;
}

#outer {
    width: 770px;
    background-image: url(images/mainbg1.jpg);
    background-repeat: repeat-y;
}

#outerbot {
    background-image: url(images/mainbg2.jpg);
    width: 770px;
    height: 10px;
    margin: 0 auto;
}


#whole {
    background: #FFFFFF;
    width: 750px;
    padding: 10px 10px 0;
    background-image: url(images/mainbg1.jpg);
    background-repeat: repeat-y;
    margin: 0 auto;
}

#menu {
}

#header {
    color: #FFFFFF;
    position: relative;
    height: 75px;
    text-align: left;
    background-image: url(images/headbg.jpg);
    background-repeat: repeat-x;
}

span.header {
    color: #000000;
    position: absolute;
    right: 50px;
    margin-right: 0;
    top: 23px;
}

span.header2 {
    position: absolute;
    right: 10px;
    margin-right: 0;
    top: 50px;
}

#header2 {
    display: block;
    position: absolute;
    right: 10px;
    margin-right: 0;
    top: 50px;
}

#bread {
    height: 20px;
    color: #FFFFFE;
    margin: 0;
    padding: 0;
    font-size: .9em;
    background-image: url(images/breadbg.jpg);
    background-repeat: repeat-x;
}

#bread a {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: underline;
}

#bread a:hover {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

.form { 
    font-size: 9px; 
    color: #990000;
}

.more {
    margin: 50px;
    text-align: right;
    margin: 0;
}

.more a {
    color: #990000;
    text-decoration: none;
}

.more a:hover {
    color: #990000;
    text-decoration: underline;
}

#navigation {
    border-style: none;
    float: left;
    width: 130px;
    margin: 5px 0;
    background: #FFFFFF;
}

#navigation p {
    text-align: center;
    margin: 5px 0;
}

#navigation ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#navigation li {
    position: relative;
}

#navigation li a {
    color: #000000;
    text-decoration: none;
    display: block;
    width: 125px;
    border-color: #660000;
    border-top-style: solid;
    border-top-width: 2px;
    padding: 5px 0 7px 5px;
}

#navigation li a:hover {
    color: #000000;
    display: block;
    width: 125px;
    border-color: #660000;
    border-top-style: solid;
    border-top-width: 2px;
    padding: 5px 0 7px 5px;
    background: #CCCCCC;
}

/* Sub Menu navigation */

#navigation ul li.submenu ul {
    display:none;
}

#navigation ul li.submenu2 ul {
    display: block;
}

#navigation ul li.submenu:hover ul {
    display: block;
    position: absolute;
    top: 0;
    right: -135px;
    border-color: #660000;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#navigation ul li a.sub1{
    display: block;
    background-color: #FFFFFF;
    width: 125px;
    padding: 5px 0 7px 5px;
    margin: 0;
    border-color: #660000;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
}

#navigation ul li a.sub2{
    display: block;
    background-color: #FFFFFF;
    width: 115px;
    padding: 5px 0 7px 5px;
    margin: 0 0 0 10px;
    border-color: #660000;
    border-top-style: solid;
    border-top-width: 1px;
}

#navigation ul li a.sub1:hover {
    display: block;
    background-color: #CCCCCC;
}

#navigation ul li a.sub2:hover {
    display: block;
    background-color: #CCCCCC;
}

/* End Sub Menu */

#enews {
    color: #000000;
    text-align: center;
    display: block;
    width: 120px;
    padding: 5px;
    background: #CCCCCC;
    border-style: double none;
    border-color: #660000;
    border-width: 5px 0;
}

#navigation form {
    margin: 0;
}

#wrapper {
    background: #FFFFFF;
    float: left;
    width:100%;
}

#content {
    border-style: none;
    width: 475px;
    background: #FFFFFF;
    text-align: left;
    float: left;
    margin: 5px 135px 0 10px;
}

#content object {
    display: block;
    margin: 0 auto;
}

#content p {
    margin-bottom: 0.5em;
}

#content .image {
    padding: 10px;
}

#right {
    float: left;
    width: 120px;
    margin: 5px 0 0 -130px;
    padding: 0 5px;
    background: #FFFFFF;
}

#footer {
    clear: left;
    display: block;
    width: 730px;
    background: #FFFFFF;
    margin: 5px 0 0 0;
    padding: 10px;
    border-color: #660000;
    border-top-style: solid;
    border-top-width: 2px;
}

.foot {
    text-align:center;
}

/* slides styling */


.photo {
    width:441px;
    text-align:left;
    position:relative;
    margin:0 auto;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #000;
}

.photo ul.topic {
    padding:0;
    margin:0;
    list-style:none;
    width:441px;
    height:auto;
    position:relative;
    z-index:10;
}

.photo ul.topic li {
    display:block;
    width:147px;
    height:31px;
    float:left;
}

.photo ul.topic li a.set {
    display:block;
    font-size:11px;
    width:146px;
    height:30px;
    text-align:center;
    line-height:30px;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    border-width:1px 1px 0 0;
    background:#ccc;
    font-family:verdana, arial, sans-serif;
}

.photo ul.topic li a ul, 
.photo ul.topic li ul {
    display:none;
}

.photo ul.topic li.active a {color:#000;
    background:#bbb;
}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a {
    color:#fff;
    background:#aaa;
}

.photo ul.topic li.active ul {
    display:block;
    position:absolute;
    left:0;
    top:31px;
    list-style:none;
    padding:0px;
    margin:0px;
    height:275px;
    background:#ddd;
    width:350px;
    padding:15px 25px;
    border:20px solid #bbb;
    z-index:1;
}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul {
    display:block;
    position:absolute;
    left:0;
    top:31px;
    list-style:none;
    padding:0px;
    margin:0px;
    height:275px;
    background:#ddd;
    width:350px;
    padding:15px 25px;
    border:20px solid #aaa;
    z-index:100;
}

.photo ul.topic li ul li {
    display:inline;
    padding:0px;
    width:112px;
    height:87px;
    float:left;
    border:1px solid #fff;
    margin:1px;
}

.photo ul.topic li ul li a {
    display:block;
    padding:0px;
    width:110px;
    height:85px;
    cursor:default;
    float:left;
    text-decoration:none;
    background:#444;
    border:1px solid #888;
}

.photo ul.topic li ul li a img {
    display:block;
    padding:0px;
    width:100px;
    height:75px;
    border:5px solid #eee;
}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover {
    white-space:normal;
    position:relative;
}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img  {
    position:absolute;
    left:-50px;
    top:-32px;
    width:200px;
    height:150px;
    border-color:#fff;
}