﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, img, sub, sup, ol, ul, li, fieldset, form, label, legend, table, caption, tr, th, td, header, nav, section, article, aside, footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

strong, b, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

cite, em, dfn, i {
	font-style: italic;
}

ol, ul {
	list-style: none;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F7F4EA;
	height: 100%;
}

header, nav, section, article, aside, footer {
	display: block;
}

a:link, a:visited {
	color: #0026FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:focus {
	text-decoration: none;
	color: #FF8800;
}

a:active {
	color: #000000;
	text-decoration:none;
}
p {
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	color:#B71A1A;
	text-indent:8px;
}
blockquote {
	border-left: 6px solid #B71A1A;
	font-size: 11px;
	margin: 0px 30px;
	padding-left: 15px;
	color:#464646;
}
:focus {
	outline: 0;
}
html>body #container {
	height: auto;
}
#container { 
	position:relative;
	height: 100%;
	min-height: 100%;
	width: 1260px;
	margin: -16px auto;
	text-align: left; 
} 
#logo{
	width:150px;
	height:150px;
	float:left;
	margin-left:0px;
}
header { 
	height: 150px;
	width:auto;
	margin: 0 0 0 17px;
} 
header h2 {
	padding: 20px 300px;	
}
header p {
	text-indent:50px;	
}
#main { 
	width:1260px;
} 
article { 
	float:left;
	width:740px;
	padding: 0 10px;
	margin-bottom:10px;
}
article  p {
	margin: 10px 0 5px 0;
}
article  p  a{
	margin-left: 8px;
}
article  h1 {
	margin: 20px 0 5px 0;
	font:20px Verdana, Geneva, sans-serif;
}

article  h2 {
	margin: 20px 0 5px 0;
	font: 17px Verdana, Geneva, sans-serif;
}

article  h3 {
	margin: 20px 0 5px 0;
	font: 15px Verdana, Geneva, sans-serif;
}
	
article h4, h5, h6 {
	margin: 10px 0 5px 0;
	font: 14px Verdana, Geneva, sans-serif;
}
article a:link, article a:active, article a:visited{
	color: #0e8db7;
	text-decoration: none;
}
article a:hover {
	color:#cc4e4e;
	text-decoration: underline;
}
#social{
	width:325px;
	height:32px;
	margin: 10px;
	padding:4px;
	float:left;
}
aside {
	float: right;
	width: 475px;
	margin: 5px 10px 40px 0;
	padding: 0;
}
nav {
	float: left;
	width: 200px;
	padding: 5px 5px 5px 0;
}
nav ul {
	margin: 0 0 0 -30px;
}
nav li {
	list-style: none;
	display: block;
	padding: 4px 0 0 0;
}
nav li a {
	color: #000000;
	padding-left: 11px;
	text-decoration:none;
}
nav p{
	width: 150px;
	color: #000000;
	text-decoration:none;
	padding:3px;
}
nav h3, #sidebar3 h3 {
	margin: 5px;
}
nav li a:hover {
	padding-left: 15px;
	color: #00a000;
	text-decoration:underline;
	cursor:pointer;
 } 

#sidebar3 {
	float: right;
	width: 254px;
	padding: 5px;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 10px 0 0px;
	height: 20px;
	clear:both;
} 
footer p {
	margin: 0;
	padding: 16px 10px 0 5px;
	font: 10px Verdana, Helvetica, sans-serif;
}
.right { 
	float: right;
	margin-left: 8px;
}
.left { 
	float: left;
	margin-right: 8px;
}
.clear {
	clear:both;
    height:0;
}
input {
	margin-bottom:10px;
}
form{
	margin-top:20px;
}

