/* CSS Document - http://www.green17creative.com */

/*------------------------------Reset CSS----------------------------------------------*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

}
body {
	line-height: 1;
	font-family:Georgia, Times New Roman, Times, serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------Reset CSS-----------------------------------*/

body {
	background-color: #333333;
	font-family:"Times New Roman", Times, serif;
	color:#666;
	font-size:14px;
	line-height:1.5em;
}

#header {
	background-color:#333333;
	height:110px;
	margin:0 auto;
	padding:20px;
	width:600px;
}

.head {
	background:url("../images/website/logo.jpg") top left no-repeat;
	height:110px;
	width:300px;
	margin:0;
	padding:0;
}

.h1-display {
	display:none;
	margin:0;
	padding:0;
}

.contact-header {
	bottom:62px;
	color:#FFFFFF;
	font-size:16px;
	left:427px;
	position:relative;
	margin:0;
	padding:0;
}

.home-image {
	border:1px #CCC solid;
	margin-bottom:20px;
}

.portfolio-image {
	margin-bottom:20px;
}

h2 {
	font-size:24px;
	color:#333333;
	margin:0 0 10px;
	font-weight: lighter;
	line-height:128.571%;
}
h3 {
	font-size:22px;
	color:#333333;
	margin:0 0 10px;
	font-weight: lighter;
	line-height:128.571%;
}
h4 {
	font-size:20px;
	color:#333333;
	margin:0 0 10px;
	font-weight: lighter;
	line-height:128.571%;
}

#container {
	margin: 0 auto;
	width:600px;
	padding:20px;
	background-color:#FFF;
}

#content {
	margin-left:150px;
	line-height:1.8em;
}

.portfolio-content {
	margin-bottom:20px;
}

.links-content {
	margin-bottom:20px;
}

.news-content {
	margin-bottom:20px;
}

.intro2 {
	font-size:19px;
	color:#C63;
}

a {color: #333; text-decoration: none;}
a:link {color: #333;}
a:visited {color:#333;}
a:hover {color:#333;}
a:active {color: #333;}

#nav {
	width:100px;
	float:left;
}

#nav a {
	font-size:14px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#nav li {
	margin: 0px 0px 2px 0px;
}
#nav li a {
	width:120px;
	list-style-type: none;
	background-color:#f6e6bd;
}

#nav li a:hover {
	color: #000;
	list-style-type: none;
	background-color:#dea175;
}

.white, a.white {
	color: #FFF;
}
a.white:hover {
	color: #FFF;
	text-decoration:underline;
}
.orange, a.orange {
	color: #DEA175;
}

#footer {
	border-top: 1px solid #eeeeee;
	width:600px;
	height:100px;
	margin-top: 15px;
	padding-top:30px;
}

.footerLogo {
	float:left;
	height:35px;
	margin-left:0;
	width:155px;
}

.logo-text {
	bottom:13px;
	font-size:15px;
	position:relative;
}


