/* CSS for use with rpka.net */
body {
  margin: 0px;
  color: black;
  background-color: white;
  font-family: sans-serif;
}

a:link { color:#000080; text-decoration: none; }
a:visited { color:#000080; text-decoration: none; }
a:hover { color:#000040; text-decoration: underline; }
a:active { color:#000040; text-decoration: underline; }
a:focus { color:#000040; text-decoration: underline; }

p {
	text-align: left;
	margin-left: 10px;
}

h1 {
	font-size: 24px;
	color: #000080;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 20px;
	color: #000080;
	text-align: left;
}

h3, h4, h5, h6 {
	color: #525252;
	text-align: left;
}

img {
	border-style: solid;
	border-color: #000080;
}

img.nav_left {
	border-style: none;
	border-width: 0px;
}

#nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav ul {
	background-color: #000080;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav a.subitem {
	display: block;
	font-weight: normal; 
	text-align: center;
	width: 130px;
}

#nav a.subitem2 {
	display: block;
	font-weight: normal; 
	text-align: center;
	width: 145px;
}

#nav a.topitem {
	display: block;
	font-weight: bold; 
	text-align: center;
	width: 130px;
}

span.desc {
	font-style: italic;
}

#nav_left span.desc {
	display: none;
}

#nav span.desc {
	display: none;
}

#nav ul li {
	float: left;
	width: 130px;
}

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
}

#nav li ul li ul {
	position: absolute;
	width: 145px;
	left: -999em;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: -16px;
	padding-left: 16px;
	border-style: solid;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-color: #222222;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}


#nav li ul li:hover ul, #nav li ul li.sfhover ul {
	margin: -1.25em 0 0 130px;
	left: auto;
	margin-left: 130px;
	padding-left: 0px;
}


#nav_left {
	height: auto;
	padding-left: 0px;
	margin-left: 0px;
}

#nav_left ul {
	height: auto;
	padding-left: 0px;
	margin-left: 0px;
}

#nav_left li {
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	margin-left: 0px;
}

#nav_left li ul li {
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	margin-left: 0px;
}

#nav_left a.subitem {
	font-weight: bold; 
	text-align: left;
}

#nav_left a.subitem2 {
	font-weight: bold; 
	text-align: left;
}

#nav_left a.topitem {
	font-weight: bold; 
	text-align: left;
}

.resume_name {
	text-align: center;
	/*font-size: 20px;*/
	font-style: bold;
}

.resume_title {
	text-align: center;
	/*font-size: 18px;*/
	font-style: italic;
}

h4.resume_section {
	text-align: left;
}

