@charset "utf-8";
/* CSS Document */
/* (c) 2010 David Mantilla */

* {
	line-height:1.4em;
}
body {
	background-color:#750000;
	margin:0;
	padding:0;
	font-family:font-family:"Adobe Casion Pro", "Times New Roman", Times, serif, Lucida Grande, Verdana, Arial, Sans-serif;
	font-size:11pt;
	text-align:center;
}
p {
	margin:0;
	padding:5px;
}
h1, h2, h3 {
	font-family:"Adobe Casion Pro", "Times New Roman", Garamond, Verdana, Arial, Sans-serif;
	margin:20px 0 0 0;
	padding:0;
}
h1 {
	font-size:220%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2, h3 {
	color:#666666;
}
h2 {
	font-size:50%;
	font-weight:normal;
}
ul li {
	list-style:none;
	margin-top:5px;
	padding:0px;
	font-size:14px;
}
ul {
	margin:0 0 0 20px;
}
a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid red;
}
a:hover {
	color:#990000;
}
.main {
	display:inherit;
	min-height:600px;
	width:900px;
	margin-top:35px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	/*height: 600px;*/
	border:solid black 1px;
	background-color:white;
	text-align:left;
	padding:25px;
	/* margin-top:5%;*/
	background-image:url(images/dm_left.jpg);
	background-repeat:no-repeat
}
.content {
	/*	position:relative;
//	left:230px;
	top:30px;
*/	margin-left:230px;
	margin-top:0px;
	z-index:20;
	padding-bottom:40px;
}

.content h2 {
	font-family:"Adobe Casion Pro", "Times New Roman", Times, serif;
	font-size:32px;
	color:#000000;
	font-weight:bold;
}
.content p {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	width:600px;
}
.header {
/*	height:70px;
	background-image:url(images/dm_top.gif);
	background-repeat:no-repeat
*/
	margin-top:20px;
	z-index:30;
}
.navbar {
	/*
	// cause issues in Firefox, links not working in contact area
	position:relative;
	float:none; // float causes issues in contact area
	*/
	background-repeat:no-repeat;
	z-index:40;
}
.navbar h2 {
	position:relative;
	font-family:"Adobe Casion Pro", "Times New Roman", Times, serif;
	font-size:24px;
/*	top:60px;*/
}
.navbar a {
	/*    color:#666666;*/
	text-decoration:none;
	border-bottom:none;
}
#HL {
	/*background: #ffff00;*/
	color: #CC0000;
}
.navbar a:hover {
	color:#990000;
	border-bottom:1px solid red;
}
.copy {
	position:relative;
	display:block;
	top:20px;
}
.contact {
	text-align:right;
}
.footerquote {
	margin-top:5px;
	text-align:center;
	font-style:italic;
	border-top:solid gray 1px;
}
.current_page_item a {
	color:#99FF33;
	border-bottom:thick solid #0000FF
}
.contactmearea {
	float:right;
	display:inline;
	left:900px;
	top:30px;
	width:94px;
	height:52px;
	z-index:100;
	font-size:14px;
	font-weight:bold;
}
.contactmearea a {
	color:#999999;
	text-decoration:none;
	border-bottom:none;
}
.contactmearea a:hover {
	color:#990000;
	border-bottom:1px solid red;
}
.alert {
	color:red;
	font-weight:bold;
}
.copyright {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	text-align:center;
}
.skills ul {
	list-style: circle;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
}
.skills li {
	list-style: circle;
	margin-top:0em;
	line-height:normal;
	padding: 2px;	
}
