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

/* CSS reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section
{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}
caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

* {margin: 0;padding: 0;}

/* Done*/



.clearBoth{clear: both; height: 0px;}

body {font-family:"Times New Roman", Times, serif; background-color:#c8c9c8; color:#333333;}

p {font-size:14px; line-height:18px; margin-bottom: 10px;}

h1 {font-size:25px; line-height:30px; color:#572d17; margin-bottom:10px;}
h2 {font-size:20px; line-height:23px; color:#572d17; margin-bottom:10px;}
h3 {font-size:18px; line-height:20px; color:#572d17; margin-bottom:10px;}
h4 {font-size:16px; line-height:18px; color:#333333; margin-bottom:10px;}

img {border:none;}


/*links*/
a:link {text-decoration:underline; color:#572d17;}
a:visited {text-decoration: underline; color:#776910;}
a:hover {text-decoration: underline; color:#572d17;}


/* main div */
#main{width:960px; margin-left:auto; margin-right:auto;}

/* header */
#header{background-image:url(images/Edgeworks-Header.jpg); background-repeat:no-repeat; height:230px; width:960px; }

/* nav */
#navWrap{padding-left:180px; }
#nav{float:left; text-align:center; width:119px;margin-top:8px;}
#nav a{color:#572d17;  font-size:13px; font-weight:bold; text-decoration:none;}

/* content */
#contentWrap{width:899px; background-color:#FFFFFF; margin-left:30px;}
#content{width:859px; background-color:#FFFFFF; padding:0 20px 5px 20px;}

.pics{margin-bottom:15px;}

.table{font-size:14px; margin-bottom:10px; vertical-align:top;}
.table td{vertical-align:top;}

.projectsTable{font-size:13px; margin-bottom:10px; padding: 10px;}
.projectsTable td{vertical-align:top;}

.captions{font-size:12px; text-align:center; }
.captions td{text-align:center; }


/* footer */
#footer{background-image:url(images/Edgeworks-Footer.jpg); background-repeat:no-repeat; width:960px; height:85px; }
#footerContact{text-align:center; margin:10px 0 20px 0;}
#footerContact p{font-size:13px; color:#333333; }
#footerContact a{text-decoration:none; color:#333333;}


