* {
	padding: 0px;
	margin: 0px;
}

html { min-height: 100%; margin-bottom: 1px; }

div { -moz-box-sizing:border-box;box-sizing:border-box; } /* Forces IE & IE to treat padding the same */

body {
	margin: 0px 0px 0px 0px;
	min-height: 100%;

}

.clear {
	clear: both;
	height: 1px;
	min-height: 1px;
	line-height: 1px;
}

h1 {
	margin: 15px 25px 15px 0px;
	font-weight: normal;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #669933;
}

h2 {
	margin: 15px 25px 10px 0px;
	font-weight: normal;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #996699;
}

h3 {
	margin: 15px 25px 15px 0px;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #015196;
}

h4 {
	font-family: Arial;
	margin: 15px 25px 15px 0px;
	color: #99CC33;
	font-size: 18px;
}


h5 {
	font-family: Arial;
	margin: 15px 25px 15px 0px;
	color: #CCCCCC;
	font-size: 16px;
}

h6 {
	margin: 15px 25px 10px 0px;
	font-weight: normal;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #996699;
}

hr { border-color: #CCCCCC; border-width: 1px; border-top-style: none;border-bottom-style: solid; color: #CCCCCC; background: none; height: 1px;  border-left-style: solid; border-right-style: solid; }

ul {
	margin-left: 40px;
}

ul, ol {
	margin-left: 40px;
	font-size: 13px;
	line-height: 20px;	
}

p {
	margin: 0px 25px 15px 00px;
	color: #333333;
	font-family: arial;
	font-size: 13px;
	line-height: 20px;
}

div {
	color: #333333;
	font-family: arial;
	font-size: 13px;
	line-height: 14px;
}

img.bordered {
	border: 1px solid #B6B6B6;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px
}

input {
	font-size: 13px;
	font-family: Arial;
	color: #333333;
}

a {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




#headerContainer {
	background: url('../images/layout/headerbg.jpg');
	border-width: 6px;
	border-color: #996699;
	border-bottom-style: solid;
}



#header {
	width: 960px;
	margin: 0px auto;
	height: 120px;
}

#headerLeft {
	float: left;
	width: 400px;
	text-align: left;
	margin-top: 42px;
	margin-left: 38px;
}

#headerRight {
	float: right;
	width: 320px;
	text-align: right;
	margin-top: 35px;
	font-weight: bold;
}


#headerLeft #textLogo {
	color: #99CC33;
	font-family: 'Century Gothic', Arial;
	font-size: 36px;
	line-height: 36px;
}

#headerRight #address {
	margin-top: 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}


#bodyBG {
	background: #EDEDED;
	clear: both;
	border-width: 6px;
	border-color: #99CC33;
	border-bottom-style: solid;
}

#bodyContainer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

#bodyLeft {
	float: left;
	width: 277px;
	height: 374px;
	background: url('../images/layout/navbg.jpg');
}

#nav {
	width: 150px;
	margin: 105px 0px 0px 80px;
}

#nav a {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	display: block;
	border-width: 1px;
	border-color: #CCCCCC;
	border-bottom-style: dashed;
	padding: 5px 10px 5px 0px;
	text-align: right;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	background: #996699;
}


#body {
	float: right;
	width: 660px;
	margin-top: 20px;
}


#foot {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	margin-top: 20px;
}

#foot, #foot p, #foot div { color: #FFFFFF; }




#footer { color: #FFFFFF; text-align: center; width: 960px; margin: 0px auto; margin-top: 3px; }
#footer a { color: #FFFFFF; text-decoration: none; font-weight: normal; }
#footer a:hover { text-decoration: underline; }






.contactForm {
	width: 370px;
}

.contactForm .field {
	width: 100px;
	float: left;
	clear: both;
	line-height: 19px;
	margin-top: 6px;
	font-weight: bold;
	color: #666666;
}

.contactForm .input {
	width: 220px;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}

