body {
	background: #efefef;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
}
h1 {
	margin-bottom: 20px;
}
h1.large {
	font-size: 24px;
}
h2 {
	color: #004a80;
}
.standardPadding {
	padding: 30px;
}
.bodyCopy {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, Verdana, sans-serif;
	font-size: 11px;
}
p {
}
p em {
	background: #fffbcc;
	font-style: normal;
}
div p:last-child {
	margin-bottom: 0px;
}
a:link, a:active, a:visited {
	color: #004a80;
	font-weight: bold;
}
select {
	font-size: 11px;
}
.clear {
	clear: both;
}
.spacer_10 {
	margin-bottom: 10px;
}
.inputStandard {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 11px;
}
.underline {
	text-decoration: underline;
}
.blueGradient1 {
	background: url(../images/blueGradient1.gif) left top repeat-x;
}
.statusOk {
	background: green;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	margin: 0px 10px;
}
.statusFail {
	background: red;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	margin: 0px 10px;
}

/**********************/
/*** MAJOR SECTIONS ***/
/**********************/

/*** WRAPPER ***/

#wrapper {
	width: 900px;
	margin: 0px auto;
	background: #fff;
}

/*** TOP NAV ***/

#topNav {
	height: 60px;
	background: url(../images/topNavBg.gif) left top repeat-x;
	padding-left: 15px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	float: left;
	margin: 0px 5px;
}
#topNav ul li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#topNav ul li a span {
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0px 10px;
	cursor: pointer;
}
#topNav ul li a:hover, #topNav li.selected a {
	background: url(../images/topNavOvr1.gif) left center no-repeat;
}
#topNav ul li a:hover span, #topNav li.selected a span {
	background: url(../images/topNavOvr2.gif) right center no-repeat;
}
#intro {
	width: 550px;
	float: left;
	margin-bottom: 30px;
}
#intro p {
	line-height: 20px;
	font-size: 14px;	
}

/*** ONLINE QUOTE INTRO ***/

#onlineQuoteStart {
	background: url(../images/greyGradient1.gif) left top no-repeat;
	padding: 20px 0px 0px 20px;
	width: 230px;
	float: right;
	margin-bottom: 30px;
}
#onlineQuoteStart h3 {
	font-weight: bold;
	font-size: 14px;
}
#onlineQuoteStart p,
#onlineQuoteStart span {
	line-height: 16px;
	font-size: 11px;
	color: #333;
}
#onlineQuoteStart span {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: normal;
}
#quoteForm {
	margin-top: 20px;
}
#btnContinueOnlineQuote {
	margin-top: 20px;
}

/*** HOMEPAGE BUTTONS ***/

#buttons {
}
#buttons a {
	width: 150px;
	height: 90px;
	float: left;
	margin-right: 30px;
	padding: 20px 90px 20px 20px;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
#buttons a h4 {
	font-size: 14px;
	font-weight: bold;
}
#buttons a.lastButton {
	margin: 0px;
}
#buttons a p {
	color: #000;
	margin-top: 5px;
}
#buttons #design {
	background: url(../images/btnWebsiteDesign.gif) left top no-repeat;
}
#buttons #programming {
	background: url(../images/btnProgramming.gif) left top no-repeat;
}
#buttons #ecommerce {
	background: url(../images/btnEcommerce.gif) left top no-repeat;
}

/*** HOMEPAGE NEWS/UPDATES ***/

#homepageNewsContainer {
}
#homepageNewsContainer h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#homepageNewsContainer h2 a {
	font-weight: normal;
}
ul.homepageNews {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
ul.homepageNews li {
	background: url(../images/bullet1.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
ul.homepageNews li a {
	font-weight: normal;
	font-size: 11px;
	color: #6097bf;
}
#homepageNewsLeft {
	width: 410px;
	float: left;
}
#homepageNewsRight {
	width: 420px;
	float: right;
}
#homepageNewsRight h2 {
	padding-left: 20px;
	margin-bottom: 15px;
}
ul#homepagePortfolio {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul#homepagePortfolio li {
	float: left;
	width: 190px;
	text-align: center;
	margin: 0px 0px 20px 20px;
	display: inline;
}
ul#homepagePortfolio li a, ul#homepagePortfolio li div {
	display: block;
	background: url(../images/shadowPortfolio.gif) center bottom no-repeat;
	padding-bottom: 10px;
	float: left;
}
ul#homepagePortfolio li span {
	font-weight: bold;
}

