/* -------------------------------------------------------------- 
  
   Resets default browser CSS styles.
   
   Created by Erik Meyer:
   meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333333;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------------------------- 
  
   Site specific styles.
   
   Created by Grenville Hamlyn:
   associatedesign.co.uk with sevenadvertising.co.uk
   
-------------------------------------------------------------- */

/* General layout. */

.setheight {
	height: 340px;
	float: left;
	width: 220px;
	overflow: visible;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #707070;
	background-color: #e3e3e3;
}	
#masthead-area {
	width: 100%;
	position: relative;
	background: #ffffff url(template-images/top-navigation-area-background.jpg) repeat-x 0 top;
	padding-top: 12px;
}
#content-area {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0 0 20px;
	background-color: #fff;
}

 #navigation-area {
	background-color: #e3e3e3;
	width: 100%;
	position: relative;
	background-image: url(template-images/navigation-area-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}

#top-navigation {
	width: 100%;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #adadad;
	position: relative;
} 
#content {
	width: 876px;
	margin-right: auto;
	margin-left: auto;

}
#navigation {
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1000;
}
#masthead {
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	z-index: -500;
}
#intro {
	float: left;
	width: 384px;
	position: relative;
	border-top-color: #A9A9A9;
	border-right-color: #A9A9A9;
	border-bottom-color: #A9A9A9;
	border-left-color: #A9A9A9;
	overflow: visible;
}
#footer {
	width: 384px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADADAD;
	margin-top: 8px;
	padding-top: 8px;
	font-size: 9px;
}
#overview, #case-studies {
	width: 220px;
	margin-left: 26px;
	float: left;
	position: relative;
	overflow: visible;
}
#alpha {
	float: left;
	width: 384px;
	position: relative;
	padding-top: 30px;
}
#beta, #gamma {
	float: left;
	width: 220px;
	position: relative;
	margin-left: 26px;
	padding-top: 24px;
}

/* Navigation text styles */

#overview  h4, #case-studies h4, #intro h4 {
	font-size: 12px;
	font-weight: bold;
	color: #272727;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #ADADAD;
	border-right-color: #ADADAD;
	border-bottom-color: #ADADAD;
	border-left-color: #ADADAD;
	margin-bottom: 0px;
}
#case-studies li {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;
	background-image: url(template-images/page.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	height: 1%;
	float: left;
	display: block;
	padding: 0 0 0 20px;
}
#overview li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #ADADAD;
	border-right-color: #ADADAD;
	border-bottom-color: #ADADAD;
	border-left-color: #ADADAD;
	background-image: url(template-images/hand.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height: 25px;
	height: 1%;
	display: block;
	padding: 0 0 0 20px;
}

#beta li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #ADADAD;
	border-right-color: #ADADAD;
	border-bottom-color: #ADADAD;
	border-left-color: #ADADAD;
	background-image: url(template-images/hand-white.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	line-height: 25px;
	height: 1%;
	padding: 0 0 0 20px;
	text-decoration: none;
	display: block;
}

body #content-area #content #beta ul li a {
	text-decoration: none;
	display: block;
	height: 1%;
}
#intro p {
	margin-top: 6px;
}
#overview a, #case-studies a {
	text-decoration: none;
	color: #666666;
	width: 200px;
	display: block;
}
#overview a:hover, #case-studies a:hover {
	text-decoration: none;
	color: #000000;
}

/* Content text styles */

strong {
	font-weight: bold;
}

#alpha p, #beta p, #gamma p {
	margin-top: 0;
	padding-top: 10px;
}

#alpha h2, #beta h2, #gamma h2 {
	font-weight: bold;
	font-size: 16px;
	color: #272727;
}

#alpha h3, #beta h3, #gamma h3 {
	font-size: 12px;
	color: #272727;
	margin-top: 10px;
	font-weight: bold;
}

#alpha ul li {
	background: url(template-images/bullet.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin-top: 10px;
	height: 1%;
}

.setheight  {
	font-size: 9px;
	line-height: 14px;
}

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

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

#beta ul {
	border-top: 1px solid #adadad;
	margin-top: 10px;
}

#beta img, #gamma img {
	margin-bottom: 11px;
}

/* @group Timeline */

.copyblock h1 {
	font-weight: bold;
	font-size: 16px;
	color: #272727;
	padding-bottom: 10px;
}

.copyblock .copy p {
	padding-bottom: 10px;
}

div.image2 p, div.image1 p {
	font-size: 9px;
	line-height: 12px;
	padding-bottom: 10px;
}

.copyblock h2 {
	font-weight: bold;
	font-size: 12px;
	color: #272727;
	padding-bottom: 10px;
}

.copyblock {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0 0 20px;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.copy {
	float: left;
	width: 384px;
	position: relative;
	padding-top: 30px;
}

.image1, .image2 {
	float: left;
	width: 220px;
	position: relative;
	margin-left: 26px;
	padding-top: 24px;
}



/* @end */

/* @group My Group */

#MenuBar1 {
	height: 28px;
}



/* @end */

