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

html, body {
	background: #67002b url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #200;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(../images/header.jpg) left top no-repeat;
}

#header {
	height: 150px;
	background: url(../photos/emergency.jpg) right top no-repeat;
}

#slogan {
	width: 390px;
	padding: 60px 0 0 210px;
	text-align: center;
}
#nav {
	margin: 0;
	padding: 0;
	background: url(../images/menu.jpg) left top no-repeat;
	height: 40px;
	width: 1000px;
	font-family: Capitals, "Copperplate Gothic Bold", "Times New Roman", Times, serif;
	color: #67002b;
}

#menu {
	margin-top: 10px;
	margin-left: -10px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	}
#menu li {
	float: left;
	display: block;
	text-align: center;
}

#menu a {
	display: block;
	padding: 7px 20px;
	color: #67002b;
	font-family: Capitals, "Copperplate Gothic Bold", "Times New Roman", Times, serif;
	text-decoration: none;
	}
	
#menu a:hover {
	color: #FFF;
	background: #67002b url(../images/bg.jpg);
}	

#content {
	width: 910px;
	padding: 20px 40px 0 50px;
}
#content h1 {
	font-family: Capitals, "Copperplate Gothic Bold", "Times New Roman", Times, serif;
	color: #67002b;
	font-size: 200%;
}
#content h2 {
	font-weight: bold;
	color: #67002b;
	font-size: 140%;
}


#footer {
	margin: 0 auto;
	width: 1000px;
	height: 40px;
	text-align: center;
	font-size: 80%;
	color: #888;
	background: url(../images/menu.jpg) left bottom no-repeat;
}
#footer p {
	padding-top: 20px;
}
#footer a {
	color: #888;
	text-decoration: none;
}


.floatlft {
	float: left;
	margin-right: 30px;
}
.floatrt {
	float: right;
	margin-left: 30px;
}

.clearb {
	clear: both;
}

.imgb {
	border: groove 6px #67002b;
}


#clientList ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#clientList li {
	list-style-type: none;
	list-style: none;
	background: url(../images/puzzleBullet.jpg) left top no-repeat;
	margin: 0 0 20px 0;
	padding: 5px 0 0 50px;
	font-size: 120%;
	}	
	
#list {
	float: left;
	width: 580px;
}

#photos {
	float: right;
	width: 275px;
}

#photos img {
	margin-top: 20px;
}
