/* ----------------------------------------------------------------------------------------------------------- */
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
/* ----------------------------------------------------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	background: transparent;
}
body {font-size: 100.01%;
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	border: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------- */
/* Structure */
/* --------- */

/* General Setup */

html {
	height:100.01%;	
	overflow:-moz-scrollbars-vertical;
}

input {
	border:0;
	border-color:transparent;
}


body {
	min-height:100%;
}


/* Useful Styles */

.clr {
	clear:both !important;
	overflow:hidden !important;
	height:0px !important;
	float:none !important;
}

.fleft {float:left;}
.fright {float:right;}

.fixed {position:fixed!important;
		position:absolute;
}
		

/* Main blocks */

/* Level 1 */

#wrapper {
		width:1024px;
		min-height:860px;
		margin:8px auto 0px auto;
		
}

/* Level 2 */

#header {height:76px;
		width:100%;
		/*background-color:#4e2500;
		border-top-left-radius: 55px;
		border-top-right-radius: 55px;*/
}
		
#top_bar 	{
		display:block;
		overflow:hidden;
		height:34px;
		width:100%;
		background-color:#373737;
		padding-top:7px;
}

/* top_bar Level 3 */
#breadcrumbs {
		float:left;
		padding:4px 10px 4px 10px;
}

.top_bar_div {
		float:right;
		border-left:1px solid #555555;
		padding:4px 10px 4px 10px;
}

/*--end--*/

#main 	{
		/*padding-top:1px;
		padding-bottom:1px;*/
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		width:100%;
		min-height:620px;
}

#bottom_bar {height:34px;
		width:100%;
		background-color:#373737;
}

#footer {height:76px;
		width:100%;
		/*background-color:#4e2500;
		border-bottom-left-radius: 55px;
		border-bottom-right-radius: 55px;*/
}

#footerbar	{
		padding-top:28px;
		padding-left:32px;
		color:#ffffff;
		font-family:arial;
		font-size:0.8125em;
		}/* ---------- */
/* Typography */
/* ---------- */

a {
	text-decoration:none;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.bold {
	font-weight:bold;
}
.uline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}

.italic {
	font-style: italic;
}

.lastp {
	margin-bottom:0.4em;	
}

body {
	font-family: "trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	color:#666666;
}
	
h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.25em;
	margin-bottom:0.25em;
}

h3 {
	font-size:1em;
	margin-top:0.7em;
	margin-bottom:0.2em;
}

h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.25em;
	margin-top:0.75em;
}

p {
	margin-bottom:0.3em;
}

/*--id specific styles--*/
#copy a {
	color:#fff;
}

#copy a:visited {
	color:#fff;
}

#top_bar {
	font-size:0.875em;
	color:#ffffff;
}

#top_bar a {
	color:#ffffff;
	text-decoration:none;
}

#top_bar a:hover {
	text-decoration:underline;
}

#footerbar {
	font-family: Arial, Tahoma, sans-serif;
	font-size:0.8em;
	color:#ffffff;
}

#footerbar a {
	color:#ffffff;
	text-decoration:none;
}

#footerbar a:hover {
	text-decoration:underline;
}
