/* CSS Document */

body{
	background-color:#828b96;
	background-image:url('images/bluegray_bg.jpg');
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	}

h1{
	font-family:tahoma, arial;
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
	color:#003663;
	}

h2{
	font-family:garamond, times new roman; 
	font-size:15pt;
	font-weight:bold;
	font-style:italic;
	list-style:none; 
	color:#ac0005;
	}

h3{
	font-family:tahoma, arial;
	font-size:11pt;
	color:#003663;
	font-weight:normal;
	}

p{
	font-family: tahoma, arial;
	font-size:9pt;
	color:#49586e;
	text-align:justify;
	line-height:135%;
	font-weight:normal;
	}

a:link{color:teal}	
a:visited{color:teal}	
a:active{color:navy}	
a:hover{color:#ac0005}	

.thumbnail{
		border:5px ridge #045688; background-color:#FDFFEE;
		padding:7px; float:right;
		margin-left:20px; margin-bottom:5px;
		}

.topnav{
	position:relative; 
	top:10px; 
	width:650px; 
	margin:0 auto; 
	text-align:right; 
	vertical-align:middle; 
	color:#666666; 
	font-family:tahoma, arial; 
	font-size:9pt;
	}
		
.topnav a:link{color:#435986; text-decoration:none}
.topnav a:visited{color:#435986; text-decoration:none}
.topnav a:active{color:#fdffee; text-decoration:underline}
.topnav a:hover{color:#ac0005; text-decoration:underline}

.menubutton{
	background-image:url('images/goldmenubg.jpg');
	background-color:#e3ca57;
	font-family:tahoma, arial;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	vertical-align:center;
	border-right:1px solid #988527;
	}
	
.menubutton a:link{text-decoration:none; color:#003663}
.menubutton a:active{text-decoration:none; color:#FF3663}
.menubutton a:visited{text-decoration:none; color:#003663}
.menubutton a:hover{text-decoration:none; color:#ac0005;}

#maincontent{
	width:600px;
	position:relative;
	margin:0 auto;
	margin-top: 25px;
	text-align:left;
	}

/* company name */
#experlist li{
	font-family:garamond, times new roman; 
	font-size:15pt;
	font-weight:bold;
	font-style:italic;
	list-style:none; 
	color:#ac0005;
	}

/* company location */
#experlist ul li{
	font-family:tahoma, arial;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	list-style:none; 
	color:red;
	margin-left:-25px;
	color:gray;
	}

/* job title and dates */
#experlist ul li ul li{
	font-family:tahoma, arial;
	font-size:10pt;
	font-style:normal;
	font-weight:bold;
	list-style:none; 
	color:black;
	margin-left:-39px;
	}

/* job description */
#experlist ul li ul li ul li{
	font-style:normal;
	font-weight:normal;
	padding:15px 0px 0px 50px; 
	list-style:none; 
	margin-left:-50px;
	}

#experlist p{width:500px; margin-bottom:25px}

#reflist{
	text-align:center;
	border-left:2px solid #317cb6;
	border-right:2px solid #317cb6;
	border-bottom:1px solid #317cb6;
	}

#reflist{width:600px}

.refheader td{
	padding:5px 0px 5px 0px;
	color:white;
	background-color:#317cb6;
	text-align:center;
	font-family:tahoma, arial;
	font-size:9pt;
	font-weight:bold;
	text-transform:uppercase;
	}

.controw td{
	padding:3px 0px 3px 0px;	
	text-align:center;
	font-size:9pt;
	font-family:arial;
	border-bottom:1px solid #b1bcb6;
	height:28px;	
	}

#refrow{background-color:white}

#skills{margin-left:50px}

#skills li{
	line-height:150%;
	font-family:tahoma, arial;
	font-size:10pt;
	}


#bottompart{
	position:relative;
	margin:0 auto;
	font-family: arial;
	font-size:8pt;
	color:gray;
	text-align:center;
	width:650px;
	}	
	
.expweblink{
	font-size:10pt; 
	font-family:"Futura Lt BT", Tahoma, Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	}