@charset "UTF-8";

div#intro{
	color: #000099;
	width: 480px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: bottom;
	float: left;
	word-spacing: 1px;
}
div#intro a {
	color: #FF6666;
	width: 594px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px;
	text-decoration: none;
}

div#intro  a:hover  {
	width: 594px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	color: #000066;
	text-decoration: underline;
}
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: #192748;
	font-family: font-family: 'Neucha', arial, serif;
	font-size: 13px;
	background-image: url(images/stevenback10_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family: 'Allan', arial, serif;
	font-size: 28px;
	color: #98ACCD;
	line-height: 33px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

p {
	font-family: 'Neucha', arial, serif;
	line-height: 25px;
	font-size: 24px;
}

.services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 5px;
}
h1 a {
	color: #FF6666;
	text-decoration: none;
}
h1 a:hover {
	color: #FF6666;
	text-decoration: underline;
}


h4 { font-family: 'Neucha', arial, serif;
	font-size: 20px
 }

.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 13px;
}
.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;
}
.MenU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 911px;
	margin-top: 5px;
	margin-bottom: 20px;
	float: none;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}
.MenUbutton {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
.MenUbutton a {
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: inline;
}
.MenUbutton :hover {
	float: right;
	color: #1364A6;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	padding-bottom: 2px;
	padding-top: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	background-color: #FFFFFF;
}

.LTblock {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #7E9CBB;
	word-spacing: 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */

}

.LTblock p {
font-family: 'Allan', arial, serif;

}

p a {
	text-decoration:none;
	color: #FF6666;
	font-weight: bold;
}

p a:hover {
	color:#000066;
	font-weight: bold;
}
.TEAM {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;

}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	clear: both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.servicesRight {
	float: right;
}

