/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img, div, td { 
	behavior: url(styles/iepngfix.htc) 
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body#wrapper {
	height: 100%;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

/* --------- END CLEAR CSS ---------- */

/* ---------- BEGIN custom layout ---------- */
body {
	background-color: #fff;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#containter {
	width: 850px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 100px;
	text-align:left;
}

/* ---------- END custom layout ---------- */

/* ---------- BEGIN GLOBAL STYLES --------- */

/* ---------- BEGIN title ---------- */
.title {
	width: 980px;
	font-size: 16px; 
	font-weight: normal;
	letter-spacing: 4px;
	margin-bottom: 40px;
	color: #000;
}

.title a {
	text-decoration: none;
	color:#000;
}
/* ---------- END title ---------- */


/* ---------- BEGIN global navigation ---------- */
.g-nav {
	width: 440px;
	float: left;
}

.g-nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	letter-spacing: 1px;
	font-weight: normal;
	margin-right: 40px;
	text-decoration: none;
	color: #000;
}

.g-nav a:hover {
	text-decoration: underline; 
	color: #000;
}
/* ---------- END global navigation ---------- */

/* ---------- BEGIN url list ---------- */
.urls {
	 
	text-align: left;
	float: right;
}

.urls a {
	font-size: 12px; 
	margin-right: 40px;
	color:#000;
	text-decoration: none;
}

.urls a:hover {
 	text-decoration: underline;
}	
/* ---------- END url list ---------- */

/* ---------- END GLOBAL STYLES --------- */


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

/* ---------- BEGIN slideshow ---------- */
.slide-show {
	margin-top: 147px;
	width: 850px;
	height: 177px;
	text-align: center;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

.slide-show img {
	margin: 10px 0 15px 0;
}

.img-title {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	margin-top: 15px;
	margin-left: 10px;
	font-style: italic;
} 
/* ---------- END slideshow ---------- */

/* ---------- END HOME PAGE STYLES ---------- */

/* ---------- BEGIN PROJECT SYTLES ---------- */

.project-images {
	margin-top: 52px;
	margin-right: 14px;
	float: left;
}

.project-images img {
	margin-bottom: 40px;
	margin-top: 5px;
	margin-left: 5px; 
}

.project-description {
	margin-top: 52px;
	color: #000; 
}

.project-description h1 em {
	font-style: italic;
	font-weight: bold;
	font-size:11px;
}

.project-description p {
	font-size: 10px;
	font-weight: normal;
}

.project-description p a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


/* ---------- END PROJECT STYLES ---------- */

/* ---------- BEGIN BIO STYLES ---------- */

.bio-txt {
	margin-top: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 18px;
	float: left;
	width: 405px;
}

.bio-txt strong {
	font-weight: bold;
}

.bio-txt p {
	margin-top: 21px;
}

.bio-txt a {
	color: #003399;
	text-decoration: none;
	text-align: left;
	width: 100px;
}

ul a:hover {
text-decoration: underline;
}

.cvs { 
	text-align: left;
	margin-top: 32px;
	margin-left: 93px;
	float: left;
}

.cvs td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration: none;
}

.cvs td a {
	color: #000;
	text-decoration: none;
}

/* ---------- BEGIN individual cv styles ---------- */

.bio-ind {
	margin-top: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	width: 850px;
	float: left;
}

.bio-ind strong {
	font-weight: bold;
}

.bio-ind em {	
	font-style: italic;
}

.bio-ind a {
	color:#000;
	text-decoration: none;
}

.bio-ind p {
	margin-bottom: 10px;
}
/* ---------- END individual cv styles ---------- */

/* ---------- END BIO STYLES ---------- */


/* ---------- BEGIN CONTACT STYLES ---------- */
.contact {
	margin-top: 32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 18px;
	float: left;
	width: 405px;
}

.contact a {
	color: #000;
	text-decoration: none;
	text-align: left;
	width: 100px;
}

/* ---------- END CONTACT STYLES ----------- */
