@charset "utf-8";
/* CSS document */

/* ----------------------------simple reset www.maxdesign.com.au/articles/css-reset/---------------------------- */

html, body, ul, ol, dl, li, form, fieldset, legend {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
fieldset, img {
	border: 0;
}
legend {
	color: #000;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
input, textarea, select {
	font-size: 110%;
	line-height: 1.1;
}
abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}

/* ----------------------------layout and navigation---------------------------- */

body {
	background:#eee url(/images/background.png) center repeat-y;
}
#container {
	margin: 0 auto;
	width: 980px;
	background:#fff;
}
#header {
	background:#f4f4f4 url(/images/header.png) no-repeat;
	height:121px;
}
#header h1 {
	margin:0;
	padding:45px 0 0 30px;
	display:inline;
	position:absolute;
}
.skip-to-content {
	font-size:.9em;
	color:#000;
	float:right;
	margin:10px 20px 0 0;
}
.skip-to-content:hover {
	color: #00F;
}
#navigation {
	float: left;
	width: 960px;
	padding:0 20px 0 0;
	background:#333;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	list-style-type: none;
	display: inline;
	margin:0;
}
#navigation li a {
	display: block;
	float: left;
	padding: 5px 20px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}
#navigation li a:hover {
	background:#004384;
}
#content {
	clear: left;
	padding: 20px;
}
.back-to-top {
	float:right;
}

/* ----------------------------footer www.cssstickyfooter.com---------------------------- */

html, body {
	height: 100%;
}
#container {
	min-height: 100%;
}
#content {
	overflow:auto;
	padding-bottom: 50px;
}  /* must be same height as the footer */
#footer {
	font-size:.9em;
	background:#ddd;
	position:relative;
	padding:20px;	
	margin-left:auto;
	margin-right:auto;
	margin-top:-50px; /* negative value of footer height */
	height:10px; /* same as margin-top minus the padding */	
	width:940px;
	clear:both;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
/
}

/* ----------------------------typography---------------------------- */

body {
	font:12px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
}
a {
	color: #06F;
	text-decoration:none;
}
a:hover {
	color: #F60;
	text-decoration:underline;
}
p, li {
	line-height:1.5em;
	margin:15px 0;
}
li {
	margin-left:40px;
}
dt {
	font-weight:bold;
	margin-top:15px;
}
dd {
	margin-bottom:15px
}
ol.lower-roman {
	list-style-type:lower-roman
}
ol.lower-alpha {
	list-style-type:lower-alpha
}
abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}
#footnotes {
	border-top:1px solid #999;
	margin-top:15px;
	font-size:.9em
}
.footnote {
	font-size:.9em
}
/* ----------------------------links---------------------------- */

/* ----------------------------tables---------------------------- */

table {
	margin-bottom:15px;
}
caption {
	font-size:1.5em;
	font-weight:bold;
	padding:10px 0;
}
th, td {
	padding:10px;
	border: 1px solid #D6D6D6;
}
thead th {
	background-color:#003366;
}
th {
	background-color:#336699;
	color:#FFF;
	font-weight:bold;
}
tfoot td, tfoot th {
	font-weight:bold;
}
.tableright td, .tableright th {
	text-align:right
}
.tableleft td, .tableleft th {
	text-align:left
}
tr:nth-child(even) {
background:#f8f8f8;
}
tr:nth-child(odd) {
background:#fcfcfc;
}

/* ----------------------------forms---------------------------- */

/* ----------------------------misc.---------------------------- */

a[href $='.pdf'], a[href $='.PDF'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-pdf.gif) no-repeat scroll 1px 0.6em;
padding:8px 0 0 20px;
}
a[href $='.rtf'], a[href $='.RTF'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-rtf.gif) no-repeat scroll 1px 0.6em;
padding:7px 0 0 20px;
}
a[href $='.doc'], a[href $='.DOC'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-word.gif) no-repeat scroll 1px 0.6em;
padding:7px 0 0 20px;
}
a[href $='.docx'], a[href $='.DOCX'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-docx.png) no-repeat scroll 1px 0.6em;
padding:7px 0 0 20px;
}
a[href $='.xls'], a[href $='.XLS'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-excel.gif) no-repeat scroll 1px 0.6em;
padding:7px 0 0 20px;
}
a[href $='.ppt'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-ppt.gif) no-repeat scroll 1px 0.6em;
padding:7px 0 0 20px;
}
a[href $='.zip'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-zip.gif) no-repeat scroll 1px 0.6em;
padding:6px 0 0 20px;
}
a[href $='.jpg'], a[href $='.JPG'], a[href $='.jpeg'], a[href $='.gif'], a[href $='.eps'], a[href $='.tif'], a[href $='.bmp'], a[href $='.png'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-img.gif) no-repeat scroll 1px 0.6em;
padding:7px 0 0 20px;
}
a[href ^='mailto'] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/icon-email.gif) no-repeat scroll 1px 0.6em;
padding:6px 0 0 20px;
}
