@charset "utf-8";

html{min-height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;		
}

body {
	background-color:#200e02;
	background-image:url(images/background.jpg);
	background-attachment:fixed;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffcc;
	margin:0;
	padding:0;
	}	
		
h1{
	color:#4ab474;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;	
	font-weight:normal;
	letter-spacing:-1px;
}
	
h2 {
	font-size:18px;
	font-weight:bold;
	text-indent:5px;
	font-variant:small-caps;
	letter-spacing:-1px;
	color:#4ab474;	
	padding:5px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#200e02;
	background-color:#4ab474;
	padding:2px;
}

h5 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4ab474;
}
	
blockquote {
	margin-top: 10px;
 	margin-bottom: 10px;
  	margin-left: 50px;
 	padding-left: 15px;
  	border-left: 2px solid #ffffcc;
  	clear:both;
}
	
/*======
	LINKS
	------*/

img a:link {
	border:none;	
}
 	
a:link {
	color:#4ab474;
	}
	
a:hover {
	text-decoration:none;
	}
		
a:visited {
	color:#ffcc66;
	}

#footer a:hover {
	text-decoration:none;	
}
	
#footer a:link, #footer a:visited {
	color:#ffcc66;	
}
	
#mininav a:link, a:hover {
	text-decoration:none;
	}

li.social a:hover {
	background-color:#ffcc66;
}

.portfolio a:link img {
	border:2px solid #ffcc66;
}

.portfolio a:hover img {
	border:2px solid #4ab474;
}

.photo_gallery a:link img, .gallery_image a:link img{
	border:2px solid #4ab474;
}

.photo_gallery a:hover img, .gallery_image a:hover img{
	border:2px solid #ffcc66;
}



/*=====
	LAYOUT
	-------*/

#container {
	width:960px;
	margin:auto;
	}
	
#banner{
	margin:auto;
	padding:0;
	clear:both;
}

#nav{
	width:730px;
	height:50px;
	font-size:16px;
	float:right;
}

#mininav {
	float:right;
	height:35px;
	padding-bottom:20px;
	padding-top:20px;
	border-top:1px solid #ffcc66;
	border-left:1px solid #ffcc66;
}

#testimonials {
	width: 500px;
	}
	 
#testimonials .slide {
	list-style-type: none;
	line-height: 24px;
	} 
	
#footer {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffcc66;
	padding-top:10px;
	padding-bottom:10px;
	border-top:2px solid #ffcc66;
	width:960px;
	margin:auto;
	clear:both;
	}
	
.leftcolumn {
	float:left;
	border:none;
	width:320px;
	padding:20px;
	margin:auto;
	}
	
.rightcolumn {
	float:right;
	border:none;
	width:520px;
	margin:auto;
	padding:20px;
	text-align:left;
	}
	
.contact {
	float:right;
	border:none;
	width:520px;
	margin:auto;
	padding:20px;
	text-align:left;
	border:1px solid #4ab474;
	}	
	
.services {
	width:285px;
	height:330px;
	float:left;
	text-align:left;
	text-align:left;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
	margin-top:20px;
	border-left:1px dotted #ffcc66;
}

.services li {
	margin-bottom:10px;
}	

.home {
	float:left;
	width:285px;
	height:210px;
	text-align:left;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	border-left:1px dotted #ffcc66;
}

.recent {
	width:280px;
	margin:auto;
}


/*footer layout*/
.right {
	float:right;	
	width:400px;
	text-align:right;
	padding-right:30px;
}

.left {
	float:left;
	width:400px;
	text-align:left;
	padding-left:30px;
}

/*portfolio layout*/
.gallery {
	width:900px;
	margin:auto;
	padding:20px;
}

.gallery_image{
	float:left;
	width:260px;
	padding-top:20px;
}

.gallery_text{
	float:right;
	width:600px;
}

.photo_gallery{
	width:840px;
	margin:auto;
	padding:20px;
}

/*=====
	DESIGN ELEMENTS
	----------------*/
	
#footer li {
	display:inline;
	list-style:none;
}
	
#footer img {
	border:none;
	}
		
#mininav img {
	border:none;
	}

.largetype {
	color:#4ab474;
	font-size:20px;
	font-variant:small-caps;
	letter-spacing:-1px;	
}

.intro {
	font-size:16px;
	padding-bottom:10px;
	line-height:22px;
}

li.social {
	list-style:none;
	display:inline;
}

	
li.social img {
	border:none;	
}

.center {
	text-align:center;
}

.clear {
	clear:both;
	padding-top:30px;
}

.signature {
	font-style:italic;
	float:right;
}

#comingSoon {
	text-align:center;
}

/*/FORM LAYOUT*/

form {
	margin:auto;
	padding:0px 20px;
	width:440px;	
	border:2px dotted #4ab474;	
}

form ol {
	list-style:none;
	padding:0;
	margin:0;	
}

form li {
	padding:6px;
	margin-bottom:1px;
}

form em {
	color:#F60;
}

form label {
	float:left;
	text-align:right;
	line-height:24px;
	width:70px;	
	margin-right:8px;
}

form input {
	padding:4px;
	border:1px solid #ffcc66;
	width:300px;
	line-height:24px;
}

form textarea {
	padding:4px;
	border:1px solid #ffcc66;
	width:300px;
	height:150px;
	line-height:24px;
}

form input:focus, form textarea:focus {
	background:#4ab474;
}	

form li fieldset {
	border:1px solid #ffcc66;
	padding:14px;
}

form li fieldset legend{
	color:#ffffcc;
}

form ol li ol {
	list-style:none;
}

form ol li ol li label {
	text-align:left;
	line-height:24px;
	width:370px;	
	margin-right:8px;
}

form ol li ol li input {
	padding:4px;
	border:none;
	width:30px;
	line-height:24px;
}

form input#submit {
	width:70px;
	background-color:#ffffcc;	
}

form input#submit:focus {
	background-color:#4ab474;	
}
