/* =Main Elements
----------------------------------------------- */

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, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0px;
	font-family: arial, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
    background: #425048 url('../images/bg.gif') repeat-x 0px 0px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	margin: 0px auto;
	}

a {
	color: #31819b;
	outline: none;
	}

a:hover {
	color: #adc21d;
	}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: normal;
	}

h1 {
	color: #adc21d;
	font-size: 30px;
	margin-bottom: 25px;
	}

h2 {
	color: #4c5b52;
	font-size: 18px;
	margin-top: 20px;
	}

h3 {
	color: #4c5b52;
	font-size: 16px;
	margin-top: 20px;
	}
	
h3.alt {
	color: #528ba2;
	font-size: 16px;
	margin-top: 20px;
	}

h4 {
	font-size: 15px;
	margin-top: 20px;
	}

#page-content + h2 {
	margin-top: 0px;
	}

li + h4 {
	margin-top: 0px;
	}

h4 + ul.reg {
	margin-top: 10px !important;
	}

p {
	line-height: 130%;
	padding-top: 15px;
	}

h1 + p {
	padding-top: 0px;
	}

h2 + p, h3 + p, h4 + p {
	padding-top: 5px;
	}

.clearit {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}

a.btn {
	color: #adc21d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

a.btn:hover {
	color: #FFFFFF;
	}

#page-content > a.btn {
	float: right;
	}

p small {
	font-size: 95%;
	}

h4 + p small {
	color: #666;
	}




/* =Form Elements
----------------------------------------------- */
input.error {
    border: 1px solid #c00 !important;
    color: #c00 !important;
    }
select.error {
    border: 1px solid #c00 !important;
    color: #c00 !important;
    }
    
.error {
    color: #c00 !important;
}

form {
	display: inline;
	}

input, select, option, textarea {
	font-family: arial, sans-serif;
	font-size: 13px;
	}

input.radio {
	margin: 5px 7px 0px 20px;
	}

input.radio:first-child {
	margin-left: 0px;
	}

input.checkbox {
	margin: 5px 7px 0px 0px;
	}

input.text, input.text-alt, textarea, select {
	border: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	padding: 4px;
	}

input.text {
	width: 250px;
}

textarea {
	width: 400px;
}

#login input, select, option, textarea {
	margin-bottom: 5px;
	}

#login input.text, input.textAlt {
	border: 1px solid #fff;
	color: #777;
	font-size: 14px;
	padding: 3px;
	width: auto;
	}

fieldset {
	clear: both;
	color: #4C5B52;
	margin: 20px 0px 0px 0px !important;
	padding: 0px !important;
	width: 650px !important;
}

fieldset:first-child {
	margin-top: 0px;
}

legend {
	color: #333;
	font-size: 15px;
	margin: 0px !important;
	padding: 0px !important;
}

.form-label {
	clear: left;
	padding: 8px 30px 5px 0px;
}

.form-entry {
	clear: right !important;
	padding: 5px 0px;
}

.form1col, .form2col {
	margin-top: 5px;
	border-top: 1px solid #eee;
	padding-top: 8px;
	width: 650px !important;
}

.form1col {
	padding-top: 0px;
}

.form2col .form-label {
	float: left;
	width: 100px;
}

.form-btn {
	margin-top: 20px;
}




/* =Structural Elements
----------------------------------------------- */

#container {
	margin: 0px auto;
	width: 980px;
	}

#header {
	height: 106px;
	position: relative;
	z-index: 6666;
	}

#logo {
	height: 85px;
	left: 0px;
	position: absolute;
	top: 20px;
	width: 202px;
	}

#logo a {
    background: url('../images/rsource_logo.png') no-repeat 0px 0px;
	display: block;
	height: 85px;
	text-decoration: none;
	width: 202px;
	}

#logo a span {
	visibility: hidden;
	}

