@charset "utf-8";

body {
	font: 15px/1.3 "Gill Sans", "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #255879 url('../images/background-gradient.jpg') repeat-x;
	padding: 0;
	margin: 0;
	color: #333;
}

.alt {
	display: none;
}

.clearing {
	clear: both;
}

a {
	color: #537f83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

h1,h2 {
	text-transform: uppercase;
	font: 24px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;;
	padding-top: 1em;
	padding-bottom: 1.75em;
}

h3 {
	text-transform: uppercase;
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #537f83;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

#wave {
	width: 838px;
	background:url('../images/wave.jpg') top center;
	margin: 0 auto;
}

#container {
	background: url('../images/container-bg.png');
	border: solid 1px #ccc;
	border-width: 0 1px;
	/*margin: 0 32px;*/
}

#main {
	margin: 0;
	padding: 0;
}

#top-area {
	padding-top: 10px;
	height: 125px;
}

#logo {
	float: left;
	width: 414px;
	height: 75px;
	margin-left: 20px;
	display: inline;
	background: url('../images/random-river-logo.png') no-repeat;
}

.logo-text {
	display: none;
}

#header-message {
	width: 382px;
	height: 75px;
	float: left;
}

#header-message p {
	padding: 23px 0 0 30px;
	color: white;
}

#header-bar {
	width: 796px;
	height: 36px;
	background: url('../images/nav-bg.png') no-repeat;
	margin: 0 20px;
	clear: both;
}

#header-bar ul {
	margin: 0;
	padding: 0 17px;
	list-style: none;
}

#header-bar ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header-bar ul li a {
	color: #333;
	font-size: 17px;
	line-height: 37px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 23px;
	display: block;
	float: left;
}

#header-bar ul li a:hover {
	color: #fff;
}

#bulk {
	width: 796px;
	margin: 0 auto 20px auto;
}

#left-column {
	width: 540px;
	float: left;
}

#right-column {
	width: 256px;
	float: right;
}

#footer {
	height: 30px;
	background: url('../images/container-bg.png');
}

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

#footer ul li {
	display: inline;
	padding: 0 10px;
	color: #fff;
}

#footer ul li a {
	color: #fff;
	line-height: 30px;
}

/* ------------------ home page layout -----------------------------

#home-left {
	float: left;
	width: 256px;
	margin-right: 14px;
}

#home-ecommerce-top {
	width: 256px;
	height: 8px;
	background: url('../images/home-ecommerce-top.png') no-repeat;
}

#home-ecommerce {
	width: 256px;
	height: 508px;
	background: url('../images/home-ecommerce-bg.png') no-repeat;	
}

#home-ecommerce-bottom {
	width: 256px;
	height: 8px;
	background: url('../images/home-ecommerce-bottom.png') no-repeat;	
}

#home-middle {
	float: left;
	width: 256px;
}

#home-marketing-top {
	width: 256px;
	height: 8px;
	background: url('../images/home-marketing-top.png') no-repeat;
}

#home-marketing {
	width: 256px;
	height: 239px;
	background: url('../images/home-marketing-bg.png') no-repeat;	
}

#home-marketing-bottom {
	width: 256px;
	height: 8px;
	background: url('../images/home-marketing-bottom.png') no-repeat;
	margin-bottom: 14px;
}

#home-web-top {
	width: 256px;
	height: 8px;
	background: url('../images/home-web-top.png') no-repeat;
}

#home-web {
	width: 256px;
	height: 239px;
	background: url('../images/home-web-bg.png') no-repeat;	
}

#home-web-bottom {
	width: 256px;
	height: 8px;
	background: url('../images/home-web-bottom.png') no-repeat;
}

 */

/* --------------------- right-sidebar layout -------------------- */


#case-study-top {
	width: 256px;
	height: 8px;
	background: url('../images/case-study-top.png') no-repeat;
}

#case-study {
	width: 256px;
	height: 239px;
	background: url('../images/case-study-bg.png') no-repeat;	
}

#case-study-bottom {
	width: 256px;
	height: 8px;
	background: url('../images/case-study-bottom.png') no-repeat;
}

#news-top {
	width: 256px;
	height: 8px;
	background: url('../images/news-top.png') no-repeat;
}

#news {
	width: 256px;
	/* height: 239px; */
	background: url('../images/news-bg.png') repeat-y;	
}

#news-bottom {
	width: 256px;
	height: 8px;
	background: url('../images/news-bottom.png') no-repeat;
	margin-bottom: 14px;
}

/*---------------------- content box layout ------------------------- */

#content-top {
	width: 526px;
	height: 8px;
	background: url('../images/bulk-top.png') no-repeat;
}

#content {
	width: 526px;
	background: url('../images/bulk-bg.png') repeat-y;	
}

.content-inner {
	padding-left: 18px;
	padding-right: 18px;
}

#content-bottom {
	width: 526px;
	height: 8px;
	background: url('../images/bulk-bottom.png') no-repeat;	
}

