/*RESETS*/
* {
		margin: 0;
		padding:0;
	}
img {
	border:0;	
	}
	
/*GLOBAL STYLES*/
body {
	font-family: Calibri, Helvetica, Arial, sans-serif;	
	color:#5F604B;
	}
h1 {
	margin-bottom:20px;	
	}
	h1 span {
		display:inline;
		visibility:hidden;	
		}
h4 {
	color:#7AC143;	
	}
h5 {
	font-variant:small-caps;
	padding-left:7px;
	letter-spacing:1.25px;
	}
p {
	margin-bottom:20px;
	font-size:.9em;
	line-height:1.5em;	
	}
li {
	font-size:.9em;
	line-height:1.5em;	
	}
a {
	color:#387C2B;
	text-decoration:none;
	}
	a:hover, a:focus {
		color:#7AC143;
	}
table {
	width:500px;	
	}
th {
	width:30%;	
	}
td {
	width:70%;	
	}
fieldset {
	margin:10px 0;
	border:1px solid #999999;
	border-radius:10px;
	width:400px;
	padding:10px
	}
legend {
	background-color: #387C2B;
    border: 1px solid #7AC143;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    margin-left: 1em;
    padding: 0.2em 0.8em;
    position: relative;
    width: 130px;
	}
	/*TABLES CLASSES*/
	.left_col_align {
		text-align:right;
		vertical-align:top;
		}
	.right_col_align {
		text-align:left;
		vertical-align:top;
		}
#wrap {
	margin:90px auto;
	width:825px;
	overflow:hidden;	
	background-color:#fff;
	border-radius:10px;
	padding:20px;
	-moz-box-shadow: 0 0 55px 25px #7AC143;
	-webkit-box-shadow: 0 0 55px 25px#7AC143;
	box-shadow: 0 0 55px 25px #7AC143;
	filter:progid: DXImageTransform.Microsoft.Shadow(color='#7AC143', Direction=145, Strength=3);
	
	}
/*GLOBAL CLASSES*/
.left {
	float:left;	
	}
.right {
	float:right;
	}
.mail {
	width:200px;	
	}
.green {
	color:#387C2B;
	}
.clear {
	clear:both;
	}
		
	/*LOGO*/
	#header {
		margin-bottom:20px;
		float:left;
		}
		#header img {
			width:260px;	
			}
		#header h2 {
			font-weight:100;
			letter-spacing:4.5px;
			padding:6px 0 0 6px;
			color:#7AC143;
			font-size:.8em;
			}
	
	/*HEADER*/
	.header {
		height:106px;
		color: #7AC143;
		font-size: 5em;
		right: 520px;
		opacity: 0.55;
		position: absolute;
		top: 0;
	}
	
	/*NAVIGATION*/
	#navigation  {
		float:right;
		width:500px;
		background-color: #387C2B;
		border-radius:5px;
		} 
	/*CONTENT*/
	#content {
		float:right;
		width:825px;
		padding-bottom: 20px;
		border-bottom:1px solid #7AC143;
		text-align:justify;
		}
		#content_index {
			text-align:left;
			}
		.mast-head-wrapper {
			background: url(../images/spotlightborder.png) no-repeat;
			height: 225px;
			width: 825px;
			margin:0 0 20px 0;
			border-radius:10px;
			}
			.mast-head {
				height: 225px;
				width: 825px;
				margin:0 0 20px 0;
				position:relative;
				}
				.mast-head a {
					position: absolute;
					right: 7px;
					top: 153px;
					}
				.mast-head h1 {
					left: 26px;
					position: absolute;
					top: 15px;
					}
		#entry {
			padding:10px 20px 10px 20px;
			}
			/*PORTFOLIO PAGES*/
			.portfolio {
				border-radius: 10px 10px 10px 10px;
				box-shadow: 0 0 17px #7AC143;
				float: right;
				padding: 10px;
				width: 805px;
				}
			.portfolio li{
				list-style:none;
				padding:10px 0 60px;
				overflow:auto;
				border-top: 1px solid #7AC143;
				}
				.img_container{
					float:left;
					width:574px;
					}
					.img_container img{
					float:left;
					margin: 0 10px 10px 0;
					}
				.detail_container{
					float: right;
					padding-right: 10px;
					width: 203px;
					}
					.detail_container ul{
						padding-bottom:20px;
						}
					.detail_container ul li{
						list-style:outside;
						padding:2px;
						border:none;
						}
					
			.port_nav{
				padding-bottom:20px;
				text-align: center;
				}
				.port_nav li {
					display: inline;
					list-style: none outside none;
					padding: 0 10px;
					}

