/* =-=-=-=-=-=-=-[CSS]-=-=-=-=-=-=-=- */
body {
	background: #03466f url("images/lines7.gif");
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding: 0;
	text-align: center;
} 
#shadow {
	width: 1000px;
	margin: 0 auto;
	border-right: 1px solid #4f4539;
	border-left: 1px solid #454539;
}
 
#container {
	position: relative;
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

#topborder {
	position: relative;
    vertical-align:top;
	height: 25px;
	width: 100%;
	background-image: url("images/topborder2.gif");
	background-repeat: repeat-x; 
	background-color: #ffffff;
    overflow: hidden;
}

#header {
    vertical-align: top;
	height: 79px;
	width: 1000px;
	background-color: #ffffff;
	text-align: left;
    overflow: hidden;
}

/* =-=-=-=-=-=-=-[Navigation]-=-=-=-=-=-=-=- */

#nav {
	position: relative;
    vertical-align:top;
	height: 25px;
	width: 1000px;
	background-color: #00728F;
    overflow: hidden;
}

#menu {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:25px;
}

#home {
	position:absolute;
	left:0px;
	top:0px;
	width:101px;
	height:25px;
}

#company {
	position:absolute;
	left:101px;
	top:0px;
	width:126px;
	height:25px;
}

#experience {
	position:absolute;
	left:227px;
	top:0px;
	width:134px;
	height:25px;
}

#projects {
	position:absolute;
	left:361px;
	top:0px;
	width:116px;
	height:25px;
}

#media {
	position:absolute;
	left:477px;
	top:0px;
	width:78px;
	height:25px;
}

#awards {
	position:absolute;
	left:555px;
	top:0px;
	width:85px;
	height:25px;
}

#contact {
	position:absolute;
	left:640px;
	top:0px;
	width:360px;
	height:25px;
}
	
/* =-=-=-=-=-=-=-[End of Navigation]-=-=-=-=-=-=-=- */


/* =-=-=-=-=-=-=-[Content Area]-=-=-=-=-=-=-=- */

#slideshow {
	background: url("images/lh.jpg");
	position: relative;
	vertical-align:top;
	float: left;
	height: 244px;
	width: 750px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

object { display:block;
		float: left;
}
                        

#quote {		
	position: relative;
	vertical-align:top;
	float: right;
	height: 244px;
	width: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#leftcolumn {
	position: relative;
	vertical-align:top;
	width: 225px;
	float: left;
	background: #00718f;
	text-align: center;
	margin: 0;
	padding: 0;
    overflow: hidden;
}

#leftcolumn img {
	margin: 0;
	padding: 0;
    border: 0;
}
#centercolumn {
	position: relative;
	vertical-align:top;
	width: 525px;
	float: left;
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 1em 0 0.5em 0;
    overflow: hidden;
}

#centercolumn p {
	margin: 0 1.5em 1em 1.5em;
	text-align: justify;

}


#rightcolumn {
	position: relative;
	vertical-align: top;
	background: #03466f;
	width: 250px;
	float: right;
	text-align: center;
	margin: 0;
	padding: .5em 0;
    overflow: hidden;
}

#rightcolumn img {
	margin: 0;
	padding: 0;
    border: 0;
}


/* =-=-=-=-=-=-=-[End of Content Area]-=-=-=-=-=-=-=- */


.rule1 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4;
       margin: 0px;
}

.rule2 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4; 
       margin: 0px;
}

.rule3 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4; 
       width: 90%;
       margin: 0px;
       padding: 0px;
}


h1 { 
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#03466f;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .65em;
}


h2 { 
 	background-color: #fff;
	color:#CC3333;
	text-align: left;
	font-size: .9em; 
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 1em;

}

h3 { 
	background-color: #fff;
	color:#000;
	text-align: left;
	font-size: .85em; 
	font-weight: bold;
	line-height: .9em;
	margin-top: 0em;
	margin-bottom: 1em;

}

p {
	text-align: left;
	font-size:.8em;
	font-weight:normal;
  	line-height:1.4em;
  	color:#333;
	margin-top: 0em;
	margin-bottom:1em; 
}

/* all links except footer */
li :link {
color: #330d0d;
text-decoration: underline;
font-weight: normal;
}

:link {
color: #330d0d;
text-decoration: underline;
font-weight: normal;
}

:visited {
color: #790000;
text-decoration: underline;
font-weight: normal;
}
li :visited {
color: #54B949;
text-decoration: underline;
font-weight: normal;
}
:active {
color: #00718f;
font-weight: normal;
text-decoration: underline;
}
/* =-=-=-=-=-=-=-[Lists]-=-=-=-=-=-=-=- */

.generalli li{
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	list-style-type:square;
	margin: 0 2em 1em 5em;
	padding: 0;
}

.linumbered ul {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
}

.linumbered li {
	text-align: left;
	font-size: .7em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
}
/* =-=-=-=-=-=-=-[End of lists]-=-=-=-=-=-=-=- */

#map {
	width: 650px; height: 400px;
	border: 2px solid gray;
	margin: 0 auto;
}
		
.infowindow {
height: 50px;
width: 275px;
}

.infowindow p{
	text-align: center;
	font-size:.75em;
	font-weight:normal;
  	line-height:1.2em;
  	margin-bottom: 0;
  	padding-bottom: 0;
}


#footer {
	position: relative;
	background-color: #03466f;
	float: left;
	width: 100%;
	height: 500px;
}

#footer p{
    font-size: .7em;
	font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top:0.5em
  }

#footer :link {
color: #fff;
text-decoration: underline;
font-weight: bold;
}

#footer :visited {
color: #fff;
text-decoration: underline;
font-weight: bold;
}

#footer :active {
color: rgb(255, 255, 255);
font-weight: bold;
}

#bottomborder {
	position: relative;
	float: left;
	width: 100%;
    background-image: url("images/topborder2.gif");
	background-repeat: repeat-x; 
	height: 20px;
	overflow: hidden
}