/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
	background: transparent repeat-y 50% url(../img/bg.gif) fixed;
	}
	
#content, #footer, #header, #copy {
	width: 600px;
	margin: 0 auto;
	}
	
#content {
	position: relative;
	padding: 10px;
}
	
/* GENERAL STYLES*/
p {
	text-align: justify;
	line-height: 1.5;
	}

img {
	border: none;
	}
	
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #330066;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
h1 a, h1 a:active, h1 a:visited {
	color: #000000;
	text-decoration: none;
	}
h1 a:hover {
	color: #000000;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
/*END - GENERAL STYLES*/	
	
	
/* HEADER STYLES*/	
#header {
	
	}
.contact {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin: 0px 20px 0px 0px;
	letter-spacing: 1px;
}
.contact a, .contact a:visited, .contact a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.contact a:hover {
	color: #000000;
}

/*END - HEADER STYLES*/

/*CONTENT STYLE*/
		/*NAV STYLE*/
		#nav {
			display: none;
			}
		/*END - NAV STYLE*/
		
		
		/*COPY STYLES*/	
		#copy {
			width: 100%;
			margin-top: 10px;
			}
				/*RESUME STYLES*/
				.restitle {
					display: block;
					font-weight: bold;
					border-bottom: 1px dashed #000000;
					text-transform: uppercase;
					color: #000000;
					text-indent: 10px;
					margin: 20px 0px 5px 0px;
				}
				
				.resskills  {
					list-style: none;
					margin: 0px 0px 0px 10px; 
					padding: 0;
				}
				
				.resskills li {
					margin: 5px 0px 0px 0px;
					line-height: 1.3;
				}
				
				.resloc {
					margin: 0px 0px 5px 10px;
				}
				
				.resxp {
					margin: 0px 0px 0px 25px;
					list-style-type: square;
				}
				
				
				.resxp li {
					color: #000000;	
				}
				.resxp span {
					color: #000000;
					}

				/*END-RESUME STYLES*/
				/*START-PORTFOLIO STYLES*/
				.linedash {
					border-bottom: 1px dashed #cccccc;
					margin: 5px 30px;
					}
				#portfolioth {
					list-style-type: none;
					margin-left: -25px;
					}
				*html #portfolioth {
					margin-left: 15px;
					}					
				#portfolioth li {
					float: left;
					display: block;
					text-align: center;
					margin-right: 13px;
					margin-bottom: 8px;
					}
				*html #portfolioth li {
					margin-bottom: -10px;
					}	
				#portfolioth li a:hover{
					display: block;
					background-color: #B6AACC;
					text-decoration: none;
					}
					
				#portfolioth img {
					display: block;
					}
				.tableOff {
					width: 100%; 
					border-collapse: collapse;
					border: 1px solid #FFFFFF;
					background-color: #FFFFFF;
					}
				.tableOn {
					width: 100%;
					border-collapse: collapse;
					border: 1px solid #FFFFFF;
					background-color: #B6AACC;
					cursor: hand;
					}
				.imgcol {
					width: 110px;
					padding: 8px;
					vertical-align: top;
					height: 83px;	
					}
				.linkcol {
					vertical-align: top;
					padding-top: 5px;
					}
				.porttitle {
					font-weight: bold;
					color: #000;
					text-transform: capitalize;
					}
				.porttitle a:link, .porttitle a:visited, .porttitle a:active {
					color: #000000;
				} 
					/*START-PORTFOLIO-SUB STYLES*/
					.webimg {
						margin-left: -40px;
						}
					.webimg li {
						float: left;
						display: block;
						text-align: center;
						padding-right: 10px;
						padding-bottom: 5px;
						}	
					.webimg img {
						border: 1px solid #000000;
						} 
					#address {
						width: 460px;
						text-align: center;
						margin-bottom: 10px;
						background-color: #000000;
						padding: 2px;
						height: 15px;
						clear: left;
						}
					#address a:link, #address a:active, #address a:visited {
						font-weight: bold;
						color: #000000;
						font-size: 12px;
						text-decoration: none;
						display: block;
						}
					#address a:hover {
						color: #ffffff;
						text-decoration: none;
						display: block;
						}
					#moreInformation {
						float: left;
						width: 225px;
						margin: 0px 15px 0px 0px;
						}
					#moreInformation ul {
						list-style: none;
						margin: 0px; 
						padding-left: 0px;
						
						}
					#moreInformation li {
						padding: 0px 0px 10px 0px;
						margin: 0px;
						line-height: 1.25;
						}
					
					#moreInformation span {
						display: block;
						font-weight: bold;
						border-bottom: 1px dashed #cccccc;
						text-transform: uppercase;
						color: #000000;
						}
					#notes {
						float: left;
						width: 225px;
						}
					#notes p{
						line-height: 1.25;
						}
					.mailer {
						border: 1px solid #cccccc;
						}
					/*ENT-PORTFOLIO-WEB STYLES*/
				/*END-PORTFOLIO STYLES*/						
		/*END - COPY STYLES*/
/*END - CONTENT STYLES*/


/*FOOTER SYLES*/
#footer {
	height: 30px;
	font-size: 9px;
	clear: both;
	}
.copyright {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ddd;
	text-align: left;
}

*html .copyright {
	padding-top: 5px;
	}
/*div#footer p {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 10px;
	color: #ddd;
	padding: 15px 20px 2px 20px;	
}*/
.copyright a:link, .copyright a:active, .copyright a:visited {
	color: #ddd;
	text-decoration: none;
	
	}
.copyright a:hover {
	color: #99CC33;	
}
/*END - FOOTER STYLES*/

