body {	
	font-family:Arial, Helvetica, sans-serif;	
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th {
	text-align:left;
}

h1 {
	font-size:18px; 
	color:#000;
}

h2 {
	font-size: 24px;
	color:#000;
}

h3 {
	font-size: 18px;
}

a {
	font-weight: bold;
}

a:link {
	color: #000;
}

a:visited {
	color:#000;
}

a:hover, a:focus, a:active {
	color: #000;
}


img {
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 2px;
}

#container {
	width: 960px;
	margin: auto;
	text-align:left;
	border:3px solid #cccccc;
}

#branding {
	height:130px;
	background-image: url(images/companylogo.png);
	border-bottom:2px solid #cccccc;
}

#branding h1 {
	text-indent:-9999px;
	background color:#FFF; no-repeat;
	width: 319px;
	height: 169px;	
}

#branding h3 {
	text-align: left;
	text-indent: 25px;
	color: #999;
	margin-top: -80px;
	margin-right: 10px;
}

#content {
	margin: 0 10px 0 0;
	width: 750px;
	float: right;
	min-height:500px;
}

#content li {
	padding: 5px 0px 5px 10px;
	list-style: inside disc;
}

#footer {
	clear: both;
	/*background: #FFF url(images/footer-bg.png) repeat-x;*/
	color: #ffffff;
	text-align: center;
	font-size:75%;
	background-color:#005555;
}

#footer p {
	text-align: center;
	line-height:1.1em;
}

#footer a {
	color:#ffffff;
	text-decoration:none;	
}


#gallery img {
	float:none;
	margin: 0;	
}

#gallery li {
	float:left;
	min-width: 210px;
	padding: 5px;
	margin: 0px;
	border: none;
	min-height: 240px;
	list-style: none;
}



.menu ul {
    margin: 0; 
    padding: 0;
    width:185px;
    list-style-type: none;
}

.menu ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #005555;
    display:block;
}
 
.menu ul li a:visited {
    color: white;
}
 
.menu ul li a:hover, .menu ul li .current {
    color: white;
    background-color: #5FD367;
}

