/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'wdl-main' */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE;
	background-image: url(../images/page-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 10px;
}

.clear, .homeClear {
	width: 750px;
	height: 1px;
	clear: both;
}

.homeClear {
	margin-bottom: 10px;
}

#container {
	width: 750px;
	margin: 0px auto;
	padding: 0px 5px;
	background-color: #FFF;
	position: relative;
}

#container a {
	color: #666;
	text-decoration: none;
}

#container a:hover {
      color: #BD130C;
      text-decoration: none;
}


#tagline {
	width: 300px;
	float: left;
}

#tagline h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 3;
}

#logo {
	width: 750px;
	clear: both;
}

#content {
	width: 750px;
	padding: 10px 0px;
        font-size: 12px;
	color: #666;
}

#content a {
	color: #666;
	text-decoration: underline;
}

#content a:hover {
      color: #BD130C;
      text-decoration: none;
}



#imageright {
	width: auto;
	padding: 0px 5px;
        float: right;
}

#imageleft {
	width: auto;
	padding: 0px 5px;
        float: left;
}

#content q {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	clear: both;
}

#content h2 {
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 5px;
	background-image: url(../images/h2-bg2.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 22px;
	text-transform: lowercase;
	color: #333;
	clear: both;
}

#content h3 {
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	clear: both;
}

#content p {
	padding: 0px 5px;
}

#content div#tagLine {
	font-family: 'Century Gothic', Verdana, Arial, 'Sans Serif';
	font-size: 16px;
	font-style: italic;
	color: #E10E0E;
}

/* FOOTER ----------------------------------------------------------------------------------*/
#footer {
	width: 760px;
        position: absolute;
        left: 50%;
	margin: 0px 0px 0px -380px;
	padding: 5px 0px;
	background-color: #333;
	background-image: url(none);
	background-position: top left;
	border-top: 5px solid #BF130F;
}

#footerContainer {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
}

#footerContact, #footerFriends, #footerDull {
	height: 220px;
	padding: 0px 10px;
	color: #FFF;
	float: left;
	text-align: right;
}

#footerDull, #footerFriends {
	border-right: 1px dotted #EEE;
}

#footerContact, #footerFriends, #footerDull {
	width: 220px;
	font-size: 12px;
}


#footer h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.feedLink {
	text-decoration: none;
}

#footerContact {
	margin: 0px;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}

#footerContact p {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

.footerAddress {
	font-size: 10px;
}

div.contactform div.required {
	margin: 0px 0px 4px 0px;
}

div.contactform label {
	margin: 0px 5px 0px 0px;
}

#footerForm form {
	margin: 0px;
	padding: 0px;
}

#footerForm input, #footerForm textarea {
	width: 100px;
	border: 1px solid #FFF;
}

#footerForm textarea {
	height: 60px;
	margin: 4px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}

#footerForm div.submit input {
	width: auto;
	border: none;
}

/* HOME PAGE SPECIFIC ------------------------------------------------------*/
.whatWeDo {
	height: 120px;
	margin-bottom: 10px;
}

.whatWeDo a, .whatWeDo a img {
	border: none;
}

.whatWeDo a {
	float: left;
	margin-right: 6px;
}

.whatWeDo a.last {
	margin-right: 0px;
}

.featured {
	margin: 0px 0px 10px 0px;
}

.featured a {
	margin: 0px 0px 0px 14px;
	padding: 5px;
	float: left;
	background-image: url(images/component/featured-a-bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

	.featured a:hover {
		background-image: url(images/component/featured-a-bg.jpg);
		background-position: 0 -70px;
		background-repeat: no-repeat;
	}

.featured a img {
	border: none;
	float: left;
}

/* SERVICES SPECIFIC -----------------------------------------------------------------------------*/
.servicesProject {
	width: 232px;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	float: right;
}

	.servicesProject a {
		margin: 0px;
		padding: 5px;
		float: left;
		background-image: url(images/component/featured-a-bg.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
		.servicesProject a:hover {
			background-image: url(images/component/featured-a-bg.jpg);
			background-position: 0 -70px;
			background-repeat: no-repeat;
		}
	
	.servicesProject a img {
		border: none;
		float: left;
	}
	
.printProject {
	width: 260px;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	float: right;
}

	.printProject a {
		margin: 0px;
		padding: 5px;
		float: left;
		background-image: url(images/component/print-a-bg.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
		.printProject a:hover {
			background-image: url(images/component/print-a-bg.jpg);
			background-position: 0 -160px;
			background-repeat: no-repeat;
		}
	
	.printProject a img {
		border: none;
                margin: 0px 0px 0px 0px;
                padding: 0px;
		float: right;
	}
/* End of 'wdl-main' */

