/* --------- 1. defaults  --------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }

strong { font-weight: bold }
em { font-style: italic }

html {overflow-y: scroll;} /* forces vertical scrroll-bar in Firefox*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
		}
.separator {
	clear: both;
	}
a {
	margin: 0px 0px 0px 0px;
	color: #993300;
	}
a:hover {
	color: #FF3100;
	font-weight: normal;
	text-decoration: underline;
	}
/*  --------- Overall structure  --------- */

#wrapper {
	width: 760px;
	margin: 10px auto;
	display: block;
	background-color: #FFF;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-y;
		}
		
#logo {
	height: 126px;
	width: 760px;
		}

/*  --------- Navigation  --------- */

#navigation  {
	float: left;
	width: 180px;
	background-image: url(images/menu_background.jpg);
	background-repeat: no-repeat;
		}
#navigation img {
	margin: 10px 0px 0px 30px;
}
#nav {
	font-size: 80%;
	margin: 20px 0px 0px 14px;
}
#navigation a {
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
	}
#navigation a:hover {
	color:#EC2F00;
	font-weight: normal;
	}
.menuUp {
	color: #333;
	}
.menuDown {
	color: #FF3100;
	font-weight: normal;
	}

/*  --------- Main Content --------- */
#content_main {
	float: left;
	width: 554px;
}
#content_main p.boxout_home img {
	float: right;
	margin: 0px 6px 8px 12px;
}
#content_main p.boxout img {
	float: right;
	margin: 2px 6px 8px 8px;
}
#content_main img {
	float: left;
	margin: 8px 12px 8px 8px;
}
#content_main p.left_caption {
	clear: both;
	font-style:italic;
	margin-right: 12px;
	text-align: left;
}
#content_main p.caption {
	clear: both;
	font-style:italic;
	margin-right: 12px;
	text-align: right;
	font-size: 80%;
}
#left_col {
	float: left;
	width: 300px;
}
#right_col {
	float: right;
}
/*  --------- Side Bar --------- */
#sidebar {
	float: right;
	width: 200px;
}

/* ------------ Default Fonts ----------------*/

h1 {
	font-size:136%;
	font-weight:normal;
	margin: 14px 8px 16px 8px;
	color: #333;
		}
h2 {
	font-size:100%;
	font-weight:normal;
	margin: 0px 8px 6px 8px;
	color: #333;
		}
p {
	color: #333;
	font-size: 85%;
	margin: 0px 8px 14px 8px;

}
.small_text {
	font-size: 70%;
	font-style:italic;
}

/* ------------ Footer ----------------*/
#footer  {
	float: left;
	width: 760px;
	padding: 4px 0px 7px 0px;
	display: block;
	background-color: #E5E5E5;
	}
#footer #line {
	display:block;
	margin: 20px 0px 0px 10px;
}

#footer a {
	color:#585858;
	text-decoration: none;
	font-size: 80%;
	}
#footer a:hover {
	color:#FF3100;
	font-size: 80%;	
	font-weight: bold;
	}
#footer ul {
	margin: 6px 0px 10px 10px;
		}
#footer li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
		}

#footer li#foot0 {
	color:#000;
	font-size: 80%;
	width: 170px;
	}
#footer li#foot1 {
	width: 50px;
	}

#footer li#foot2 {
	width: 65px;
	}
#footer li#foot3 {
	width: 80px;
	}
#footer li#foot4 {
	width: 90px;
	}
#footer li#foot5 {
	width: 85px;
	}
#footer li#foot6 {
	width: 70px;
	}
#footer li#foot7 {
	width: 60px;
	}
#footer li#foot8 {
	width: 80px;
	}
