/*Reset all margins and padding*/

* {
	margin: 0;
	padding: 0;
}


/*Typography*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #368;
}

p {
	padding-bottom: 1em;
}

h3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #abc;
	border-right-color: #abc;
	border-bottom-color: #abc;
	border-left-color: #abc;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: .2em;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

h4 {
	background-color: #abc;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

h5 {
	font-weight: normal;
}

a {
	color: #47c;
}

a:hover {
	color: #c03;
}

a:visited {
	color: #8ab;
}

p.footnote {
	text-align: center;
	margin-top: 3em;
}

p.footnote a {
	color: #abc;
}

p.footnote a:hover {
	color: #d14;
}

div#footer a {
	color: #abc;
}

div#footer a:hover {
	color: #c03;
}


/*Structure*/

div#header {
	width: 100%;
	height: 100px;
	background-color: #abc;
}

div#wrapper {
	width: 100%;
	background-image: url(siteimages/page-bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 14px;
	padding-bottom: 10px;
}

div#contentarea {
	width: 774px;
	position: relative;
	background-image: url(siteimages/page-col1.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#contentarea2 {
	width: 774px;
	position: relative;
	background-image: url(siteimages/page-col3.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div#column1 {
	position: absolute;
	width: 117px;
	left: 0px;
	top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div#column2 {
	width: 480px;
	margin-left: 137px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div#column2b {
	width: 627px;
	margin-left: 137px;
	padding-bottom: 10px;
	padding-left: 10px;
		height: 500px;

}

div#column3 {
	position: absolute;
	width: 117px;
	right: 0px;
	top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div#footwrap {
	color: #fff;
	width: 100%;
	position: relative;
	background-color: #368;
	background-image: url(siteimages/page-bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 10px;
}

div#footer {
	width: 774px;
	background-image:url(siteimages/page-col2.gif);
	background-repeat: repeat-y;
	background-position: center;
	
}

div#footcol1 {
	width: 298px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

div#footcol2 {
	width: 299px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

div#footcol3 {
	width: 117px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}	

div.thumbnail {
	float: left;
	margin-right: 18px;
	width: 106px;
}
div.thumbnail p {
	text-align: left;
}

div.contactthumbnail {
	float: left;
	margin-right: 9px;
	margin-bottom: 20px;
	width: 200px;
}
div.contactthumbnail p {
	text-align: left;
}

div.pathumbnail {
	float: left;
	margin-right: 16px;
	width: 108px;
}
div.pathumbnail p {
	text-align: left;
}

/*Case Studies*/
h2.cs {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.08em;
	font-size: 20px;
	background-image: url(siteimages/cs-title-bevel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #fff;
}

h2.cs span {
	color: #368;
	padding-left: 20px;
}

h3.cstitle {
	background-color: #368;
	color: #fff;
	letter-spacing: 0.1em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #abc;
	border-right-color: #abc;
	border-bottom-color: #abc;
	border-left-color: #abc;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h4.cssummary {
	background-color: #fff;
}

p.dlpdf {
	color: #900;
	margin-left: 120px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: -10px;
	font-size: 0.9em;
	font-weight: bold;
}

.dlpdf a {
	color: #900;
}

div#csimgrt {
	float: left;
	width: 160px;
	margin-left: 10px;
}

div#csimgrt p {
	font-size: 0.9em;
	font-style: italic;
}

div#csimglt {
	float: left;
	width: 286px;
	margin-right: 10px;
}

div#csimglt p {
	font-size: 0.9em;
	font-style: italic;
}

table {
	border-collapse: collapse;
	float: left;
	border: 1px solid #8ab;
	margin-bottom: 20px;
}

th, td {
	padding: .5em;
}

caption {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

col {
	border-right: 1px solid #abc;
}

col#info {
	border; none;
}

.odd {
	background-color: #def;
}

/*Special*/

#splashimage {
	padding-right: 10px;
	padding-bottom: 10px;
}

div.spacer {clear: both;}