#phone {
	color: #c5cac7;
	float: right;
	font-size: 12px;
	padding: 7px 0px 0px 0px;  /*Right padding was 115px, but the login was removed, so changed it to 0*/
	text-transform: uppercase;
}
#phone a {
	color: #c5cac7;
	text-decoration: none;
}
#phone a:hover {
	color: #fff;
}
#phone strong {
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
}
#phone span {
	padding: 0px 10px;
}
#login {
	background-color: #848e88;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	position: absolute;
	right: 0px;
	text-align: right;
	text-transform: uppercase;
	top: 0px;
	z-index: 99999 !important;
	}

#login > a {
	color: #fff;
	display: block;
	margin: 7px 10px 0px 10px;
	text-decoration: none;
	}

#login > a:hover {
	color: #adc21d;
	}

#login > div {
	background-color: #848e88;
	height: 127px;
	padding: 10px;
	width: 208px;
	}

#login li {
	float: left;
	list-style: none;
	}

#login li:first-child {
	clear: both;
	}

#login li input.text {
	margin-top: 1px;
	}

#login li:first-child input.text {
	width: 200px;
	}

#login li input#password {
	margin-right: 5px;
	}

#login > div a {
	clear: both;
	color: #c5cac7;
	display: block;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	}

#login > div a:hover {
	color: #adc21d;
	}

#login > div a.btn {
    background: url('../images/shading.png') repeat 0px 0px;
	color: #adc21d;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: uppercase;
	}

#login > div a.btn:hover {
	color: #31819b;
	}
	
#nav {
	margin: 0px 0px 0px 435px;
	padding-top: 55px;
	width: 600px;
	z-index: 666 !important;
	}

#footer {
    background: url('../images/horizontal.png') repeat-x 0px 0px;
	clear: both;
	color: #7c8680;
	font-size: 11px;
	padding: 5px 0px 10px 0px;
	text-align: right;
}
#footer a {
	color: #7c8680;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer .address {
	float: left;
	padding: 5px 30px 0px 0px;
}
#footer .social-media {
	float: left;
	width: 140px;
}
#footer .social-media a {
    background: url('../images/social_linkedin.png') no-repeat 0px 0px;
	display: block;
	height: 19px;
	padding: 5px 0px 0px 7px;
	width: 120px;
}
#footer .copyright {
	padding: 5px 0px;
}
#content-2col {
    background: url('../images/bg_2col.gif') repeat-y 0px 0px;
    margin: 18px 0px 30px 0px;
    position: relative;
	}

#side {
	left: 0px;
    padding: 20px;
	position: absolute;
	top: 0px;
	width: 180px;
	}

#side .menu_list {
	font-size: 15px;
	margin-bottom: 25px;
	width: 180px;
	}

#side .menu_head {
    background: url('../images/arrow_right.png') no-repeat 0px 3px !important;
	cursor: pointer;
	padding: 0px 0px 0px 20px;
	position: relative;
	}

#side .menu_head a {
	color: #fff;
	text-decoration: none;
	}

#side .menu_head a:hover {
	color: #adc21d;
	}
	
#side ul.menu_body {
	background: none !important;
	display: none;
	}

#side ul.menu_body li {
	font-size: 13px;
	list-style: none;
	padding: 3px 0px 0px 10px;
	}

#side ul.menu_body a {
	color: #ccc;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	}
	
#side ul.menu_body a:hover {
	color: #adc21d;
	}

#side .divider {
    background: url('../images/horizontal.png') repeat-x 0px 0px !important;
	height: 2px;
	margin: 10px 0px;
	width: 180px;
	}

#callout {
    background: url('../images/bg_homequads.gif') repeat-x -2px 0px;
	height: 100px;
    padding: 20px;
	position: relative;
	z-index: 3 !important;
	}

#callout h2 {
	color: #fff;
	margin-top: 0px;
	position: relative;
	z-index: 33 !important;
	}

#callout p {
	color: #b8dae5;
	padding: 5px 0px 8px 0px;
	position: relative;
	z-index: 33 !important;
	}

#callout-contact {
    background: url('../images/bg_homequads.gif') repeat-x -2px 0px;
	height: 200px;
    padding: 20px;
	position: relative;
	z-index: 3 !important;
	}

#callout-contact span {
	color: #fff;
	display: block;
	}

