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

/*---- 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/*---- END RESET ---*/


html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body{
	background-color:#9fb76d;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#191919;
	margin-bottom:-60px;
}

.info{ background-color:#000; background-image:none; padding:10px; color:#FFF; padding-bottom:0px; margin-bottom:0px; height:80% }
.info img{ border:4px white solid; float:left; margin-right:10px; padding-bottom:0px; margin-bottom:0px; }
.info b{ text-transform:uppercase; }




#container{ 
	width:1000px; 
	margin:0 auto;
	min-height:100%;
	position:relative;
	background-image:url(images/bg_img.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}

#content{
	width:700px;
	margin:0 auto;
	padding-right:25px;
	padding-bottom:100px;
}

#content.portfolio{ width:750px; }


h3{ font-size:17px;	color:#464646; line-height:18px; margin-bottom:2px;}
h5{ font-size:14px; }

p{ margin-bottom:1em; }
a{ color:#656565; text-decoration:none; }
a:hover { text-decoration:underline; }

.clear{ clear:both; visibility:hidden; }


#resume { background:#fff; border:thin gray solid; width:600px; padding:10px; margin:0 auto; padding-top:10px; margin-top:20px; line-height:18px; font-size:12px }
ul{ list-style:disc outside; margin-left:15px; margin-bottom:18px; }

#portfolio{
	background: url(images/portfolioFrame.png) no-repeat;
	behavior: url(iepngfix.htc)
	width:225px;
	padding: 7px;
	text-align:center;
	float:left;
	margin:10px 5px;
}

#portfolio img{ margin-bottom:10px; }
#portfolio a, .soon{ font-size:12px; }

#sub_nav{
	margin:0 auto;
	text-align:center;
	width:100%;
	font-size:12px;
	text-transform:uppercase;
	color:#464646;
	margin-bottom:80px; 
	margin-top:-70px;
}
#sub_nav a{ margin:0 15px; }


/*Contact Forms */
#contact_form{ text-align:left;}
#contact_form label{
	display:block; float:left;
	clear:left;
	width:14em;
	padding-top:3px;
	text-align:right;
	
	font-size:15px;
	text-transform:uppercase;
	margin-right:20px;
	margin-top:10px; margin-bottom:10px;
	}
#contact_form input, #contact_form select{ margin-top:11px; margin-bottom:11px;}
#contact_form input{width:255px;}
#contact_form fname{ margin-top:20px; }
#contact_form #city{ width:125px; margin-right:15px; }
#contact_form #state{width:50px; margin-right:15px;}
#contact_form #zip{ width:70px; }
#contact_form #comments { width:350px; height:120px; margin-top:12px; }

/* Security Codes */
#enterCode{ font-size:11px; padding:5px 0 0 15px; line-height:0px; }
#enterCode #verificationcode{ width: 114px; height:25px; text-align:center; text-transform:lowercase; font-weight: bold; font-size: 20px; color:#006 }

#errmsg { background:#fff; border:thin black solid; color:#006; text-align:center; font-size:14px; line-height:16px; padding:10px; margin:0 auto; margin-bottom:10px; width:500px; font-weight:bold }


#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   text-align:center;
   font-size:12px;
   line-height:18px;
}

#footer a{ color:#191919; text-decoration:none; padding:0 20px;}
#footer a:hover{ text-decoration:underline; }
#footer hr{ background-color:#464646; height:1px; width:800px; border:0}

.png { behavior: url(iepngfix.htc) }