/* Whole Document */

* 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html 
{ 
	height: 101%; 
}

p 
{
    margin: 0 0 10px 0;
	line-height: 17px;
}

h1 
{ 
	font-size: 32px; 
}

h2 
{ 
	font-size: 24px; 
}

h3 
{ 
	font-size: 16px; 
}

h4 
{ 
	font-size: 12px; 
}



/* Body */
body 
{
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000;
	background-color:white;
	text-align: center;
}

body.section-1 
{ 
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

body.section-2 
{ 
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

body.section-3 
{ 
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

body.section-4 
{ 
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Menu */

#menu 
{
	display: block;
	margin: 0 0 0 0;
	width: 150px;
	position: fixed;
	padding: 20px 0 0 0;
	line-height: 16px;
}

#menu ul 
{
	list-style: none;
	margin: 0 0 12px 0;
}

ul li
{
	margin: 1px 0 0 0;
}

#menu img 
{
	padding: 0 0 30px 0;
}

#menu ul li.section-title 
{ 
	font-weight: bold;
}

#menufooter 
{ 
	border: 0; 
	color: #000; 
	background-color: #000; 
	height: 10px;
	width: 130px;
	overflow: hidden;
}

/* Comment here
#menuprefnav a
{
	width: 268px;
	height: 125px;
	display: block;
	background: url(logo-3_background.gif) no-repeat transparent;
}

#menuprefnav>a {
	background: url(logo-3_background.png) no-repeat transparent;
}
*/

#menuprefnav a:hover {
	text-decoration: none;
	background-color: transparent;
}

/*
#menuprefnav a span {
	visibility: hidden;
}
*/

a:link 
{ 
	text-decoration: none; 
	color: #000; 
	background-color: transparent
}

a:active 
{ 
	text-decoration: none; 
	color: red; 
	background-color: transparent;
}

a:visited 
{ 
	text-decoration: none; 
	color: #000; 
	background-color: transparent;
}

a:hover 
{ 
	text-decoration: none; 
	color: white ;
	background-color: black;
}

a img 
{ 
	border: none; 
}



/* Content Containers */

#content 
{
	font-family: Arial, Verdana, sans-serif;
 	font-weight: normal;
	color: 000;
    height: 100%;
    margin: 0 0 0 230px;
	font-size: 10pt;
	position: absolute;
	top: 150px;
	left: 0;
}

#content a:link 
{ 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #000000; 
	background-color: transparent;
}

#content a:active 
{ 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #000; 
	background-color: transparent;
}

#content a:visited 
{ 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #000000; 
	background-color: transparent;
}

#content a:hover 
{ 
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #ccc; 
	background-color: transparent;
}

.container 
{
    padding: 5px 5px 25px 5px;
}

.contentheadline
{
	font-family: arial, Verdana, sans-serif;
	color: #000;
	font-size: 60px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#content p 
{ 
	width: 500px;
}

hr 
{ 
	border: 0; 
	color: #000; 
	background-color: #000; 
	height: 10px; 
	width: 500px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

#footer
{
	font-size: 8pt;
	font-family: Arial, Verdana, sans-serif;
	color: black;	
}

#footer a:link 
{ 
	font-size: 8pt;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #000000; 
	background-color: transparent;
}

#footer a:active 
{ 
	font-size: 8pt;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #000; 
	background-color: transparent;
}

#footer a:visited 
{ 
	font-size: 8pt;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #000000; 
	background-color: transparent;
}

#footer a:hover 
{ 
	font-size: 8pt;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #ccc; 
	background-color: transparent;
}

#img-container	
{ 
	margin: 0; 
	padding: 0; 
}

#img-container p	
{ 
	width: 500px; 
	margin: 0; 
	padding: 0 0 12px 0; 
}

#once 
{ 
	clear: left; 
}


/* Input Textfield Style */

input
{           
    border: 1px solid #EEE;
}

input:hover
{
	border: #000 1px solid;
}


