/*YUI reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*YUI fonts.css*/
body{font:13px helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% helvetica,arial,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*Standard Styles Font: 11px Line Height: 18px*/
body {
font-size: 11px;
}
p, ul li, ol li, dl dt, th, td {
font-size: 1em; 
line-height: 1.636em;
}
p, ul, ol, dl, fieldset, table {
margin-bottom: 1.636em;
}
ul li {
list-style: disc outside;
}
ol li {
list-style: decimal outside;
}
h1 {
font-size: 2.18em; 
line-height: 1.502em;
margin: 0.751em 0
}
h2 {
font-size: 1.64em; 
line-height: 1.996em;
margin: 0.998em 0
}
h3 {
font-size: 1.45em; 
line-height: 1.129em;
margin: 0.5645em 0
}
h4 {
font-size: 1.18em; 
line-height: 1.387em;
margin: 0.6935em 0
}
pre, code, xmp {
font-size: 0.85em; 
line-height: 1.925em;
}
pre, xmp {
margin-bottom: 1.925em;
}
.sidebar {
font-size: 0.909em; 
line-height: 1.8em;
}
#footer {
font-size: 0.818em; 
line-height: 2em;
margin: 2em 0
}
/* Project Specific */

img { behavior: url(iepngfix.htc); }

body {
	background-color: #BCBEC0;
}

#container {
	background-color: #FFF;
	width: 926px;
/*	height: 616px;*/
	padding: 17px;
	margin: 51px auto 0 auto;
}

#title {
	height: 97px;
}

#title #logo {
	width: 200px;
	height: 88px;
	overflow: hidden;
	background: url(/img/logo.gif) no-repeat -4px -4px;	
}

#logo h1 {
	padding-left: 200px;
}

#navigation {
	height: 2em;
	border-top: 1px solid #A3CD35;
	border-bottom: 1px solid #A3CD35;	
	margin: 0 0 5px 0;
}

#navigation li {
	list-style: none;
	margin: 0;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin-right: 11px;
}

#navigation li a:link, #navigation li a:visited {
/*	font-weight: bold;*/
	color: #808285;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation li.on a {
	color: #A3CD35;	
}

#content {
	color: #FFF;
	height: 462px;
	background-color: #444440;
	position: relative;
	padding: 14px;
}

#content a, #content a:visited {
	color: #fff;
	text-decoration: none;
}

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

#content h1, #content h2, #content h3 {
	color: #9CCB3B;
}

#riba {
	background: #FFF url('/img/riba.gif') no-repeat scroll top left;
	width: 95px;
	height: 52px;
	position: absolute;
	top: -85px;
	right: -7px;
}

#coverImage {
	width: 926px;
	height: 490px;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;	
}

#coverImage #overlay {
	background: url('/img/cover-overlay.50.png') no-repeat scroll center left;
	width: 100%;
	height: 85px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer {
	width: 926px;
	padding: 0 17px;		
	margin: 0 auto;	
}

#footer p {
	padding-top: 0.409em;
}

#footer p, #footer a:link, #footer a:visited {
	color: #8D8E90;
	text-decoration: none;
}

#footer #copyright {
	float: left;
}

#footer #credits {
	float: right;
}

.green {
	color: #A3CD35;
}
.grey {
	color: #444440;
}
