﻿@import url(layout.css);

body, p, td, th, ul, a { 
background-color: #fff; 
color: #000; 
font-family: "Times New Roman", Garamond, serif; 
font-size: 10pt; 
}

#container {
	margin: 0;
	width: 100%;
	background-color: #fff;
	position: relative;
}

#masthead {
	font-size:smaller;
	text-align: right;
	width: 100%;
	background-color: #fff;
	}

#navigation {
	display: none;
	}

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	padding-top: 10px;
	padding-bottom: 10px;
}
#column_l {
	position: relative;
	margin: 0 200px 0 0px;
	padding: 0 2%;
	background-color: #fff;
	float: none;
	width:52%;
}


#column_r {
	float: right;
	width 30%;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}

#press_release {
	position: relative;
	left: 75px;
	width: 500px;
	padding: 10px;
	}
	
#footer {
	display: none;
	}

/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #336666;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	display: none;
	}

#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#atty_column1 {
	position: absolute;
	width: 200px;
	text-align: center;
}

#atty_column2 {
	width: 200px;
	position: relative;
	text-align: center;
	left: 300px;
}

#links {
	list-style-type:none; 
	margin-bottom:20px; 
	}

#resume {
	list-style-type:none;
	margin-left:40px;
}

#resume {
}

#resume ul{
	margin:0 0 0 25px;
}

#resume li{
	list-style-type: none;
}

#resume h4 {
	margin-bottom: 0px;
}
