/* ----------------------------------------------------------------
	WebScore - Main CSS File
		
	Table of Contents

	1. CSS Reset
	2. Default Tags
	3. Layout Divs
	4. Top Navigation
	5. Header
	6. Left Column
	7. Footer
	8. Content
	----------------------------------------------------------------- */
	
/* 1. CSS Reset - Based on Eric Meyer's CSS Reset Reloaded -------- */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* 1. Default Tags ------------------------------------------------ */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
/*
	background: #CCC url(../images/background.jpg) no-repeat left top;
*/
	background: #CCC url(../images/background.jpg) repeat-y left top;
}
h1 {
  color: #60847C;
  font-size: 160%;
  font-weight: bold;
  line-height: normal;
}
h2 {
  color: #60847C;
  font-size: 140%;
  font-weight: bold;
  line-height: normal;
}
h3 {
  color: #000000;
  font-size: 120%;
}
a,  a:link {
  color: #A74232;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #A74232;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #D95844;
  text-decoration: underline;
}
a:focus {
  color: #D95844;
}
a:active {
  color: #D95844;
}

/* 3. Layout Divs ------------------------------------------------*/
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #topNav {
  padding: 0px 0px 0px 0px;
	height: 21px;
}
#outerWrapper #header {
  border-bottom: solid 1px #666;
  height: 60px;
}
#outerWrapper #contentWrapper {
  background-repeat: repeat-y;
  overflow: hidden;
	background-color: #F2F1DF;
}

#outerWrapper #contentWrapper #leftColumn {
  border-right: solid 1px #666;
  float: left;
  width: 150px;
	background-color: #A74232;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 170px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
	color: #D9D6B0;
  background-color: #6D7343;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}

/* 4. Top Navigation ----------------------------*/


#topNav {
}

#topNav ul.top-menu {
	text-align: right;
	color: #F2F1DF;
	margin-top: 5px;
}

#topNav ul.top-menu li {
	list-style:none;
	display:inline;
	text-align:center;
	padding: 0 20px;
	border-right: solid 1px #F2F1DF;
}

#topNav ul.top-menu li.last {
	border: none;
}

#topNav a, #topNav a:link {
  color: #F2F1DF;
  font-weight: bold;
  text-decoration: none;
}
#topNav a:visited {
  color: #F2F1DF;
  font-weight: bold;
  text-decoration: none;
}
#topNav a:hover {
  color: #D95844;
  text-decoration: underline;
}


/* 5. Header ---------------------------------- */

#header h1 {
	float:left;
	text-indent:-9999px;
}

#header .header-area {
	width: 910px;
	height: 60px;
	background:url(../images/header6-bkg.png) top right no-repeat;
	float:right;
}
#header .header-area2 {
	width: 10px;
	height: 1px;
	float:right;
}

/* 6. Left Column -----------------------------*/

#leftColumn {
		padding: 10px;
}
#leftColumn #leftMenu {
	width: 150px;
}
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 190px;
}

ul.menu {
	border: solid 1px #A6A085;
}

ul.menu a {
  display: block;
  text-decoration: none;
}

ul.menu li {
	border-top: solid 1px #A6A085;
	
}
ul.menu li.top {
	border-top: none;
}


ul.menu li a {
  background: #6D7343;
  color: #F2F1DF;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #D9D6B0;
	color: #A74232;
}

ul.menu li ul li a {
  background: #F2F1DF;
  color: #534F4E;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #A6A085;
	color: #F2F1DF;
  border-left: 10px #D1D17C solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

/* 7. Footer ----------------------------------*/
#footer {
	font-size: 75%;
	text-align:center;
}

#footer a:link,
#footer a:visited {
	color:#D9D6B0;
	text-decoration: none;
}

#footer a:hover {
	color:#D95844;
}

#footer footer-text {
	text-align:center;
}


/* 8. Content ---------------------------------*/




