/* Main CSS Document */

@import url("core.css");

#container {
	width: 920px;
	margin: 20px auto 0px auto;
	padding: 5px 4px 5px 4px;
	background-color: #fff;
}

#header {
	width: 920px;
	height: 95px;
	margin: 0px auto;
	background-image: url(../images/bg-header-clouds.jpg);
	background-repeat: no-repeat;
}
#header .logo {
	width: 400px;
	float: left;
}
#header .phone {
	width: 400px;
	float: right;
	text-align: right;
}


#nav {
	width: 920px;
	height: 40px;
	margin: 0px auto;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#nav li a {
	display: block;
	width: 138px;
	height: 25px;
	margin: 0px 0px 0px 3px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 0px 0px;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li.on {
	display: block;
	width: 138px;
	height: 25px;
	margin: 0px 0px 0px 3px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 0px 0px;
	background-image: url(../images/arrow-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#middle {
	width: 905px;
	height: 231px;
	margin: 0px auto;
	background-image: url(../images/bg-middle3.jpg);
	background-repeat: no-repeat;
	padding: 20px 0px 0px 15px;
}

#content {
	width: 905px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-x;
	padding: 20px 0px 0px 15px;
	margin: 0px auto;
}

#content .left {
	width: 603px;
	float: left;
	padding: 0px 0px 20px 0px;
}
#content .left .tab {
	width: 583px;
	background-image: url(../images/bg-tab.gif);
	background-repeat: no-repeat;
	padding: 20px 10px 10px 10px;
}
#content .left .tab .boxOne {
	width: 160px;
	float: left;
	text-align: center;
	margin: 0px 40px 0px 0px;
}
#content .left .tab .boxTwo {
	width: 160px;
	float: left;
	text-align: center;
}
#content .left .tab .serviceBoxOne {
	width: 200px;
	float: left;
	background-image: url(../images/bg-dotted-service.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 0px 15px 0px;
}
#content .left .tab .serviceBoxTwo {
	width: 160px;
	float: left;
	padding: 0px 0px 15px 0px;
}

#content .right {
	width: 244px;
	float: right;
	background-image: url(../images/bg-right.gif);
	background-repeat: no-repeat;
	padding: 25px 23px 0px 25px;
}
#content .right .tab {
	width: 244px;
}
#content .right .content {
	width: 224px;
	padding: 10px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-x;
}


#footer {
	width: 920px;
	height: 90px;
	margin: 0px auto;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #ffffff;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
}
#footer .links {

	padding: 20px 0px 0px 30px;
}
#footer .links ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#footer .links li {
	margin: 0px 2px 0px 2px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer .links li a{
	color: #fff;
	text-decoration: none;
}
#footer .links li a:hover {
	text-decoration: underline;
}
#footer .address {
	text-align: right;
	padding: 0px;
}
