@charset "UTF-8";
.twoColFixRtHdr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-bottom: 50px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	background-color: #fff;
	padding: 0 40px 25px 40px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
} 
.twoColFixRtHdr #header {
	height: 140px;
	position:relative;
	background-image: url(../images/SSlogo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #container #header h1 {
	margin-left: -9000px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 42px 15px;
	margin-top: -5px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 36px;
	margin-right: 225px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777777;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0;
} 
.twoColFixRtHdr  #wideBox {
	margin: 15px;

}
.twoColFixRtHdr #footer {
	background:none;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-color: #777777;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	line-height: 1.5em;
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
body  {
	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;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.7em;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
img {
	border: none;
}
#container #mainContent ul, #container #wideBox ul {
	list-style: disc inside;
	padding-left: 1.4em;
	text-indent: -1.4em;
	line-height: 1.2em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 7px;
}
#container #mainContent ul li, #container #wideBox ul li {
	margin: 0.4em 0;
}
#container #mainContent a {
	color: #00834A;
}
#container #mainContent img {
	padding: 0 15px 10px 0;
}
#container #wideBox a {
	color: #00834A;
}
#container #sidebar1 p {
	font-family: "Lucida Grande", Verdana, sans-serif;
	/*font-size: 0.7em;
	line-height: 1.5em;*/
}
h1 {
	font-size: 2em;
	color: #777777;
	font-weight: lighter;
	margin-bottom: 14px;
	margin-top: 0px;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.4em;
	color: #777777;
	font-weight: lighter;
	margin-bottom: 5px;
	margin-top: 15px;
	line-height: 1.2em;
}
h3 {
	font-size: 1.2em;
	font-weight: lighter;
	color: #777777;
	margin-bottom: 2px;
	margin-top: 12px;
}
h4 {
	font-size: 1.2em;
	font-weight: lighter;
	color: #777777;
	margin-bottom: 12px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
* {
	margin: 0px;
	padding: 0px;
}
.servicebutton {
	list-style-type: none;
	margin: 10px 19px;
	padding: 0;
	width: 80px;
	float: left;

}
.servicebutton a {
	display: block;
	padding: 10px;
	width: 99%;
	height: 125px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*.servicebutton a:link{
	text-decoration: none;
	color: #000;
	background-color: #cfc;
}
*/
.servicebutton a:hover{
	background-color: #e1e1e1;
	/*background-image: url(../images/miniBG.jpg);*/
}	
.indexbox {
	float: right;
	width: 200px;
	padding: 20px 0 0 0;
}
.boxlink {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 193px;
	height: 68px;
	float: right;
}
.boxlink a {
	display: block;
	/*border-bottom: 1px solid #777777;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;*/
}
.boxlink a:hover, .boxlink a:focus {
	background-color: #ffffbb;
	/*border-bottom: 1px solid transparent;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #777777;*/
}
.projectpic {
	overflow: visible;
	width: 1px;
	float: right;
}
.projectpic img {
	margin-left: 47px;
}
	