/* CSS for Diego's Bail Bonds */

body {
	margin: 0px;
	text-align: left;
	background: #F2F0D7;
}

.handcuff {
	z-index: 2;
	position: absolute;
	top: 29px;
	left: 588px;
}
.handcuff2 {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 515px;
}

#header {
	background: #F1EFD6;
	position: relative;
	width: 100%;
}

#nav {
	background: #000000;
	position: relative;
	width: 100%;
	color: #FFFFFF;
	font-family: verdana, geneva, sans-serif;
	font-size: 16px;
	line-height: 26px;
	padding-left: 25px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 30px 0px 0px;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0px 30px 0px 0px;
}

#homeblue {
	background: #3399CC;
	position: relative;
	width: 100%;
	border-bottom: solid 6px #000000;
	padding-left: 25px;
	color: #FFFFFF;
	font-family: times new roman, times, serif;
	font-size: 20px;
	line-height: 34px;
}

#content {
	background: #FFFFFF;
	position: relative;
	width: 100%;
	border-bottom: solid 1px #000000;
	padding: 20px 0px 10px 25px;
	color: #000000;
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	
}
#content .text {
	width: 730px;
}
#content .title {
	font-family: times new roman, times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
#content .forms {
	border: solid 1px #3399CC;
}
#content .submits {
	background: #3399CC;
	color: #FFFFFF;
	font-weight: bold;
}
#content .left {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px #000000;
}
#content .right {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px #000000;
}

#footer {
	background: #F2F0D7;
	position: relative;
	width: 100%;
	font-family: verdana, geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding-left: 25px;
}
#footer .text {
	width: 730px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	margin: 0px 10px 0px 0px;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}
	h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
