@charset "utf-8";
/* CSS Document */


/*****GENERAL RULES*****/
* {
padding: 0;
margin: 0;
}

html, body {
height: 100%;
}

body {
color: #000;
font-family: Helvetica, Sans-Serif;
font-size: 1em;
background: #ccc;
}

p{
padding-bottom: 15px;
line-height: 1.5em;
}

ul {
padding-bottom: 10px;
}

span.left {
float: left;
margin: 5px 10px 5px 10px;
}

span.right {
float: right;
margin: 5px 0 5px 10px;
text-align: right;
}

a{
color: #a00;
text-decoration: none;
}

img {
border: none;
}

a:hover {
text-decoration: underline;
}

a:hover img {
text-decoration: none;
}

h1, h3 {
font-size: 1.2em;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #000;
}

blockquote {
margin: 10px 30px;
}

.small {
font-size: .7em;
}

.pretext {
font-size: .85em;
font-style: italic;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.nudge {
padding-top: 15px;
}

.important {
color: #f00;
}

.left {
float: left;
}

.right {
float: right;
}

.clearboth {
clear: both;
}

.last {
padding-bottom: 0;
margin-bottom: 0;
}

.box {
border: 1px solid #333;
padding: 10px;
}

#header, #content, #footer {
width: 1000px;
margin: 0 auto;
}

/*****************************/


/**********HEADER*************/
#headerContainer {
height: 100px;
}

#header img {
vertical-align: top;
position: relative;
z-index: 2;
}

#menu
{	
	width: 1000px;
	}

#menu li
{	list-style: none;
	float: left;
	}

#menu li a
{	display: block;
	}
	
#menu li a:hover
{	color: #000;}

#menu ul
{	position: absolute;
	z-index: 2;
	visibility: hidden;
	width: 150px;
	}

	#menu ul a
	{	position: relative;
		display: block;
		}
		
		#menu div a:hover
	{	color: #000;}

/*********************************/


/*****************CONTENT*********/
#content {
position: relative;
top: -50px;
background: #fff;
z-index: 1;
height: 100%;
padding-bottom: 10px;
}

/********************************/


/***********FOOTER***************/

#wrap {
min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	background-color: #fff;
	margin: 0 auto -131px;
}

#push {
height: 81px;
clear: both;
}

#footerContainer {
height: 131px;
}

#footer {
font-size: .6em;
height: 130px;
background: #fff;
border-top: 1px #000 solid;
/*border-left: 1px #000 solid;
border-right: 1px #000 solid;*/
}

#foot_l {
float: left;
padding: 10px 0 0 20px;
}

#foot_l img {
padding-left: 30px;
}

#foot_r {
float: right;
text-align: right;
padding: 10px 20px 0 0;
}
/**********************************/
