/* susan jean robertson 
All Rights Reserved
Reset coutesy of Eric Meyer - meyerweb.com*/


/* Reset */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* End Reset - Start Main Styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height:1.4em;
	background-color:#fff;
	color:#333;
}
/* General Fonts */
p {
	margin:0 0 10px 0;
	line-height:1.2em;
}
h3 {
	font-size:1.5em;
	font-weight:400;
	font-family:helvetica, sans-serif;
	padding:0 0 10px 0;
	color:rgba(4, 42, 80, 1);
}
h6 {
	color:#333;
	font-size:1em;
	font-style:italic;
	padding:0 0 15px 0;
}
a:link, a:visited, a:active {
	color:rgba(51, 51, 51, .9);
	text-decoration:underline;
}
a:hover {
	color:rgba(51, 51, 51, .4);
	text-decoration:none;
}


/* Header */
header {
	border-bottom:2px solid #042a50;
	border-top:2px solid #042a50;
	display:inline-block;
	width:100%;
}
header h1 {
	background:url(../images/headerNew.png) no-repeat top left;
	text-indent:-9999px;
	height:247px;
	width:940px;
	margin:0 auto;
}
/* Navigation */
nav ul {
	margin:10px auto;
	width:940px;
}
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
	float:left;
	width:60px;
	margin-right:20px;
	background-color:rgba(112, 165, 108, 1); /*green*/
	text-decoration:none;
	text-align:center;
	padding:6px 0;
	color:#fff;
	font-size:14px;
}
nav ul li a:hover {
	background-color:rgba(112, 165, 108, .3);
	color:rgba(112, 165, 108, 1);
}

/* Sections */
section#about,
section#work,
section#contact {
	width:100%;
	display:inline-block;
}
section#about div.about,
section#work div.work,
section#contact div.contact {
	margin:0 auto;
	width:940px;
	padding:20px 40px;
}

section#about,
section#contact {
	background-color:rgba(112, 165, 108, .3);
}
/* About */
section#about h4.example {
	float:left;
	width:140px;
	font-size:18px;
	color:rgb(4, 42, 80);

}
section#about h4.hire {
	font-size:18px;
	color:rgb(4, 42, 80);
	padding:0 0 10px 0;
}
section#about ul {
	margin:0 0 20px 0;
}
section#about ul.hire li {
	list-style-type:disc;
	margin:0 0 0 15px;
	line-height:1.3em;
}
section#about ul.example li {
	list-style-type:none;	
}
section#about ul.example li {
	float:left;
	width:120px;
	margin:0 0 20px 20px;
	background-color:#fff;
	padding:10px;
	/*height:120px;*/
	color:#042a50;
	line-height:1.1em;
}
section#about ul.example li strong {
	font-style:italic;
	color:rgba(4, 42, 80, .8);
}
section#about div.self {
	float:left;
	width:220px;
	clear:both;
	margin-bottom:10px;
}
section#about div.more {
	float:left;
	width:700px;
	margin-left:20px;
}
/* Work */
section#work dl {
	clear:both;
}
section#work dl dt {
	padding:0 0 15px 0;
	clear:both;
	font-size:1.3em;
	color:rgba(112, 165, 108, 1);
}
section#work dl dd.image {
	float:left;
	width:220px;
	margin-bottom:30px;
}
section#work dl dd.description {
	float:left;
	margin:0 0 0 20px;
	width:620px;
}
/* Contact */

#contact form fieldset {
	margin:0 0 10px 160px;
	width:540px;
}
#contact form fieldset legend {
	color:rgb(4, 42, 80);
	font-size:14px;
	padding:0 0 10px 0;
	font-weight:bold;
}
#contact form ol li {
	padding:5px;
	border:1px solid #fff;
	background:rgba(255, 255, 255, .1);
	margin:5px 0;
	clear:both;
	list-style-type:none;
}
#contact form label {
	float:left;
	width:155px;
	margin:5px 0;
	color:rgb(4, 42, 80);
	font-weight:bold;
	font-size:14px;
}
#contact form label.error {
	background-color:#FCF2AB;
	color:#333;
	display:block;
	left:475px;
	padding:5px;
	position:relative;
	top:-29px;
	width:auto;
	border-radius:4px 4px;
	-moz-border-radius:4px 4px;
	-webkit-border-radius:4px 4px;
	margin:0;
}
#contact form input,
#contact form textarea {
	margin:5px 0;
	width:290px;
	padding:0;
	border:none;
	padding:5px;
	font-style:italic;
	font-size:12px;
}
#contact form input:focus,
#contact form textarea:focus {
	background-color:#f2f2f2;
}
#contct form label:hover {
	cursor:pointer;
}
#contact form input.button {
	background:rgba(4, 42, 80, 1);
	padding:3px;
	color:#fff;
	width:100px;
	font-size:14px;
	font-style:normal;
}
#contact form input.button:hover {
	background:rgba(4, 42, 80, .5);
}
/* footer */
footer {
	width:100%;
	border-top:2px solid #042a50;
	display:inline-block;
}
footer p {
	width:940px;
	margin:0 auto;
	padding:10px 0;
}
/* Return to top jump links */
a.return:link,
a.return:visited,
a.return:active {
	clear:both;
	display:block;
	background:transparent url(../images/arrow_top.png) no-repeat scroll left center;
	color:#666666;
	font-size:90%;
	margin:25px 0 10px 0;
	padding:3px 0 0 18px;
	text-decoration:none;
	float:right;
} 

/* Fixes I wish I didn't have to do */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
	clear:both;
}

