@charset "UTF-8";
#pageWrapper {
	height: 800px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#sliderContainer {
	height: 695px;
	width: 960px;
	padding-top: 0px;
}

#indexBG {
	height: 568px;
	width: 940px;
	background: #e57a12;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 940px;
	background: #98CACB;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
}
#footer_portfolio {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
}
#aboutBG {
	height: 568px;
	width: 940px;
	background: #CBCC64;
	margin-right: auto;
	margin-left: auto;
}
#aboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 500px;
	padding-left: 73px;
	padding-top: 90px;
	text-align: justify;
	color: #2C3E3E;
	float: left;
}
#resumeLink {
	float: right;
}
#contactBG {
	height: 568px;
	width: 940px;
	background: #98CACB;
	margin-left: auto;
	margin-right: auto;
}
#contactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	width: 740px;
	padding-left: 140px;
	padding-top: 120px;
	color: #2C3E3E;
}
.contact_link {
	display: inline-block;
	padding-left: 72px;
}
#aboutPhoto {
	float: right;
	background: url(images/JPGs/sbio.jpg) no-repeat top;
	height: 160px;
	width: 131px;
	position: relative;
	bottom: 250px;
	right: 50px;
	margin: 2px;
	border: 2px solid #F7F6D9;
}
#indexHeader   {
	height: 167px;
	width: 960px;
	position: relative;
}

        /**
         * You could create multiple hover background classes for different looks depending on the
         * image type. Use your imagination!
         */


#slider {
	width: 780px;
	height: 580px;
	margin-right: auto;
	margin-left: auto;
}

#portfolioItemHolder {
	height: 580px;
	width: 780px;
}

     /* --- viewport configuration ---------------------------------------------------------- */
        .viewport {
	float: left;
	height:580px;
	overflow: visible;
	position: relative;
	width: 780px;
	border-top: #eee;
	border-right: #eee;
	border-bottom: #eee;
	border-left: #eee;
	margin-right: auto;
	margin-left: auto;
        }
.viewport2 {
	float: left;
	height:580px;
	overflow: visible;
	position: relative;
	width: 780px;
	border-top: #eee;
	border-right: #eee;
	border-bottom: #eee;
	border-left: #eee;
	margin-right: auto;
	margin-left: auto;
}
.viewport3 {
	float: left;
	height:580px;
	overflow: visible;
	position: relative;
	width: 780px;
	border-top: #eee;
	border-right: #eee;
	border-bottom: #eee;
	border-left: #eee;
	margin-right: auto;
	margin-left: auto;
}
.viewport4 {
	float: left;
	height:580px;
	overflow: visible;
	position: relative;
	width: 780px;
	border-top: #eee;
	border-right: #eee;
	border-bottom: #eee;
	border-left: #eee;
	margin-right: auto;
	margin-left: auto;
}
		
	/* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
            display: block;
            position: relative;
        }
.viewport2 a {
	display: block;
	position: relative;
}
.viewport3 a {
	display: block;
	position: relative;
}
.viewport4 a {
	display: block;
	position: relative;
}

        .viewport a img {
	height: 580px;
	position: relative;
	width: 780;
        }
.viewport2 a img {
	height: 580px;
	position: relative;
	width: 780;
}
.viewport3 a img {
	height: 580px;
	position: relative;
	width: 780;
}
.viewport4 a img {
	height: 580px;
	position: relative;
	width: 780;
}
		
		  /* --- Label configuration -------------------------------------------------------------- */
        .viewport a span {
	display: none;
	font-size: 1em;
	font-weight: normal;
	height: 55%;
	position: absolute;
	width: 100%;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 200px;
	text-align: center;
        }
.viewport2 a span {
	display: none;
	font-size: 1em;
	font-weight: normal;
	height: 69%;
	position: absolute;
	width: 100%;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 120px;
	text-align: center;
}
.viewport3 a span {
	display: none;
	font-size: 1em;
	font-weight: normal;
	height: 52%;
	position: absolute;
	width: 100%;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 220px;
	text-align: center;
	padding-left: 105px;
}
.viewport4 a span {
	display: none;
	font-size: 1em;
	font-weight: normal;
	height: 52%;
	position: absolute;
	width: 100%;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 220px;
	text-align: center;
	padding-left: 238px;
}
#verticalAlign {
	vertical-align: middle;
	display: table-cell;
}


        /* --- Light hover background ----------------------------------------------------------- */
        .light-background {
	background-color: rgba(255, 255, 255, 0.85);
	color: #333;
	text-shadow: #fff 0px 0px 5px;
        }
		
#header ul {
	list-style: none;
	float: left;
	padding-top: 29px;
	padding-left: 89px;
}
#header li {
	float: left;
	padding-left: 0px;
}
#header li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #868767;
}

#header li a.current {
	cursor: default;
}
		
p  {
	width: 80%;
	color: #081919;
	font-size: 1.25em;
	font-weight: normal;
	text-align: justify;
	margin: 3em 1o
%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 118px;
	width: 960px;
	position: relative;
}
.current {
	cursor: default;
}

.border {
	padding: 2px;
	margin-top: 100px;
	margin-left: 147px;
}
h4 {
	width: 80%;
	color: #081919;
	font-size: 1.5em;
	font-weight: normal;
	text-align: justify;
	margin: 3em 1o
%;
	margin-right: auto;
	margin-left: auto;
	height: 50%;
}
.resumeLink {
	margin-top: 5px;
	margin-left: 149px;
}
