/* Welcome to RSI - Global Styles & Imports  */
@import url("layout.css");
@import url("nav.css");
@import url("top.nav.css");
@import url("interch.css");
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#666;
	background-color: #fff;
	font-size:12px;
	margin:0;
	padding:0;
}
/* Links */
a:link {text-decoration:none; color:#c1244c;}
a:visited {text-decoration:none; color:#c1244c;}
a:hover, a:active {text-decoration:underline; color:#333;}
a { outline: none; }
:focus { -moz-outline-style: none;}
/* IE fixes */
* html form {margin:0; padding:0;}
* html input {margin:0; padding:0;}
* html ul {margin:0; padding:0;}
/* CSS Column Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* Misc Elements */
hr {
	height:1px;
	border:none;
	background:#ccc;
	margin:4px 0;
	padding:0;
}
legend {
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#BA0000;
}
fieldset {
	background:#fdfdfd;
	padding:10px;
	border:1px solid #ccc;
	margin:7px 0;
}
input {color:#CF084D;}

#clientLogin label {
	display: block;
	width: 70px;
	float: left;
}
.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
