/*
-----------------------------------------------
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;
  padding: 0 0 0 0;
  color: #231F20;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  text-align: left;
  background: #fff200;
  border-top: 2px solid #231F20;
}


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

p {
	margin: 0 0 0.8em 0;
	line-height: 155%;
	}
	#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%; zoom: 1; }
.clearfix { display: block; }
/* */

strong, .strong, bold {
	font-weight: bold;
	}
	.strong a, strong a {
		font-weight: bold !important;
	}
	
.left {
	float: left;
}

.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: #888;
	font-size: 0.9em;
	font-weight: normal;
	}
	.smalltext a {
		color: #888 !important;
	}
p.right_align {
	text-align: right;
}

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

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

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

.highlight {
	background: #fff200;
}

acronym {
	cursor: help;
}

.sub {
	vertical-align: sub;
}

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

.full-width {
	width: 100%;
}

.highlight {
	background: #FFF200 !important;
}

blockquote {
	width: 460px;
	background: #fff200 url(../../images/structural/quote_bg.gif) bottom right no-repeat;
	font-style: normal;
	margin: 0.8em 0 1.2em;
	padding: 10px 40px 10px 15px;
	}
	blockquote p {
		margin-bottom: 0 !important;
		line-height: 145% !important;
		font-size: 1.2em;
		font-style: italic;
		font-weight: bold;
		}	
		blockquote p.source {
			font-weight: bold;
		}
		
#back-link, .back-link {
	display: inline;
	float: left;
	margin-top: 2.0em;
	}
		
#pagination {
	display: inline;
	float: right;
	margin-top: 2.0em;
}

.emphasis {
	font-weight: bold;
 	font-style: italic;
}


/* Links
----------------------------------------------- */
a { color: #231F20; text-decoration: underline; font-weight: normal; }
a:link { color: #231F20; text-decoration: underline;}
a:visited { color: #231F20; }
a:hover { color: #231F20; background: #fff200; text-decoration: none;}
a:active { color: #231F20; text-decoration: none;}

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

div#print {
	display: none;
}


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

	ul {
		margin: 0;
		padding: 0;
	}

	ul li {
		color: #231F20;
		padding: 2px 0 4px 2px;
		margin: 0;
		line-height: 1.4em;
		}
	
	ul.plain {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	ul.inline li {
		display: inline;
		float: left;
	}
	
	ul.ball li {
		list-style: none;
		padding: 0 0 8px 18px;
		background: url(../../images/icons/icon_ball.png) top left no-repeat;
		}
		ul.ball.inline li {
			display: inline;
			float: left;
			margin-right: .8em;
		}

	ol li {
		color: #666666;
		padding: 2px 0 4px 2px;
	}


/* Forms
----------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	}

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

legend {
	font-weight: bold;
	color: #555;
}

input {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
	outline: none;
	}
	textarea {
		margin: 0.3em 0 0.3em 0.3em;
		padding: 4px 3px 4px 3px;
		border: 1px solid #ccc;
		font-size: 0.9em;
		color: #231F20;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		outline: none;
	}
	select {
		margin: 0.3em 0 0.3em 0.3em;
		padding: 4px 3px 4px 3px;
		border: 1px solid #ccc;
		font-size: 0.9em;
		color: #231F20;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		outline: none;
	}
	input.hp {
		display: none;
	}
	input.text {
		margin: 0.3em 0 0.3em 0.3em;
		padding: 4px 3px 4px 3px;
		border: 1px solid #ccc;
		font-size: 0.9em;
		color: #231F20;
		}
		input.text:focus {
			border: 1px solid #fff200 !important;
		}
	input.button {
		display: block;
		float: right;
		margin: 0.5em 0.1em 0 0;
		padding: 6px;
		background: #231F20;
		color: #fff;
		border: 0;
		cursor: pointer;
		}
		input.button:hover {
			background: #fff200;
		}

label {
	display: inline;
	float: left;
	clear: left;
	text-align: right;
	padding: 9px 4px 0 0;
	width: 100px;
	font-size: 0.9em;
	}

	
/* >>> TABLES <<< */


table {
	background: #fff;
	padding: 0;
	margin: 1.0em 0 !important;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;	
	border-bottom: 1px solid #000;	
	}
	table.no-border {
		border: 0 !important;
	}
table th, table td {
	padding: 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000
}	

table th {
	background: #fff200;
	font-weight: bold;
}





/* >>> Messages <<< */

p.error {
	margin-top: 1.5em;
}

.error {
	color: #770000 !important;
	}
	ul.error li {
		color: #770000 !important;
		font-weight: bold;
	}

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


/* >>> Buttons <<< */

.button-next {
	display: inline;
	float: right;
	margin: -7.0em -11.0em 1.0em 0;
	}
	.button-next a:hover {
		background: none;
	}
.button {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

