/* CSS Reset: */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

/********************************************************************************/

body  {
	font: 14px "Helvetica Neue", "Helvetica Neue Light", Helvetica, Verdana, Arial, sans-serif;
	background: #ccc2c0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	letter-spacing: 1px;
	height: 100%;
}

p{
font-weight: normal;
margin-bottom: 10px;
}

h1{
font-size: 32px;
padding-bottom: 10px;
margin-top: 0px;
padding-top: 0px;
letter-spacing: 1px;
}

h2{
font-size: 26px;
padding-bottom: 10px;
}

a, a:link, a:hover a:visited{
color: #fff;
text-decoration: underline;
}

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

#nav a:link,
#nav a:hover,
#nav a:visited{
text-decoration: none;
}

#nav a.current{
color: #ccc2c0;
}

.dukes #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 550px;
	background: #00b4e0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 2%;
} 
.dukes #header { 
position: relative;
	background: #ffffff url(images/websitelogo.gif) no-repeat; 
	height: 119px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}
.dukes #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.dukes #left {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 431px;
	background: #007487; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px;
	background: url(images/address.gif) no-repeat bottom left;
}

.dukes #nav{
padding: 0px;
margin: 0px;
padding-left: 15px;
margin-top: 30px;
font-size: 18px;
}

.dukes #nav li{
margin-bottom: 20px;
}

.dukes #content { 
width: 335px;
	margin: 28px 0 0 405px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px;
	padding-right: 20px;
	font-size: 14px;
	height: 370px;
} 

#contentinner{
position: relative;
}

.dukes #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none; 
	height: 1px;
	width: 780px;
	margin: 0 auto;
	border: 0px solid #fff;
	border-top: 0px;
	position: relative;
} 
.dukes #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#bottomstuff{
width: 780px;;
height: 10px;
margin: 0 auto;
margin-top: 5px;
font-size: 80%;
}


#copyright{
width: 210px;
text-align: left;
float: left;
}

#bottomnav{
width: 500px;
text-align: right;
float: right;
padding-right: 0px;
}

#bottomnav a:link,
#bottomnav a:visited{
text-decoration: none;
}

#bottomnav a:hover{
color: #fff;
text-decoration: underline;
}

/* Scrolling div CSS */

div#wn	{ 
    position:relative; 
    width:335px;
    height:365px;
    overflow:hidden;
	}
	
div#scrollLinks{
text-align: right;
width: 335px;
}

span.ofc{
color: #d6cdbe;
}

span.ofc a,
span.ofc a:link,
span.ofc a:visited{
text-decoration: none;
color: #d6cdbe;
}

span.ofc a:hover{
text-decoration: none;
color: #fff;
}

div.emaillink{
position: absolute;
bottom: 46px;
left: 35px;
width: 335px;
height: 30px;
}

div.homelink{
position: absolute;
top: 30px;
left: 36px;
width: 210px;
height: 40px;
}

div.case{
margin-top: 20px;
}

div.topcase{
margin-top: 0px;
}

span.client {
color: #c3b59b;
padding-top: 5px;
}

table#portfoliotable img{
padding-right: 10px;
padding-bottom: 10px;
}

table#portfoliotable img.nopad{
padding-right: 0px;
}

h3 {
	font-size: 14px;
	margin-bottom: 4px;
}

#portfolioContainer {
	position: relative;
	width: 346px;
	height: 366px;
	background: #00b4e0;
}

#portfolioContainer img {
	border: none;
}

#portfolioContainer a {
	position: absolute;
	border: 1px solid #ffffff;
}

#portfolioContainer a:hover {
	position: absolute;
	border: 1px solid #c3b59b;
}
