/*colors

green - #d5e14d
bright blue - #00aec5
grey blue - #adbebf
dark blue - #495b60
*/




/* =global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	font-weight: normal;
	}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	}

	
/* =layout
------------------------------------------------------------------*/

#wrapper {
	width: 930px;
	margin: 0 auto;
	overflow: none;
}

#header {
	width: 100%;
	overflow: none;
}

#wordmark {
	margin: 20px 55px 0 0;
	float: right;
	display: inline;
	text-indent: -9999px;
	background: url(images/wordmark.png) no-repeat;
	width: 217px;
	height: 75px;
}
#wordmark2 {
	margin: 20px 55px 0 0;
	float: right;
	
		width: 217px;
	height: 75px;
}

#header ul {
	list-style-type: none;
	margin-top: 80px;
	padding: 5px 35px 0 35px;
	letter-spacing: 2px;
}

#header ul, #header li {
	float: left;
	display: inline;
}

#header li a {
	display: block;
	padding: 12px 20px;
	margin: 0 1px;
}

#content {
	clear: both;
	width: 100%;
	overflow: hidden;
}

#intro {
	clear: both;
	width: 100%;
	overflow: none;
	padding-top: 50px;
}

#intro p {
	width: 550px;
	float: right;
	display: inline;
	margin-right: 40px;	
}

#intro h1 {
	text-indent: -9999px;
	background: url(images/vancouverseo.png) left no-repeat;
	width: 280px;
	height: 215px;
	float: left;
	display: inline;
	margin:  30px;
}

#content.services h1 {
	text-indent: -9999px;
	width: 157px;
	height: 30px;
	background: url(images/services.png) no-repeat;
	margin-bottom: 30px;
}

#content.about h1 {
	text-indent: -9999px;
	width: 178px;
	height: 30px;
	background: url(images/about.png) no-repeat;
	margin-bottom: 30px;
}

#content.contact h1 {
	text-indent: -9999px;
	width: 147px;
	height: 30px;
	background: url(images/contact.png) no-repeat;
	margin-bottom: 30px;
}

#subsections {
	clear: both;
	width: 900px;
	margin: 0 auto;
	float: right;
	display: inline;
	overflow: none;
	margin: 0;
	padding-top: 40px;
}

#description {
	width: 500px;
	float: left;
	margin: 50px 30px 30px 30px;
}

#content.services ul {
	padding: 0 15px;
	list-style-type: none;
	margin-top: 35px;
	width: 275px;
	height: 200px;
	overflow: none;
	background: url(images/subnavbg.png) repeat-x;
}

#sidebar {
	width: 305px;
	float: right;
	display: inline;
	margin-right: 20px;
}

#content.about #sidebar {
	margin-top: 40px;
}

#content.services ul a {
	display: block;
	color: #495b60;
	text-decoration: underline;
	font-size: 16px;
	padding: 10px 0;
}

#content.services ul a:hover, #content.services li.active a {
	color: #28779F;
}

.col {
	position: relative;
	float: left;
	display: inline;
	width: 250px;
	margin-right: 30px;
	overflow: none;
	height: 400px;
}

form {
	background: url(images/contactgrad.png) top center no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	width: 100%;
	margin-left: -10px;
	overflow: hidden;
}

#content.contact form {
	background: none;
}

#content.contact input.button {
	position: relative;
	float: right;
	display: inline;
}

input {
	display: block;
}

input.button {
	margin-right: 15px;
	background: url(images/button.png);
	width: 82px;
	height: 23px;
	border: 0;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
}

fieldset {
	border: 0;
}



/* =typography
------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, verdana, sans-serif; 
}

#header ul, #header ul a {
	text-transform: uppercase;
	color: #495b60;
}

#header ul a:hover, #header li.active a {
	background: url(images/gradienthover.png) bottom repeat-x;
	color: #FFF;
}

#intro p {
	color: #068090;
	font-size: 18px;
	line-height: 24px;
}

.col h2 {
	color: ;
	font-size: 21px;
	color: #495b60;
	line-height: 48px;
	border-bottom: 5px solid #adbebf;
	font-weight: bold;
}

#content.services h2 {
	font-size: 24px;
	margin-top: 30px;
}

#content.services h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 20px 0;
}


#footer {
	font-size: 11px;
	color: #adbebf;
	margin-top: 50px;
}


/* =colors
------------------------------------------------------------------*/
body {
	background: url(images/gradientbg.jpg) top left repeat-x #FFF;
	color: #495b60;
	font-size: 14px;
	line-height: 20px;
}

#content {
	background: url(images/graph.jpg) top no-repeat #FFF;
	border-top: 5px solid #495b60; 
}

#intro p {
	margin-bottom: 15px;
}

#header ul {
	background: #d5e14d;
}

.col a {
	color: #00aec5;
	text-decoration: underline;
}

.col ul {
	color: #00aec5;
	margin-left: 15px;
}

a.readmore {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: url(images/button.png) no-repeat;
	float: right;
	width: 82px;
	height: 23px;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	text-align: center;

}

#content.services ol {
	color: #495B60;
	
	margin-left: 50px;
	margin-top: 30px;
}

#content.services ol p {
	color: #495b60;
}



a.readmore span {
	color: #495b60;
}
