/**********General Page styles************/

* {
	margin: 0px;
	padding: 0px;
}


body {
	background-image: url(../images/grass.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #363636;

}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #82BA42;
}

.clear {
clear:both;
}


/*********Wrapper and Header*************/

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	}

#header-left {
	width:300px;
	float:left;
	padding-top:5px;
}

#header-left h1 {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	width:254px;
	height:84px;
	background-image: url(/images/ms_logo.png);
}

#toplinks {
	width:480px;
	float:left;
	font-size: 0.7em;
	padding-top: 25px;
	text-align: right;
}

/*text links at top*/


#toplinks a {
	color: #000000;
	text-decoration: none;
}
#toplinks a:visited {
	color: #000000;
	text-decoration: none;
}
#toplinks a:hover {
	color: #999999;
	text-decoration: none;
}

/**********Main Nav*********/

#main-nav {
	clear:both;
	width:780px;
	padding-top:9px;
}

#main-nav li{
	list-style:none;
	background:none;
	height:51px;
	margin:0px;
	padding:0;
}

#main-nav li a{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	height:51px;
	background-repeat:no-repeat;
	background-position:top left;
}

#nav-home a{
	width:414px;
	background-image: url(/images/nav/home.png);
}
#nav-home a:hover{
	width:414px;
	background-image: url(/images/nav/home_over.png);
}

#nav-portfolio a{
	width:414px;
	background-image: url(/images/nav/portfolio.png);
}
#nav-portfolio a:hover{
	width:414px;
	background-image: url(/images/nav/portfolio_over.png);
}

#nav-resume a{
	width:414px;
	background-image: url(/images/nav/resume.png);
}
#nav-resume a:hover{
	width:414px;
	background-image: url(/images/nav/resume_over.png);
}

#nav-contact a{
	width:414px;
	background-image: url(/images/nav/contact.png);
}
#nav-contact a:hover{
	width:414px;
	background-image: url(/images/nav/contact_over.png);
}

/********Content*********/

#content {
	margin-top:40px;
	margin-bottom:50px;
}

/*****Columns*********/

#left-column {
	width:550px;
	float:left;
	margin-right:50px;
}

#right-column {
	width:300px;
	float:left;
}

/*********HOME PAGE STYLES************/

#left-column .headline {
	width:546px;
	height:66px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	background-image:url(../images/home_headline.png);
	margin-bottom:20px;
}

#left-column .self-intro {
	font-size: 1em;
	color: #7eba3a;
	font-weight: bold;
	margin-bottom: 3px;
}

#left-column .introduction {
	font-size: 0.9em;
	line-height: 1.8em;
	color: #363636;
	padding-bottom:15px;
}

#right-column .sub-head {
	font-size: 1.5em;
	color: #7eba3a;
	font-weight: bold;
	letter-spacing: .01em;
	margin-bottom: 4px;
}

.home-recent {
	margin-bottom:10px;
}

#right-column .links-head {
	font-size: .85em;
	font-weight: bold;
	color: #363636;
}

.links-list {
	font-size: .85em;
	list-style-position: inside;
	list-style-type: none;
}

/************RESUME**********/

#resume-wrap {
	line-height: 1.8em;
	color: #363636;
	margin-top:10px;
}

.res-category {
	font-size:1em;
	font-weight: normal;
	width:900px;
	height:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top:20px;
	margin-bottom:5px;
}

.res-item {
	margin-left:95px;
}

.res-group {
	list-style-type: none;
}

.res-date {
	float:left;
	width:215px;
}

.res-company {
	float:left;
}

.res-place {
	float:right;
	margin-bottom:5px;

}

.res-position {
	list-style-type: none;
	clear:both;
	margin-bottom:5px;
	font-style:italic;
}

.res-points {
	clear:both;
	list-style-position: inside;
	list-style-type: disc;
}

.res-points li {
	margin-bottom:5px;
}
	
.res-indent {
	margin-left:95px;
}

.res-software {
	font-size:.95em;
	font-weight:normal;
	margin-top:5px;
	margin-left:95px;
	margin-bottom:5px;
}

.adobe {
	margin-left:95px;
	width:300px;
	list-style-position:inside;
}

.adobe li {
	width: 50%; float: left;
}

#soft-adobe {
	float:left;
}

#soft-microsoft {
	float:left;
	margin-left:150px;
}

.microsoft-head {
	font-size:.95em;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
}

.microsoft-list {
list-style-position:inside;
}

/********Portfolio**********/

.folio-list {
	margin-top:15px;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom:30px;
}

.folio-list li {
	float:left;
	margin-right:35px;
	margin-bottom:25px;
}

.folio-header {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 15px;
	clear:both;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}