@charset "UTF-8";
/* rrm_v3.css */

/*
R - #065293
R - #778bb4
M - #aab6cd
Red Stripe - #d9394a
*/

a {
	text-decoration:none; 
	color:#065293;
}

a:hover {text-decoration:underline}

body {
	background-color:#ffffff;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.25em;
	color: #232323;
	/*text-align:center; /*hack for IE to center web page in window (two parts, see #wrapper declaration below) */
}

.clear {clear:both}

#col_left a, #col_right a, #content a, #content_left a, #content_right a {
	color:#084e8a;
	text-decoration:none;
	font-variant:small-caps;
	font-weight:bold;
}

#col_left a, #col_right a, #content a:hover, #content_left a:hover, #content_right a:hover  {text-decoration:underline} 

#col_left, #col_right {text-align:left}

#content h3 {margin:0 0 0 10px}

#copyline {border-left:2px solid #065293;background-color:#ffffff}

#footnote {
	font-size:.875em;
	font-variant:small-caps;
}

/*do not change header values*/

h1, h2, h3, h4,h5, h6 {font-variant:small-caps}

h1 {
	color:#111111;
	margin:20px 0 0 10px;
}

h2 {
	font-size:1.1em;
	letter-spacing:.05em;
	background-image:url(../images/bg_h2.gif);
	background-repeat:repeat-x;
	color:#065293;
	padding:9px 0 8px 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

h3, h4 {
	color:#d9394a;           
	margin:10px 0 0 15px;
}

h5 {
	color:#065293;
	font-size:1.1em;
	padding:0 0 0 20px;
	margin:0;
}
	
#home_form {padding:10px 10px 0 0}

iframe {background-color:#ffffff;text-align:left}

img {
	border-width:0;
	padding:0;
}



#links a {
		color:#d9394a;
		font-variant:small-caps;
		font-weight:bold;
		text-decoration:underline;
}

#links ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#links li {
	display:inline;
	padding:0 10px 0 0;
	margin:0;
}

#logo_agency {
	background-color:#ffffff;
	width:200px;
	padding:0 10px 0 0;
}

p {margin:10px}

.required {color:#d9394a}

#stripe {
	width:100%;
	height:10px;
	background-color:#d9394a;
	font-size:0;  /*IE bug fix*/
}

#search {
	float:right;
	margin:-40px 10px 0 0;
}

#spacer {height:400px}

.subhead {				/* landing page sub-categories */
  	color:#d9394a;
	font-weight:bold;
	background-color:#efefef; 
	margin:5px;
	padding:2px 5px 2px 5px; 
}

sup {font-size:.5em}

ul {list-style-type:square}

#window {
	background-color:#ffffff;
	height:745px;	/* must match content/index.php iframe height minus 30px */
	text-align:left;
}

#wrapper {
	background-color:#ffffff;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:23px; 
	width:1000px;
	text-align:left; /* hack for IE to center web page in window (two parts, see body declaration above) */
}






	


