body, img, div, p, h1, h2, h3, h4, ul, li, table, tbody, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #282828;
	background: white url(../images/bg-body.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a {
	color: #c4161c;
	text-decoration: none;
}

h1 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

li.separator {
	padding: 0 2px;
	color: #dfdfdf;
}

/*** DEBUG ***/
.dbg {
	border: solid 1px red;
}


/*** layout ***/
#wrapper {
	width: 900px;
	margin: 0 auto;
}

#top {
	padding: 10px 15px 0 15px;
	height: 85px;
	border-top: solid 4px #706d6e;
	border-bottom: solid 7px #eaeaea;
	clear: both;
}

#breadcrumbWrapper {
	padding: 15px;
	background: url(../images/dashed.gif) repeat-x bottom;
}

#content {
	background: url(../images/bg-top.gif) repeat-x top;
}

#contentHeader {
	margin-bottom: 20px;
	padding: 15px 15px 0 15px;
/*	background: url(../images/cross.gif) no-repeat top left;*/
}

#colWrapper {
	padding: 0 0 20px 15px;
	background: url(../images/bg-bottom.gif) repeat-x bottom;
}

#footer {
	border-top: solid 7px #b9b9b9;
	padding: 20px 0;
	font-size: 11px;
}

/*** top ***/
#logo {
	float: left;
	margin-top: 20px;
}

#topNav {
	float: right;
	text-align: right;
	line-height: 1.0;

}

#topMenu li, #mainMenu li {
	display: inline;
	list-style-type: none;
}

#topMenu {
	font-size: 12px;
	line-height: 1.0;
}

#topMenu a {
	color: #5b5b5b;
}

#topMenu a.active {
	text-decoration: underline;
}

#topMenu a.highlight {
	color: #c4161c;
}


#mainMenu {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 20px;
	margin-top: 40px;
}

#mainMenu li {
	margin-left: 20px;
}

#mainMenu li a.active {
	color: #282828;
}


/*** breadcrumb ***/
#breadcrumb li {
	display: inline;
	list-style-type: none;
	line-height: 1.0;
}

#breadcrumb li a {
	color: #282828;
}

#breadcrumb li.active {
	color: #7d7d7d;
	font-weight: bold;
}

#backLink {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}

/*** content ***/
#contentHeader.withBorder {
	padding-bottom: 15px;
	border-bottom: solid 1px #ededed;
}

#contentHeader p {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 20px;
	text-align: justify;
	line-height: 1.2;
}



/*** columns ***/
#colABC {
	padding-right: 15px;
}

#colAB {
	width: 590px;
	float: left;
}

#colC {
	width: 270px;
	float: right;
	padding: 0 5px;
}

#colA2, #colB2, #colC2 {
	width: 270px;
	float: left;
	padding: 0 5px 0 15px;
}

/*** box ***/
td.intro {
	text-align: justify;
}

.boxABC {
	float: left;
	width: 250px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.boxABC p {
	margin-bottom: 5px;
}


.box {
	padding: 20px 25px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.box p {
	margin-bottom: 5px;
}

.boxQuestions {
	background: #f5f5f5 url(../images/question-mark.gif) no-repeat right center;
	border: solid 1px #eaeaea;
}

.boxQuestions p {
	color: #696969;
	font-size: 14px;
	font-weight: bold;
}

.boxQuestions p strong {
	color: #1f1f1f;
}

.boxTestimonial {
	background: white url(../images/quote-mark.gif) no-repeat top left;
	border: solid 1px #eaeaea;
}

.boxTestimonial p {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
}

.boxTestimonial p.smallText {
	font-size: 10px;
	text-align: right;
}

.boxCraft {
	background-color: #ededed;
}

.boxCraft h2 {
	font-size: 32px;
}

.boxCraft li {
	list-style-type: none;
	margin-bottom: 5px;
}

.boxCraft li a {
	font-weight: bold;
}

.boxCaseStudy {
	background-color: #ededed;
	border: solid 3px #d7d7d7;
}

.boxService {
	background-color: white;
	border: solid 3px #eaeaea;
}

.boxImage {
	padding: 0;
	background-color: white;
	border: solid 3px #eaeaea;
}


/*** news ***/
div.news {
	margin-bottom: 20px;
}

div.news div.newsDate {
	color: #7c7c7c;
	text-transform: uppercase;
}

div.news p {
	margin: 5px 0 10px 0;
}


/*** footer ***/
#footer li {
	list-style-type: none;
	display: inline;
	margin-bottom: 5px;
}

#footer li a {
	color: #5b5b5b;
}

#footer a.active {
	text-decoration: underline;
}

#footer a.highlight {
	color: #c4161c;
}

#contact {
	float: right;
}

/*** HP ***/
#hp {
}

div.hp-box {
	text-align: justify;
	margin-top: 20px;
	padding: 0 0 20px 0;
/*	background: url(../images/cross.gif) no-repeat -45px -17px;*/
	border-bottom: solid 1px #ededed;
}

div.hp-box h3 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}

/*** PageContent ***/
#pageContent p {
	padding: 10px 0 10px 0;
}

#pageContent ul {
	margin: 0;
	padding: 0;
}

#pageContent li {
	margin-left: 15px;
}

/*** Forms ***/
input[type=text] {
	width: 100%;
}

textarea {
	width: 100%;
}

.validators {
	padding: 5px 0;
	color: red;
	display: none;
}

.formFooter {
	border-top: solid 1px silver !important;
	margin-top: 20px;
	padding: 20px 0;
}

label {
	display: block;
	padding: 15px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}

/*** Person ***/

.person {
	margin-bottom: 40px;
}

.person h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 140px;
}

.person p {
	margin-left: 140px;
	text-align: justify;
}

.person p.post, .person p.link {
	padding: 0 !important;
}

.person img {
	float: left;
	border: solid 3px #eaeaea;
}

/*** Contributors ***/
.contributor {
	margin: 10px 0;
}

.contributor p {
	text-align: justify
}

/*** Contact ***/
.phoneContact {
	background: url(../images/contact.gif) no-repeat 0px 0px;
	padding-left: 27px;
}

.mailContact {
	background: url(../images/contact.gif) no-repeat 0px -24px;
	padding-left: 27px;
}