body {
	font-family: Verdana, arial, helvetica, sans-serif, "Times New Roman";
	font-size: .9em;
	background-color: #fff;
	color: #444;
}

.hide {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

#contact_info, #contact_info a, #contact_info a:hover, #contact_info a:visited {
	text-align: right;
	color: #99F;
}

#contact_info a, #contact_info a:hover, #contact_info a:visited {
	text-decoration: none;
}


h1, h1 a, h1 a:visited {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: normal;
}

#wrapper {
	margin: 5px auto;
	width: 685px;
	padding-top: 30px;
} 
	
/* BEGIN: controlling inline lists */
.inline {
	list-style-type: none;
	text-align: center;
}

.inline li {
	float: left;
	text-align: center;
}
	
.inline li a, .inline li a:visited{
	display: block;
}

/* END: inline list control */


/* BEGIN: nav control*/
#nav {
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 1em;
}

#nav ul li {
	width: 108px;
	border-bottom: 1px solid #CCC;
}
#nav a, #nav a:visited {
	line-height: 1.5em;
	text-decoration: none;
	color: #CCC;
}

#nav a:hover, #nav a:active {
	color: #999;
}

#contactPg #contact,
#indexPg #gallery,
#aboutPg #resume
{
	border-bottom: 3px solid #CCC;
	color: #999;
}

/* END: nav control */


/* BEGIN: content control*/

#content {
	line-height: 1.7em;
	clear: left;
}

#content a, #content a:visited {
	color: #333;
}
#content a:hover, #content a:active{
	color: #800;
}

#content p {
	padding-bottom: 1em;
}

#contactPg #content {
	float: left;
	width: 40%;
	padding-bottom: 400px;  /* this is just so that both resume and contact pages require a scroll bar for average sized screens */
}

img {
	padding-top: 10px;
}

#image_title {
	font-size: .9em;
}

#slide_list {
	clear: both;
}
#slide_list li a, #slide_list li a:visited {
	text-decoration: none;
	font-family: "Times New Roman";
	width: 29px;
	border: 1px solid #ccc;
	border-left: none;
	color: #888;
}
#slide_list li.item_01 {  /* so the first item in the list gets a border too */
	border-left: 1px solid #CCC; 
}

#slide_list li a:hover, #slide_list li a:active, #slide_list li a.here, #slide_list li a.here:visited {
	color: #333;
	background-color: #ffe;
}


/* BEGIN RULES FOR THE RESUME PAGE */

.category { /* category headings */
	border-bottom: 1px solid #333;
	padding-top: 10px;
	}

.date {
	color: #999;
	padding-top: 10px;
	margin-bottom: -1.7em;
}

a.top { /* back to top link */
	float: right;
	text-decoration: none;
	font-size: .9em;
}

#aboutPg dd {
	margin-left: 48px;
	font-size: .9em;
}

/* END RULES FOR THE RESUME PAGE */


/* BEGIN RULES FOR CONTACT PAGE */
#contactPg #content {
	width: 685px;
	margin-top: 1.5em;
}

#contactPg p {
	float: left;
	width: 285px;
	}

form {
	float: right;
	width: 370px;
	margin-top: -1.5em;
	font-size: .9em;
}

form dd {
	padding-bottom: 20px;
}

form dt {
	text-align: left;
}

.error {
	color: red;
	text-transform: uppercase;
	}

input, textarea {
	border: 1px solid #CCC;
}

input.submit {
	cursor: pointer;
	cursor: hand;
	margin-top: 20px;
	padding: 2px 5px;
	border: 1px solid #CCC;
	background-color: #fff;
}

* html input.submit {
	padding: 0 5px 5px 5px;
}
/* END RULES FOR CONTACT PAGE */
