/*------- (c) rivr5.com -------*/

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font: 62.5%/1.8em "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
}

#outside_container {
	background-position: 0 top;
	color: white;
	background-repeat: repeat-x;
	background-image: url(images/background_slice.jpg);}

#container {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	background-position: center top;
	min-height: 700px;
	width: 1100px;
	background-repeat: no-repeat;
	background-image: url(images/background_main.jpg);
	text-align: left;
	position: relative;
}

#footer {
	width: 1100px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 400px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(images/footer_main.jpg);
}

#footer_container {
	background-position: 0 bottom;
	height: 400px;
	background-repeat: repeat-x;
	background-image: url(images/footer_slice.jpg);
} 

#logo {
	height: 80px;
	width: 163px;
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
	float: left;
	border: 0px;

}

#five {
	height: 267px;
	width: 448px;
	background-repeat: no-repeat;
	background-image: url(images/five.png);
	border: 0px;

}

#main {
	padding-left:85px;
	width:930px;
	color:#242424;
	font-size:13px;
	line-height:20px;
	padding-top: 15px;
}

#content {
	padding-right: 80px;
	padding-left: 80px;
}

#main li {
	list-style-image: url(images/bullet.png);
	line-height: 20px;
	margin-left: -15px;
}

#main a,  #main a:visited {
	text-decoration: none;
	color:#242424;
	}
	
#main a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #005cab;
	color:#242424;
	}
	
#commentform textarea {
	width: 100%;
}

#comments{
	font-size: small;
}

#postcomment{
	font-size: medium;
}

#rss {
	background-color: transparent;
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 2px;
	background-position-x: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 25px;
	position: static;
}

#comments a{
	background-color: transparent;
	background-image: url(images/comments.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 0px;
	background-position-x: 0pt;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom:3px;
	padding-left: 20px;
	position: static;
}

#clients {
	background-color: transparent;
	background-image: url(images/user.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 0px;
	background-position-x: 0pt;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom:3px;
	padding-left: 20px;
	position: static;
}

#date {
	background-color: transparent;
	background-image: url(images/calendar_view_month.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 2px;
	background-position-x: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 20px;
	position: static;
}

#address {
	background-color: transparent;
	background-image: url(images/building.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 0px;
	background-position-x: 0pt;
	padding-top: -10px;
	padding-right: 0pt;
	padding-bottom: 0px;
	padding-left: 25px;
	position: static;
}

#phone {
	background-color: transparent;
	background-image: url(images/telephone.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 2px;
	background-position-x: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0px;
	padding-left: 25px;
	position: static;
}

#email {
	background-color: transparent;
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 2px;
	background-position-x: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0px;
	padding-left: 25px;
	position: static;
}

#fax {
	background-color: transparent;
	background-image: url(images/printer_empty.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-y: 2px;
	background-position-x: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0px;
	padding-left: 25px;
	position: static;
}


/*------- Footer -------*/

#footer_content {
	padding-bottom: 10px;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 30px;
}

#footer_main {
	padding-left:85px;
	width:930px;
	color:#b0b0b0;
	font-size:11px;
	line-height:20px;
}

#footer_main h2 {    
    color:#fff; 
    font-weight: lighter;
    font-size: large;
}  

#footer_main a {
	color: #fff;
	text-decoration: none;
	}

#footer_main a:hover {
	border-bottom: 1px dotted #60ebff;
	}

#footer_main li{
	list-style: none;
	padding: 0 0 1em 22px;
	background: url(images/page_white_text.png) no-repeat;
	line-height: 14px;
	margin-left: -30px;
}

.border{
	max-width: 3px;
	border-right-style: dotted;
	border-right-width: 1px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	border-color: #005cab;
}

.footerborder{
	max-width: 3px;
	border-right-style: dotted;
	border-right-width: 1px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	border-color: #60ebff;
}

.borderhorizontal{
	horizontal-align: center;
	max-height: 3px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-color: #005cab;
}


.column1 { float:left; width:230px; margin-left:30px; line-height: normal; }
.column2 { float:left; width:550px; margin-left:30px; }

.footercolumn1 { float:left; width:280px; margin-left:15px;}

/*------- Project -------*/

.project {
	width:90%;
	min-height: 120px;
	padding: 25px 25px 25px 25px;
	font-size:0.9em;
	background-color: #e9e9e9;
	}

.project img {
	float: left;
	margin: 3px 11px 0 0;
	border-width: 10px;
	border-color: #bebebe;
	}	
	
	.project img:hover {
	border-width: 10px;
	border-color: #5e5e5e;
	}	

