@charset "UTF-8";
body  {
	margin: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #7FA498;
	background-image: url(images/ghostback.gif);
	border: thin inset #000;
	margin-right: 20px;
}
#portfoliocontainer {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}
#container  {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#header  {
	background-color: #2A4139;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
} 
#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 */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #2A4139;
	margin-right: 40px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent  {
	background-color: #7FA498;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/ghostback.gif);
	width: 800px;
} 
#footer  {
	background-color: #FF6;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #00F;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #000;
	border-bottom-color: #000;
} 
#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: 20px 50; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-width: thin;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	color: #00F;
}
#navbar a:link {
	color: #00F;
	text-decoration: none;
}
#navbar a:hover {
	color: #900;
	text-decoration: none;
}
navbar a:visited {
	color: #2A4139;
	text-decoration: none;
}
.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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00F;
}
#navbar ul li {
	display: inline;
	margin-right: 40px;
	margin-left: 40px;
	list-style-type: none;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	color: #00F;
}
#footer ul li {
	display: inline;
	margin-right: 40px;
	margin-left: 40px;
	list-style-type: none;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00F;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FDFF6D;
	text-decoration: none;
	background-color: #2B4139;
	position: absolute;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bestform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}
#phonenumber {
	font-size: xx-large;
	color: #FFF;
}
.phonenumber {
	font-size: large;
	color: #FFF;
}
.schead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #FDFF6D;
}
.scitalicwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	font-style: oblique;
	text-align: center;
}
.floatleft {
	float: left;
}
.aboutustext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}
#maincontent {
	float: left;
	margin-left: 0px;
	padding-right: 10px;
}
.scphotoborder {
	border: thin solid #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 100px;
	margin-left: 10px;
}
.scphone2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FBFF73;
	font-size: x-large;
}
.scphoto2 {
	float: left;
	margin-bottom: 200px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.servicetext {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000;
}
.servicehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFF;
}
.scphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: 125%;
	font-weight: bold;
	color: #FDFF6D;
	text-align: center;
}
.sccontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.scmaincontent {
	float: left;
}
#maincontent2 {
	float: left;
	width: 715px;
	margin-left: 10px;
	margin-bottom: 250px;
}
.scphotobord3 {
	border: thin solid #FFF;
	margin-bottom: 100px;
}
.sctextlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #F5F970;
	font-style: normal;
	font-weight: bold;
}
.scphotoleftnobottom {
	border: thin solid #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#contactphoto {
	float: left;
	width: 450px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#container #footer {
	padding: 10px;
}
#container #navbar {
	padding: 10px;
}
#photo1 {
	float: left;
	width: 450px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#photo2 {
	float: left;
	width: 450px;
	margin-left: 20px;
	margin-right: 500px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#photo3 {
	float: left;
	width: 450px;
	margin-left: 20px;
}
#photo3 {
	float: left;
	width: 450px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 500px;
	margin-bottom: 20px;
}
#photo4 {
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 50px;
	padding-right: 0px;
	margin-right: 500px;
	margin-bottom: 20px;
}
#photo4WF {
	width: 450px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#photo3WF {
	float: left;
	width: 450px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#photo5WF {
	width: 450px;
	margin-left: 20px;
	margin-top: 20px;
}
#photo5 {
	float: left;
	width: 300px;
	margin-left: 80px;
	margin-top: 20px;
	margin-right: 500px;
	margin-bottom: 20px;
}
#waterford {
	margin-bottom: 200px;
}
#container #photo3 .scphotobord3water {
	margin-bottom: 20px;
	width: 200px;
}
#photo1mame {
	float: left;
	width: 450px;
	margin: 20px;
}
#photo2mame {
	margin: 20px;
	float: left;
	width: 450px;
}
#photo4WF2 {
	margin: 20px;
	float: left;
	width: 450px;
}
#photo5WF2 {
	margin: 20px;
	float: left;
	width: 450px;
}
#photo5WF2 {
	margin: 20px;
	float: left;
	width: 450px;
}
#photo5WF4 {
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-right: 400px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#photoindex {
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#photoserv {
	margin: 20px;
	float: left;
	width: 300px;
}
#photocontact {
	float: left;
	width: 450px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 100px;
	margin-left: 20px;
}
#mamefront5 {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 100px;
	margin-left: 20px;
}
#photo1tusc {
	margin: 20px;
	float: left;
	width: 450px;
}
#photo4tusc {
	margin: 20px;
	float: left;
	width: 450px;
}
