@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
	background-color: #68737C;
	text-align: center;
	background-image: url(images/blue_white_grad.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-size: 18px;
}

#container {
	background-color: #FFF;
	width: 765px;
	border-style: solid;
	border-color: #1a3a6b;
	margin: 0 auto -99px;
	text-align: left;
	min-height:400px;
  	height:auto !important;
	vertical-align: middle;
	_width: 770px;
	_padding-top: 20px;
}

#content {
	height: 100%;
	margin-left: -10px;
}

#bump {
	height: 99px;
	clear: both;
}

#footer {
    position: relative;
	text-align: center;
	margin: 0 auto;
    height: 93px;
    width: 765px;
    _width: 770px;
    top: auto;
    background-color: #C8CFE0;
    border-top: solid #1a3a6b;
}

#footer p {
	margin-top: 7px;
	margin-right: 20px;
	color: #006;
	font-family: arial;
	font-size: 14pt;
	text-align: right;
}

#footer img {
	vertical-align: middle;
}

#year {
	font-weight: bold;
	color: #666;
}

#table ul li {
	width: 125px;
	height: 125px;
	margin-right:19px;
	margin-bottom: 22px;
	list-style: none;
	float: left;
}

.row1 {
	width: 80%;
	margin: 0 auto;
}

.row2 {
	width: 100%;
	margin: 0 auto;
}

#rollover {
	display:block;
	width:125px;
	height:125px;
}

#rollover:hover {
	background-position:0 -125px;
}

#container h2, h1 {
	text-align: center;
}

#container p {
	margin-right: 20px;
	font-size: 12pt;
}

#content img {
	display: block;
	margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 151px;
}

#norm {
	text-align: left;
	display: block;
	width: 90%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
}

#norm li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.cv {
	font-weight: bold;
}

.title {
	font-weight: bold;
	display: block;
	font-size: 14pt;
}

.pdf {
	list-style: none;
}

.pdf li {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 160px 7px;
	font-size: 10pt;
	margin-bottom: 10px;
}

.pdf a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-bottom:1px solid;
}

.pdf a:visited {
	color: #00C;
	text-decoration:none;
	border-bottom:1px solid #00C;
}

.pdf a:active {
	background-color: #00C;
	text-decoration:none;
	border-bottom:1px solid #00C;
}

.pdf a:hover {
	color: #00C;
	text-decoration:none;
	border-bottom:1px solid #00C;
} 

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	margin-left: 39px;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 150px;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	display: inline;
	margin-right: 30px;
	margin-bottom: 50px;
}

ul.nav>li{
	margin: 0;
	font-family: arial;
}

ul.nav li>ul {
/*Make the sub list items invisible*/
	display: none;
}

ul.nav li:hover>ul {
/*When hovered, make them appear*/
	display : block;
	margin-left: 0px;
	border: 0;
}

ul.nav li:hover>ul li {
	padding-left: 20px;
	border: 0;
}

.nav a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	_display: inline-block;
	padding: 2px 6px;
	_padding: 2px 0px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a,
.nav a{
	background-color: #fff;
	color: #039;
	font-size: 8pt;
	_font-family: arial;
}

ul.nav li:hover,
.nav ul li a:hover,
.nav a:hover{
	background-color: #039;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active,
.nav a:active{
	background-color: #036;
	color: #fff;
}

ul.nav {
	border: 1px solid #039;
}

.nav a{
	text-decoration: none;
}

strong {
	_margin-left: -13px;
}

/*** Rollover Images ***/

a.image01 {
	background:url(images/image01.png) no-repeat top center;
}

a.image02 {
	background:url(images/image02.png) no-repeat top center;
}

a.image03 {
	background:url(images/image03.png) no-repeat top center;
}

a.image04 {
	background:url(images/image04.png) no-repeat top center;
}

a.image05 {
	background:url(images/image05.png) no-repeat top center;
}

a.image06 {
	background:url(images/image06.png) no-repeat top center;
}

a.image07 {
	background:url(images/image07.png) no-repeat top center;
}

a.image08 {
	background:url(images/image08.png) no-repeat top center;
}

a.image09 {
	background:url(images/image09.png) no-repeat top center;
}

a.image10 {
	background:url(images/image10.png) no-repeat top center;
}

a.image11 {
	background:url(images/image11.png) no-repeat top center;
}

a.image12 {
	background:url(images/image12.png) no-repeat top center;
}

a.image13 {
	background:url(images/image13.png) no-repeat top center;
}

a.image14 {
	background:url(images/image14.png) no-repeat top center;
}

a.image15 {
	background:url(images/image15.png) no-repeat top center;
}

a.image16 {
	background:url(images/image16.png) no-repeat top center;
}

a.image17 {
	background:url(images/image17.png) no-repeat top center;
}

a.image18 {
	background:url(images/image18.png) no-repeat top center;
}

a.image19 {
	background:url(images/image19.png) no-repeat top center;
}

a.image20 {
	background:url(images/image20.png) no-repeat top center;
}