.project span {
	display:block;
	color:#242424;
	line-height: normal;
	}
	
.project a, .project a:visited {
	text-decoration: none;
	color:#4E4E4E;
	}
	
.project a:hover {
	text-decoration: none;
	color:#4E4E4E;
	border-bottom: 1px dotted #005cab;
	}
	
.project p  {
	margin:0;
	}
	
#launchproject a, #launchproject a:visited {
	text-align: center;
	text-decoration: none;
	font-size: small;
	color: #FFF;
	background-color: #bebebe;
	width: 115px;	
	height: 24px;
	float: right;
	display: block;
	padding-top: 6px;
	}

#launchproject a:hover, #launchproject a:active{
	text-align: center;
	text-decoration: none;
	background-color: #5e5e5e;
	border-bottom: 0px;
	font-size: small;
	color: #FFF;
	width: 115px;	
	height: 24px;
	float: right;
	display: block;
}

/*------- Stream -------*/

.stream {
	width:90%;
	padding: 5px 25px 25px 25px;
	font-size:0.9em;
	background-color: #e9e9e9;
	}

.stream img {
	margin: 3px 11px 0 0;
	border-width: 10px;
	border-color: white;
	}
	
.stream h2 {
	font-weight: lighter;
	font-size: x-large;
	line-height: normal;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}	

.stream span {
	display:block;
	color:#4E4E4E;
	line-height: 1px;
	}
	
.stream a, .stream a:visited {
	text-decoration: none;
	color:#4E4E4E;
	}
	
.stream a:hover {
	text-decoration: none;
	color:#4E4E4E;
	border-bottom: 1px dotted #005cab;
	}
	
.stream p  {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: normal;
	}
	
.streamdivider{
	horizontal-align: center;
	max-height: 3px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-color: #005cab;
}


/*------- Header Images -------*/

.homeimg {
	height: 297px;
	width: 264px;
	background-repeat: no-repeat;
	background-image: url(images/hometag.png);
	border: 0px;
}

.intheflowh2 {
	height: 20px;
	width: 180px;
	background-repeat: no-repeat;
	background-image: url(images/intheflow.png);
	border: 0px;
}

.foryouh2 {
	height: 20px;
	width: 215px;
	background-repeat: no-repeat;
	background-image: url(images/foryou.png);
	border: 0px;
}

.featuredservicesh2 {
	height: 20px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(images/featuredservices.png);
	border: 0px;
}

.contactinfoh2 {
	height: 20px;
	width: 173px;
	background-repeat: no-repeat;
	background-image: url(images/contactinformation.png);
	border: 0px;
}

.viewbyportfolioh2 {
	height: 20px;
	width: 147px;
	background-repeat: no-repeat;
	background-image: url(images/viewbyportfolio.png);
	border: 0px;
}

.blogarchivesh2 {
	height: 20px;
	width: 117px;
	background-repeat: no-repeat;
	background-image: url(images/blogarchives.png);
	border: 0px;
}

.footerabout {
	height: 20px;
	width: 237px;
	background-repeat: no-repeat;
	background-image: url(images/firstdip.png);
	border: 0px;
}

.footerstream {
	height: 20px;
	width: 161px;
	background-repeat: no-repeat;
	background-image: url(images/followstream.png);
	border: 0px;
}

.footerwithus {
	height: 20px;
	width: 116px;
	background-repeat: no-repeat;
	background-image: url(images/workwithus.png);
	border: 0px;
}

/*------- Navigation -------*/


ul#menu{
	float:right;
	padding-right: 5px;
	padding-top: 25px;
}

.lavaLampWithImage li {
	text-decoration: none;
	float: left;
	list-style: none;
}
	
.lavaLampWithImage li.back {
	background: url("images/lava.png") no-repeat right -24px;
	width: 9px; height: 24px;
	z-index: 8;
	position: absolute;
}
	
.lavaLampWithImage li.back .left {
	background: url(images/lava.png) no-repeat top left;
	height: 24px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
	
.lavaLampWithImage li a {
	font: 12px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 24px;
	position: relative;
	overflow: hidden;
	margin: auto 15px;    
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	text-decoration: none;
	border: none;

}
	
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
	
.lavaLampWithImage li.back {
	background: url(images/lava.png) no-repeat right -24px;
	width: 9px; height: 24px;
	z-index: 8;
	position: absolute;
}
	
.lavaLampWithImage li.back .left {
	background: url(images/lava.png) no-repeat top left;
	height: 24px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
	
.lavaLampWithImage li a {
	font: 12px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 15px;    
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}