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


 /*universal rules*/
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

#wrapper {
	min-height: 100%;
	position: relative;
	padding-bottom: 200px;
}

/*home page rules*/
.home {
	background-image: url(../mockup/images/background.jpg);
}

/*content rules*/

#content {
	position: relative;
	top: 165px;
	left: 479px;
	width: 423px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
}

/*navigation rules*/
#nav {
	position: relative;
	right: 0px;
	margin-left: 675px;
}
#nav #links {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-left: 20px;
}

#nav #green {
	background-color: #8AC441;
	height: 5px;
	width: 100%;
	top: -1px;
}
/*log rules*/

#logo {
	position: relative;
	left: 250px;
	top: 36px;
	width: 435px;
	
}
/*Portfolio content rules*/
.port {
	background-image:url(../images/portfolio/portfolio.jpg);
}

#port_content {
	position: relative;
	top: 145px;
	left: 179px;
	width: 900px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
}

#port_content  img {
	float: left;
}

#port_content  h3 {
	font-family: Verdana, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 1.6em;
	color: #fff;
}

#port_content  a {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 4em;
	color: #fff;
	text-align: right;
}

#port_content  a:hover {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 4em;
	color: #989898;
	text-align: right;
}

.category {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 2em;
	color: #fff;
}

.title {
	font-family: Verdana, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 1.6em;
	color: #482E12;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #8AC441;
}

.boxgrid{
	width: 325px;
	height: 230px;
	float:left;
	background:#161613;
	border: solid 6px #E5E5E5;
	overflow: hidden;
	position: relative;
	margin: 10px;
	padding: 10px;
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 260px;
	width: 100%;
	opacity: .8;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding: 10px;
}
 .captionfull .boxcaption {
 	top: 260;
 	left: 0;
 }
.caption .boxcaption {
 	top: 220;
 	left: 0;
}
.right {
display:inline;
align: right;
margin-bottom:2px
}
				

/*bio content rules*/
.bio {
	background-image:url(../mockup/images/background_2.jpg);
}

#bio_content {
	position: relative;
	top: 115px;
	left: 479px;
	width: 423px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
}
#bio_content  img {
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
	width: 125px;
	height: 125px;
	margin-top: 20px;
}

.brown {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #8AC441;
}

/*contact content rules*/
.contact {
	background-image: url(../mockup/images/background_2.jpg);
}

#contact_content {
	position: relative;
	top: 115px;
	left: 479px;
	width: 423px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
}
#contact_content  img {
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
	width: 125px;
	height: 125px;
	margin-top: 20px;
}


/*details content rules*/
.details {
	background-image:url(../mockup/images/background_2.jpg);
}

.categories {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 6px;
	line-height: 1.6em;
	color: #666666;
}
.subcategories {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 6px;
	line-height: 1.6em;
	color: #666666;
}

#details_content {
	position: relative;
	top: 115px;
	left: 290px;
	width: 700px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #8AC441;
	background-color: #FFFFFF;
}

#details_content  img {
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
	margin-top: 20px;
}
#details {
	float: left;
	width: 300px;
	margin-left: 25px;
}
#details_content #image {
	float: left;
	width: 350px;
}



/*footer rules*/

#footer {
	left: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 5px;
	line-height: 1.6em;
	text-align: left;
	bottom: 0px;
	height: 320px;
	position: relative;
	background-color:#FAF5E1;
	background-image: url(../images/background/footer.jpg);
}

#footer_content h1{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1.6em;
	text-align: left;
}

#footer #green {
	background-color: #8AC441;
	height: 5px;
	width: 100%;
	position: relative;
	bottom: -2px;
}
.clear_footer {
	height: 100px;
	clear: both;
}

.clear_footer_home {
	height: 200px;
	clear: both;
}
#footer_content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}

.footer_about {
	width: 200px;
	height: 145px;
	float: left;
	display: inline;
}
.footer_contact {
	width: 375px;
	float: left;
	display: inline;
	padding-left: 20px;
	
}
.footer_contact img {
	top: -50px;
	left: 100px;
	position: relative;
}
.footer_feature {
	width: 325px;
	float: left;
	display: inline;
	padding-left: 20px;
	margin-left: 10px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #999999;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;

}

.footer_feature img{
	border: medium solid #8AC441;
}

.footer_feature .categories {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 6px;
	line-height: 1.6em;
	color: #666666;
}

/*body content rules*/

.quote {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align: center;
}
.green-text {
	color: #8AC441;
	font-weight: bold;
}

.greenHighlight {
	color: #8AC441;
	font-weight: bold;
	font-size:14px;
}

.brownHighlight {
	color: #482E12;
	font-weight: bold;
	font-size:14px;
}

/*Pseudo rules*/

a:link {
	color:#482E12;
	text-decoration: none;
}     
a:visited {
	color:#666666;
	text-decoration: none;
} 
a:hover {
	color:#8AC441
}  
a:active {
	color:#482E12;
	text-decoration: none;
}  

/*Form Rules*/
.form {
margin: -50px 0px 0px 0px;
}

.required_field {
color: #000;
}

.disabled_field {
background:#000;
}

.disabled_checkbox {
background:#7ED0D4;
voice-family: "\"}\"";
voice-family:inherit;
}

html>body .disabled_checkbox {
padding-top:3px;
}

.row1 {
height: 40px;
}

.row1  label {
float: left;
width: 150px;
text-align: right;
padding: 0px 10px 0px 0px;
color:#000;
}

#port_nav {
	position:absolute;
	left:744px;
	top:184px;
	width:290px;
	height:38px;
	z-index:1;
}