#callout-contact span strong {
	display: block;
	padding-top: 15px;
	}

#callout-contact span:first-child strong {
	padding-top: 0px;
	}

#content-2col #page-content {
	padding: 40px 40px 40px 290px;
	width: 650px;
	}
#content-2col #page-content-alt {
	padding: 40px 40px 40px 290px;
	height: 650px;
	width: 650px;
}
#page-content ul {
	list-style: square;
	padding: 15px 0px 10px 15px;
}
#page-content ul li {
	line-height: 16px;
	padding-bottom: 4px;
}
#page-content-alt ul {
	list-style: square;
	padding: 15px 0px 10px 15px;
}
#page-content-alt ul li {
	line-height: 16px;
	padding-bottom: 4px;
}
ul.reg {
	margin: 20px 0px 0px 20px;
	}
	
ul.reg li {
	background: url('../images/bullet.png') no-repeat 0px 4px;
	list-style: none;
	padding-left: 18px;
	padding-bottom: 10px;
	}

ul.reg li ul li {
	background: url('../images/bullet2.png') no-repeat 0px 5px;
	list-style: none;
	padding-left: 15px;
	padding-bottom: 10px;
	}

#breakout {
	float: right;
	margin: 0px 0px 20px 30px;
	width: 194px;
	}

#breakout h2 {
	color: #666;
	margin-top: 0px;
	}

#breakout div {
	background-color: #f6f6f6;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin: 0px auto;
	padding: 15px;
	width: 149px;
	}

#breakout div a {
	color: #31819b;
	display: block;
	margin-top: 10px;
	text-decoration: none;
	}

#breakout div + a {
	margin-top: 0px;
	}

#breakout div a:hover {
	color: #adc21d;
	}
	
#breakout div p {
	font-size: 15px;
	padding-top: 5px;
}
#breakout div p span {
	color: #999;
	display: block;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
	text-transform: uppercase;
}

#breakout div a span {
	color: #999;
	display: block;
	font-size: 11px;
	}

img.icon {
	float: right;
	margin: 0px 0px 15px 15px;
}

ul.news-list li {
    background: url('../images/horizontal.png') repeat-x 0px 0px;
	list-style: none;
	padding: 8px 0px;
	}

ul.news-list li:first-child {
	background: none;
	padding-top: 0px;
	}

ul.news-list li a {
	display: block;
	font-size: 15px;
	padding-bottom: 1px;
	text-decoration: none;
	}
	
ul.news-list a.btn {
	color: #adc21d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

ul.news-list a.btn:hover {
	color: #31819b;
	}

ul.news-list li span {
	color: #666;
	display: block;
	font-size: 11px;
	}
.bio-profile {
	padding-bottom: 20px;
}
ol {
	padding: 10px 0px 10px 25px;
}
ol li {
	line-height: 16px;
	padding-bottom: 4px;
}
.col1 {
	float: left;
	margin-right: 5px;
	padding-bottom: 15px;
	width: 275px;
}
.col1 ul {
	list-style: square;
	padding: 10px 0px 10px 15px;
}
.col1 ul li {
	line-height: 16px;
	padding-bottom: 4px;
}

/* =Home Page
----------------------------------------------- */

#feature {
	height: 368px;
	overflow: hidden;
	position: relative;
	width: 980px;
	z-index: 66 !important;
}
#mainpic {
	position: relative;
}
#mainpic div {
	height: 308px;
	left: 0px;
	padding: 60px 0px 0px 40px;
	position: absolute;
	top: 0px;
	width: 940px;
}
#mainpic0, .mainpic0 {
    background: url('../images/feature_new_intro.jpg') no-repeat 0px 0px;
	z-index: 20;
}
#mainpic1, .mainpic1 {
    background: url('../images/feature_new_revenue.jpg') no-repeat 0px 0px;
	z-index: 21;
}
#mainpic2, .mainpic2 {
    background: url('../images/feature_new_revenue.jpg') no-repeat 0px 0px;
	z-index: 22;
}
#mainpic3, .mainpic3 {
    background: url('../images/feature_new_revenue.jpg') no-repeat 0px 0px;
	z-index: 23;
}
#mainpic-text {
	position: absolute;
	top: 250px;
	padding-left: 25px;
	margin-top: -10px;
	width: 407px;
	z-index: 9999 !important;
}
#mainpic-text p {
	clear: both;
    color: #fff;
    font-size: 14px;
	line-height: 19px;
    margin: 0px;
    padding-bottom: 8px;
	width: 375px;
}
#mainpic-text > .btn {
	clear: both;
    margin: 0px;
}
#mainpic-text > .btn:hover {
	color: #fff;
}
#mainpic div > p {
	clear: both;
    color: #fff;
    font-size: 15px;
	line-height: 20px;
    margin: 130px 75px 10px 448px;
	width: 407px;
}
#mainpic div > .btn {
	clear: both;
    margin: 0px 0px 0px 448px;
}
#mainpic div > .btn:hover {
	color: #fff;
}
ul#mainpic-pager {
	left: 25px;
	position: absolute;
	top: 45px;
	width: 400px;
	z-index: 77 !important;
}	
ul#mainpic-pager li {
	height: 120px;
	list-style: none;
	padding-bottom: 15px;
	
}	
ul#mainpic-pager li a
{
	color: #fff;
	display: block;
	font-size: 18px;
	height: 65px;
	line-height: 26px;
	padding: 0px 0px 0px 85px;
	text-decoration: none;
	width: 300px;
	
}
ul#mainpic-pager li a.off {
	color: #c6cbc8;
}
ul#mainpic-pager li a.pager-revenue {
    background: url('../images/featureicon_revenue.png') no-repeat 0px 5px;
    
