@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/back2.png);
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 auto;
	background-repeat: repeat-x;
}
#container {
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/containerBack.png);
	background-repeat: no-repeat;
}
#inner {
	width: 960px;
	padding: 0px;
	margin: 0 auto;
}
a {
	outline: none;
	color: #232261;
	text-decoration: none;
}
h1 {
	height: 60px;
	width: 173px;
	padding: 5px 0 0 60px;
}
h1 a {
	display: block;
	text-indent: -9999px;
}
/*start nav*/
#nav {
	width: 550px;
	height: 60px;
	float: right;
	top: -65px;
	position: relative;
}
#nav ul {
	width: 550px;
	height: 60px;
	background: url(../images/navSprite.png) no-repeat;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	outline: none;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 60px;
}
#bHome #nav ul li#nHome a {
	background: url(../images/navSprite.png) 0 -120px;
}
#bHome #nav ul li#nHome a:link,
#bHome #nav ul li#nHome a:visited,
#bHome #nav ul li#nHome a:hover,
#bHome #nav ul li#nHome a:focus,
#bHome #nav ul li#nHome a:active {
	background: url(../images/navSprite.png) 0 -120px;
}
#nav ul li#nHome a{
	width: 104px;
}
#nav ul li#nHome a:hover,
#nav ul li#nHome a:focus {
	background: url(../images/navSprite.png) 0 -60px;	
}
#nav ul li#nHome a:active {
	background: url(../images/navSprite.png) 0 -120px;
}
#bResume #nav ul li#nResume a {
	background: url(../images/navSprite.png) -104px -120px;
}
#bResume #nav ul li#nResume a:link,
#bResume #nav ul li#nResume a:visited,
#bResume #nav ul li#nResume a:hover,
#bResume #nav ul li#nResume a:focus,
#bResume #nav ul li#nResume a:active {
	background: url(../images/navSprite.png) -104px -120px;
}
#nav ul li#nResume a{
	width: 110px;
}
#nav ul li#nResume a:hover,
#nav ul li#nResume a:focus {
	background: url(../images/navSprite.png) -104px -60px;	
}
#nav ul li#nResume a:active {
	background: url(../images/navSprite.png) -104px -120px;
}
#bPort #nav ul li#nPort a {
	background: url(../images/navSprite.png) -214px -120px;
}
#bPort #nav ul li#nPort a:link,
#bPort #nav ul li#nPort a:visited,
#bPort #nav ul li#nPort a:hover,
#bPort #nav ul li#nPort a:focus,
#bPort #nav ul li#nPort a:active {
	background: url(../images/navSprite.png) -214px -120px;
}
#nav ul li#nPort a {
	width: 118px;
}
#nav ul li#nPort a:hover,
#nav ul li#nPort a:focus {
	background: url(../images/navSprite.png) -214px -60px;	
}
#nav ul li#nPort a:active {
	background: url(../images/navSprite.png) -214px -120px;
}
#bAbout #nav ul li#nAbout a {
	background: url(../images/navSprite.png) -332px -120px;
}
#bAbout #nav ul li#nAbout a:link,
#bAbout #nav ul li#nAbout a:visited,
#bAbout #nav ul li#nAbout a:hover,
#bAbout #nav ul li#nAbout a:focus,
#bAbout #nav ul li#nAbout a:active {
	background: url(../images/navSprite.png) -332px -120px;
}
#nav ul li#nAbout a {
	width: 101px;
}
#nav ul li#nAbout a:hover,
#nav ul li#nAbout a:focus {
	background: url(../images/navSprite.png) -332px -60px;	
}
#nav ul li#nAbout a:active {
	background: url(../images/navSprite.png) -332px -120px;
}
#bContact #nav ul li#nContact a {
	background: url(../images/navSprite.png) -433px -120px;
}
#bContact #nav ul li#nContact a:link,
#bContact #nav ul li#nContact a:visited,
#bContact #nav ul li#nContact a:hover,
#bContact #nav ul li#nContact a:focus,
#bContact #nav ul li#nContact a:active {
	background: url(../images/navSprite.png) -433px -120px;
}
#nav ul li#nContact a {
	width: 117px;
}
#nav ul li#nContact a:hover,
#nav ul li#nContact a:focus {
	background: url(../images/navSprite.png) -433px -60px;	
}
#nav ul li#nContact a:active {
	background: url(../images/navSprite.png) -433px -120px;
}
/*end nav*/

