@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_main_sub.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}

p{
	margin-bottom: 0;
}

h1 {
	font-family: "Rockwell", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #002047;
	font-size: 28px;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 0;
}

h2 {
	font-family: "Rockwell", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #CE0200;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 0;
}

#wrapper {
	width: 1000px;
}

#logo {
	width: 310px;
	height: 169px;
	padding: 0;
	margin: 0;
	float: left;
}

#header {
	width: 1000px auto;
	padding: 0;
	margin: 0;
}

#utilities {
	width: 237px;
	height: 108px;
	padding: 10px;
	float: right;
	background-image: url(../images/header_call.jpg);
	text-align: right;
	color: #77A3CC;
	background-position: right top;
}

#utilities a:link, #utilities a:visited{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#utilities a:hover, #utilities a:active{
	color: #89B9E0;
	text-decoration: none;
}

a:link, a:visited{
	color: #CC0000;
	text-decoration: underline;
}

a:hover, a:active{
	color: #590100;
	text-decoration: none;
}

#logoBtm {
	width: 305px;
}

/* main content */

#mainContent {
	width: 940px;
	padding: 30px 30px 0 30px;
	margin-top: 49px;
	background-image: url(../images/bg_main_content_sub.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#leftContent {
	width: 880px;
	min-height: 250px;
	padding: 30px;
	background-image: url(../images/bg_left_content_viewwork.jpg);
	background-repeat: no-repeat;
}

#rightContent {
	width: 250px;
	padding: 10px 30px 30px 30px;
	float: right;
}

#footer {
	margin: 10px;
	width: 920px;
	padding: 30px;
	color: #666666;
	font-size: 10px;
	line-height: 150%;
	border-top: dotted 1px #CCCCCC;
}

#footerAddress {
	float: right;
}

#footer .busName{
	color: #002048;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}

div.clear{
	clear: both;
}
