body {
	font: 10pt/16pt georgia, serif;
	}

h1 { font: bold 15pt georgia, serif; }

h2 {
	font: bold 13pt georgia, serif;
	margin: 1em 0 0.5em 0;
	}

h3 {
	font: italic bold 13pt georgia, serif;
	letter-spacing: 1px;
	margin-bottom: 2px;
	color: #67624C;
	}

h4 {
	font: italic 10pt georgia, serif;
	text-transform: uppercase;
	margin-bottom: 9px;
	color: #67624C;
	}

p.techs {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 1cm;
	font-style: italic;
	}

/* Work tiles */

div.largeworktile {
	padding: 10px;
	border-style: solid;
	border-color: #698B69;
	border-width: 2px;
	background-color: #C1FFC1;
	height: 27em;
	margin: 10px 5px 10px 5px;
}

.largeworktile h3 {
	font: bold 11pt georgia, serif;
	letter-spacing: 0px;
	margin-bottom: 3px;
	color: #67624C;
	}

.largeworktile p {
	margin-bottom: 5px;
	}

div.largeworktile img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.worktile {
	padding: 10px;
	border-style: solid;
	border-color: #698B69;
	border-width: 2px;
	background-color: #C1FFC1;
	height: 11em;
	margin: 10px 5px 10px 5px;
}

.worktile h3 {
	font: bold 11pt georgia, serif;
	letter-spacing: 0px;
	margin-bottom: 3px;
	color: #67624C;
	}

.worktile p {
	margin-bottom: 5px;
	}

/* --- */

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #6C7DCB;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #31428C;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #4157B9;
	}

#pageHeader { margin: 10px 0px 10px 0px; }

#topmenu { padding: 0px 0px 50px 0px; }

#bottommenu { padding: 30px 0px 50px 0px; }

/* use an image to replace text in an h1, so text browsers see the text */
#pageHeader {
	margin-top: 10px;
	width: 250px;
	height: 70px;
	}

#blurb {
	clear: both;
	margin: 20px 20px 20px 10px;
	width: 160px;
	float: right;
	font: italic bold 11pt/23pt georgia, serif;
	text-align: center;
	}

#blurb p {
	font: italic bold 11pt/23pt georgia, serif;
	text-align: center;
	}

#copyr { font-size: 7pt; }

img { border-style: none; }

#techlogos img {
	margin: 20px 30px 20px 30px;
	}

.faqQ {
	font-weight: bold;
	color: Teal;
	}

.faqA { margin-left: 50px; }

tr { vertical-align: top; }

td.head {
	font-weight: bold;
	padding-top: 15px;
	padding-right: 9px;
	}

td.text { padding-top: 15px; }
li { padding-top: 3pt; }


/* Nav styles */

.navmenu { /* border-bottom:1px solid #000; */ }

.navmenu p, .navmenu h1, .navmenu h2 {
	padding: ;
	margin: 0;
	}

.navmenu ul {
	clear: left;
	float: left;
	width: 100%;
	background: #eee;
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
	}

.navmenu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.navmenu ul li a {
#custom-gen ul li:before {
	content: "\00BB \0020";
	}
	display: block;
	float: left;
	margin: 0 0 0 0px;
	padding: 3px 10px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	/* left: 15px; */
	line-height: 1.3em;
	border-style: solid;
	border-color: white;
	border-right-width: 1px;
	}

.navmenu ul li a:hover {
	background: #369;
	color: #fff;
	}

.navmenu ul li a.active,
.navmenu ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
#custom-gen ul li:before {
	content: "\00BB \0020";
	}
	}

.navmenu ul li.hovered a {
	background: #369;
	color: #fff;
	}

.navmenu ul li a span { display: block; }

span.displaynone { display: none; }

img.leftimage {
	float: left;
	margin: 5px;
	margin-right: 15px;
}

img.rightimage {
	float: right;
	margin: 5px;
	margin-left: 15px;
}

div.clearer {clear: left; line-height: 0; height: 0;}

div#vidholder {
	margin-bottom: 40px;
}


#delphi2 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#delphi2 ul li {
	margin-top: 0.5em;
	}

#delphi2 ul li:before {
	content: "\00BB \0020";
}

