@charset "utf-8";
body  {
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	background: #87A1C8;
	margin: 5px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#home {
	font-size: 14px;
	line-height: 19px;
	color: #10218C;
}
.gsls #container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	border: 10px solid #000033;
	line-height: 115%;
	background-color: #FFFFFF;
} 
.gsls #header {
	padding: 5;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	border-bottom: 10px solid #000033;
	background-color: #000099;
} 
.gsls #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin: 0;
	font-size: 11px;
	line-height: 150%;
	list-style: url(none) none outside;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gsls #sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	}
.gsls #sidebar1 .sidebardk {
	background-color: #FFFFFF;
	padding: 7px;
	border: 2px solid #66CB03;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}
.gsls #mainContent {
	line-height: 150%;
	background: #FFFFFF url(/images/logo_watermark.gif) no-repeat right bottom;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
} 


#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #87A1C8;
	padding: 10px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav2 {
	text-align: right;
	padding: 5px;
	font-weight: bold;
	background: #87A1C8;
	clear: both;
}
h1 {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #87A1C8;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}
h3 {
	color: #000099;
	font-size: 14px;
	line-height: normal;
}
h5 {
	font-size: large;
	font-weight: bold;
	color: #66CB03;
}

a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	text-decoration: none;
}
.gsls #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000099;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top: 10px solid #000033;
	text-align: left;
	margin: 0px;
} 

.gsls #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.gsls #footer a:link {
	color: #F7F6F4;
	text-decoration: none;
}
.gsls #footer a:visited {
	color: #F7F6F4;
	text-decoration: none;
}
.gsls #footer a:hover {
	color: #66CB03;
	text-decoration: none;
}
#wrap {
	background: #FFFFFF;
}
#tswcsstabs {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	margin: 0px;
}
#tswcsstabs a {
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
	display: inline;
	margin: 0px;
	font-size: 14px;
}

#tswcsstabs a:hover {
	color: #66CB03;
}
.bdr_gn {
	border: 2px solid #66CB03;
	margin: 4px 5px;
}
.elipse {
	border-bottom: thin dotted #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
/*  NAV CONTAINER  */

#nav1 {
	width: 394px;
	height:35px;
	position:absolute;
	top:45px;
	left: 445px;
}


#nav1 ul {
	margin:0;
	padding:0;
	background-image: none;
	display:inline;
	list-style:none;
	line-height: normal;
}
#nav1 ul li {display: inline;  
}
#nav1 ul li a {	text-decoration: none; 
	margin:0;
	padding:0;
}
#nav1 ul li a:hover {text-decoration: none;
} 
#nav1 ul li a span {display:none;}



/* tabs and image replacement */

#nav1 #about a{
	width: 97px;
	height: 35px;
	background-image: url(/images/nav/about.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav1 #about a:hover{
 width:97px;
 height:35px;
 background-image: url(/images/nav/about.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}
#nav1 #about_active a{
 width:97px;
 height:35px;
 background-image: url(/images/nav/about.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}

#nav1 #services a{
	width: 97px;
	height: 35px;
	background-image: url(/images/nav/services.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav1 #services a:hover{
 width:97px;
 height:35px;
 background-image: url(/images/nav/services.jpg);
background-repeat: no-repeat;
 background-position: left top;
}
#nav1 #services_active a{
 width:97px;
 height:35px;
 background-image: url(/images/nav/services.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}

#nav1 #work a{
	width: 97px;
	height: 35px;
	background-image: url(/images/nav/work.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav1 #work a:hover{
 width:97px;
 height:35px;
 background-image: url(/images/nav/work.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}
#nav1 #work_active a{
 width:97px;
 height:35px;
 background-image: url(/images/nav/work.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}

#nav1 #contact a{
	width: 97px;
	height: 35px;
	background-image: url(/images/nav/contact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav1 #contact a:hover{
 width:97px;
 height:35px;
 background-image: url(/images/nav/contact.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}
#nav1 #contact_active a{
 width:97px;
 height:35px;
 background-image: url(/images/nav/contact.jpg);
 background-repeat: no-repeat;
 background-position: left top;
}


#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background:transparent;
	color: #000;
	float: right;
	width: 100%;
	height:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0;
/*background:transparent;*/
color: #000;
text-decoration: none;
float: left;

}

#navcontainer ul li a:hover
{
background:transparent;
color: #000;
}
#menu {
	width: 220px;
	}
	
#menu li a {
	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000099;
	display: block;
	padding: 8px 0 0 24px;
	background-image: url(/images/new/menu.gif);
	font-weight: bold;
	}
	
#menu li a:hover {
	color: #000099;
	padding: 8px 0 0 24px;
	background-image: url(/images/new/menu.gif);
	background-position: 0 -32px;
	}
.smtext {
	font-size: x-small;
}
#logo {
	background-color: #FFFFFF;
	background-image: url(/images/new/bg_logo.gif);
	background-repeat: no-repeat;
	height: 170px;
	background-position: left;
	padding: 0px;
	margin: 0px;
}
#schoolnav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 52px;
}

#nav2 {
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	font-size: medium;
	border-right-style: none;
	border-left-style: none;
}
ol {
	line-height: 150%;
}
ul {
	line-height: 150%;
}
