* { margin: 0; padding: 0; }
img { border: none; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bg_site.png);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	margin-bottom: 18px;
}
ol {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 25px;
}
li { padding-bottom: 4px; }

ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 25px;
}
a img { border: none; }
a { color: #bc0001; text-decoration: none; }
a:hover { text-decoration: underline; }

.navbar {
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
}
.navbar a { color: #000000; text-decoration: none; }
.navbar a:hover { color: #bc0001; text-decoration: none; }

.homecontent {
	background-image: url(/images/phone_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 290px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 280px;
}
.services_content {
	background-image: url(/images/phone_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 290px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 280px;
}
#footer {
	color: #afafaf;
	background: #f7f7f7;
	padding: 2px;
	width: 260px;
	margin-left: auto;
	text-align: center;
	margin-top: 35px;
}
H1 {
	font-size: 16px;
	font-family: "Lucida Sans";
	font-weight: bold;
	margin-bottom: 15px;
}
H2 {
	font-size: 13px;
	font-family: "Lucida Sans";
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	letter-spacing: .1em;
	margin-top: -10px;
	margin-bottom: 18px;
}
H3 {
	font-size: 13px;
	font-family: "Lucida Sans";
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.FormField {
	font-size: 11px;
	background: #f7f7f7;
	color: #666666;
	padding: 3px;
	border: 1px solid #bbbbbb;
	width: 80%;
}
.FormTextField { 
	font-size: 11px;
	background: #f7f7f7;
	color: #666666;
	padding: 3px;
	border: 1px solid #bbbbbb;
	width: 95%;
}
.FormButton {
	font-size: 11px;
	background: #bc0001;
	color: #ffffff;
	padding: 2px 5px;
	border: none;
}
#bloopers {
	list-style-position: outside;
	list-style-image: url(/images/bullet_banana_peel.png);
	background-image: url(/images/blooperspic.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#bloopers ul {
	margin: 0 0 0 23px;
	padding: 0;
}
#bloopers li {
	padding-bottom: 10px;
}
.servicebox {
	padding: 12px 12px 0 12px;
	border: 1px dotted #ebebeb;
	background: #f9f9f9;
	margin-bottom: 22px;
}
.servicebox ul {
	padding: 0;
	margin: 0 15px;
	list-style: none;
}
.servicebox li {
	padding: 8px 0;
	border-bottom: 1px solid #ebebeb;
}
#subnav_services {
	width: 404px;
	height: 20px;
	text-align: center;
	background-image: url(/images/services_bracket.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0;
}
#subnav_services a:hover { color: #000000; text-decoration: none; }
.img_right { margin: 0 0 5px 15px;  border: 1px solid #cccccc; padding:2px; }

.ErrorText {
	color: #990000;
}
