
* {
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	outline: none;
	color: #303030;
}

.clear {
	clear: both;
}

.pointer {
	cursor: pointer;
}

.left {
	text-align: left;
}

a {
	color: black;
	text-decoration: none;
}

html, body {
	width: 100%;
	height: 100%;
}

.green {
	color: #8ec63f;
}

div#container {
	min-height: 100%;
	position: relative;
}

div.vmiddle {
	display: table-cell;
	vertical-align: middle;
}

div#header {
	position: relative;
	height: 124px;
}

div.content {
	width: 980px;
	position: relative;
	margin: auto;
}

div#header div.content {
	bottom: 0px;
}

div#header div#logo {
	position: absolute;
	left: 0px;
	padding-bottom: 26px;
	bottom: -124px;
}

div#header div#navbar {
	position: absolute;
	right: 0px;
	bottom: -124px;
}

div#header div#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#header div#navbar li {
	float: left;
	margin-left: 30px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 6px 20px 6px;
	border-bottom: 9px solid #ffffff;
}

div#header div#navbar li:hover {
	border-bottom: 9px solid #dddddd;
}

div#header div#navbar li.selected {
	border-bottom: 9px solid #3a3a3a;
}

div#social {
	font-size: 12px;
	position: absolute;
	right: 0px;
}
div#social img {
	position: relative;
	top: 8px;
}

div#greenbar {
	background-color: #8ec63f;
	height: 120px;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

div#greenbar div.greenbarText {
	padding-top: 50px;
	color: #ffffff;
}

div#greenbar div.greenbarText strong {
	color: #ffffff;
}

div#overlapGreenbar {
	position: relative;
	width: 100%;
	top: -130px;
	margin-bottom: -130px;
}

div.content h1 {
	font-size: 28px;
	padding-bottom: 25px;
}

div.content h3 {
	margin-bottom: 10px;
}


div.content p {
	line-height: 150%;
}

div.graybox {
	padding: 30px;
	background-color: #f7f7f7;
}

div.text {
	line-height: 175%;
	font-size: 14px;
	color: #747474;
}


div#twitterBox img {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#twitterBox {
	float: right;
	width: 330px;
	margin-left: 25px;
	position: relative;
}

div#twitterFeed {
	float: right;
	width: 231px;
	margin-top: 5px;
	background-color: #f7f7f7;
	padding: 15px;
	font-size: 14px;
}

div#twitterFeed h1 {
	color: #02b9f2;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}

div#twitterFeed * {
	color: #c5c5c5;
}

div#twitterFeed .twit {
	margin-bottom: 5px;
}

div#twitterFeed .date {
	text-align: right;
}

div#mainContent {
	padding-bottom: 128px;
}

div#footer {
	background-color: #f9f9f9;
	height: 64px;
	font-size: 14px;
	margin-top: 50px;

	width: 100%;
	position: absolute;
	bottom: 0;
}

div#footer div#copyright {
	position: absolute;
	left: 0px;
	padding-top: 20px;
	color: #666666;
}

div#footer div#links {
	position: absolute;
	right: 0px;
	padding-top: 20px;
	color: #666666;
}

div#footer div#links a {
	color: #666666;
}


