/* CSS Document */
img, div { behavior: url(iepngfix.htc) }

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,
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: 12px;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	}

:focus {
	outline: 0;
	}
	
body {
	line-height: 1;
	color: black;
	background: #a3ce30 url(images/bg_header_tile.gif) top left repeat-x;
	}
	
ol, ul {
	list-style: none;
	}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
ul li {
	background:transparent url(images/bullet.gif) no-repeat scroll 0 2px;
	margin: 0;
	padding: 0 0 1.4em 1em;
	}	
	
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}

a {
	color: #ff008a;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 1em;
	}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	}

/***********Top Section***********/
#featured {
	margin: 0 auto;
	margin-top: 24px;
	background: #ffffff;
	}	

#featured_wrap {
	width: 968px;	
	margin: 0 auto;
	display: table;
	}

.featured_wrap_entire {
	padding: 145px 20px 0 4px;
	background-color: #fff;
	display: block;
	}
	
	.featured_wrap_entire p {
		line-height: 1.5em;
		padding-bottom: 1em;
		}	

.featured_wrap_left {
	float: left;
	width: 390px;
	padding: 145px 20px 0 4px;
	background-color: #fff;
	display: block;
	}
	
	.logo {
		width: 400px;
		height: 145px;
		margin-left: 1px;
		top: 0px;
		position: absolute;
		z-index: 800;
		}
	
	.featured_wrap_left p {
		line-height: 1.5em;
		padding-bottom: 1em;
		}
	
	.about {
		font-size: 1.5em;
		font-weight: bold;
		}
		
	.download_resume a {
		background: url(images/about_div.gif) top left no-repeat;
		padding-left: 10px;
		margin-left: 10px;
		}
	
	.contact_section {
		border-top: 1px solid #cccccc;
		margin-top: 2px;
		padding-top: 16px;
		}
	
		.thumbnails img {
			padding-left: 10px;
			}						

.featured_wrap_right {
	float: left;
	width: 554px;
	padding: 12px 0 0 0;
	display: block;
	}
	
	.featured_wrap_right p {
		line-height: 1.5em;
		padding-bottom: .5em;
		}
	
	.featured_wrap_right h1 {
		padding-bottom: .5em;
		}
	
	.featured_wrap_right h2 {
		padding-bottom: .5em;
		}
	
	.featured_project img {
		border: 1px solid #cccccc;
		margin-bottom: 10px;
		}

/***********Portfolio Section***********/
#portfolio {
	border-top: 1px solid #cccccc;
	margin: 0 auto;
	margin-top: 5px;
	padding-top: 20px;	
	width: 968px;	
	padding-bottom: 62px;
	}
	
	#portfolio p {
		line-height: 1.5em;
		padding-bottom: .6em;
		}
	
	#portfolio h1 {
		padding-bottom: 1em;
		}
	
	#portfolio h2 {
		padding-bottom: .5em;
		}
	
	.portfolio_row {
		margin-bottom: .5em;
		display: table;
		}
		
		.portfolio_column_one {
			float: left;
			width: 301px;
			padding: 0 19px 0 14px;
			display: block;
			}
		
		.portfolio_column_two {
			float: left;
			width: 300px;
			padding: 0;
			display: block;
			}
		
		.portfolio_column_three {
			float: left;
			width: 299px;
			padding: 0 14px 0 20px;
			display: block;
			}
	
/***********Footer Section***********/
#footer {
	margin: 0 auto;	
	background: url(images/bg_footer_tile.jpg) top left repeat-x;
	}

#footer_wrap {
	background: url(images/bg_footer.jpg) top left no-repeat;
	margin: 0 auto;
	width: 948px;	
	height: 100px;
	padding: 0 0 0 20px
	}
	
	#footer h1 {
		color: #80aa10;
		}
		
		.footer_h1_span {
			margin-bottom: 40px
			}
	
	#footer p {
		line-height: 1.5em;
		padding-bottom: .6em;
		}	

.form_area {
	width: 948px;
	display: table;
	}
	
	.form_left {
		display: block;
		float: left;
		width: 790px;
		}
		
	.form_right {
		display: block;
		float: left;
		width: 125px;
		height: 236px;
		padding: 110px 0 0 20px;
		color: #fff;
		line-height: 1.5em;
		background: url(images/footer_jennifer_street.gif) 20px 48px no-repeat;
		}
		
	
/***********Form***********/

#theform { 
	display: table;
	width: 790px;
	margin-top: 24px;
	padding-bottom: 76px;
	}	
	

	#theform fieldset {
		border: 0 none;
		float: left;
		margin: 0;
		}	

	#theform fieldset label {
		font-size: 14px;
		font-weight: bold;
		display: block;
		line-height: 1.5em;
		background: url(images/required.gif) right 1px no-repeat;
		}
		
	#theform fieldset input {		
		background: url(images/bg_input.gif) top left no-repeat;
		border: none;
		}
		
		#theform #pt1 {
			width: 296px;
			margin-right: 19px;
			}
			
			#theform #pt1 input  {		
				width: 280px;
				height: 14px;
				padding: 8px 8px;
				margin-bottom: 8px;
				}
		
		#theform #pt2 {
			width: 475px;
			}
			
			#theform #pt2 textarea  {		
				width: 459px;
				height: 164px;
				padding: 8px;
				margin-bottom: 8px;
				overflow: auto;
				background: url(images/bg_input.gif) top left no-repeat;
				border: 0;
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size: 12px;
				}
/* added for contact form message */				
#theform  span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 1.5em;		
}
