@charset "utf-8";
/* Screen styles */

/*-------------------------------------------------------------------------------------------------------------- HTML tags */

* {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #0098C4;
}

a:visited {
	color: #6633CC;
}

a:hover,
a:focus,
a:active
{
	color: #33FF33;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

body {
	color: #666666;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #000000 url(../images/bkgnd_body.jpg) no-repeat center top;
}

img {
	border: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0px 0px 5px;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #242424;
	margin: 0px 0px 10px;
	color: #999999;
}

h4 {
	font-size: 1.2em;
	color: #999999;
	font-weight: bold;
}

h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0px 10px;
	color: #999999;
}

code {
	background: #ECF5FD url(../images/icon_code.gif) no-repeat 5px 5px;
	border: 1px dashed #00D2FF;
	padding: 20px 10px 10px 20px;
	margin-bottom: 10px;
	white-space: pre;
	display: block;
	overflow: visible;
	font: 1em Arial, Helvetica, sans-serif;
}

dl {
	margin: 0px 0px 20px;
}

dt {
	margin: 0px 0px 2px;
	padding: 0px;
	font: bold normal 1em Arial, Helvetica, sans-serif;
}

dd {
	margin: 0px 0px 10px;
	padding: 0px 10px;
}

em {
	font-style: italic;
	font-weight: bold;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 15px;
}

ul, ol {
	margin: 10px 10px 20px 30px;
}

caption {
	font-size: 1em;
	color: #999999;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}


ul {
	list-style-type:square;
}

li {
	margin: 0px 0px 5px;
}

blockquote {
	width: 90%;
	padding: 5px;
	margin: 0px auto 10px auto;
	background: #171717;
	color: #EBE9ED;
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	padding: 0px;
	margin: 0px 0px 5px;
	font-weight: bold;
}

button {
	padding: 2px 5px;
}

/*------------------------------------------------------------------------------------------------------ Primary Structure */

#wrapper {
	max-width: 915px;
	font-size: 1.2em;
	margin: 0px auto;
	padding-right: 20px;
	padding-left: 20px;
}

#header {
	width: 100%;
	position: relative;
	height: 150px;
}

#contentWrapper {
	padding: 15px 0px 0px;
	width: 100%;
	overflow: hidden;
}

#primaryContentWrapper {
	margin: 0px 300px 0px 0px;
}

#primaryContent {
	width: 100%;
	float: left;
	margin: 0px -300px 0px 0px;
	overflow: hidden;
}

#secondaryContent {
	float: right;
	width: 270px;
	background: #171717;
	padding: 5px;
	color: #999999;
}

#footer {
	width: 100%;
	min-height: 350px;
	overflow: hidden;
	margin: 0px 0px 20px;
	padding: 38px 0px 0px;
	background: url(../images/bkgnd_footer.jpg) no-repeat center top;
	clear: both;
}

/*------------------------------------------------------------------------------------------------------ Secondary structure */

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.splitLeft {
	float: left;
	width: 48%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 48%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0px 1% 0px 0px;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0px 1% 0px 0px;
}

#contactUs dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

#contactUs dt {
	margin: 0px 5px 4px 0px;
	padding: 0px;
	float: left;
	width: 60px;
	border-bottom: 1px solid #242424;
}

#contactUs dd {
	margin: 0px 0px 4px 65px;
	padding: 0px 0px 1px;
}


/*------------------------------------------------------------------------------------------------------ Testimonials */

#testimonialWrapper {
	height: 220px;
	overflow: auto;
	position: relative;
	margin: 0px 0px 10px;
}

#testimonialWrapper_slideWrapper {
	position: relative;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 275px;
	height: 255px;
}

#testimonialWrapper_slider {
	position: relative;
	margin: 0px auto;
	width: 275px;
	height: 255px;
	overflow: auto;
}

#testimonialWrapper blockquote,
#testimonialWrapper_slider blockquote {
	width: 100%;
	padding: 25px 0px 0px;
	margin: 0px 0px 10px;
	background: none;
	font-style: normal;
	color:#666;
}

.prevButton,
.nextButton {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.prevButton span,
.nextButton span {
	display: none;
}

.prevButton {
	left: 0px;
	background-image:url(../images/prev_arrow.png);
}

.nextButton {
	right: 0px;
	background-image:url(../images/next_arrow.png);
}

/*------------------------------------------------------------------------------------------------------ Headings */

#header h1 {
	height: 100px;
	width: 185px;
	position: absolute;
	left: 60px;
	top: 50px;
	z-index: 0;
}

#header h1 a {
	height: 100px;
	width: 185px;
	display:block;
}

#header h1 a span {
	display:none;
}

.pageHeading {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #242424;
}

.pageHeading a,
.pageHeading a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.pageHeading a:hover,
.pageHeading a:focus,
.pageHeading a:active {
	color: #0098C4;
}

.pageHeading span {
	display: block;
	font-size: 0.6em;
}

#secondaryContent .pageHeading {
	background-color: #000000;
	margin: -5px -5px 10px;
}

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

#primaryNavWrapper {
	width: 100%;
	overflow: hidden;
	background: url(../images/bkgnd_primaryNav.png) repeat-x center top;
	height: 30px;
	margin: 0px 0px 10px;
}

