/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#FFFFFF;
	color:#424E4F;
	min-width:1000px;
}
/* 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:#55512E;
	padding-bottom:20px;
	font-weight:normal;
}
#content h2 {
	font-size:0.8em;	
	color:#424E4F;
}
p {
	color:#424E4F;
	font-size:0.8em;
}

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

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

a:hover {
	color:#8AADA6;
	text-decoration:none;
}

a:active {
}
/*LAYOUT*/
#header {
	width:95%;
	height:210px;
	margin:0px auto 0px auto;
	min-width:1012px;
}
#ContentWrapper {
	margin:0px auto 0px auto;
	width:1000px;
	height:auto;
}
#leftColumn {
	width:72px;
	float:left;
}
#rightColumn {
	width:72px;
	float:right;
}
#content {
	width:980px;
	height:auto;
	position:relative;
	float:left;
	padding:0px 10px 20px 10px;
}
#contentWork {
	width:855px;
	height:auto;
	position:relative;
	float:left;
}
#secondaryNav {
	width:125px;
	float:left;
	position:relative;
	height:100px;
}
#footer {
	width:95%;
	height:auto;
	margin:0px auto 0px auto;
	clear:both;
	padding-top:75px;
	position:relative;
	
}

#footer p {
	text-align:right;
	float:right;
	margin-left:10px;
	font-size:0.7em;
}
.FooterSquare {
	position:relative;
	width:15px;
	height:15px;
	background-color:#52736A;
	float:right;
}
.credit_img {
	position:absolute;
	bottom:0px;
	right:100px;

}
/*R*/

#logo {
	position:relative;
	float:left;
	width:200px;
	padding-left:20px;
	height:210px;
	margin-top:0px;
}
#mainNav {
	position:relative;
	float:right;
	margin-top:40px;
	height:57px;
}
.downloadCV {
	position:absolute;
	right:0px;
	top:210px;
}
.creditsBottom {
	position:absolute;
	right:100px;
	bottom:0px;
}

/*CONTENT*/

.content_box {
	width:130px;
	height:auto;
	position:relative;
	float:left;
	margin-right:15px;
}

.text_area h1 {
	padding-bottom:5px;
	color:#52736A;
	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;
}
.contact_type {
	color:#55512E; 
	font-weight:normal;
}
