/* -- CSS document -- */

body {
	padding: 0;
	padding-top: 22px;
	margin: 0;
	background-color: #ffffff;
	/*background-color: #DBDCDD;*/
	font-family: "MS Trebuchet", Verdana, Arial, sans-serif;
}



/* -- page elements -- */

#pageDiv {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 762px;
	height: 122px;
}

#header #headerImg {
	float: left;
}

#header #headerLogo {
	float: left;
}

#bodyDiv {
	margin: 0;
	padding: 0;
	height: 397px;
	width: 760px;
	background-color: #ffffff;
	background-image: url("images/page-watermark.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: 1px solid #009FC2;
	border-right: 1px solid #009FC2;
}

.clearer {clear: both;}

/* -- Menu -- */

#menuDiv {
	float: left;
	margin: 0 0 0 0;
	padding: 8px 0 0 30px;
	width: 160px;
}

#menuDiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

#menuDiv ul a {
	float: left;
	margin: 0;
	padding: 4px 8px 0 0;
	width: 152px;
	height: 18px;
	border-bottom: 1px solid #D0D2D3;
	text-decoration: none;
	color: #58595B;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
}

#menuDiv ul a:hover {
	background-color: #009FC2;
	color: #ffffff;
}


#menuDiv ul a.active, #menuDiv ul a.active:hover {
	background-image: url("images/menu-active-bg.jpg");
	background-repeat: repeat-y;
	background-position: right;
	color: #009FC2;
}

#menuDiv ul a.sub { font-style: italic; color: #009FC2;}

#menuDiv ul a.sub:hover { color: #ffffff; background-color: #58595B;}

#menuDiv ul a.sub.active:hover { color: #009FC2;}

#menuDiv ul a.parent, #menuDiv ul a.parent:hover {color: #009FC2; background-color: #ffffff;}

#menuDiv ul li {margin: 0; padding: 0;}


/*-- --*/

/*-- content area -- */

#contentDiv {
	margin: 0;
	padding: 0;
}

#contentDiv #headerStrip {
	float: left;
	margin: 12px 0 0 22px;
	padding: 0;
	background-image: url("images/designservices-strip.jpg");
	background-repeat: no-repeat;
	width: 504px;
	height: 40px;
}

#contentDiv #headerStrip p {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 20px;
	color: #009FC2;
}

/* -- normal content -- */

#contentDiv #textCol{
	float: left;
	margin: 0;
	padding: 26px 0 0 22px;
	width: 288px;
}

#textCol h1  {
	margin: 0 22px 10px 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	color: #009FC2;
	font-weight: normal;
}

#textCol p {
	margin: 0 22px 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: #6D6E70;
}

#textCol p.firstpara { color: #009FC2; font-size: 12px; line-height: 14px;}

#textCol p.strapline { color: #009FC2; font-size: 20px; font-style: italic; font-family: Arial; line-height: 24px;}

#textCol ul {
	font-size: 12px;
	color: #6D6E70;
	list-style-type: disc;
	margin: 0 0 4px 0;
	padding: 0 0 0 16px;
}

#textCol ul li {
	margin-bottom: 8px;
}

div.design-button {
	margin: 0 0 12px 0;
	padding: 20px 0 0 75px;
	width: 123px;
	height: 48px;
}

#textCol div.design-button h1, #textCol div.design-button h1 a {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 13px;
	line-height: 10px;
	color: #009FC2;
	text-decoration: none;
}

#textCol div.design-button p, #textCol div.design-button p a {
	font-size: 10px;
	color: #6D6E70;
	text-decoration: none;
}

#textCol div.design-button h1 a:hover, #textCol div.design-button p a:hover { text-decoration: underline;}


#contentDiv #imageCol {
	float: left;
	width: 260px;
}

/* -- custom scroll content -- */
#customScroll {
	float: left;
	margin: 0 0 0 22px;
	width: 535px;
	height: 333px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

table.scrollingContent {}

table.scrollingContent td.textCell {}

table.scrollingContent td.imgCell {}

table.scrollingContent td.imgCell img {
	border: none;
	margin: 0;
	padding: 0;
}

td.textCell h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	color: #009FC2;
	font-weight: normal;
}

td.textCell p  {
	margin: 0 20px 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: #6D6E70;
}

td.textCell.alt p { margin: 0 5px 10px 16px; padding-right: 10px; }


td.textCell p.firstpara { color: #009FC2; font-size: 12px; line-height: 14px; margin-top: 8px;}
td.textCell p.firstpara.alt { font-style: italic;}

td.textCell p.strapline { color: #009FC2; font-size: 14px; font-style: italic; font-family: Arial; line-height: 18px;text-align: right;}

table#contractDetails {
	margin: 0 0 10px 16px;
	font-size: 11px;
	line-height: 13px;
	color: #6D6E70;
}

table#contractDetails td.col1 { padding: 0 4px 0 0; color: #333333;}
table#contractDetails td.col2 { padding: 0 4px 0 0;}

/* -- -- */

#footerDiv {
	background-color: #ffffff;
	background-image: url("images/page-footer.jpg");
	background-repeat: no-repeat;
	height: 22px;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	padding: 12px 22px 0 0;
	border-left: 1px solid #009FC2;
	border-right: 1px solid #009FC2;
}
