/* ------------------------------------------------------ RESET ------------------------------------------------------ */
section, article, aside, header, footer, nav, figure {
   display: block
   }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td {
   margin: 0; 
   padding: 0; 
   border: 0; 
   outline: 0; 
   font-size: 100%; 
   vertical-align: baseline; 
   background: transparent
   }

body {
   line-height: 1
   }

ol, ul {
   list-style: none
   }

blockquote, q {
   quotes: none
   }

blockquote:before, blockquote:after, q:before, q:after {
   content: ''; 
   content: none
   }

:focus {
   outline: 0
   }

table {
   border-collapse: collapse; 
   border-spacing: 0
   }


/* ------------------------------------------------------ HTML/BODY ------------------------------------------------------ */


html, body {
   height: 100%
   }

body {
   background: #fff; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px; 
   line-height: 1.5em; 
   color: #333;
   }

a {
   color: #179e98; 
   text-decoration: underline
   }

a:hover {
   color: #000
   }
   
h1 {
	font-size: 24px;
	color: #070707;
	margin:23px 0 18px 0;
	}

h2 {
   line-height: 1em; 
   font-size: 18px;
   font-weight:bold;
   color: #070707; 
   margin:10px 0px 20px 0px;
   }

h3 {
   text-transform: uppercase; 
   font-size: 16px; 
   line-height: 1em; 
   margin-bottom: 0px
   }

p {
	padding:4px 0 10px 0;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	}
	
ul {
	margin-left:20px;
	list-style:disc;
}

ol {
	margin-left:20px;
	list-style: decimal;
}
   
.container {
	width:980px;
	margin:0 auto;
	position:relative;
}

.clear {
	clear:both;
}



/* ------------------------------------------------------ HEADER ------------------------------------------------------ */

.header {
	width:100%;
	height:265px;
	background:url('images/bg_header.png') repeat-x;
}

.header_inner {
	width:980px;
	margin:0 auto;
        position: relative;
}

.container {
	width:980px;
	margin:0 auto;
}

.content {
	float:left;
	margin-top:8px;
	width:705px;
}

.sidebar {
	float:right;
	margin-top:14px;
	width:255px;
	text-align:left;
}

.footer {
	width:100%;
	background:url('images/bg_footer.png') repeat-x;
}

.footer_inner {
	width:980px;
	margin:0 auto;
}