/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	font-size: small;
	}
	
p {
	margin-bottom: 8pt;
	line-height: 120%;
	}
	
ul, li {
	margin-bottom: 6pt;
	list-style-position: inside;
	list-style-type: disc;
	}

h1 {
	font-size: 180%;
	line-height: 120%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin-bottom: 6px;
	font-weight: bolder;
	}
	
h2 {
	font-size: 150%;
	line-height: 110%;
	color: #E41E1C;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-bottom: 12px;
	}

h3 {
	font-size: 100%;
	line-height: 110%;
	color: #E41E1C;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
h4 {
	font-size: 90%;
	line-height: 100%;
	color: #E41E1C;
	padding-top: 3px;
	margin-bottom: 5px;
	}
	
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #E41E1C;
	}
	
a:hover {
	color: #000000;
	text-decoration: none;
	}

a:active {
	color: #E41E1C;
	text-decoration: none;
	}
	
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	border: 1px solid #000000;
    }

#header {
	height: 80px;
	width: 530px;
	background-image: url(images/RPD_banner.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E41E1C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 270px;
	padding-top: 50px;
    }
 
#nav {
	float: left;
	list-style: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 269px;
	background-color: #c3c3c3;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0;
	width: 531px;
	}
#login_box {
	background-color: #F5F5F4;
	width: 125px;
	margin-right: 0px;
	margin-left: 10px;
	border: 1px solid #FF0000;
	padding: 5px;
	float: right;
}

#login_box p {
	margin-bottom: 2pt;
	line-height: 100%;
	}
	
#nav li {
	float: left;
	padding: 0;
	font-size: 88%;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
	}
	
#nav a {
	float: left;
	display: block;
	margin: 0;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	background-image: url(images/off_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-left-color: #C3C3C3;
	white-space: nowrap;
	}
		
#nav a:hover, body#home #t-home a, body#our_team #t-our_team a, body#safety #t-safety a, body#capabilities #t-capabilities a, body#people #t-people a, body#contact #t-contact a, body#employees #t-employees a, body#photos #t-photos a{
	color: #E41E1C;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E41E1C;
	border-right-color: #E41E1C;
	border-left-color: #E41E1C;
	background-color: #fff;
	background-image: url(images/on_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#content {
	width: 800px;
    }
	
#sidebar {
	width: 270px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
	background-color: #C3C3C3;
	padding-bottom: 0px;
    }

#main {
	width: 510px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	margin-top: 25px;
	margin-bottom: 0px;
}

#main ul, li {
	margin-bottom: 6pt;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
	}

#main a:link, a:visited {
	color: #E41E1C;
	}
	
#main a:hover {
	color: #000000;
	}

#main a:active {
	color: #E41E1C;
	}

#main_photo {
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 0px;
	float: right;
}

#main_photo h2 {
	font-size: 150%;
	line-height: 110%;
	color: #E41E1C;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin-bottom: 12px;
	}

#footer {
	width: 520px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E41E1C;
	padding-top: 5px;
	font-size: x-small;
	text-align: left;
	color: #E41E1C;
	height: 20px;
	padding-bottom: 10px;
	clear: both;
	padding-left: 280px;
	line-height: 120%;
    }
#photo_footer {
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E41E1C;
	padding-top: 5px;
	font-size: x-small;
	text-align: center;
	color: #E41E1C;
	height: 20px;
	padding-bottom: 10px;
	clear: both;
	padding-left: 0px;
	line-height: 120%;
}


.form {
	font-size: 70%;
    }
	
.floatleft {
	float: left;
	padding-right: 25px;
	}

.floatright {
	float: right;
	padding-left: 20px;
	}

/*  IE fixes */

#content, #sidebar, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
