body {
	margin:10px 0px 20px 10px;
	color:#666666;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size:100%;
}
p { margin-top:0px; margin-bottom:5px; }

/*
#mainWrapper { width:100%; text-align:center; }
#pageWrapper { margin:auto; text-align:left; }
*/

#mainWrapper { width:100%; }
#pageWrapper { text-align:left; }

#pageWrapper, #topBar { width:800px; }
#topBar { margin-bottom:10px; }
#mainBar { margin-left:16px; }

#leftCol { 
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	/*background:#FFFFFF;*/
	width:186px;
}
/* Fix IE */
* html #leftCol { width:188px; }

#mainCol {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#FFFFFF;
	width:574px;
}
/* Fix IE */
* html #mainCol { width:576px; }

.mainFooter { text-align:center; border-top:1px solid #000000; font-size:70%; }
.mainFooter a:link, .mainFooter a:visited { color:#666666; text-decoration:none; }
.mainFooter a:hover { color:#666666; text-decoration:underline; }

.newsBox {
	width:174px;
	text-align:left;
	margin:auto;
	border:1px solid #000000;
	background:#FFFFFF;
}
/* Fix IE */
* html .newsBox { width:176px; }

.NewsHeading { margin-bottom:10px; font-weight:bold; font-size:80%; }
.NewsType { font-weight:bold; font-size:70%; margin-bottom:5px; }
.NewsTitle { font-weight:bold; font-size:70%; }
.NewsText { margin-bottom:10px; font-size:70%; }

.pageTitle { margin:10px 0px 10px 0px; }
.subHeading { margin:0px 0px 10px 0px; }

.addressBox { font-size:60%; font-weight:bold; margin-top:5px; margin-bottom:40px; color:#333333; }
.copyrightBox { font-size:60%; font-weight:bold; padding-bottom:5px; color:#333333; }

.blackText { color:#000000; }
.xlargeText { font-size:120%; }
.smallText { font-size:80%; }
.xsmallText { font-size:70%; }
.boldText { font-weight:bold; }
.errorText { color:#FF0000; }
.lgreyText { color:#999999; }

/* services page */
.serviceLink { 
	margin-bottom:10px; 
	font-size:80%;
}
.serviceLinkOn { 
	margin-bottom:10px; 
	font-size:80%;
}
.serviceLinkArrow { margin-right:10px; }

.serviceLink a:link, .serviceLink a:visited { color:#666666; text-decoration:none; }
.serviceLink a:hover { color:#666666; text-decoration:underline;  }

serviceLinkOn a:link, .serviceLinkOn a:visited { color:#C4491F; text-decoration:none; }
.serviceLinkOn a:hover { color:#C4491F; text-decoration:underline;  }

.serviceLeft { margin:10px 10px 10px 10px; font-size:80%; }
.serviceTopRight { margin:10px 10px 10px 10px; font-size:140%; color:#000000; font-weight:bold; }
.serviceTitle { font-weight:bold; }

/* work page */
.viewWorkLink { font-size:80%; font-weight:bold; margin:2px 0px 2px 5px; }
.viewWorkLink a:link, .viewWorkLink a:visited { color:#999999; text-decoration:none;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0 14px;
	display:block;
}
.viewWorkLink a:hover { text-decoration:underline; color:#666666;  }

.viewWorkLinkOn { font-size:80%; font-weight:bold; margin:2px 0px 2px 5px; }
.viewWorkLinkOn a:link, .viewWorkLinkOn a:visited { color:#666666; text-decoration:none; 
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0 14px;
	display:block;
}
.viewWorkLinkOn a:hover { text-decoration:underline;  }

.topViewWorkLink { margin-top:5px; }

.greyQuote { color:#999999; }

/* awards page */
.awardsList { margin:10px 10px 10px 10px; font-size:80%; }
.awardsImage { float:left; width:85px; }
.awardsImageText { font-size:80%; font-weight:bold; margin:5px 0 5px 0; }
.AwardType {
	float:left;
	padding:4px;
	width:36px;
	margin-right:10px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:4px; 
}

* html .AwardType { width:44px; }

.AwardYear { margin:0px 0px 5px 0px; font-weight:bold; }

.AwardDesc { float:left; width:200px; margin-top:-2px; margin-bottom:4px; }
.AwardTitle { font-weight:bold; }
.AwardCompany {  }
.AwardName { font-style:italic; color:#999999; }
.goldAward { background:#FCD601; }
.silverAward { background:#C7C7C3; }
.finalAward { background:#666666; font-size:90%; padding-left:2px; width:38px; }
.otherAward { background:#C3A66E; }

/* link styles */
.greyLink:link, .greyLink:visited { color:#666666; text-decoration:underline; }
.greyLink:hover { color:#666666; text-decoration:underline; }

/* background themes */
.bgHome {
	background-image:url(../images/backgrounds/Razor_bg_1.jpg);
	background-repeat: repeat;
}
.bgService {
	background-image:url(../images/backgrounds/Razor_bg_2.jpg);
	background-repeat: repeat;
}
.bgWork {
	background-image:url(../images/backgrounds/Razor_bg_3.jpg);
	background-repeat: repeat;
}
.bgAwards {
	background-image:url(../images/backgrounds/Razor_bg_1.jpg);
	background-repeat: repeat;
}
.bgNew {
	background-image:url(../images/backgrounds/Razor_bg_1.jpg);
	background-repeat: repeat;
}
.bgDefault {
	background-image:url(../images/backgrounds/Razor_bg_1.jpg);
	background-repeat: repeat;
}
