/* @override http://rsystemsinc.com/framework/css/style.css */

/*======================= CSS STYLE RESET ======================== */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*========================== SITE CSS =========================== */

body {
	background: #e8e8e8;
	color: #555;
	font-family: Arial,"Trebuchet MS",Verdana,sans serif;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	width: 800px;
	text-align: center;
	z-index: 1;
}

/* GENERAL STYLING */

h1 {
	color: #C00;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

.scroller h1 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 3px 0px;
}

p {
	line-height: 17px;
}

hr {
	margin: 35px 0px 35px 0px;
	border: 1px solid #d8d8d8;
}

a {
	outline: 0;
}

a:link {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #E00;
}

a:active {
	color: #C00;
	font-weight: bold;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* FORM STYLING */

form {
	margin-top: 15px;
}

label {
	position: relative;
	top: 4px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

input, select {
	font-size: 11px;
	color: #777;
	margin: 5px 0px 5px 0px;
	width: 250px;
	height: 15px;
}

textarea {
	font-size: 11px;
	color: #777;
	margin: 5px 0px 5px 0px;
}

.clrInput, .clrTextArea {
	border: 1px solid #999;
	padding: 1px
}

.inputborder {
	border: 1px solid #666;
	background: #f3f3f3;
}

#submit {
	position: relative;
	width: 40px;
	height: 18px;
	background: #B00;
	border: 1px solid #E00;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	right: 30px;
	float: right;
}

/* LAYOUT STYLING */

#wrapper {
	position: relative;
	width: 760px;
	text-align: left;
	background: #fff;
	padding: 10px 40px 10px 40px;
	z-index: 1;
}

#top {
	position: relative;
	z-index: 1;
}

#banner {
	position: relative;
}

#banner_main {
	position: relative;
}

#tl {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 15px;
	width: 15px;
}

#br {
	position: absolute;
	bottom: 2px;
	right: 0px;
	height: 15px;
	width: 15px;
}

/* NAVIGATION STYLING */

#nav {
	position: relative;
	float: left;
	list-style: none;
	margin: -22px 0px 8px 0px;
	z-index: 2;
}

#nav li {
	position: relative;
	float: left;
	margin-right: 4px;
}

#nav .about {
	padding: 7px 60px 7px 10px;
}

#nav .our_services {
	padding: 7px 84px 7px 10px;
}

#nav .rs_advantage {
	padding: 7px 9px 7px 10px;
}

#nav .case_studies {
	padding: 7px 10px;
}

#nav li a:link {
	background: #C00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:visited {
	background: #C00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover {
	background: #900;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
}

#nav li a:active {
	background: #900;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#subnav {
	position: relative;
	float: right;
	list-style: none;
	margin-bottom: 8px;
	z-index: 2;
}

#subnav li {
	position: relative;
	float: left;
}

#subnav li a:link {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#subnav li a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#subnav li a:hover {
	color: #444;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0;
}

#subnav li a:active {
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}

#main {
	padding: 30px 15px 20px 15px;
	z-index: 1;
}

#side {
	position: relative;
	width: 210px;
	float: right;
	padding-bottom: 20px;
}

/*#side p{text-indent: 20px;}*/

#map {
	display: block;
	margin-top: 10px;
	border: 4px solid #eee;
	padding: 2px;
	width: 180px;
}

#side ul {
	list-style: inside;
}

#map:hover {
	border: 4px solid #ddd;
}

#content {
	position: relative;
	width: 600px;
	z-index: 1;
}

#content_main {
	position: relative;
	width: 470px;
	z-index: 1;
}

.news p {
	margin: 10px 0px 10px 0px;
}

.news .date {
	font-weight: bold;
	line-height: 14px;
}

.news .headline {
	text-transform: uppercase;
	line-height: 14px;
	padding-bottom: 3px;
	color: #C00;
}

.news .top {
	text-align: right;
}

.news table td {
	padding-right: 5px;
}

.group {
	position: relative;
	padding-bottom: 25px;
}

.icon {
	position: relative;
	float: left;
	width: 75px;
	height: 75px;
	margin: 0px 20px 0px 0px;
	top: -3px;
}

.scroller {
	position: relative;
	float: right;
}

.content {
	font-size: 11px;
}

.date {
	line-height: 13px;
}

.headline {
	text-transform: uppercase;
	line-height: 13px;
	padding-bottom: 3px;
}

.n_content {
	padding-bottom: 20px;
	line-height: 13px;
}

.scroller a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.scroller a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.scroller a:hover {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

.scroller a:active {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	border-top: 4px solid #E00000;
	padding-top: 3px;
	font-size: 10px;
	font-variant: small-caps;
	z-index: 1;
}

#home-banner {
	margin-left: -15px;
}

#home-banner:active,
#home-banner:hover {
	text-decoration: none;
	border: none;
}

.caseStudy, .caseStudyTitle {
	padding: 5px 0px;
	margin: 5px 0px;
}