

body
{
	color: #000;
	background-image: url(../graphics/Paper_Border.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	font-size: medium;
	behavior: url(../csshover.htc);
	/* WinIE behavior call */
}

div#main
{
	clear: both;
	display: block;
	margin-left: 10em;
	line-height: 1.5em;
	width: auto;
	max-width: 37em;
}

.twocolcont
{
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	padding: 2em 0em 0em 0em;
}

.twocolboxl
{
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 48%;
	float: left;
}

.twocolboxr
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 52%;
	width: auto;
}
#quote
{
	font-size: .80em;
	margin-left: .45em;
	padding: 1em;
	line-height: 1.2em;
	background-color: #FCF;
}
img { border-width: 0; }

/*<agl.folder "menu">*/
/* MENU SYSTEM */
div#menu
{
	float: left;
	margin: 0em 0em 2em 12em;
	background: #FFF;
	border: 1px solid #AAA;
	font-size: 80%;
}

div#menu ul
{
	margin: 0;
	float: left;
	padding: 0;
	background: white;
	border: 1px solid #CCC;
}

div#menu li
{
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	font-size: 80%;
	padding: 0em;
	width: 8.2em;
	line-height: 1em;
	z-index: 1;

}

div#menu li:hover { background: #EBB; }
div#menu li.submenu:hover { background-color: #EDD; }

div#menu li a
{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: purple;
	text-decoration: none;
	font-family: 'LucidaGrande', "Trebuchet MS", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: 550;
}

div#menu>ul a { width: auto; }

div#menu ul ul
{
	position: absolute;
	width: 8.2em;
	display: none;
}

div#menu ul ul li { border-bottom: 1px solid #CCC; }
div#menu ul.level1 li.submenu:hover ul.level2, 
	div#menu ul.level2 li.submenu:hover ul.level3 { display: block; }

div#menu ul.level2
{
	top: 1.5em;
	left: -1px;
}

div#menu ul.level3
{
	top: -1px;
	left: 7em;
	border-top: 1px solid #CCC;
}

/**/
/*</agl.folder>*/
h1
{
	display: block;
	color: #aaa;
	line-height: 1.2em;
	margin-left: .5em;
	font-size: 250%;
}

#experience h1 { margin-left: 2em; }

h2
{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 200%;
}

h3
{
	display: block;
	color: purple;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 1em;
	letter-spacing: -1px;
	font-size: medium;
}

h4
{
	color: teal;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: normal;
	margin: 1.33em 3em 1.33em 0em;
	padding-left: 1em;
}

p
{
	padding-left: 1em;
	padding-right: 1em;
}

.signature
{
	color: teal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2em;
	border-bottom: 1em ridge teal;
}

#article_list { list-style-type: none; }
#article_list li { padding: 1em 0 1em 0; }
#byline { margin: 0em 0em 0em 1em; }

.drop
{
	float: left;
	font-size: 300%;
	line-height: 1em;
	margin: 4px 7px 7px 0;
	padding: 4px 6px;
	color: teal;
	background-color: #CCC;
	border-color: #999;
	border-width: 2px;
	border-style: solid;
}

#valid { clear: both;margin-left:-10em; }

body#home #home_tab a,
body#contact #contact_tab a,
body#testimonials #testimonials_tab a,
body#articles #articles_tab a,
body#portfolio #portfolio_tab a,
body#classes #classes_tab a,
body#experience #experience_tab a
{
	color: white;
	font-weight: bold;
	background-color: #603;
}