/*** FOOTER ***/

#footer {
	padding: 30px;
	background: #3d3d3d;
	color: #fff;
}
#footerLeft {
	float: left;
}
#footerNav {
	margin-bottom: 5px;
}
#footerNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footerNav ul li {
	float: left;
}
#footerNav ul li a {
	color: #fff;
	text-decoration: none;
}
#footerNav ul li a span {
	padding: 10px;
}
#copyright {
	font-size: 11px;
	letter-spacing: 1px;
	color: #999;
}
#logo_footer {
	float: right;
}

/*** SUB-FOOTER (LOGOS) ***/

#footerLogos {
	text-align: center;
	padding: 20px;
}
#footerLogos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerLogos li {
	display: inline;
	margin: 0px 10px;
}

/*** PORTFOLIO ***/

#portfolioOpener {
	padding-bottom: 10px;
}
#portfolio {
	padding-bottom: 0px;
}
#portfolio h2 {
	margin-bottom: 15px;
}
ul.projectList {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
ul.projectList li {
	float: left;
	width: 115px;
	text-align: center;
	margin: 0px 30px 20px 0px;
	display: inline;
}
ul.projectList li.lastInRow {
	margin-right: 0px;
}
ul.projectList li a, ul.projectList li div {
	display: block;
	background: url(../images/shadowPortfolioSmall.gif) center bottom no-repeat;
	padding-bottom: 10px;
	float: left;
}
ul.projectList li a.linkDetails {
	display: inline;
	background: none;
	padding: 0px;
	float: none;
	font-weight: normal;
	font-size: 11px;
}
ul.projectList li span {
	font-weight: bold;
}

/*** PORTFOLIO : PROJECT DETAILS ***/

#projectDetails {
	float: left;
	width: 310px;
}
#projectDetails #projectSummary {
	font-size: 14px;
	line-height: 20px;
}
#projectDetails h1 {
	margin-bottom: 20px;
	line-height: normal;
}
#projectImages {
	float: right;
	width: 500px;
}

/*** ONLINE QUOTE ***/

.formHeading {
	font-size: 18px;
	margin-bottom: 20px;
}
.quoteTitle {
	float: left;
	width: 350px;
	padding-right: 20px;
}
.quoteFormControl {
	float: left;
	width: 250px;
}
.quoteItemCost {
	float: left;
	width: 50px;
}
.itemDescription {
	font-size: 11px;
}
.item {
	margin-bottom: 20px;
}
#requestQuote {
	padding: 20px;
}
#quoteOpener #intro, #articlePageOpener #intro {
	width: 100%;
	margin-bottom: 0px;
}

/*** FULL ARTICLE ***/

#fullArticle {
}
#fullArticle #intro {
	width: 100%;
	margin-bottom: 0px;	
}
#fullArticle h1 {
	margin-bottom: 20px;
}
.image_left {
	float: left;
	margin: 0px 20px 20px 0px;
}
.image_right {
	float: right;
	margin: 0px 0px 20px 20px;
}

/*** FAQ ***/

#faq h1 {
	margin-bottom: 20px;
}
#faqQuestions {
	margin-bottom: 50px;
}
#faqQuestions .faqQuestion a {
	font-size: 18px;
	font-weight: normal;
}
#faqQuestions .faqQuestion {
	margin-bottom: 10px;
}
#faqAnswers .faqQuestion {
	font-weight: bold;
}
#faqAnswers dd {
	margin: 0px 0px 20px 0px;
}