img.profile_picture {
	float: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

img.profile_picture_full {
	float: center;
	margin-top: 5px;
	border-width: 3px;
}

img.resume_picture {
	float: right;
	/*width: 200px;*/
}

img.resume_picture_center {
	float: center;
}

img.resume_picture_left {
	float: left;
	/*width: 200px;*/
}

span.subsection {
	color: #000080;
	font-weight: bold;
}

.prop {
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.thumblist_minheight {
	height:105px;
}

.roundcont {
	width: 150px;
	/*min-height: 160px;*/
	background-color: #000080;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
}

.roundcont p {
	margin: 0 5px;
}

.roundcont a:link { color:#FFFFFF; text-decoration: none; }
.roundcont a:visited { color:#FFFFFF; text-decoration: none; }
.roundcont a:hover { color:#CCCCCC; text-decoration: none; }
.roundcont a:active { color:#CCCCCC; text-decoration: none; }
.roundcont a:focus { color:#CCCCCC; text-decoration: none; }       

.roundcont ul {
	padding: 0px;
	margin: 5px;
	text-align: center;
	list-style-type: none;
	text-indent: 0px;
}

.roundtop { 
	background: url(topright.png) no-repeat top right; 
}

.roundbottom {
	background: url(bottomright.png) no-repeat bottom right; 
}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}

table.profile_sidebar {
	float: right;
	margin-right: 1%;
	padding: 3px;
}

table.profile_sidebar td {
	text-align: center;
}

table.resume_sidebar {
	float: right;
	margin-right: 1%;
	padding: 3px;
}

table.resume_sidebar td {
	text-align: center;
}

table.resume_projects {
	float: right;
	width: 206px; /*206 to compensate for img border width*/
	background-color: #EFF7FF;
	border-style: solid;
	border-color: #000080;
}

table.resume_projects ul {
	/*list-style: none;*/
	font-size: smaller;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 20px;
	margin-left: 0px;
}

table.resumes td {
	font-weight: bold;
	border-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

table.miniresume_left {
	font-size: smaller;
	font-weight: normal;
	color: black;
	border-color: #000000;
	background-color: #EFF7FF;
	border-style: solid;
	border-width: 1px;
	color: #525252;
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 3px;
}

table.miniresume_right {
	font-size: smaller;
	font-weight: normal;
	color: black;
	border-color: #000000;
	background-color: #EFF7FF;
	border-style: solid;
	border-width: 1px;
	color: #525252;
	margin-right: 50px;
	margin-bottom: 20px;
	padding: 3px;
}

p.news a:link { color:#000000; text-decoration: underline; }
p.news a:visited { color:#000000; text-decoration: underline; }
p.news a:hover { color:#525252; text-decoration: underline; }
p.news a:active { color:#525252; text-decoration: underline; }
p.news a:focus { color:#525252; text-decoration: underline; }       

p.news:first-line { font-weight: bold; }

p.news {
	font-size: smaller;
	font-weight: normal;
	color: black;
	border-color: #000000;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #525252;
	text-align: left;
	margin-left: 10%;
	width: 80%;
	padding: 5px;
}

table.comment {
	font-size: smaller;
	font-weight: normal;
	color: black;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	margin-left: 50px;
	padding: 3px;
}

table.sitemap td {
	padding-right: 50px;
}

table.sitemap a.topitem {
	font-size: larger;
	font-weight: bold;
	color: #000080;
}

table.sitemap a.subitem {
	font-size: normal;
	font-weight: normal;
	color: #000000;
}

table.sitemap ul {
	height=0px;
}

td {
	vertical-align: top;
	text-align: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td.nav_top a:link, td.nav_left a:link, td.nav_bottom a:link { 
	color:#FFFFFF; text-decoration: none;
}
td.nav_top a:visited, td.nav_left a:visited, td.nav_bottom a:visited { 
	color:#FFFFFF; text-decoration: none; 
}
td.nav_top a:hover, td.nav_left a:hover, td.nav_bottom a:hover { 
	color:#CCCCCC; text-decoration: none; 
}
td.nav_top a:active, td.nav_left a:active, td.nav_bottom a:active { 
	color:#CCCCCC; text-decoration: none; 
}
td.nav_top a:focus, td.nav_left a:focus, td.nav_bottom a:focus { 
	color:#CCCCCC; text-decoration: none; 
}

td.nav_top {
	background-color: #000080;
	background-image: url("tab.gif");
	background-repeat: no-repeat;
	vertical-align: center;
	/* text-align: center; */
	font-weight: bold;
	font-size: 14px;
	height: 18px;
	border-style: none;
	border-width: 0px;
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-left: 16px;
	padding-right: 0px;
}

td.nav_bottom {
	background-color: #000080;
	vertical-align: center;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: white;
	font-size: 12px;asdfasdf
}

td.nav_left {
	background-color: #000080;
	vertical-align: top;
	text-align: normal;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

td.nav_left li {
	list-style-type: none;
	text-indent: 0px;
}

td.blue_border {
	background-color: #000080;
	padding-left: 0px;
	padding-right: 0px;
}

td.content_area {
	border-width: 5px;
	border-style: inset;
	border-color: #000080;
	height: 475px;
	padding: 3px;
	vertical-align: top;
	background-image: url('bg_logo.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.nocss {
	display: none;
}

td.title {
	background-repeat: no-repeat;
	background-position: right center;
}

td.copyright {
	font-size: 10px;
	color: black;
	text-align: center;
}

td.employeedir {
	padding-right: 50px;
}