/*
-----------------------------------------------
Basic styles
----------------------------------------------- */

/* Global re-set */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}

html {  }
body {
	width: 100%;
	margin:0;
	padding: 0;
	color: #000;
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 85%;
	text-align: left;
	background: #e6e6e6 url(/images/bg/bgpage.gif) top left repeat-x;
}


/* Set Up
----------------------------------------------- */
img { border: 0; }

p {
	margin: 0 0 0.8em 0;
	line-height: 165%;
	}
	#leftcol p {
		margin-bottom: 0.8em !important;
	}

.clear { clear:both; }
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix { display:block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.left {
	float: left;
	margin: 0 1.0em 0 0;
}

.right {
	float: right;
}

.top-space-1 {
	margin-top: 1.0em !important;
}

.top-space-2 {
	margin-top: 2.0em !important;
}

.top-space-3 {
	margin-top: 3.0em !important;
}

.top-space-4 {
	margin-top: 4.0em !important;
}

.top-space-5 {
	margin-top: 5.0em !important;
}

.top-space-6 {
	margin-top: 6.0em !important;
}

.left-space-1 {
	margin-left: 1.0em !important;
}

.left-space-2 {
	margin-left: 1.0em !important;
}

.left-space-3 {
	margin-left: 1.0em !important;
}

.left-space-4 {
	margin-left: 1.0em !important;
}

.smalltext {
	color: #aaa;
	font-size: 0.9em;
	font-weight: normal;
}

p.right_align {
	text-align: right;
}

p.smaller {
	font-size: 0.9em;
}

p.smaller a {
	font-weight: normal;
}

p.large {
	font-size: 1.3em;
	color: #888;
}

acronym {
	cursor: help;
}

.sub {
	vertical-align: sub;
}

.sup {
	vertical-align: super;
	font-size: 0.7em;
}

.lower {
	text-transform: lowercase !important;
}

.upper {
	text-transform: uppercase !important;
}

blockquote {
	width: 500px;
	background: #eee url(/images/structural/quotes.gif) top left no-repeat;
	font-weight: bold;
	margin: 0.8em 0 1.2em;
	padding: 20px 15px 15px 25px;
	}
	blockquote p {
		margin-bottom: 0 !important;
		line-height: 145% !important;
		}
		blockquote p.quote {
			font-size: 1.2em;
			font-style: italic;
		}
		blockquote p.source {
			font-weight: bold;
		}

#back-link {
	display: inline;
	float: left;
	width: 170px;
	margin-top: 2.0em;
}

#pagination {
	display: inline;
	float: right;
	margin-top: 2.0em;
	color: #aaa;
}

hr.border {
	width: 980px;
	height: 1px;
	border-top: 1px solid #eee;
}

strong, .strong {
	font-weight: bold;
}

.blue-box {
	background: #06335D;
	color: #fff;
	margin: 1.0em 0;
	padding: 8px 10px;
}

.gold {
	color: #FFEB0F;
}

.highlight {
	background: #E7E7EF;
	padding: 2px;
}

.link-next {
	display: block;
	float: right;
	margin: 1.0em 0.0em 0.4em 0;
	padding: 0 14px 0 0;
	background: url(/images/icons/arrow-right.gif) center right no-repeat;
	}
	.link-next a {
		background: #FFE400;
		}
		.link-next a:hover {
			text-decoration: underline;
		}


/* Links
----------------------------------------------- */
a { color: #000; text-decoration: none; font-weight: normal; padding: 3px;}
a:link { color: #000; text-decoration: none;}
a:visited { color: #000; text-decoration: none;}
a:hover { color: #000; text-decoration: none;}
a:active { color: #000; text-decoration: none;}



/* Accessibility
----------------------------------------------- */

.accessibility, #access, .hide {
	position:absolute;
	left:-10000px;
	}
	.accessibility {
		background: none !important;
	}

div#print {
	display: none;
}


/* Lists
----------------------------------------------- */

ul li {
	padding: 2px 0 4px 2px;
}

ul.bullets li, #column-left ul.news li {
	list-style: none;
	background: url(/images/icons/bullet.gif) top left no-repeat;
	margin: 0 0 0.5em 0.8em;
	padding: 0 0 0 19px;
}

ol li {
	padding: 2px 0 4px 2px;
}

#column-left ul, #column-right ul {
	margin-left: 1.0em;
}


/* Forms
----------------------------------------------- */

form {
	margin: 0;
	padding: 0;
	}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	}

legend {
	font-weight: normal;
	color: #bbb;
	padding: 0;
	font-size: 1.2em;
}

textarea {
	margin: 0.2em 0;
	padding: 3px;
	color: #555;
	border: 1px solid #cee4b5;
	font: 90% Helvetica,Verdana,Arial,Sans-serif;
	line-height: 150%;
}

label {
	display: inline;
	padding: 0;
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
	}


textarea, input, select {
  font-size: 1.0em;
  border: 0;
  padding: 2px;
  color: #000;
	border: 1px solid #83c23a;
	}
	input:focus, textarea:focus {
		border: 1px solid #568420;
	}

input submit {
	background: #83c23a;
}

/* >>> TABLES <<< */

table {
	padding: 0;
	margin: 0 !important;
	}
	table.no-border {
		border: 0 !important;
	}


/* >>> Messages <<< */

p.error {
	margin-top: 0.5em;
	color: #AF0A0A;
	line-height: 130%;
}

.error {
	color: #fff;
	font-weight: bold;
}

label.error {
	color: #AF0A0A;
	background: transparent url(/images/structural/error.gif) no-repeat scroll left bottom;
	padding-left: 15px !important;
}

.message, .confirm {
	color: #007700;
}