/* ---------------- GLOBAL ---------------- */



html { 	height: 100%;
	width: 100%;
	min-height:100%;	
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

.main {
	background-color: silver;
	}

.sidebar {
	background-color: #333333;
	}

a {
	outline: none;
	color: 	#87CEFA;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}	

p {
	line-height: 1.5em;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.8em;
	padding: 0 25px 0 25px;
	color: White;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1em;
	padding-left: 20px;
	color: 	#87CEFA;
	}


/* ---------------- Content Container ----- */


#container { 
		z-index: -1;
		width: 900px;
		min-height: 100%;
		background-color: #333333;
		margin: 0 0 0 30px;
		float: left; 
		}


/* ---------------- Header ---------------- */


#header {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	width: 900px;
	height: 150px;
	float: left;
	}

/* ---------------- Menu ---------------- */

ul {
	margin: 0;
	padding: 0;
	z-index: 1;
	list-style: none;
	width: 600px;
	position: absolute;
	}

.nav_top {
	float:left;
	border: none;
	top: 131px;
	left: 510px;
	padding: 0px 0px 0px 10px
	}

ul li {
	position: relative;
	}

li ul {
	width: 100px;
	left: 10px;
	position: absolute;
	background: #333333;
	border: 1px solid #999;
	display: none;
	}

ul li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	background: #333333;
	color: #777;
	padding: 5px;
	}

/* Fix IE. Hide from IE Mac \*/
* html li ul { 	top: 1.8em; }
* html ul li a { float: left; }
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }

/* ---------------- Footer ---------------- */

#footer {
	font-size: 0.8em;
	background-color: #333333;
	position: relative;
	z-index: 1;
	width: 875px;
	padding: 25px 0 10px 25px;
	float: left;
	}

/* ---------------- Sidebar --------------- */

#obj_border { 	border: 0px;
		scroll: no;
		width:200px; 
		height:400px; 
		float:left;
	}

#sidebar {
	position: relative;
	z-index: 1;
	top: 35px;
	font-size: 0.83em;
	background-color: #333333;
	line-height: 1em;
	width: 190px;
	float: left;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	border-left: 1px solid silver;

	}

#sidebar p {
		padding: 0 5px 0 5px;

		}

.sidebar_ico {
	float: right;
	margin: 0 0 9px 9px;
	padding: 0;
	}

/* ---------------- Content -------------- */

#content {
	position: relative;
	z-index: 1;
	width: 690px;
	background-color: #333333;
	float: left;
	margin: 15px 0 15px 0;
	padding: 0 0 15px 0;
	}

#content img { padding: 20px; }

#contentbio {
	position: relative;
	z-index: 1;
	width: 900px;
	background-color: #333333;
	float: left;
	margin: 15px 0 15px 0;
	padding: 0 0 15px 0;
	}

.cvcol1 { width: 430px; float: left; }

.cvcol2 { width: 300px; float: left; }

.cvcol3 { text-align: right; padding-right: 15px;}

.cvcol4 { width: 170px; float: left; }