/*RESUME PAGE*/
.resume {
	width:825px;
	padding:10px 0;	
	}
	.resume p {
		margin:0;	
		}
	.resume li {
		margin-left:17px;	
		}
	.resume td {
		width: 0;
		}
		.resume td.year, .resume td.skill_year, .resume td.edu_year, .resume td.exp_year {
			width:124px;
			text-align:center;
			vertical-align:top;
			}
		.resume td.descrip{
			/*width:60%;*/	
			float:right;
			width:577px;
			}
		.resume td.experience{	
			/*width:10%;*/
			float:right;
			width:577px;
			}
.title {
	width:124px;
	text-align: right;
	vertical-align:top;
	padding-right:10px;
	}
.controls {
	float:right;
	}	
.controls a {
	font-size:12px;
	}
#name {
	float:left;
	width:300px;
	}	
#description {
	float:right;
	width:525px;
	
	}
	#description p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	margin: 20px 0 0 0;
	}


/*CONTACT FORM*/
.highlight {
	background:#D7E5D5;
	padding:2px;
	border:1px dotted #387C2B;
	}
input.error {
	border: 1px solid red;
	box-shadow: 1px 1px 8px red;
	-moz-box-shadow: 1px 1px 8px red;
	-webkit-box-shadow:1px 1px 8px red;
	filter:progid: DXImageTransform.Microsoft.Shadow(color='red', Direction=145, Strength=3);
	padding: 2px;
	}
label.error {
	background: url('../images/error.gif') no-repeat;
	padding-left: 20px;
	margin:2px 0px 0px 10px;
	width:150px;
	}

/*THREE BOXES*/
.boxgrid{ 
	border: 2px solid #387C2B;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 9px 12px #7AC143;
	-moz-box-shadow: 2px 9px 12px #7AC143;
	-webkit-box-shadow:2px 9px 12px #7AC143;
	filter:progid: DXImageTransform.Microsoft.Shadow(color='#7AC143', Direction=145, Strength=3);
    float: left;
    height: 225px;
    margin: 16px;
    overflow: hidden;
    position: relative;
    width: 225px;
	}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
		}
	.boxgrid p{ 
		padding: 6px 10px 0; 
		color:#151515; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
		}	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #7AC143; 
	height: 75px; 
	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)";
	}
	.caption .boxcaption {
		top: 220;
		left: 0;
		}
		.boxcaption h3{ 
			color:#fff;
			padding:8px 4px 4px;
			
			}
		.boxcaption a {
			color:#666;
			text-decoration:underline;	
			}
			.boxcaption a:hover, .boxcaption a:focus {
				color:#fff;
				text-decoration:none;	
				}
				
/*FTP PAGE*/
table.downloads {
	margin: 0 auto;
    width: 95%;
	}
	table.downloads th {
		background: url("../images/table_header.png") repeat scroll 0 0 #FFFFFF;	
		border-collapse: collapse;
		padding: 9px 25px;
		text-align:center;
		/*width: 0px;*/
		}
	table.downloads tr{
		border: 1px solid #7AC143;	
		}
	table.downloads td {
		/*width: auto;*/
		padding: 10px 5px;
		border-bottom: 1px solid #7AC143;
		}
		table.downloads td.lastrow{
			border-bottom:none;
			}
		table.downloads td a {
			display: block;
			text-indent: -9999px;
			}
			table.downloads td a:hover, table.downloads td a:active, table.downloads td a:focus {
				background: url("../images/download.png") no-repeat scroll center center transparent;
				}
a.zip {
    background: url("../images/zip.png") no-repeat scroll center center transparent;
    padding: 15px 15px 15px 15px;
	}
		
/*FOOTER*/
#footer {
	font-size: 0.8em;
	margin-top: 15px;
	text-align: center;
	}
#footer img {
	margin:0 auto 10px;	
	display:block;
	}	