.contactForm .input input {
	width: 215px;
}

.contactForm .input textarea {
	width: 215px;
	height: 80px;
}


/* Recent Projects */



.recentProjects	{
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: 0;
	
	margin-left: -5px;

}

/* Spacing around each image */

.recentProjects li	{
	float: left;
	display: inline;
	margin: 0px 0 5px 0px;
	padding:0px;
	width: 160px;
	height: 150px;
	text-align: center;
}

.recentProjects li a.title {
	display: block;
}

.recentProjects li a	{
	text-decoration: none;
	color: #666666;
}
.recentProjects li a:hover {
	color #2C4392;
}

.recentProjects li p {
	padding: 2px;
	margin: 0;
	color: #333333;
}

.recentProjects li img {
	border: 2px solid #DCDCDC;
	padding: 4px;
	background: #FFFFFF;
	width: 140px;
}

.recentProjects li a:hover img{
	border: 2px solid #99CC44;
	background: #FFFFFF;
}

img{
	border:0;
	
}



#projectDetails {
	width: 290px;
	float: left;
	text-align: justify;
}

#projectFullImage {
	width: 412px;
	float: right;
}

#projectFullImage #mainImage img {
	padding: 2px;
	border: 3px solid #3399CC;	
	width: 400px;
}

#projectPrev {
	float: left;
	margin-bottom: 15px;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}

#projectNext {
	float: right;
	margin-bottom: 15px;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	margin-right: 3px;
}

#projectPrev:hover, #projectNext:hover {
	color: #FFFFFF;
	background: #0D3A55;
	text-decoration: none;
}

#projectFullImage #mini {
	clear: both;
	margin-right: 1px;
}

#projectFullImage #mini img {
	padding: 1px;
	margin-right: 1px;
	border: 1px solid #3399CC;
	cursor: hand;
}

#projectFullImage #mainImage {
	clear: both;
	margin-top: 2px;
}

#previous {
	float: left;
	margin-left: 0px;
	border: 2px solid #DCDCDC;
	padding: 4px;
	background: #FFFFFF;
	color: #666666;
	padding: 4px 8px 4px 8px;
}

#previous:hover {
	border: 2px solid #99CC44;
	text-decoration: none;
}

#next {
	float: right;
	margin-right: 40px;
	border: 2px solid #DCDCDC;
	padding: 4px;
	background: #FFFFFF;
	color: #666666;
	padding: 4px 8px 4px 8px;
}

#next:hover {
	border: 2px solid #99CC44;
	text-decoration: none;
}


#artistThumbs {
	width: 222px;
	float: right;
	margin-bottom: 15px;
	text-align: right;
}

#artistThumbs p {
	font-size: 11px;
	margin-right: 4px;
	margin-bottom: 4px;
}
#artistThumbs h2 {
	margin-right: 4px;
	margin-bottom: 12px;
}

#artistThumbs a {
	border: 2px solid #DCDCDC;
	padding: 2px;
	background: #FFFFFF;
	display: inline;
	float: left;
	margin: 5px 0px 0px 5px;
}

#artistThumbs a:hover {
	border: 2px solid #99CC44;
}

.artistList {
	float: left;
	width: 200px;
}


#artistThumbs p a {
    border: none;
    background: none;
    font-size: 11px;
}
#artistThumbs p a:hover {
    border: none;
    background: none;
}

.artistList a {
	color: #333333;
	border-color: #CCCCCC;
	border-bottom-style: dashed;
	border-width: 1px;
	line-height: 22px;
	font-weight: normal;
}

.artistList a:hover {
	border-color: #999999;
	border-bottom-style: solid;
	text-decoration: none;
}


#foot a { color: #669933; }
#foot h2 {
  font-weight: normal;
  font-size: 22px;
  color: #F2F2F2;
  border-color: #F2F2F2;
  border-width: 1px;
  border-bottom-style: dashed;
  display: inline;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 3px;
}

