
* {
margin: 0;
padding: 0;
background: ;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
	background: white; /*black; #f1f1f1*/  /*url("images/bg1.png") repeat;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13;
	line-height: 13px;
}
	
#container {
    background-color: white; /*black;  #3f3f3f; 333333;*/
    margin: 0 auto;
    padding: 30px 30px 30px 30px; /*30px 0 0 0;*/
    position: relative;
    width: 850px;
    text-align: justify;

}

section {
	background-color: white;
	float: center;
	font-size: 12px;
	line-height: 20px;
    padding: 15px; /*30px 0 0 0;*/
    position:relative;
    top: 45px
}

section img {
	width: 300px;
	display: inline;
	float:left;
	padding: 0 15px 0 15px;
}

#lefttext {
	float: left;
	width: 485px;
	vertical-align: middle;
}



.footer-segment {
	float: left;
	margin-right: 20px;
	width: 210px;
}

#fourth {
	margin-right: 0;
}

#fourth p {
	padding-right: 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	clear: both;
	color: black;
}

a {
	color:black;
}

a:hover {
	color: blue;
}
	
hr {
	background-color: white; /*#E7E7E7;*/
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}

p {
	margin-bottom: 18px;
}

li {
	padding-left: 5px;
}

img{
	padding:0;
	margin:0;
}


header img {
	clear: both;
	border-top: 4px white; /*solid black; */
	display: block;
}

header>h1 {
	position: absolute;
	top: 80px;
	margin: 20 0 0 20px;
	width: 700px;
	font-size: 30px;
	color: white;
}

header>h1 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 2px 3px black;
}

header>h2 {
	position: absolute;
	top: 120px;
	margin: 0 0 0 20px;
	width: 240px;
	color: #FFFFFF;
	font-style: italic;
	text-shadow: 0px 2px 3px black;
	font-size: 16px;
}


nav {
	background: white; /*black; */
	width: 850px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
}

nav .menu {

}

nav ul {
	list-style: none;
	margin: 0;
}

nav li {
	float: left;
	position: relative;
}

nav a {
	display: block;
	text-decoration: none;
	color: #FAF0E6;
	padding: 0 10px;
	line-height: 38px;
}

nav a:hover {
	color: gray;
}

/* nav 1-level dropdowns */
	nav .menu li ul { 
	display: none; 
}

nav ul li a {
	display: block;
	text-decoration: none;
	color: black; /*white;*/
	background: white; /*black;*/
	margin-left: 1px;
	white-space: nowrap;
}
nav ul li a:hover { 
	background: white; /*black;*/
}

nav li:hover ul {
	display: block;
	position: absolute;
}

nav li:hover li {
	float: none;
	font-size: 11px;
}
nav li:hover a { 
	background: white; /*black;*/
}

nav li:hover li a:hover { 
	background: white; /*black;*/
}

/* main content */




article {
padding: 10px;
}


#content p,
#content ul,
#content ol,
#content hr {
margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
margin-bottom: 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
color: black;
margin: 0 0 20px 0;
line-height: 1.5em;
text-shadow: 0px 2px 3px #ddd;
}


/* sidebar and footer widget blocks */

h3 {
font-size: 22px;
line-height: 1.5em;
text-shadow: 0px 2px 3px #ddd;
}


footer {
margin-bottom: 10px;
clear:both;
}

#footer-area {
border-top: 4px solid black;
margin-top: -4px;
padding: 18px 0;
overflow: hidden;
}


