﻿  /* CSS layout */
body {
	background-position: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	color: #666666;
	background-image: url('../images/generic/page_bg.gif');
	background-repeat: repeat-y;
}

a {
	color: #339966;
}
a:hover {
	text-decoration: none;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}

img {
	border-style: none;

}


#masthead {
	width: 725px;
	height: 182px;
	background-image: url('../images/generic/sbng_logo.JPG');
}

#masthead h1
{
	display: none;
}


#topNav {
}

#container {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

#leftCol {
	margin-top: 10px;
	width: 180px;
	float: left;

}


#pageContent {
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 130%;
	float: right;
	width: 540px;
}

.pageContentPic{
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;

	
}

#pageContentIndex {
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 30px;
	line-height: 130%;
	float: left;
	width: 725px;
}



#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;


}

#footerText{
	margin-left: 200px;
    font-size: 80%;	
}

#footerText, #footerText a {
	color: #999999;
}

#lhNav{
	list-style: none;
	margin: 0;
	padding: 0px 0px 1px 10px;
	font-size: 85%;
} 

#lhNav a{
	display: block;
	height: 25px;
	width: 140px;
	margin-top: 1px;
	padding-left: 10px;
	font-size: 100%;
	text-decoration: none;
	color: #000000;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
} 
 


#lhNav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #339966;
} 

#lhNav a.first{
margin-top:0;
}

#lhInfo{
	line-height: 140%;
	font-size: 85%;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#lhInfo h2 {
	color: #339966;
}


#podContainer {
	width: 725px;
	margin-top: 20px;
	margin-bottom: 20px;

}

.pod {
	width: 160px;
	height: 100px;
	margin-bottom: 5px;
	margin-right: 15px;
	float: left;
	position: relative;
}

.podWide {
	width: 335px;
	height: 100px;
	margin-bottom: 5px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.noBorder {
	border-width: 0px;
}
.Centred {
	text-align: center;
}

.smallText {
	    font-size: 80%;	
}

