/* http://meyerweb.com/eric/tools/css/reset/ */
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, b, u, i, center, 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-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body{
	line-height:1;
}

ol, ul{ 
	list-style:none;
}

blockquote, q{
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus{
	outline:0;
}

ins {
	text-decoration:none;
}

del{
	text-decoration:line-through;
}
	
table{
	border-collapse:collapse;
	border-spacing:0;
}

/* Float Clearing / hasLayout Hack */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .gain-layout{
	*zoom:1;
}

a:link,
a:active,
a:visited{
	color:#0f324e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body{
	font:0.687em/1 Verdana,Arial,sans-serif;
	text-align:center;
	background:#d3d8de;
}

#wrapper{
	text-align:left;
	margin:0 auto 20px;
	width:745px;
	background:url(../img/global/sdw-wrapper-rep.png) repeat-y 100% 0 #fff;
}

#header{
	padding:4px 9px 0 4px;
}

#header > ul{
	margin:2px 0 20px;
}

#nav-main > li{
	float:left;
	display:inline;
	height:25px;
}

#nav-main > li > a{
	background:url(../img/global/sprite-nav-main.png) no-repeat;
	display:block;
	width:147px;
	height:100%;
	text-indent:-9999px;
}

#nav-main > li.home a{
	width:143px;
}

#nav-main > li.home a:hover{
	background-position:-143px 0;
}

#nav-main > li.investors a{
	background-position:0 -25px;
}

#nav-main > li.investors a:hover{
	background-position:-147px -25px;
}

#nav-main > li.companies a{
	background-position:0 -50px;
}

#nav-main > li.companies a:hover{
	background-position:-147px -50px;
}

#nav-main > li.case-studies a{
	background-position:0 -75px;
}

#nav-main > li.case-studies a:hover{
	background-position:-147px -75px;
}

#nav-main > li.contact a{
	background-position:0 -100px;
	width:148px;
}

#nav-main > li.contact a:hover{
	background-position:-148px -100px;
}

#content{
	width:450px;
	margin:0 auto;
}

	#content > h1{
		color:#7e96ae;
		font-size:1.636em;
		font-weight:400;
		letter-spacing:-1px;
		margin-bottom:20px;
	}
	
	#content p,
	#content blockquote{
		line-height:150%;
		color:#121212;
		margin-bottom:20px;
	}
	
	#content h2{
		margin-bottom:20px;
		color:#0f324e;
	}
	
	#content > cite{
		display:block;
		text-align:right;
		line-height:150%;
		color:#0f324e;
	}
	
div.bus-type{
	width:351px;
	float:left;
	display:inline;
	margin:24px 12px 0 14px;
	line-height:125%;
	color:#1c1c1d;
}

#wrapper div.bus-type-last{
	margin-right:0;
	margin-left:0;
}

	div.bus-type > h3{
		width:351px;
		height:17px;
		text-indent:-9999px;
	}

	div.bus-type > h3.investors{
		background:url(../img/home/title-investors.png);
	}
	
	div.bus-type > h3.companies{
		background:url(../img/home/title-companies.png);
	}
	
	div.bus-type > .copy{
		border:1px solid #c4c4c4;
		border-width:0 1px 1px 1px;
		padding:10px 10px 0 10px;
		min-height:200px;
	}
	
		div.bus-type p,
		div.bus-type ol{
			margin-bottom:10px;
			list-style-type:decimal;
			list-style-position:inside;
		}
		
		div.bus-type ol{
			font-weight:700;
			color:#0f324e;
		}
		
			div.bus-type ol > li{
				margin-bottom:10px;
			}
		
			div.bus-type ol > li > span{
				font-weight:400;
				color:#1c1c1d;
			}

ul.categories{
	margin:0 0 30px 0;
}
			
ul.categories > li{
	margin-bottom:8px;
}
			
ul.categories > li > a{
	background:url(../img/global/bullet-category-nav.png) no-repeat 0 4px;
	padding:0 0 0 15px;
	font-weight:700;
}

div.category{
	position:relative;
	clear:both;
	border-top:1px solid #c4c4c4;
	padding-top:20px;
	color:#121212;	
}

#content div.category > .top{
	margin:30px 0 0 0;
	height:10px;
	overflow:hidden;
}

div.category > .top > a{
	float:right;
	display:inline;
	width:74px;
	height:8px;
	background:url(../img/global/back-to-top.png) no-repeat;
	text-indent:-9999px;
}

div.category > ul{
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 20px 30px;
}

div.category > ul > li{
	line-height:150%;
}

#wrapper div.category > blockquote{
	margin-bottom:5px;
}

#wrapper div.category > cite{
	text-align:right;
	display:block;
	margin-bottom:20px;
	font-size:0.909em;
	color:#666;
	font-style:normal;
}

#wrapper div.category > .top-end{
	border-bottom:1px solid #c4c4c4;
	margin-bottom:30px;
}

div.category > address{
	font-style:normal;
	line-height:140%;
	font-weight:700;
	color:#121212;
	margin-bottom:20px;
}

.case-studies #wrapper h2{
	font-size:1.181em;
	color:#225686;
}

.case-studies h3{
	margin-bottom:5px;
}

.case-studies .right{
	float:right;
	display:inline;
	margin:0 0 10px 10px;
}

.contact-info{
	border:1px solid #c4c4c4;
	border-width:1px 0;
	padding:10px 0 0;
	line-height:125%;
	margin-bottom:40px;
}

	.contact-info table thead{
		display:none;
	}
	
	.contact-info table tbody td{
		padding-bottom:15px;
	}
	
	.contact-info table tbody td.label{
		padding-right:40px;
		font-weight:700;
	}
	
	.contact-info table tbody td a{
		font-weight:700;
	}

#footer{
	background:#e3e8eb;
	color:#58748e;
	text-align:center;
	margin:0 9px 0 4px;
	padding:5px;
	font-size:0.818em;
	margin-top:15px;
}

#wrapper-btm{
	height:9px;
	overflow:hidden;
	background:url(../img/global/sdw-wrapper-btm.png) no-repeat;
}
