/* 
	R.J. Campi Construction, Inc.
	CSS layout for screen, new browsers

	Thanks to:
	Max Design (for CSS)
	http://www.maxdesign.com.au/
	Sitepoint (for CSS)
	http://www.sitepoint.com
	Site Pro Central (for color)
	http://www.siteprocentral.com
*/

body
{
	margin: 0;
	padding: 0;
	font: 70% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	/* background-color: #dbdbdb; */
	background: #e1e1e1 url("../images/body_background.gif") top center repeat-y;	
}

a:link { color: #051C3A; }
a:visited { color: #8C8C8C; }
a:hover { }
a:active { color: #051C3A; }

h2
{
	color: #051C3A;
	font: bold 105% Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* padding-bottom: 4px; */
	/* border-bottom: 1px solid #e1e1e1; */
}

h2 a { text-decoration: none; }

h3
{
	color: #051C3A;
	font: 105%/155% Geneva, Arial, Helvetica, sans-serif;
	margin-top: 18px;
	letter-spacing: 110%;
}

h4
{
	color: #336699;
	font: bold 90% Arial, Helvetica, sans-serif; 
	margin-top: 0;
	margin-left: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #336699;
}

h5
{
	clear: left;
	color: #00306B;
	font: bold 108% Arial, Helvetica, sans-serif; 
	margin-left: 20px;
	margin-top: 18px;
	margin-bottom: 0;
}

h6 {
	float:left;
	background:#aeaeae;
	border:1px solid #000;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:3px 5px;
	margin:4px 9px 4px 0;
	text-align:left;
	white-space:normal;
	letter-spacing:1px;
	width:auto;	
	}

img {
	border: 0;
}

#container
{
	margin: 0em auto;
	/* width: 650px; */
	width: 742px;
	text-align: left;
	background-color: #fff;
	border: 0px none #000;
}

#header
{
	/* height: 45px; */
	height: 70px; 
	width: 100%;
	background-color: #051C3A; /* dark blue */
	/* background-image: url(../images/rjcc_logo2.gif); */
	background-image: url(../images/rjcc_logo_web_line.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #fff;
	position: relative;
	/* border: 1px none #fff; */
	/* border-bottom: 1px solid #fff; */
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#headertext
{
	position: absolute;
/* 	left: 0;
	top: 5px;
	width: 645px; */
	left: 15px;
	top: 15px;
	/* width: 630px; */
	width: 100%; 
	text-align: left;
	font-size: 150%;
	font-weight: bold;
}

#headertext a
{
	color: #D6D6D6;
	text-decoration: none;
}

#headertext a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#mainnav ul {
	list-style-type: none;
	text-align: center;
}
#mainnav li
{ 
	display: inline;
	font-size: 85%;
}

#sidebar
{
	float: right;
	width: 215px;
	border-left: 1px dotted #dddddd;
	padding-left: 15px;
	margin-right: 20px;
}

#sidebar p
{
	color: #666666;
	font-size: 100%;
	line-height: 145%;
}

/* #contents { margin: 0 200px 40px 20px; } */
/* #contents { margin: 0 270px 40px 20px; } */
#contents { margin: 0 285px 40px 35px; }
#contents p { line-height: 135%; margin-left: 20px; }
/* .chunk { border-bottom: 1px solid #D6D6D6; } */
.imagefloatright { float: right; }
.imagefloatleft { float: left; }
.imagefixedright { }
.imagefixedleft { }
.imagesidebar { }

#footer
{
	clear: both;
	color: #333;
	text-align: center;
}

#footer p
{
	font-size: 90%;
}
