/*********************************************************************
   Style Sheet for Ruese Insurance
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Body Text Information */
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005595;
	font-weight: bold;
}

/* Profile Image Border Color */
#profiles img {
border:#005595 2px solid; 
}

/* Profile Name & Titles */
.profiletitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005595;
	font-weight: bold;
}

/* Navigation Box Information */
.navboxcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.navboxcontactsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.navboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.navbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#navbox a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#navbox a:visited {
	color: #b9d7ee;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#navbox a:hover {
	color: #b9d7ee;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#navbox a:active {
	color: #b9d7ee;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Forms */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005595;
	}

/* Main Link Styles */
a:link{
	color: #4f9bd5;
	text-decoration: underline;
}

a:visited {
	color: #4f9bd5;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #005595;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active {
	color: #4f9bd5;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Footer Information */
.footer {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #b9d7ee;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#footer a:hover {
	color: #4f9bd5;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:active {
	color: #b9d7ee;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}