@charset "UTF-8";
/* Doidge Controls Main CSS Document */


html, body {
	background: #e3e3e3 url("../images/bg_tile.gif") repeat-y center top;
	margin: 0;
	padding: 0;
	font: 11px/11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #333;
	height: 100%;
}


/* links */
a:link {
	color: #a01f37;
	text-decoration: none;
}
a:visited {
	color: #a01f37;
	text-decoration:inherit;
}
a:hover {
	color: #a01f37;
	text-decoration: underline;
}

/* containers */
#main_container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 116px;
	background: url("../images/head_tile.gif") repeat top left;
	margin-bottom: 30px;
}
#head_bar {
	width: 900px;
	height: 30px;
	background:#8b152b url("../images/head_bar_tile.gif") repeat-x top left;
	vertical-align: text-bottom;
	border-bottom: #ffea00 4px solid;
}

.head_logo {
	padding-top: 30px;
	padding-bottom: 17px;
}
#twentyfourhour {
	width: 120px;
	height: 103px;
	background: url("../images/24hourlogo.gif") no-repeat top left;
	float: right;
	margin-right: 0;
	margin-top: -108px;
	padding: 0;
}
#content_container{
	background-color: #fff;
	width: 856px;
	min-height: 420px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: #e3e3e3 2px solid;

}
#content_container p {
	line-height: 1.4em;
	font-size: 12px;

}
#content_container ul {
	margin: 0;
	padding:0;
}
#content_container li {
	list-style-type: none;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 16px;
	font-size: 11px;
	line-height: 1.4em;
	color: #5c5c5c;
	background: url("../images/list-icon.gif") no-repeat center left;
}
#footer {
	width: 880px;
	height: 110px;
	margin: 0 auto;
	padding: 10px;
	background: #333 url("../images/foot_tile.gif") repeat top left;
	font-size: 10px;
	color: #ccc;
	position: relative;
}


#main_left {
	width: 350px;
	height:90%;
	margin-left: 10px;
	margin-top: -20px;
	position: absolute;
	padding-top: 20px;
	background-color: #f4f4f4;
	border-right: #fafafa 20px solid;
	padding-left:10px;
	padding-right: 10px;
}

#main_left p {
	padding: 4px;
}
#main_center {
	width: 240px;
	height: auto;
	margin-left: 300px;
	margin-bottom: 10px;
	padding-left: 50px;
	clear: left;
	border-left: #ccc 1px solid;
}
#main_center p {
	padding: 4px;
}
#main_right {
	width: 370px;
	height: 100%;
	float: right;
	margin-top: -20px;
	padding: 10px;
	clear: left;
}
#main_right p {
	padding: 4px;
	font-size: 12px;
	line-height: 1.4em;
}


/* Navigation */

#nav {
	position: absolute;
	width: auto;
	height: 30px;
	margin-left: 40px;
	margin-top: -3px;

}
#nav ul {
	list-style-type: none;
}
#nav li {
	display: inline;
	width: 103px;
	font: 12px/14px "lucida grande", tahoma, verdana, arial, sans-serif;
	margin-right: 30px;
}
#nav li a {
	width: 103px;
	text-decoration: none;
	color: #F3F3F3;
	text-transform:uppercase;
	font-weight: bold;
	text-align:center;
	padding: 10px 10px;
}

#nav li a:hover {
	background: url("../images/hover.gif") repeat-x top left;
	padding-bottom: 10px;
	padding-top: 8px;
}

#nav li a.current {
	background: url("../images/current_bg.gif") repeat-x top left;
	color: #000;
	padding-bottom: 10px;
	padding-top: 8px;
}



/* Other elements */


/* Images */
.thin_brdr {
	border: #d4d4d4 3px solid;
}
.brdr {
	border: #ccc 5px solid;
}
.thick_brdr {
	border: #d4d4d4 10px solid;

}
#about_img {
	width: 220px;
	float:left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	text-align:center;
}
#about_img p {
	width: 215px;
	text-align: center;
	padding: 0 5px 5px 5px;
	font-size: 11px;
}
#about_img img {
	border: #e2e2e2 6px solid;
}
#services_img {
	width: 325px;
	float:left;
	margin-left: 85px;
	margin-bottom: 50px;
	text-align:center;
}
#services_img p {
	width: 325px;
	text-align: center;
	padding: 0 5px 5px 5px;
	font-size: 11px;
}
#services_img img {
	border: #e2e2e2 6px solid;
}

/* text */
h1,h2,h3,h4,h5 {
color: #ad1f23;

}
.maroon {
	color: #ad1f23;
}
.title {
	position: absolute;
	margin-top: -10px;
}

/* other */
hr {
	width: 700px;
	background: none;
	border: #cccccc 1px solid;
}
.emplogin {
	float:right; 
	margin-top:-10px;
}
.emplogin a:link {
	color: #ccc;
	text-decoration: none;
}
.emplogin a:visited {
	color: #ccc;
	text-decoration:inherit;
}
.emplogin a:hover {
	color: #ccc;
	text-decoration: underline;
}