/** Used by other_publications, profile ***/

body {
  margin : 0;
  padding : 5%;
  font-size: 10pt;
}

#header {
	position: absolute;
}

#navbar {
position: fixed;
top: 0;
bottom: 0; 
left: 0;
padding-left: 5px;
width: 175px; /*Width of frame div*/
height: 100%;
}

.content {
position: fixed;
top: 0; 
left: 175px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
padding-top: 90px; /* Set to match top of the nav bar buttons*/
padding-right: 25px;
background: #D9E7EA;
border-left: 10px solid #A2C2CA;
font-family: helvetica;
  overflow: auto;
} 

.contact {
position: fixed;
top: 0; 
left: 175px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
padding-top: 150px; 
padding-right: 25px;
padding-left: 20px;
overflow: auto; 
background: #DDEAEC url("Images/Phone.gif") no-repeat 50% 75%;
border-left: 10px solid #A2C2CA;
font-family: helvetica;
font-size: 80%;
} 

#main {
position: fixed;
top: 0; 
left: 175px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
padding-top: 0px; /* Set to match top of the nav bar buttons*/
padding-right: 25px;
overflow: auto; 
border-top: 10px solid #A2C2CA;
font-family: helvetica;
font-size: 80%;
}

.innertube{
margin-left: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 20px;
}

.belowmap{
left: 10px;
padding-top: 350px;
}

#excerpt{
position: fixed;
top: 0; 
left: 270px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
padding-top: 60px; /* Set to match top of the nav bar buttons*/
padding-right: 15%;
overflow: auto; 
border-left: 10px solid #A2C2CA;
background: #FFE9C0;
}

.footer{
	clear: both;
	text-align: center;
}

img.floatLeft { 
    float: left; 
    margin: 15px; 
    margin-left: 15px;
}

img.logo {
	width: 162px;
	height: 33px;
}

img.buttons {
	width: 119px;
	height: 216px;
}

img.other_pubs {
	width: 184px;
	height: 121px;
}
html, body {overflow: hidden;}
p {line-height: 140%;}
h3 {color: #42459D;}
