body {
margin:20px 0px 20px 0px;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}

#wrapper {
width: 875px;
text-align: left;
margin: 0px auto;
}

a.logo:hover {
border: 0px !important;
}

.logo {
display: block;
border: 0px;
width: 288px;
height: 50px;
}

#navigation a:hover, #navigation .active {
background-position: 0px -47px;
border: 0px;
}

#navigation a {
height: 47px;
display: block;
float: left;
margin-right:68px;
background-repeat: no-repeat;
}

a.about {
background-image: url(../images/navigation/about.gif);
width: 95px;
}

a.resume {
background-image: url(../images/navigation/resume.gif);
width: 116px;
}

a.services {
background-image: url(../images/navigation/services.gif);
width: 120px;
}

a.portfolio {
background-image: url(../images/navigation/portfolio.gif);
width: 126px;
}

a.resources {
background-image: url(../images/navigation/resources.gif);
width: 138px;
}

#mainContent {
clear: left;
background-color: #ECECEC;
padding: 20px;
margin: 20px 0px 10px 0px;
min-height: 340px;
}

#subNav {
margin-bottom: 10px;
}

#subNav ul {
color: #00ACCB;
margin: 0px;
padding: 0px;
}
#subNav li {
list-style: none;
float: left;
margin-right: 25px;
list-style-image: none;
padding-left: 0px;
}

#subNav li a{
color: #00ACCB;
font-weight: bold;
}

#subNav li a:hover, #subNav li .active{
border-bottom: 1px dotted #00ACCB;
list-style: disc;
}

#subNav li:hover{
list-style: disc;
}

.homeLeft {
margin-top: 5px;
float: left;
width: 550px;
margin-right: 20px;
}

.homeRight {
float: left;
border-left: 1px solid #000000;
padding-left: 20px;
width: 240px;
padding-top: 5px;
}

.contentLeft {
margin-top: 5px;
float: left;
width: 600px;
margin-right: 20px;
}

.contentRight {
float: left;
width: 215px;
padding-top: 5px;
}

.contentRight ul{
margin-left: 50px;
}

.contentRight ul a{
color: #000000;
}

.servicesList {
float: left;
width: 390px;
margin-right: 20px;
}

.portfolioImgs {
margin-bottom: 20px;
}
.portfolioImgs p{
margin-top: 10px;
}

.portfolioImgs img {
margin-right: 45px;
}

.portfolioImgs a:hover {
border: 0px;
}


.ftrhead {
font-weight: bold;
text-align: center;
color: #00ACCB;
}

#footer {
color: #333333;
font-size: 11px;
}

#footer a{
color: #000000;
text-decoration: underline;
}

#footer a:hover{
border: 0px;
}

.footerLeft {
float: left;
}

.footerRight {
float: right;
word-spacing: 10px;
}

p {
	line-height:16px;
	margin: 0px 0px 15px 0px;
}

li {
	list-style-image: url(../images/bullet.gif);
	font-size: 12px;
	line-height:20px;
}

img {
border:0px;
}
a {
	color: #CB009E;
	text-decoration: none;
}

a:hover {
border-bottom: 1px dotted #CB009E;
}

h1 {
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
margin:0px 0px 20px 0px;
}

.portfolioSection h1{
color: #9400CB;
}
.aboutSection h1 {
color: #39CB00;
}

.servicesSection h1 {
color: #CB009E;
}

.resourcesSection h1, .homepage h1 {
color: #00ACCB;
}

.resumeHeader {
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
padding-bottom: 10px;
}

.resumecontact {
line-height: 16px;
font-size: 11px;
}

.resumehead{
font-weight:bold;
border-bottom:solid 1px #000000;
font-size:14px;
text-transform: uppercase;
padding: 15px 0px 0px 0px;
margin-bottom: 3px;
}

.experienceDetails {
width: 100%;
overflow: hidden;
}
.experienceDetails div{
width: 250px;
font-weight: bold;
float: left;
}

.skillsList {
width: 100%;
overflow: hidden;
}
.skillsList ul{
float: left;
width: 200px;
}
.maintable {
border:solid 1px #000000;
}
.padding {
padding:10px 10px 10px 10px;
}
.border {
border-left:solid 1px #000000;
padding:10px 10px 10px 10px;
}
.border2 {
border-left:solid 1px #000000;
padding:0px 0px 0px 10px;
border-bottom:1px solid #000000;
}
.topborder {
border-top:solid 1px #000000;
}
.bottomborder {
padding:10px 10px 10px 10px;
border-bottom:solid 1px #000000;
}
.navpad {
padding-left:10px;
border-bottom:1px solid #000000;
}
a.resourcelnk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5b6444;
}
a.resourcelnk:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AFC084;
}
.resourcetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:14px;
}

.clear {
clear: both;
}

#sg1, #sg2, #sg3 {
	position: absolute;
	top: 15%;
	left: 30%;
	z-index:100;
	display: none;
}
#lightBoxBG {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:90;
	height:100%;
	width:100%;
}
.lightboxImgBG {
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.screengrab{
	position: absolute;
	z-index: 200;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: #FFFFFF;
	padding: 15px;
}
.screengrab img{
margin-bottom: 5px;
}

.screengrab a:hover {
border: 0px;
}

.screengrab p {
margin-bottom: 0px;
}

.portfolioBorder img{
border: 1px solid #000000;
}
