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

/* --------------------- */
/* ------ GLOBAL ------- */
/* --------------------- */

* {
	margin: 0; 
	padding: 0;
}

html {
	overflow-y: scroll; /* makes scrollbars always visible in FF */
	height: 100%;
}

body {
	font: 1em Helvetica, Arial, sans-serif; 
	color: #fff;
	height: 100%;
}

img {
	border: 0;
}

#content img {
	float: left;
	margin: 0 30px 30px 0;
}

#content img.NoBottomMargin {
	margin: 0 30px 0px 0;
}

a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

/* --------------------- */
/* -------- TEXT ------- */
/* --------------------- */

h1 {
	font-size: 1.9em;
	line-height: 1;
	margin: 0px;
}

h2 {
	font-size: 1.1em;
	letter-spacing: .4px;
	line-height: 1.2;
	margin-top: 17px;
	color: fff;
}

h3 {
	font-size: .8em;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	margin-top: 4px;
}

h4 {
	font-size: .78em;
	font-weight: normal;
	line-height: 1.4;
	color: #fff;
	margin-top: 3px;
}
	
/*h3+h4 {
	margin-top: 200px;
	color: red;
}*/

p {
	font-size: .78em;
	line-height: 1.7;
	margin-top: 15px;
	word-spacing: 1px;
}

#content p.noMarginBottom {
	margin-bottom: 0px;
}

p.firstpara {
	margin-top: 25px;
}

/* --------------------- */
/* ----- CLASSES ------- */
/* --------------------- */

.clear {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.notopmargin {
	margin-top: 0px;
}

/* --------------------- */
/* ---- CONTAINERS ----- */
/* --------------------- */


#wrapper {
	width: 680px;
	/*width: 730px;*/
	margin: 0 auto 0;
	text-align: left;
	position: relative;
	min-height: 100%; /* Complient browsers: sets to 100% height */
	height: auto !important; /* Complient browsers: ensures 100% height if content stretches */
	height: 100%; /* Hack for older versions of IE - older IE doesnt support min-height nor !important */
}

#navwrapper {
	float: left;
	height: 76px;
	width: 50px;
	margin-top: 41px;
	display: inline;
}

#header {
	width: 630px;
	height: 76px;
	float: right;
	display: inline;
	margin-top: 41px;
	margin-bottom: 25px;
}

#subnavwrapper {
	width: 262px;
	height: 12px;
	clear: both;
	margin-left: 69px;
}

#content {
	width: 610px;
	clear: both;
	margin: 20px 0 0px 69px;
}

#textarea {
	width: 375px;
	float: left;
	display: inline;
}

#footer {
	float: left;
	display: inline;
	width: 280px;
	font-size: .6em;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0px;
	padding: 20px 0 20px 66px;
	clear: both;
}