@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #C2C3AF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
	font-size: 100%;
}

#wrapper {
	padding: 0px;
	width: 980px;
	background-color: #fff;
	text-align: left;
	border: none;
	font-size: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 325px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#logo img {
	float: left;
	display: block;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #D1282C;
	padding-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #D1282C;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}
h2.first {margin-top:0;}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	font-style:italic;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

a:link, a:visited {
	color: #D1282C;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666;
}

ul.resume {
	list-style-type:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul.resume li {
	margin:0;
	padding-bottom:2px;
}

ul.resume li.year {
	font-weight:bold;
	list-style-type:none;
	padding-top: 10px;
}

#main {
	margin: 0px;
	padding: 30px;
	float: left;
	width: 920px;
}
* html #main {
width: 980px;
w\idth: 920px;
}

#slides {
	margin: 0 auto;
	width: 600px;
	text-align: center;
}

#definitions.floaters {background-image: url(images/floaters.gif);}
#definitions.sightlines {background-image: url(images/sightlines.gif);}
#definitions.blink {background-image: url(images/blink.gif);}
#definitions.networks {background-image: url(images/networks.gif);}
#definitions.squared {background-image: url(images/squared.gif);}
#definitions.roundsquare {background-image: url(images/roundsquare.gif);}
#definitions.punctuationmarks {background-image: url(images/punctuationmarks.gif);}
#definitions.hisandhers {background-image: url(images/hisandhers.gif);}
#definitions.family {background-image: url(images/family.gif);}
#definitions.resume {background-image: url(images/resume.gif);}
#definitions.statement {background-image: url(images/statement.gif);}
#definitions.contact {background-image: url(images/contact.gif);}


#definitions {
	width: 920px;
	height: 110px;
	float: left;
	background-color: #efeee6;
	padding: 0px 30px 0px 30px;
	background-position: top left;
	background-repeat: no-repeat;
}
* html #definitions {
width: 980px;
w\idth: 920px;
}

#def1 {
	width: 440px;
	float: left;
	text-align: left;
	padding-top: 60px
}
#def2 {
	width: 440px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

.text {
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
}
.text p {
	line-height: 24px;	
}


#footer {
	float: left;
	width: 920px;
	margin: 30px 0px 0px 0px;
	padding: 5px 30px 5px 30px;
	text-align: center;
	border-top: 2px solid #efeee6;
}
* html #footer {
width: 980px;
w\idth: 920px;
}

#footer p {
	color: #999;
	font-size: 10px;
} 

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover, #footer a:active {
	color: #D1282C;
	text-decoration: underline;
}




/* MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC MISC */

a:focus { -moz-outline-style: none; }

hr {
	border: 0;
	color: #777;
	background-color: #777;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

table, tr, td {
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: left;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	border: none;
	width: 250px;
	margin-bottom: 10px;
	padding: 2px;
	background-color: #efeee6;
}

input.submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 75px;
	padding:2px;
	background-color:#666;
	color: #fff;
	margin:0px;
}
* html #input.submitbutton {
width: 79px;
w\idth: 75px;
}

input.submitbutton:hover {
	background-color: #D1282C;
	color: #fff;
}