@charset "UTF-8";
/* CSS Document */



/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}
body {
		line-height: 1;
}
ol, ul {
		list-style: none;
}

/* end reset */




body{
		background-image:url("../images/rsg-new-logo85.jpg");
		background-position: 50% 0%;
		background-repeat:no-repeat;
		font-size:14px;
		padding-top:100px;
		color:#2e3436;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
		text-align:center;
		font-size:18px;
		line-height:25px;
		margin-bottom:10px;
		clear:both;
	
}
h2 {
		text-align:center;
		font-size:16px;
		line-height:22px;
		margin-bottom:10px;
		clear:both;
	
}
p{
		z-index:1;
		padding-top:5px;
		padding-bottom:5px;
		line-height:25px;
		text-align:justify;
}
a
{
		text-decoration:none;
		color:#0066CC;
		border:0px;
		border-style:none;
}

li{		line-height:25px;
}


#body {
		clear:both;
		margin:auto;
		margin-top:50px;
		width:800px;
		z-index:1;
}


#imgcoint {
		width:65%;
		height:550px;
		margin:auto;
}


#left {
		width:690px;
		clear:right;
}

.bulet{
	list-style:disc;
	list-style-position:inside;
	text-indent: 30px;
}
.decimal{
	list-style:decimal;
	list-style-position:inside;
	text-indent: 15px;
}
.italic{
		font-style:italic;
		font-size:12px;
		line-height:16px;
}

.accent{
		color:#339900;
		font: Georgia, sans-serif, Helvetica, Arial,;
		font-size:20px;
		font-style:italic; 
}

.accentblue{
		color:#0066CC;
}

.wrap{	
		overflow:auto;
		
}

.centre{
		text-align:center;
}

.right{
		text-align:right;

}

.bold{
		font-weight:bold;
}

.fl-left {
		float:left;
}

.fl-right {
		float:right;
}

.pic-margin{
		margin:5px;
}

.bottom-75{
		position:relative;
		bottom:-75px;
}

.clear{
		clear:both;
}

.green-box{
		background-color:#99CC99;
		border: 1px solid black;
		width:600px;
		overflow:auto;
		margin:auto;
		margin-top:15px;
		margin-bottom:15px;
		padding:5px;
		font-size:12px;
}

#green-doublebox{
		background-color:#99CC99;
		border: 1px solid black;
		width:700px;
		overflow:auto;
		margin:auto;
		margin-top:15px;
		margin-bottom:15px;
		padding:5px;
		font-size:12px;
}
#green-left{
		width:335px;
		padding:15px 10px 10px 10px;
		float:left;
		border-right:1px solid black;
		margin-right:10px;
}


/* Top navigation - start */


#nav {
		margin:auto;
		width: 800px;
		list-style-type:none;
}

#nav ul { white-space:nowrap;
}

#nav li {
		float:left;
		display:inline;
}
#nav li a {
		font-size:11px;
		text-align:center;
		text-decoration:none;
		display:block;
		width: 77px;
		height:20px;
		margin:0 1px 4px 2px;
		color:#003399;
		border-bottom:1px solid #507d2d;
}
#nav li a:hover {
		height:19px;
		color:#003399;
		border-bottom:2px solid #507d2d;
}

/* Top navigation - end */


/* bottom navigation -About Us- - start */


#nav1 {
		margin:auto;
		list-style-type:none;
		width:330px;
}

#nav1 ul { white-space:nowrap;
}

#nav1 li {
		float:left;
}
#nav1 li a {
		font-size:11px;
		text-align:center;
		text-decoration:none;
		display:block;
		width: 90px;
		height:21px;
		margin:0 2px 10px 2px;
		color:#003399;
		border-bottom:1px solid #507d2d;
}
#nav1 li a:hover {
		height:20px;
		color:#003399;
		border-bottom:2px solid #507d2d;
}


/* bottom navigation -About Us- - end */


/* bottom navigation -Projects- - start */

#nav2 {
		margin:auto;
		width: 680px;
		list-style-type:none;
}

#nav2 ul { white-space:nowrap;
}

#nav2 li {
		float:left;

}
#nav2 li a {
		font-size:11px;
		text-align:center;
		text-decoration:none;
		display:block;
		width: 80px;
		height:21px;
		margin:0 2px 10px 2px;
		color:#003399;
		border-bottom:1px solid #507d2d;
}
#nav2 li a:hover {
		height:20px;
		color:#003399;
		border-bottom:2px solid #507d2d;
}
#nav2 a span {
		display:none;
}
#nav2 a:hover span {
		display:block;
		text-align:center;
		padding:5px;
		width:190px;
		background-color: #F4F4F4;
		color:#003399;
		border:1px solid #507d2d;
		z-index:2;
		position: absolute;
		top:158px;
		font-size:14px;
}

/* bottom navigation -Projects- - end */


/* lightbox start */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* lightbox end */


.box {
	border: 1px solid #0066CC;
	width:600px;
	overflow:auto;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:5px;
	font-size:12px;
}
h3 {
	text-align:center;
	font-size:14px;
	line-height:20px;
	margin-bottom:8px;
	clear:both;
}

