body  {
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	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;
	background-attachment: scroll;
	background-image: url(sg-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000000;
}
.sg #container { 
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.sg #header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #0067a6;
	background-attachment: scroll;
	background-image: url(smith-gordon-top-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
} 
.button {
	padding-right: 5px;
	padding-bottom: 15;
	padding-left: 5px;
	border: 1px solid #0067A6;
	height: 40px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #0067A6;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	background-attachment: scroll;
	background-image: url(images/button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.featured {
	background-color: #F0F0F0;
	height: 400px;
	width: 543px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
}
.featuredheader {
	background-color: #0067A6;
	height: 22px;
	width: 545px;
	border: 1px none #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


a.buttons,
a.buttons:hover,
a.buttons:active,
a.buttons:focus {
	color: #FFFFFF;
	text-decoration: none;
}
.sg #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 450px;
} 
.sg #footer {
	background-color: #0078bf;
	height: 100px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-bottom: 25px;
	margin-top: 15px;
	background-attachment: scroll;
	background-image: url(images/button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
} 
.sg #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 */
	color: #FFFFFF;
}
.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;
}
.sg #mainContentMenu {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	padding: 0px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #000000;
}
.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
.padright {
	margin-right: 15px;
}
.sg #mainContentRight {
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: right;
	width: 135px;
	clear: left;
}
