﻿
a { text-decoration:none }
a:link { text-decoration:none; color:rgb(242,246,227); }
a:visited { text-decoration:none; color:rgb(242,246,227);}
a:hover { color:rgb(242,246,227); }

p {
color: #333333;
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 78%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 0px;
}


body 
{
	margin: auto;
	min-width: 890px;
	text-align: center;
}

div.container {
	background: #fff url(./images/line.gif) repeat-y 50% 0;
}

.container img { border: 0px;}

div.footer {
width: 971px;
height: 40px;
margin: 0px auto;
background: #fff url(./images/footer.gif) no-repeat top;
}

div.header 
{
width: 971px;
height: 40px;
margin: 0px auto;
background: #fff url(./images/header.gif) no-repeat bottom;
}

div.content {
	width: 890px;
	margin: auto;
	background: #F4ECDD;
}

div.logo {
	width: 890px;
	margin: auto;
	height: 70px;
	background: #fff url(./images/GBC.gif) no-repeat;
	background-position: -45px -10px;
}


/* suckerfish code */
div.navcontainer 
{
	width: 890px;
	background: #440C1D;
	margin:auto;
	height: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	vertical-align:middle;
}

#nav, #nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;	
	background: #440C1D;
}

/* menu items */
#nav li {
	position:relative;
	float: left;
}

/* text of main menu item */
#nav li a 
{
	width:148px;
	display: block;
	/*background: #440C1D;*/
	margin-top: 8px;
	height:27px;
}

/* submenu */
#nav li ul {
	width:148px;
	position: absolute;
	left: -999em;
	margin-top:0px;
}

/* submenu items */
#nav li ul li {
	float: none;
	padding-bottom: 3px;
	padding-top:3px;
	height: auto;
}

#nav li ul li a {
	margin: auto;
	display:block;
	height:100%;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* glow the current item */
#nav li:hover, #nav li.sfhover, #nav li ul li:hover {
	background: rgb(87, 15, 35);
	margin-top:-1px;
	margin-bottom:-1px;	
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	border-collapse:collapse;
}


div.content p {
text-align: left;
margin: 0px; 
padding: 0px;
line-height: 150%;
}


div.content-text {
float: left;
margin: 50px 0px 0px 0px;
padding: 0px 0px 40px 40px;
width: 796px;
text-align: left;
}


img.floatright {
float: right;
margin: 12px 0px 2px 10px;
border: 0px;
}

img.floatleft {
float: left;
margin: 0px 7px 3px 0px;
border: 0px;
}



div.contentbottom {
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 890px;
text-align: center;
background: #FFFFFF ;
border-top: dotted 1px #CCCCCC;
}

div.contentbottom p {
font-size: 70%;
color: #999999;
}

div.botleft {
float: left;
margin: 25px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 205px;
text-align: left;
}

div.botleft p {
margin: 0px;
padding: 0px 20px 0px 30px;
border-right: dotted 1px #CCCCCC;

}

div.botmiddle {
float: left;
margin: 25px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 468px;
w\idth: 467px;
text-align: left;
border-left: dotted 1px #CCCCCC;
}

div.botmiddle p {
margin: 0px;
padding: 0px 20px 0px 25px;
}

div.botright {
float: left;
margin: 25px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 175px;
text-align: left;
border-left: dotted 1px #CCCCCC;
}

div.botright p {
margin: 0px;
padding: 0px 20px 0px 25px;
}

div.clear {
clear: both;
width: 890px;
height: 0px;
}

