/*--------------------------------------------------------------------------------------------------
  Base Stylesheet, Mass reset for HTML tag preferences and main layout DIVs.
--------------------------------------------------------------------------------------------------*/

/* Mass Reset
================================================================================================================ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
input, textarea, select { padding: 1px; font-size: 100%; font-family: inherit }
a img,fieldset,iframe,img { border: none; }
a,a:link,a:hover,a:visited,a:active,fieldset,legend { background-color: transparent } 
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
body, html { background-color:transparent } 
html { font-size:100%; margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 62.5%; } /* Type size equalizer */
* html body { font-size: 63%; height: 100%; } /* @ IE Type size equalizer tweak */
body { text-align: center; } /* IE needs for centering container div as it doesn't respect auto margins */


/* Typography 
================================================================================================================ */
body { 
	color: #7d7668;
	font-family: arial, verdana, sans-serif;
	font-size: 0.625em; line-height: 1em; /* Set the default font size to the equiv. of 10 pixels (with the default web browser font size setting) */
} 

p {
	font-size: 1.2em; line-height: 1.6em;
	margin-bottom: 1.5em;
}
h1 {
	color: #cd711e;
	font-size:1.667em; line-height: 2em;
	font-weight:bold;
	margin-bottom: 1em;
}
h2 {
	font-size:1.4em; line-height: 2em;
	font-weight:bold;
	margin-bottom: 0;
}
h3 {
	font-size:1.334em; line-height: 2em;
	font-weight:normal;
}



/* Lists
================================================================================================================ */
ul {
	margin:0;
	padding:0;
	padding-left:2em;
	margin-bottom:1em;
}
ul li		{
	margin:5px 0 0 0;
	padding:0; }          
ol			{
	margin:0;
	padding:0;
	padding-left:4em;
	margin-bottom:1em;
}
ol li		{
	margin:0;
	padding:0;
}
ol ol		{
	margin-bottom:0;
	list-style:lower-roman;
}
ol ol	li	{
	list-style-type:lower-roman;
}



/* Images
================================================================================================================ */
img {
	border: none;
}
img a {
	border: none;
	margin: 0;
	padding: 0;
}



/* Links
================================================================================================================ */
a:link, a:hover, a:visited, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}



/* Tables
================================================================================================================ */
td {
	text-align: left;
}


input,textarea,select {
	border:1px solid #aaa;
	font-family:verdana, sans-serif;
	font-size:1em;
	padding: 2px 2px 2px 5px;
}



/* Forms
================================================================================================================ */
label {
	display:block;
	font-weight:bold;
	padding:3px 0 3px 0;
}
label.form_error {
	color: red;
	font-weight: bold;
}
form div.formcomponent {
  color: #4b4b4b;
	float: left;
	font-size: 90%;
	margin:0 20px 10px 0;
	width:220px;
}
input.text, textarea {
	border:1px solid #4b4b4b;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	padding: 2px;
	width:100%;
}
.textarea {
	border:1px solid #999;
	height:100px;
	padding:5px;
	width:100%;
}


/* Main layout DIVs
================================================================================================================ */
#wrapper {
  text-align: center;
	background-image: url(../img/wrapper_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	margin: 0 auto 0 auto;
	padding: 142px 0 0 0;
	width: 900px;
}
#container_header {
  text-align: center;
	background-image: url(../img/container_header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 88px;
	position: relative;
}
#container_footer {
  text-align: center;
	background-image: url(../img/container_footer_filler.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 104px;
	position: relative;
}

#header {
	height: 160px;
}

#navbar {
	background-image: url(../img/navbar_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 57px;
}
#navbar_list {
	margin: 0 auto;
	width: 675px;
}

#content {
	background-image: url(../img/content_filler.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	clear: left;
	padding: 10px 80px;
	text-align: left;
}

#leftcolumn {
  background-color: #cdcdcd;
	line-height: 125%;
	margin:0 0 0 20px;
	padding: 0;
	text-align: left;
	width: 705px;
}

#sidebar {
  background-color: #ececec;
	float: right;
	text-align: left;
	width: 175px;
}

#footer {
	clear:both;
	color: #707070;
	height: 25px;
	margin: 0 auto;
	padding: 10px 70px;
	text-align: left;
	width: 780px;
}
