/*
-----------------------------------------------
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;
	vertical-align: baseline;
}

html { height:100%; }
body {
  min-height:101%;
  margin:0;
  width: 100%;
  padding: 0 0 0 0;
  color: #424244;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 85%;
  text-align: left;
  background: #e0e0e0 url(../images/structural/bg.gif) top left no-repeat;
}

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

p {
	margin: 0 0 0.8em 0;
	line-height: 160%;
	}

.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.6em;
}

blockquote {
	width: 460px;
	background: #eee;
	font-style: normal;
	margin: 0.8em 0 1.2em;
	padding: 15px 10px 3px 20px;
	}
	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: #FFFED9;
	padding: 2px;
}


/* Links
----------------------------------------------- */
a { color: #A43837; text-decoration: underline; font-weight: normal; }
a:link { color: #A43837; text-decoration: underline;}
a:visited { color: #A43837; }
a:hover { color: #424244; text-decoration: none;}
a:active { color: #A43837; text-decoration: none;}



/* Accessibility
----------------------------------------------- */
.accessibility { display: none; }
#access { position:absolute; top:-1000em; }
.hide, .hidden { display: none; }

div#print {
	display: none;
}


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


	ul li {
		/*padding: 2px 0 4px 2px;*/
	}
	
	ul.plain {
		list-style: none;
	}

	ul.bullets li{
		list-style: none;
		margin: 0 0 0.5em 0.8em;
		padding: 0 0 0 12px;
	}

	#column-left ul li, #column-right ul li {
		list-style: none;
		/*margin: 0 0 0.4em 1.0em;
		padding: 0 0 0 12px;*/
	}

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


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


form {
	margin: 0;
	padding: 0;
	}

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

select option {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	}
	select option {
		border-bottom: 1px dotted #ddd;
		}
		select option:hover {
			background: #fff !important;
		}		
		select option.null {
			background: #ddd;
			}
			select option.null:hover {
				border-left: 4px solid #ddd;
			}
		

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

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

label {
	display: block;
	padding: 8px 4px 2px 0;
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
	}
	

.textarea, input, select {
  font-size: 1.1em;
  border: 1px solid #ddd;
  padding: 2px;
  color: #777;
	}
	input:focus, textarea:focus {
		border: 1px solid #8BB518;
	}
	input.submit {
		border: 0;
		padding: 0;
		cursor: pointer;
	}

	
/* >>> TABLES <<< */
	
table {
	width: 100%;
	padding: 10px 10px 5px 10px;
	margin: 0 !important;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	}
	

/* >>> Messages <<< */

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

.error {
	/*color: #fff;
	*/
}

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

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

.info{
	color:#2E2C8F;
}
