/* Stylesheet: bizresearch_about.css Modified On 2012-12-12 15:11:20 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color:#f1f1f1;
	font-family: Century Gothic, Tahoma, sans-serif;
	color: #424242;
}

p {
	font-family: georgia, Times, serif;
}

a {
	text-decoration:none;
}

#wrap {
	margin:20px auto;
	padding-bottom:10px;
	width:960px;
	background-color:#ffffff;
}

#topNav {
	height:18px;
	padding:8px 0 8px 30px;
	border-top:1px solid #e0e0e1;
	background-color:#e9e9e9;
}

#topNav li {
	height:18px;
	float:left;
	padding:0 10px;
	border-left:1px solid #424242;
}

#topNav li:last-child {
	border-right:1px solid #424242;
}

#topNav li a {
	line-height:14px;
	font-size:14px;
	color:#424242;
	text-transform:uppercase;
}

#topNav li a:hover {
	color:#828282;
}

#topNav li a.menuactive {
	font-weight:bold;
}

#socials {
	float:right;
	margin-top:-30px;
	margin-right:5px;
}

#main {
	position:relative;
	margin:0 auto;
	width:928px;
	padding-top:20px;
	border-top:1px solid #424242;
}

.home {
	height:300px;
}

.other {
	height:1000px;
}

#main #title {
	position:absolute;
	top:-15px;
	left:40px;
	width:100px;
	height:30px;
	padding:0 20px;
	line-height:30px;
	color:#888888;
	font-size:13px;
	background-color:#ffffff;
}

#description {
	width:350px;
	padding-left:30px;
}

#description li {
	overflow: hidden;
	margin-top:20px;
	background:url('http://www.bizresearch.co.nz/uploads/bizresearch/images/Pointer_right.jpg') no-repeat;
}

#description h3 {
	font-size:18px;
	width:230px;
	padding-left:20px;
	cursor:pointer;	

}

#description h3:hover {
	text-decoration:underline;
}

#description p {
	display:none;
	margin-top:10px;
	width:230px;
	padding-left:20px;
	line-height:1.4em;
	font-size:13px;
	word-spacing:0.1em;
}

#slider {
	position:absolute;
	overflow:hidden;
	top:10px;
	right:20px;
	width:598px;
	height:216px;
}

#article {
	position:absolute;
	height:900px;
	overflow:hidden;
	top:30px;
	right:20px;
	width:598px;
}

#article h1, #article legend {
	font-size:20px;
	margin-bottom:10px;
}

#article p {
	line-height:1.3em;
	font-size:14px;
	margin-bottom:20px;
	word-spacing:0.3em;
}

#article em {
	display:block;
	font-weight:bold;
}

#article label {
	display:block;
	font-size:14px;
	margin-bottom:10px;
}

#article input {
	width:300px;
	margin-bottom:20px;
}

#article .submit input {
	width:100px;
}

#cols {
	margin:0 auto;
	width:880px;
	height:300px;
}

.col {
	float: left;
	margin: 0 35px 40px 0; 
    width: 270px;
}

.col.last {
	margin-right:0;
}

.col h3 {
    border-left: 4px solid #BECD39; 
    padding: 0 0 5px 12px;
	font-size:20px;
}

.col .ft {
	padding-left:16px;
	padding-top:10px;
	font-size:13px;
	line-height:1.5em;
	border-left:1px solid #cccccc;
}

 .col a { 
	font-weight: bold;
	color: #2662A2;
}

 .col p {
	margin: 0 0 10px;
}

#bottomNav {
	height:100px;
	padding-top:10px;
	padding-left:40px;
	background-color:#e9e9e9;
}

#bottomNav li {
	display:inline;
	padding:0 2px;
}

#bottomNav li a {
	color:#424242;
	font-size:14px;
}

#bottomNav li a:hover {
	color:#828282;
}

#bottomNav li a.menuactive {
	font-weight:bold;
}