/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#FFFFFF;
	color:#424E4F;
}
/* DEFAULTS */
* {
	margin: 0px;
	padding: 0px;
}
.clear-both {
	clear: both;
}
:link img, :visited img {
	border: none;
}
/*TEXT*/
h1, h2, h3, p {
	padding-bottom:10px;
} 
#content h1 {
	font-size:1.0em;
	color:#00C101;
	padding-bottom:20px;
	font-weight:normal;
}
#content h2 {
	font-size:0.8em;	
	color:#424E4F;
}
p {
	color:#424E4F;
	font-size:0.8em;
}

a:link {
	color:#00C101;
	text-decoration:none;
	font-weight:normal;
}

a:visited {
	color:#00C101;
	text-decoration:none;
}

a:hover {
	color:#5E6D70;
	text-decoration:none;
}

a:active {
}
/*LAYOUT*/
#header {
	width:90%;
	height:160px;
	margin:0px auto 0px auto;
	min-width:960px;
}
#ContentWrapper {
	margin:0px auto 0px auto;
	width:855px;
	height:auto;
}
#content {
	width:835px;
	height:auto;
	position:relative;
	float:left;
	padding:20px 10px 20px 10px;
}
#contentWork {
	width:855px;
	height:auto;
	position:relative;
	float:left;
}
#secondaryNav {
	width:125px;
	float:left;
	position:relative;
	height:100px;
}
#footer {
	width:90%;
	height:auto;
	margin:0px auto 0px auto;
	clear:both;
	padding-top:75px;
	
}

#footer p {
	text-align:right;
	float:right;
	margin-left:10px;
	font-size:0.7em;
}
.FooterSquare {
	position:relative;
	width:15px;
	height:15px;
	background-color:#00C101;
	float:right;
}
/*HEADER*/

#logo {
	position:relative;
	float:left;
	width:173px;
	height:54px;
	margin-top:40px;
}
#mainNav {
	position:relative;
	float:right;
	margin-top:40px;
	height:57px;
}

/*CONTENT*/

.content_box {
	width:130px;
	height:auto;
	position:relative;
	float:left;
	margin-right:15px;
}
.image_area {
	width:130px;
	height:130px;
	position:relative;
	background-color:#1B1D1E;
}
.text_area {
	width:130px;
	height:auto;
	min-height:160px;
	position:relative;
	padding-top:10px;
}
.text_area p {
	font-size:0.6em;
}
.text_area h1 {
	padding-bottom:5px;
	color:#424E4F;
	font-size:0.8em;
}
.text_area h3 {
	font-size:0.6em;
	color:#5E6D70;
	font-weight:normal;
	padding-bottom:5px;
}
.text_area h4 {
	font-weight:normal;
	font-size:0.6em;
}