
/* 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, em, 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;
	font-weight:normal;
}
/* 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 {
	font-family: 'Roboto', sans-serif;	
}

h1 {
	color:#009fe1;
	font-weight:500;
	font-size:37.31px;
	line-height:38px;
	letter-spacing:-1px;
	margin-bottom:14px;	
}

h2 {
	color:#006ab2;
	font-size:29.91px;
	line-height:30px;
	font-weight:500;	
	letter-spacing:-1px;
	margin-bottom:10px;
}

h3 {
	font-size:24.18px;
	color:#6a9d00;
	line-height:25px;
	font-weight:700;
	font-style:italic;
	letter-spacing:-1px;
	margin-bottom:7px;	
}

h4 {
	font-size:29.31px;
	color:#009FE1;
	font-weight:500;
	letter-spacing:-1px;
	line-height:30px;
	margin-bottom:13px;	
}

h5 {
	font-size:16px;
	font-weight:bold;
	color:#464646;
	line-height:17px;
	margin-bottom:8px;
}

h6 {
	font-size:16px;
	font-weight:bold;
	color:#464646;
	line-height:17px;
	font-style:italic;	
	margin-bottom:8px;
}

em {
	font-stytle:italic;	
}

p {
	font-size:13px;
	color:#858585;
	font-weight:500;
	padding-bottom:20px;
	line-height:19px;	
}

ol {
	margin-left:20px;	
}

ul li,
ol li {
	font-size:13px;
	color:#858585;
	font-weight:500;
	line-height:15px;
	margin-bottom:10px;	
}

ul li {
	background:url(../grfx/list-item.png) no-repeat left 4px;
	padding-left:15px;
}

ol li {
	list-style:decimal;	
}



.image_align-right {
	clear:right;
	float:right;
	margin:0 0 20px 65px;
	border:3px solid #AEAEAE;
	behavior:url('/templates/ecopg/css/PIE.htc');
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
}

.image_align-left {
	clear:left;
	float:left;
	margin:0 65px 20px 0;
	border:3px solid #AEAEAE;
	behavior:url('/templates/ecopg/css/PIE.htc');
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);	
}

.image_align-centre {
	clear:both;
	margin:0 auto;
	display:block;
	border:3px solid #AEAEAE;
	behavior:url('/templates/ecopg/css/PIE.htc');
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);	
}
