@charset "UTF-8";

.borderblack {border: 1px solid #000000; }
.bordergold {border: 1px solid #FFD600; }

body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background: #585858;
    margin-top: 0;
	margin: 0;
	padding: 0;
	color: #769898;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Times, Serif;
}
h1 { font-size:18px;
font-weight:normal;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6e645e;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 900px;
	padding:30px 30px 0px 30px;
	background: #1d1d1d;
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: none;
	text-align:center;
	padding-right:5px;
}
.small {
	color:#769898;
	font-size:11px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

	padding: 20px 0 40px;
	line-height:18px;
}
.mainpicture {

	padding: 20px 0 40px;
	text-align:center;
	line-height:18px;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.ser3{ font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px;  color:#868585;  text-decoration:none;}
.ser3:hover{ text-decoration:underline;}

#suckerfishnav {
    background:#769898 repeat-x;
    font-size:14px;
    font-family:'Times New Roman',Times, serif;
    font-weight:bold;
	letter-spacing:1px;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:0px solid #355757;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#1d1d1d;
    text-decoration:none;
    padding:0px 40px;
    }
#suckerfishnav li {
    float:left;
    padding:0;

    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:201px;
    font-weight:normal;
    margin:0;
    line-height:1;
    -moz-opacity:0.85;
    opacity:0.85;
    khtml-opacity:0.85;
    border:0;
    border-top:1px solid #b1a49d;
    }
#suckerfishnav li li {
    width:199px;
    border-bottom:1px solid #355757;
    border-left:1px solid #355757;
    border-right:1px solid #355757;
    font-weight:normal;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#769898;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 200px;
    }
#suckerfishnav li li:hover {
    background:#355757;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#d1d1d1;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#d1d1d1;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#d1d1d1;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#355757;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#355757;
    }
#suckerfishnav .current_page_parent {
    background:#355757;
    }
#suckerfishnav .current_page_item {
    background:#d1d1d1;
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav .current_page_parent li a:after, #suckerfishnav .current_page_parent li li a:after, #suckerfishnav .current_page_parent li li li a:after, #suckerfishnav .current_page_parent li li li li a:after {
    content:"";
    }
#suckerfishnav .current_page_parent a:after, #suckerfishnav li .current_page_parent a:after, #suckerfishnav li li .current_page_parent a:after, #suckerfishnav li li li .current_page_parent a:after {
    color:#000000;
    content:"";
    }
#suckerfishnav .current_page_item a:after, #suckerfishnav li .current_page_item a:after, #suckerfishnav li li .current_page_item a:after, #suckerfishnav li li li .current_page_item a:after, #suckerfishnav li li li li .current_page_item a:after {
    color:#000000;
    content:"";
    }