#primaryNavWrapper ul,
#primaryNavWrapper li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#primaryNavWrapper ul {
	border-left: 1px solid #000000;
	float: left;
}

#primaryNavWrapper li {
	float: left;
}

#primaryNavWrapper li a,
#primaryNavWrapper li a:visited {
	background: transparent url(../images/bkgnd_primaryNav.png) repeat-x center top;
	display: block;
	float: left;
	text-decoration: none;
	color: #0098C4;
	border-right: 1px solid #000000;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}

#primaryNavWrapper li a:hover,
#primaryNavWrapper li a:focus,
#primaryNavWrapper li a:active,
#primaryNavWrapper li a.activePageLink {
	background-position: center bottom;
	color: #CCCCCC;
}

#footerNav {
	margin-bottom: 20px;
	font-size: 0.8em;
	clear: both;
	text-align: center;
}

#footerNav ul {
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footerNav li {
	display: inline;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}


/*+------------------------------------------------------------------------------------------------------------------ Forms */

fieldset {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #171717;
}

legend {
	padding: 0.2em;
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	border: none;
	background: #171717;
}

.formBlock {
	width: 100%;
	overflow: hidden;
	padding: 5px 0px;
	margin-bottom: 5px;
}

.formTextField,
.formFileField,
.formTextArea,
.formSelect,
.editorSelect {
	border: 1px solid #CCCCCC;
	height: 16px;
	padding: 2px;
	margin: 0px 0px 5px;
}

.formTextField:focus,
.formFileField:focus,
.formTextArea:focus,
.formSelect:focus {
	border: 1px solid #10b9ff;
}

.formTextField {
	width: 35%;
}

.DefaultStickyWin .formTextField {
	width: 55%;
}

.DefaultStickyWin .formSelect {
	width: 55.5%;
}

.inputFormTable .formTextField {
	width: 97%;
}

.formFileField {
	height: 21px;
}

.formTextArea {
	width:99%;
	overflow: auto;
	height: 20em;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.formSelect,
.editorSelect {
	padding: 2px 2px 1px;
	width: 30.5%;
	text-transform: capitalize;
	height: 20px;
}

.editorSelect {
	width:auto;
	position: relative;
	bottom: -4px;
}

.formChecks ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.formChecks li {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 0px;
	margin: 0px;
}

.formBlock label,
.formChecks li label {
	display: block;
	float: left;
	width: 25%;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #EBE9ED;
	margin: 0px 5px 5px 0px;
	padding: 0px 5px;
}

.formCheck {
	position: relative;
	bottom: 0px;	
}

.formChecks label {
	float: none;
	margin-bottom: 0.3em;
}

.formChecks li label {
	margin-bottom: 0.1em;
	padding-left: 0.7em;
	border-bottom: none;
	background: #F4FCFF;
}

.formError {
	padding: 5px;
	margin-bottom: 5px;
}

.formError p {
	margin: 0px;
	padding: 0px;
}

label.required,
.formChecks li label.required {
	background: #171717 url(../images/icon_required.gif) no-repeat right center;	
}

.formButton {

}

/*------------------------------------------------------------------------------------------------------ Home page */

#introduction {
	border: 4px solid #171717;
	padding: 5px;
	width: 47%;
	min-height: 439px;
}

#featuredProject a,
#featuredProject a:visited {
	margin: 0px auto;
	display: block;
	width: 425px;
}

#featuredImage {
	height: 449px;
	overflow: hidden;
	text-align: center;
	border: 4px solid #171717;
	padding: 5px;
	width: 47%;
}

#featuredImage h3 {
	text-align: left;
}

#briefs {

}

#briefs .imageLeft {
	margin: 10px 10px 0px 0px;
	padding: 0px;
}

#briefs h3 {
}

#briefWebDevelopment {
}

#briefEcommerce {
}

#briefWebServices {
}

/*------------------------------------------------------------------------------------------------------ Portfolio */

.portfolioBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #242424;
	padding: 0px 0px 10px;
}

.portfolioBlock h4 {
	border-bottom: 1px solid #242424;
}

.portfolioBlock .threeColumn {
	padding: 5px;
	background: #000000;
	border: 4px solid #171717;
	margin: 5px;
}

.portfolioBlock .threeColumn:hover {
	background: #171717;
}

.viewPortfolioLink {
	text-align: right;
	margin: 0px;
	padding: 0px;	
}

a.portfolioThumb,
a.portfolioThumb:visited {
	margin: 0px 5px 5px auto;
	display: block;
}


/*------------------------------------------------------------------------------------------------------ Miscellaneous */

.messageBlock {
	background: #38B7E7;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.messageFail,
.formError {
	background: #38B7E7;
}

.messageNotice {
	background: #38B7E7;
	color: #FFFFFF;
}

.messageRequired {
	background: #171717 url(../images/icon_required.gif) no-repeat 5px center;
	padding: 5px 5px 5px 30px;
}

.highLight {
	background: #171717;
	padding: 5px;
	color: #EBE9ED;
}

.imageCenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.imageLeft {
	float: left;
}

.imageRight {
	float: right;
}
