@charset "UTF-8";
/* CSS Document */
* {
margin: 0px;
padding: 0px;
font-size: 100%;
}
body, html {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	color: #444;
	background-image: url(../graphics/bg-brisbane3.gif);
}
h1 {
	font-size: 2em;
	font-weight: normal;
	
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
}
h3{
	font-size: 1em;
	font-weight: normal;
	margin-top: 15px;
}
p {
	line-height: 150%;
	font-size: 0.9em;
	margin-bottom: 25px;
}
a:link {
	color: #24272D;
}
a: hover {
	color: #82BD0D;
}
a:visited {
	color: #444;
}
.quote {
	font-size: 1.3em;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.more {
	display: none;
	color: #766B5A;
}

.project-title-box {
	width:450px;
	background-color: #C30;
	overflow: auto;
	width: 100%;
}
.project-title {
	float: left;
	margin: 0px;
	width: 100px;
}
.show-button {
	float: right;
}
.hide {
}

#wrapper {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/logo-creative-mode-banner.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 164px;
	background-color: #82BC0D;
	background-image: url(../graphics/logo-creative-content-banner.jpg);
	background-repeat: no-repeat;
}
#logo {
}
/* Main navigation style */
#nav-container {
	height: 33px;
	padding-right: 25px;
	
}
#nav  {
	margin: 0px;
	padding: 15px 0px 10px 0px;
	float: right;
} 
#nav li {
	display: inline;
	background-color: #7bb607;
	border-radius: 6px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../graphics/bg-subnav.jpg);
}
#nav li a {
	color: #fff;
	text-decoration: none;
	font-size: .9em;
}
#nav li a:hover {
	color: #fff;
}
/* OLD SUBNAV ACROSS TOP */
#subnav-container {
	float: right;
	width: 310px;
	padding-right: 18px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#subnav{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 200px;
}
#subnav li {
	display: inline;
	background-color: #7bb607;
	border-radius: 6px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../graphics/bg-subnav.jpg);
}
#subnav li a {
	color: #ecf5db;
	text-decoration: none;
}
#subnav li a:hover {
	color: #FFF;	
}
/* START SUBNAV */
#sidenav-container {
	float: right;
	width: 270px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 50px;
}
#sidenav {
	padding-left: 0;
	margin-left: 0;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F4F5F5;
}
#sidenav li {
	list-style: none;
	margin: 0;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#sidenav li a {
	text-decoration: none;
	
}
/* END SUBNAV */
#banner-home {
	height: 300px;
	width: 1005px;
}
#banner-content {
	height: 80px;
	width: 1005px;
	background-color: #FFF;
}
#content-box-home {
	width: 1005px;
	overflow: auto;
	width: 100%;
	margin-top: 60px;
}
#feature-box {
	width: 963px;
	height:  195px;
	background-color: #e9eaea;
	border: 1 solid #dbdbdb;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main-home {
	float: left;
	width: 525px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #FFF;
}

#sidebar-home {
	width: 320px;
	padding: 40px;
	float: right;
}
#content-box {
	width: 1005px;
	background-color: #FFF;
	overflow: auto;
	width: 100%;
	margin-top: 60px;
	padding-top: 40px;
	-moz-box-shadow: 0 0 10px #e5e8e8;
	-webkit-box-shadow: 0 0 10px #e5e8e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
/*MAIN CONTENT WHEN SIDENAV IS ON RIGHT */

#main {
	float: left;
	width: 565px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 50px;
}
#main ul {
	margin-left: 0px;
	padding-top: 15px;
}
#main li {
	list-style-position: inside;
	list-style-image: url(../graphics/list.gif);
	list-style-type: none;
	font-size: .8em;
	margin-bottom: 5px;
}
#main-container {
	width: 100%;
	overflow: auto;
	margin: 0px;
}
#main-leftcol {
	float: left;
	width: 41%;
	margin-right: 9%;
	background-color: #;
}
#main-rightcol {
	float: right;
	width: 43%;
	margin-right: 6%;
	margin-left: 1%;
	background-color: #;
}
/* START PORTFOLIO FEATURE BLOCK */
#featured-block {
overflow: hidden;
position: relative;
height: 346px;
width: 615px;
margin-bottom: 15px;
}
#featured-block .items {
width: 20000em;
clear: both;
position: absolute;
}
#featured-block .item {
width: 615px;
float: left;
position: relative;
z-index: 98;
}
#featured-block .item .featured_main_image {
display: block;
border: 1px solid #E1E1E1;
padding: 9px;
height: 325px;
background: #FFF;
}
featured-block .item .imagecache {
}

/* MAIN CONTENT WITH FULL WIDTH AND THREE COLUMNS UNDER SIDENAV */
#main-full {
	float: left;
	width: 925px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 50px;
}
#main-full ul {
	margin-left: 0px;
}
#main-full-leftcol {
	float: left;
	width: 25%;
	margin-right: 6%;
	background-color: #;
}
#main-full-rightcol {
	float: right;
	width: 25%;
	margin-right: 6%;
	background-color: #;
}
#main-full-midcol {
	float: right;
	width: 26%;
	margin-right: 10%;
	background-color: #;
}
#sidebar {
	float: right;
	width: 270px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 50px;
}
/* FOOTER THREE COLUMN STYLING */

#leftcol {
	float: left;
	width: 200px;
	margin-left: 50px;
	margin-right: 25px;
	background-color: #6CF;
}

#rightcol {
	float: right;
	width: 45%;
	background-color: #6FF;
}
#footer-box {
	overflow: auto;
	width: 100%;
	margin-bottom: 70px;
	margin-top: 30px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 10px #e5e8e8;
	-webkit-box-shadow: 0 0 10px #e5e8e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer-nav {
	list-style-type: none;
	left: auto;
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}
#footer-nav ul {
	padding: 0;
	list-style-type: none;
	left: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#footer-nav  li {
	list-style-type: none;
	float: left;
	display: inline;
	background: none;
	position: relative;
	width: 135px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 0.8em;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}
#footer-nav li a, #footer-nav li a:link, #footer-nav li a:visited, #footer {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
color: #669be1;
text-decoration: none;
-moz-transition: color 0.1s ease-in;
-webkit-transition: color 0.1s ease-in;
}
#footer li li a:link, #footer li li a:visited {
color: #669be1;
font-family: georgia,serif;
font-weight: normal;
font-size: 13px;
text-transform: none;
}
#footer-contents {
text-align: left;
}
#action {
	background: transparent url(../graphics/bg-footer.png);
	height: 35px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	
}
#action-content {
	margin: 0 auto;
	width: 925px;
	position: relative;
}