/*
}
ul#mainpic-pager li a.pager-cust {
    background: url('../images/featureicon_cust.png') no-repeat 0px 0px;
}
ul#mainpic-pager li a.pager-leased {
    background: url('../images/featureicon_leased.png') no-repeat 0px 0px;
	height: 41px;
	padding-top: 19px;
*/
}
ul#mainpic-pager li a:hover, ul#mainpic-pager li a.on {
    background: url('../images/featureicon_revenue.png') no-repeat 0px 5px;
    color: #fff;
}
ul#home-quads {
	clear: both;
	height: 175px !important;
	margin-top: 18px;
	margin-bottom: 18px;
}
ul#home-quads > li {
    background: url('../images/bg_homequads.gif') repeat 0px 0px;
	color: #b8dae5;
	float: left;
	height: 175px;
	list-style: none;
	position: relative;
	width: 325px;
}
ul#home-quads > li:first-child {
	background-position: -2px 0px;
	height: 135px;
	padding: 20px 0px 20px 20px;
	width: 635px;
}
ul#home-quads > li:first-child p {
	line-height: 15px;
	padding-top: 0px;
	width: 190px;
}
ul#home-quads > li:first-child ul {
	float: right;
	margin-left: 20px;
	width: 420px;
}
ul#home-quads > li:first-child ul li {
	background: url('../images/dotted.png') repeat-x 0px 0px;
	float: left;
	list-style: none;
	margin-right: 20px;
	padding: 5px 0px;
	width: 190px;
}
ul#home-quads > li:first-child ul li:first-child,
ul#home-quads > li:first-child ul li:first-child + li {
	background: none;
	padding-top: 0px;
}
ul#home-quads > li:first-child ul li a {
	background: url('../images/tinyarrow.gif') no-repeat 0px 4px;
	color: #fff;
	display: block;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}
ul#home-quads > li:first-child ul li a:hover {
	color: #adc21d;
}
ul#home-quads > li h2 {
	color: #fff;
	margin-bottom: 7px;
	margin-top: 0px;
}
ul#home-quads > li #news-container {
	background: url('../images/icon_home_news.png') no-repeat 267px 17px;
}
ul#home-quads > li .news {
	background: transparent !important;
	padding: 20px;
	width: 280px;
}
ul#home-quads > li .news .date {
	font-size: 11px;
	text-transform: uppercase;
}
ul#home-quads > li .news p {
	clear: both;
	padding-bottom: 5px;
	padding-top: 2px;
}





















