/* -- RESET STYLES -- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html {
	height: 100%;
}

body {
	background: #969293 url(../images/global/bg_header.jpg) left top repeat-x;
	color: #333333;
	font-size: .63em;
	line-height: 1;
	height: 100%;
	padding: 0.01em;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

a,
a:link,
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #F4CB0B;
}

img {
	display: block;
}

/* -- CLEARING -- */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

#navigation {
	background-color: #6D6A6B;
	border-bottom: 1px solid #F4CB0B;
	border-top: 2px solid #F4CB0B;
	font-size: 1.2em;
	margin-top: 80px;
}

#navigation ul {
	background: transparent url(../images/global/navigation_left.gif) left top no-repeat;
	height: 21px;
	margin: 0 auto;
	padding-left: 21px;
	width: 879px;
}

#navigation ul li.first {
	padding-left: 6px;
}

#navigation ul li {
	background: #F4CB0B url(../images/global/navigation_repeat.gif) right top no-repeat;
	display: inline;
	line-height: 22px;
	margin-right: -4px;
	padding: 4px 28px 3px 3px;
}

#navigation ul li.last {
	background-image: url(../images/global/navigation_right.gif);
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited {
	text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
	color: #333333;
	text-decoration: underline;
}

#content {
	background: #ffffff url(../images/global/bg_content.gif) left top repeat-x;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 auto;
	padding: 20px 10px;
	width: 880px;
}

#footer {
	height: 3em;
	margin: .5em auto 0 auto;
	width: 900px;
}

#footer li.right {
	float: right;
}

.logo {
	float: left;
	margin: 0 10px 20px 0;
}

h1 {
	clear: both;
	color: #f4cb0b;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .25em;
}

h2 {
	color: #3DA3FF;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .6em;
}

h3 {
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}

h3.nomargintop {
	margin-top: 0;
}

p {
	margin-bottom: .75em;
}

p.highlight {
	font-weight: bold;
	margin-top: 3em;
}

#content ul {
	list-style: circle;
	margin-bottom: .5em;
}

#content ul li {
	margin-left: 1.3em;
}

dl.image img {
	border: 1px solid #666666;
}

dl.image.w200 dt,
dl.image.w200 dd {
	width: 202px;
}

dl.image.w300 dt,
dl.image.w300 dd {
	width: 302px;
}

dl.image.left {
	float: left;
	margin: 0 2em 1em 0;
}

dl.image.right {
	float: right;
	margin: 0 0 1em 2em;
}

dl.image.gallery {
	margin-top: 2em;
}

dl.image.no-subline dd {
	display: none;
}

