@charset "utf-8";
/* CSS Document */


/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* http://creativecommons.org/licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* link underlines tend to make hypertext less readable,
 because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }
/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with
 normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }
/* de-italicize address */
address { font-style:normal }
/* more varnish stripping as necessary... */
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

html, body 
{
	height: 100%; /* needed for cover min-height */
	background-color:#ffffff /*#4c4028*/;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

#main{
	background:url(../images/body_background.jpg) no-repeat #ffffff /*#4c4028*/;
	width:100%;
	height:800px;
	float:left;
}

#full{
	background:url(../images/filling_in.jpg);
	height:800px;
	float:left;
	width:100%;
}

#header{
	height:250px;
}

#header p{
	font-size:10px;	
	padding:0 0 0 725px;
	width:340px;
}

#header_link{
	background:url(../images/body_background.jpg) no-repeat -1044px 0px  #f95a00 ;
	height:59px;
	margin:112px 0px 0px 745px;
}

#header_link_in{
	padding:20px 0 0 0;
	width:208px;
	height:23px;
}

#header a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:20px;
	font-weight:100;
	width:208px;
	height:23px;
}

.row{
	width:100%;
	height:36px;
	margin:0 0 1px 0;
}

.width{
	width:1000px;
}

.left_1{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -250px;
}

.left_2{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -287px;
}

.left_3{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -324px;
}

.left_4{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -361px;
}

.left_5{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -398px;
}

.left_6{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -435px;
}

.left_7{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -472px;
}

.left_8{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -509px;
}

.left_9{
	background:url(../images/body_background.jpg) no-repeat;
	width:201px;
	height:36px;
	float:left;
	background-position:0px -546px;/* -37px */
}

.color_1{
	background-color:#ff6c09;
}

.color_2{
	background-color:#342916;
}

.color_3{
	background-color:#0275c5;
}

.color_4{
	background-color:#000166;
}

.color_5{
	background-color:#0d430f;
}

.color_6{
	background-color:#ea3d13;
}

.color_7{
	background-color:#ce9526;
}

.color_8{
	background-color:#3d3d3d;
}

.color_9{
	background-color:#e47500;
}

.link_out{
	width:200px;
	height:36px;
}

.link_in{
	padding:0 0 0 22px;
	width:178px;
	height:36px;
}

.right{
	width:700px;
	height:36px;
	float:left;
}

.right_link{
	padding:12px 0 0 56px;
}

.right_link a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0 6px 0 6px;
}

.right_link a:hover{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}