#mainHome{
	float: right;
	width: 669px;
	height: 375px;
	background: url(../images/homeBack.png) no-repeat;
	margin-top: -63px;
}
#mainHome p {
	width: 450px;
	padding-top: 100px;
	padding-left: 120px;
	line-height: 30px;
	color: #232262;
}
#mainHome a {
	color:#232261;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: underline;
}
#mainResume{
	float: right;
	width: 669px;
	height: 455px;
	background: url(../images/resumeBack.png) no-repeat;
	color: #232262;
	margin-top: -63px;
}
#mainResume h2 {
	color: #FFF;
	padding: 60px 0 0 60px;
	font-size: 14px;
}
#mainResume h3 {
	color: #232261;
	text-align: left;
	padding: 0 0 0 60px;
	line-height: 40px;
}
#mainResume p {
	color: #232261;
	padding: 0 0 0 60px;
}
#mainResume ul {
	float: left;
	padding-left: 100px;
	padding-top: 20px;
}
#mainResume ul li {
	text-decoration: none;
	list-style-type: none;
	line-height: 24px;
}
#pdf a {
	display: block;
	width: 65px;
	height: 85px;
	float: left;
	margin-top: 180px;
	margin-left: 110px;
	text-indent: -9999px;
}
#mainPort{
	float: right;
	width: 669px;
	height: 700px;
	background: url(../images/portBack.png) no-repeat;
	font-size: 12px;
	margin-top: -63px;
	padding-top: 20px;
}
#mainPort .Slideshow{
	width: 500px;
	padding-top: 75px;
	padding-left: 75px;
}
#mainAbout{
	float: right;
	width: 669px;
	height: 455px;
	background: url(../images/aboutBack.png) no-repeat;
	margin-top: -63px;
}
#mainAbout p {
	color: #232262;
	line-height: 30px;
	width: 250px;
	float: right;
	margin-right: 75px;
	margin-top: 125px;
}
#mainAbout img {
	margin-top: 100px;
	margin-left: 50px;
}
#pic {
	background-image: url(/public_html/images/aboutPic.jpg);
	height: 195px;
	width: 250px;
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-left: 25px;
}
#mainContact{
	float: right;
	width: 669px;
	height: 455px;
	background: url(../images/contactBack.png) no-repeat;
	margin-top: -63px;
}
#mainContact form {
	padding-left: 75px;
	color: #232262;
}
#mainContact h4 {
	color: #FFF;
	padding-top: 65px;
	padding-left: 400px;
	font-size: 18px;
}
#mainContact p {
	color: #5F5F85;
	line-height: 25px;
	font-weight: bold;
	padding-left: 400px;
}
.formleft {
	width: 200px;
	text-align: right;
}
.formright {
	height: 45px;
}
.formleftTop {
	width: 200px;
	text-align: right;
	vertical-align: top;
}
.fromreq {
	border: thin;
	background-color: #5F5F85;
	color: #FFF;
}
#mainContact #success {
	width: 400px;
	margin-top: 100px;
	margin-left: 100px;
	font-size: 18px;
	color: #FFF;
	line-height: 36px;
}
#lower {
	clear: right;
	margin-left: 295px;
}
#bPort #lower {
	position: relative;
	top: -50px;
}
#lower #twitter {
	width: 320px;
	float: left;
	background: url(../images/twitter.png) no-repeat;
	height: 270px;
}
#twitter h2 {
	color: #DDDDE2;
	padding-top: 25px;
	padding-left: 10px;
	font-size: 18px;
}
#twitter #twitter_div ul {
	text-decoration: none;
	color: #DDDDE2;
	padding-left: 25px;
	width: 200px;
	height: 185px;
	font-size: 12px;
	line-height: 20px;
}
a#twitter-link {
	padding-left: 155px;
	color: #2DB1DF;
	margin-top: 5px;
}
#lower #insp {
	width: 320px;
	min-height: 260px;
	float: left;
}
#lower #friends {
	float: left;
	background-image: url(/public_html/images/sample.png);
	background-repeat: no-repeat;
	width: 320px;
}
h3 {
	font-size: 15px;
	text-align: right;
}
h3 a {
	color: #232261;
	line-height: 24px;
	text-decoration: none;
}
h3.first {
}
#lower p {
	font-size: 12px;
	line-height: 24px;
	padding-left: 50px;
	text-align: justify;
}
#footer {
	min-height: 50px;
	margin-bottom: 50px;
	clear: both;
	padding-top: 50px;
}
#footer ul {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer ul li {
	display: inline;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
}

/*start slideshow*/

#slideshow {
	list-style:none;
	color:#fff;
}

#slideshow span {
display:none;
}

#wrapper {
width:506px; 
margin:50px auto;
display:none;
}

#wrapper * {
margin:0; 
padding:0;
}

#fullsize {
position:relative; 
width:500px; 
height:400px; 
padding:2px; 
border:1px solid #ccc; 
background: #5F5F8F;
}

#information {
position:absolute; 
bottom:0; 
width:500px; 
height:0; 
background:#5F5F8F; 
color:#fff; 
overflow:hidden; 
z-index:200; 
opacity:.7; 
filter:alpha(opacity=70);
}

#information h3 {
	padding:4px 8px 3px;
	font-size:14px;
	text-align: left;
}

#information p {
padding:0 8px 8px;
}

#image {
width:500px;
}

#image img {
position:absolute; 
z-index:25; 
width:auto;
}

.imgnav {
position:absolute; 
width:25%; 
height:306px; 
cursor:pointer; 
z-index:150;
}

#imgprev {
left:0; 
background:url(../images/left.gif) left center no-repeat;
}

#imgnext {
right:0; 
background:url(../images/right.gif) right center no-repeat;
}

#imglink {
position:absolute; 
height:306px; 
width:100%; 
z-index:100; 
opacity:.4; 
filter:alpha(opacity=40);
}

.linkhover {
background:url(../images/link.gif) center center no-repeat;
}

#thumbnails {
margin-top:15px;
}

#slideleft {
float:left; 
width:20px; 
height:81px; 
background:url(../images/scroll-left.gif) center center no-repeat; 
background-color: #5F5F8F;  /*  */
}

#slideleft:hover {
background-color: #5F5F8F;
}

#slideright {
float:right; 
width:20px; 
height:81px; 
background:#5F5F8F url(../images/scroll-right.gif) center center no-repeat;
}

#slideright:hover {
background-color:#5F5F8F;
}

#slidearea {
float:left; 
position:relative; 
width:456px; 
margin-left:5px;
height:81px; 
overflow:hidden;
}

#slider {
position:absolute; 
left:0; 
height:81px;
}

#slider img {
cursor:pointer; 
border:1px solid #5F5F8F; 
padding:2px;
}

