@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

html, body {
	margin:0;
	padding:0;
	color: #1C1C1C;
	background-color: #1C1C1C;
}

h1 {
	font-size: 11px;
	letter-spacing: 0.2em;
	font-weight: lighter;
	padding: 0.5em 1.6em 0.2em 0.3em;
	color: #CCCCCC;
}		

h2 {
	font-size: 1.1em;
	letter-spacing: 0.2em;
	font-weight: lighter;
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	padding-right: 1em;
}

p {
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	padding: 0.2em 1.6em 0em 0.3em;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size:0.7em;
	font-weight: 200;
	letter-spacing: 0.2em;
	
}

a:visited {
	color: #666666;
	text-decoration:none;
	font-size:0.7em;
	font-weight: 200;
	letter-spacing: 0.2em;
}

a:hover {
	color: #999999;
	text-decoration: none;
	font-size:0.7em;
	font-weight: 200;
	letter-spacing: 0.2em;
}

#wrapper {
	width:760px;
	margin:auto;
	background-color: #1C1C1C;
	height: 100%;
}

#header {
	clear: both;
	height:100px;
	background: #1C1C1C url(../images/header.jpg) no-repeat right center;
	width: 750px;
	margin: 13px 0px 0px;
	padding: 0px 5px 1px;
} 

#nav {
	clear: both;
	text-align: right;
	color:#1C1C1C;
	line-height: normal;
	background-color: #1C1C1C;
	width: 753px;
	height: 16px;
	top: auto;
	margin: 0em;
	padding: 4px 4px 8px 1px;
}

#banner {
	height: 100px;
	width: 760px;
	background: url(../images/bannercity.jpg) no-repeat center;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	clear: left;
}

#banner p {
	padding-top: 70px;
	padding-left: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#banner p a {
	color: #000000;
	text-decoration:none;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

#banner p a:hover {
	color: #9FA78B;
	text-decoration:none;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

#container1 {
	float:left;
	padding: 0.1em 0em 0em 0em;
	width: 308px;
	margin: 0.5em 0.4em 0.2em 0em;
	background: url(../images/bbground_welcome.jpg) no-repeat;
	height: 207px;
}

#container1 p {
	padding: .5em 1.6em 0.2em 0.3em;
	color: #FFFFFF;
	font-weight: lighter;
}

#container2 {
	height:207px;
	margin: 0.5em 0em .50em 0em;
	padding: 0em;
	width: 430px;
	float: right;
}

#container3 {
	clear:both;
	float:left;
	width:762px;
	padding: 0.3em 0em 0em;
	margin-top: 0.3em;
	background: url(../images/bbground_services.jpg) no-repeat;
	color: #FFFFFF;
	height: 135px;
}

#container3 p {
	padding: .5em 1.6em 0.2em 0.3em;
}

#wrapper #container3 a {
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
	padding-left: 1em;
	}

#wrapper #container3 a:hover {
	color: #999999;
/*	font-size: 0.91em;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-style: italic;
	clear: left;
	text-align: left;
	float: none;
	padding-left: 1em;*/
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-style: italic;
	text-align: left;
	padding-left: 1em;
	}
	
#imagellb{
	background: url(../images/bnwthumb1.jpg) no-repeat center;
	height: 114px;
	width: 100px;
	float: right;
	padding: 11px 0px 3px 8px;
}

#imagellb2{
	background: url(../images/bnwthumb2.jpg) no-repeat center;
	height: 114px;
	width: 100px;
	float: right;
	padding: 11px 0px 3px 9px;
}

#imagellb3{
	background: url(../images/bnwthumb3.jpg) no-repeat center;
	height: 114px;
	width: 100px;
	float: right;
	padding: 11px 0px 3px 9px;
}

#imagellb4{
	background: url(../images/bnwthumb4.jpg) no-repeat center;
	height: 114px;
	width: 100px;
	float: right;
	padding: 11px 0px 3px 11px;
	margin-left: 20px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 27px;
	width: 760px;
}

