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

body {
	background: url(../images/mainBkgrd.gif) repeat;
} 

#outerDiv {
	width:907px;
	height:670px;
	background: url(../images/contentBkgrd.gif) repeat-y;
	margin:0 auto;
}

#topBar {
	background:url(../images/topBarBkgrd.gif) repeat-x top;
	height:47px;
}

#topBarLeft {
	float:left;
	width:6px;
}

#topBarRight {
	float:right;
	width:12px;
}


/*--------------------begin Navigation---------------------*/

#topNav ul {
	list-style-type:none;
	margin-left:35px;
	padding-left:0px;
	margin-top:0px; 
}

#topNav li {
	float:left;
}

#topNav li a:link, #topNav li a:visited  {
	clear:both;
	display:block;
	width:6em;
	text-align:center;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-right:11px;
	padding-left:5px;
	padding-right:5px;
	color:#005BB7;
	line-height:35px;
	margin-top:7px;
}

#topNav li a:hover {
	background-color:#3D3F58;
	color:#FFF;
}

#mainContent {
	clear:both;
	width:889px;
	margin-left:6px;
}

#gallery {
	float:left;
	width:502px;
	padding:0px;
	margin:0px;
	
}

#content {
	background:url(../images/schoolDescription.gif) top no-repeat;
	float:right;
	padding:0px;
	margin:0px;
	width:385px;
	height:299px;	
}

#banner {
	background:url(../images/sgsBanner.gif) no-repeat;
	margin-left:6px;
	margin:auto;
	width:889px;
	clear:both;
	height:60px;
}

#splashBox {
	clear:both;
	margin:6px 0px 0px 6px;
	margin:auto;
}

#box1 {
	float:left;
	background:url(../images/splashContent.gif) no-repeat top;
	height:250px;
	width:291px;
	clear:both;
	margin-top:6px;
}

#box2 {
	float:left;
	background:url(../images/splashContent.gif) no-repeat top;
	margin-left:8px;
	height:250px;
	width:291px;
	margin-top:6px;

}

#box3 {
	float:right;
	background:url(../images/splashContent.gif) no-repeat top;
	height:250px;
	width:291px;
	margin-top:6px;

}

#box1 h1, #box2 h1, #box3 h1 {
	color:#005BB7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin-left:8px;
	margin-top:9px;
	margin-bottom:0px;
}


#box1 p {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left:8px;
	margin-top:11px;
	line-height:20px;
}

#box2 p {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left:8px;
	margin-top:11px;
	line-height:20px;
	text-align:left;
	margin-right:6px;
	
}

#box2 h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left:8px;
	margin-bottom:5px;
	
	
}

#box3 p {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left:8px;
	margin-top:11px;
	line-height:22px;
	
}

#box3 h2 {
	color:#000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left:8px;
	margin-top:0px;
	margin-bottom:2px;
	line-height:22px;
	
}

#footer {
	background:url(../images/footerBkgrd.gif) top no-repeat;
	height:6px;
	width:907px;
	margin:auto;
	clear:none;

}

#footer2 {
	width:907px;
	margin:auto;
	margin-top:5px;
	
}

#footer2 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#FFF;
	text-align:center;
	margin-top:0px;
	
}

.logoPoints {
	margin-top:58px;
}

.subContent {
	margin-top:5px;
	margin-bottom:5px;
}

.subContentA {
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFBE10;
	border-bottom-color: #FFBE10;
	border-left-color: #FFBE10;
}

.subContentA h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#06C
	
}

.subContentA p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;	
}

.bold {
	font-weight:bold;
}

.boldA {
	font-weight:bold;
	color:#F00;
}