/* ------------------- content -------------------*/


.content-box ul {
	margin: 0 0 0 10px;
	padding-top: 0;
	padding-bottom: 0.5em;
	list-style: url('../images/bullet.gif');
}

.content-box ul li {
	padding-bottom: 0.5em;
}

/* ---- contact us box ---- */

a.contact-heading {
	display: block;	
	padding: 10px 75px 20px 0;
	text-decoration: none;
}

a.contact-heading:hover {
	text-decoration: none;
}

a.contact-heading h1 {
	padding: 0 18px;
}

#latest-news ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

#latest-news ul li {

}

#latest-news ul li a {
	color: #036;
}

#latest-news ul li a:hover {
	color: #dd1a1a;
}

/* ---- headings ---- */

.ecommerce-link-bg {
	background: url('../images/bg/actinic-postit-on.png') right no-repeat;
	margin: 0 13px 0 0;
}

.marketing-link-bg {
	background: url('../images/bg/seo-postit-on.png') right no-repeat;
	margin: 0 13px 0 0;
}

/* .web-link-bg {
	background: url('../images/bg/web-postit-on.png') right no-repeat;
	margin: 0 13px 0 0;
} */

.news-link-bg {
	background: url('../images/bg/news-postit-on.png') right no-repeat;
	margin: 0 13px 0 0;
}

.home-heading {
	display: block;	
}

a#ecommerce-link {
	color: #036;
	background: url('../images/actinic-postit.png') right no-repeat;
}

a#ecommerce-link:hover {
	color: #9572d6;
	background: url('../images/actinic-postit-on.png') right no-repeat;
	text-decoration: none;
}

/* a#web-link {
	color: #036;
	background: url('../images/web-postit.png') right no-repeat;
}

a#web-link:hover {
	color: #ff7e00;
	background: url('../images/web-postit-on.png') right no-repeat;
} */

a#marketing-link {
	color: #036;
	background: url('../images/seo-postit.png') right no-repeat;
}

a#marketing-link:hover {
	color: #00adaf;
	background: url('../images/seo-postit-on.png') right no-repeat;
	text-decoration: none;
}

a#news-link {
	color: #036;
	background: url('../images/news-postit.png') right no-repeat;
}

a#news-link:hover {
	color: #dd1a1a;
	background: url('../images/news-postit-on.png') right no-repeat;
	text-decoration: none;
}

.more-link-bg {
	display: block;
	width: 120px;
	height: 19px;
	background: url('../images/more-on.gif') no-repeat;
}

a.more-link {
	display: block;
	width: 120px;
	height: 19px;
	background: url('../images/more-off.gif') no-repeat;
}

a.more-link:hover {
	display: block;
	width: 120px;
	height: 19px;
	background: url('../images/more-on.gif') no-repeat;
}

#content h2 {
	color: #036;
}

img.post-it {
	float: right;
	margin: 10px 30px 0px 30px;
}

.quote {
	border: solid 1px #86b0b3;
	background: #fff;
	padding: 8px;
	margin: 5px 18px 10px 18px;
}

.quote p, .quote h3 {
	margin: 0;
	padding: 0 0 0.5em 0;
}

/* #portfolio {
	padding: 0 18px;
} */

#portfolio a {
	display: block;
	width: 210px;
	height: 210px;
	float: left;
	margin: 16px;
}

/*---------------- about us box ------------------- */

#about-us-home {
	margin: 0 auto;
	color: white;
	width: 790px;
	background: url(../images/about-us-bg.png);
}

.about-us-header h1 {
	text-transform: uppercase;
	font: 1em/1.3 "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 18px;
	color: white;
}

.about-us-header h1 a {
	color: white;
	outline: none;
}

.submenu {
	padding: 5px 18px;
}

.submenu p {
	font-size: 13px;
}


.submenu a {
	color: white;
}

@media handheld, only screen and (max-device-width: 480px) {
    #about-us-home {
		display: none;
	}	
}

/* -- slides -- */

#rr-slider {
	height: 344px;
	margin: 0 3px 10px;
}

dl.slidedeck dd h1 {
	color: #036;
	padding: 0 0 25px;	
}

/* ---- random river styles ---- */

.slide-content {
	padding: 35px;
	margin: 1px 2px 1px 1px;
	height: 256px;
	font-size: 16px;
}

.slide-content p, .slide-content ul {
	padding-right: 200px;
}

.slide-content ul {
	list-style: url('../images/bullet.gif');
}

#slide1 {
	background: url(../images/slide1bg.jpg) bottom right no-repeat;
}

#slide2 {
	background: url(../images/slide2bg.jpg) bottom right no-repeat;
}

#slide3 {
	background: url(../images/slide3bg.jpg) bottom right no-repeat;
}

#slide4 {
	background: url(../images/slide4bg.jpg) bottom right no-repeat;
}

#slide5 {
	background: url(../images/slide5bg.jpg) bottom right no-repeat;
}
