/* 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, 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,
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;
}

/**/
.clear{
	clear:both;
}
body{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
a:link{
	color:#000;
}
a:visited{
	color:#333;
}
a:hover{
	color:#000;
}
a:active{
	color:#003333;
}
p{
	margin-bottom:15px;
	line-height:16px;
}
p.footnote{
	padding-top:10px;
	font-size:10px;
	line-height:14px;
	color:#666;
}
em{
	font-style:italic;
}
.branding{
	height:54px;
	background:#385342
}
h1{
	margin:18px 0 15px;
	font-weight:bold;
	color:#666
}
ul.nav{
	float:left;
	width:132px;
	margin-top:6px;
	font-size:11px;
}
ul.nav li{
	padding:0 0 6px 12px;
}
ul.nav li a{
	display:block;
	padding-left:7px;
	padding-top:1px;
	margin-right:10px;
	line-height:24px;
	text-decoration:none;
	color:#333;
}
ul.nav li.current{
	background:url(../assets/Global/nav_arrow.png) left top no-repeat;
}
ul.nav li.current a{
	background:#ccc;
}
.pg_home{
	margin-top:103px;
}
.pg_home img{
	display:block;
	margin:0 auto;
}
.content{
	float:left;
	width:538px;
	padding-left:40px;
	margin-bottom:25px;
	border-left:1px solid #385342;
}
