@charset "utf-8";
/* CSS Document */
html {
	background-image: url(pics/bkg_fade.jpg);
	background-repeat: repeat-x;
}

body {
	background-image:url(png/arches_cutout2.png);
	background-position:top center;
	background-repeat: no-repeat;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 0 0;
	background-image: url(pics/sgb_logoglow.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: normal;
	
}
#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: underline;
	color: #BD0008;
}
#header a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#side-a {
	float: left;
	width: 5px;
}

#side-b {
	float: right;
	width: 5px;
}

#homecontent { 
	float: left;
	width: 100%;
}

#interncontent { 
	float: left;
	width: 100%;
}
#interncontent1 {
	float: left;
	width: 780px;
	background-image: url(png/intern1.png);
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navcontent {
	height:31px;
	width:800px;
	background-image: url(pics/sgb_navbar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#navcontent a:link {
	color: #000000;
	text-decoration: none;
}
#navcontent a:visited {
	text-decoration: none;
	color: #000000;
}
#navcontent a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


#footer {
	clear: both;
	color: #898989;
	
}
#footer a:link {
	color: #898989;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #898989;
}
#footer a:hover {
	text-decoration: underline;
	color: #BD0008;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	color: #FFFFFF;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-repeat: repeat;
	background-color: #BDBDBD;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #BD0008;
	background-repeat: repeat;
	background-color: #BEBEBE;
}

/*rounded corners for the home page news selection*/

.bl {
	width: 200px;
	height: 200px;
	background-color: #FFFFFF;
	background-image: url(pics/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background: url(pics/br.gif) 100% 100% no-repeat;
	height: 200px;
	width: 200px;
}
.tl {background: url(pics/tl.gif) 0 0 no-repeat}
.tr {
	background: url(pics/tr.gif) 100% 0 no-repeat;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*rounded corners for internal pages*/

.ibl {
	width: 100%;
	
	background-color: #FFFFFF;
	background-image: url(pics/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.ibr {
	background: url(pics/br.gif) 100% 100% no-repeat;
	
	width: 100%;
}
.itl {background: url(pics/tl.gif) 0 0 no-repeat}
.itr {
	background: url(pics/tr.gif) 100% 0 no-repeat;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mainInvent {
	margin:0;
	width:100%;	
}
#mainInvent ul{
	position:relative;
	list-style-type:none;
	width:100%;
	padding:0;
}
#mainInvent li{
	float:left;
	width:200px;
	margin-bottom:1px;
	margin-top: 19px;
	margin-right: 23px;
	margin-left: 23px;
	height: 200px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow: hidden;
}
#mainInvent a{
	color:#695901;
	text-decoration:none;
}
#mainInvent a:hover{
	color:#000000;
	text-decoration:underline;
}
