/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	text-align:right;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 10px;
	padding-right: 20px;
}

a {
	color: white;
	text-decoration: none;
}


body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	color: #666666;
	background: black;
}

#page-container {
	width: 800px;
	margin: auto;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	background: #333333;
}

#main-nav {
	background: url(../images/sfgm_banner.jpg);
	height: 100px;
}

#header {
	font-size: 14px;
	color: white;
	text-align:right;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	background: DimGray;
	height: auto;
}

#header .padding {
	padding: 8px;
}

#header a:hover {
	color: DodgerBlue;
}

#sidebar-a {
	float: right;
	width: 280px;
	color: white;
	background: #333333;
	line-height: 16px;
}

#sidebar-a .padding {
	padding: 25px;
}

#content {
	margin-right: 280px;
	color: white;
	background: #333333;
	line-height: 13px;

}

#content .padding {
	padding: 15px;
}

#sidebar-b {
	clear:both;
	float: right;
	width: 280px;
	color: white;
	background: #333333;
	line-height: 16px;
}

#sidebar-b .padding {
	padding: 25px;
}

#sidebar-a a {
	color: steelblue;
	text-decoration: none;
}

#content-b {
	margin-right: 280px;
	font-size: 11px;
	color: white;
	background: #333333;
	line-height: 15px;

}

#content-b .padding {
	padding: 20px;
}

#content-b a {
	color: steelblue;
	text-decoration: none;
}

#estimate {
	clear: both;
	font-size: 14px;
	color: white;
	text-align:right;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	background: #333333;
	height: auto;
}

#footer {
	clear: both;
	background: black;
	height: auto;
}

#footer .padding {
	padding: 15px;
	text-align: right;
}

#footer a {
	color: dimgray;
	text-decoration: none;
}

#footer a:hover {
	color: steelblue;
}


div#navbar2 {
height: 30px;
width: 100%;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
border-left: solid white 1px;
border-right: solid white 1px;
background-color: #336699;
}

div#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;
}

div#navbar2 li {
list-style-type: none;
display: inline;
}

div#navbar2 li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}

div#navbar2 li a:link {
color: #FFF:
}

div#navbar2 li a:visited {
color: #CCC;
}

div#navbar2 li a:hover {
font-weight: none;
color: #FFF;
background-color: dimgray;
}

