@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:20px;
	margin-bottom:30px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003264;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #003264;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#ph {
	color: transparent; font-size:2px;
	font-weight:lighter;
	float:right;
	margin-top: -85px;
	background-color: transparent;
}
#company_name {width:800px; color: transparent; font-size:2px;}

#homepage_image {
	float:right; 
	background-image:url(../images/iStock_000005891216SmallR%20copy.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	width: 135px; 
	height: 158px; 
	float:right;}
	
#container {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header {
	background-color:#ffffff; background-image:url(../images/header_background.jpg); background-position:top; background-repeat:no-repeat;
	height:190px;
	color: #003264;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#wrapper {
	background-color:#c0c0c0; height:auto;}

#sidebar1 {
	float: left;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color:#c0c0c0;
	color:#c0c0c0;
	margin-top:0px;
	margin-left:15px;
	height: auto;
	border-style:groove;
	border-color: #003264;
}
ul.newbullet {
list-style-image:url(../images/bullet.jpg)
}

#sidebar2 ul {}
#sidebar2 li {margin-left: -20px; list-style-type:disc; line-height:25px;}

#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#rc_white_photo {position:relative; top:-5px; margin:10px; height: 280px; width: 150px; background-image:url(../images/rc_white.jpg); background-repeat:no-repeat; float:left;}
#r_walker_photo {margin: 10px;height: 230px; width: 180px; background-image:url(../images/r_walker.jpg); background-repeat:no-repeat; float:left;}
#mainContent {
 	_margin-left: -40px;
	float:right;
	_float:right;
	background-color:#FFFFFF; width: 70%;
	padding:30px;
	_padding-right:30px;
	border:thin;
	border:#ffffff;
	}

#mainContent h1 {font-size: 22px;}
#mainContent h2 {font-size: 18px;}
#mainContent h3 {font-size: 16px;}

a:link {
	text-decoration:underline;
	color: #003264;
	}
a:visited {text-decoration:underline; color: 
#003264;}
a:active {color:#868891;}
a:hover {
	text-decoration:none;
	color:#900;
	font-weight: bold;

}
_a:link {
	text-decoration:underline;
	color: #003264;
	}
_a:visited {text-decoration:underline; color: 
#003264;}
_a:active {color:#868891;}
_a:hover {
	text-decoration:none;
	color:#900;
	font-weight: bold;}
#footer {
	padding: 0 10px;
	background-color: #000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#bar {width: 100%; background-image:url(../images/decor.gif); background-repeat:repeat-x; height:10px;}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#form1 {width:150px;
margin-left:-3px;
}


#rc_photo {float:right; height:320px; width: 200px; position:relative; background-image:url(../images/rcwhite_image.gif); background-repeat:no-repeat;}

<!--begin rounded corners css --!>
.roundedcornr_box_884597 {background: #ffffbe; width: 700px;}
.roundedcornr_top_884597 div {background: url(../images/roundedcornr_884597_tl.png) no-repeat top left;}
.roundedcornr_top_884597 {background: url(../images/roundedcornr_884597_tr.png) no-repeat top right;}
.roundedcornr_bottom_884597 div {background: url(../images/roundedcornr_884597_bl.png) no-repeat bottom left;}
.roundedcornr_bottom_884597 {background: url(../images/roundedcornr_884597_br.png) no-repeat bottom right;}
.roundedcornr_top_884597 div, .roundedcornr_top_884597, 
.roundedcornr_bottom_884597 div, .roundedcornr_bottom_884597 {width: 100%;height: 30px;font-size: 1px;}
.roundedcornr_content_884597 { margin: 0 30px; }
<!--end rounded corners css --!>

[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
#sidebar1, #sidebar2 { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
