/* CSS name ... name:pseudo-class ... name.class ...  name#style */

/* Limit margins and padding  */
* {
  margin: 0;
  padding: 0;
  line-height: 1.35;
}

body {
    background: #65AB9F url("images/tealbar2peddna.jpg");
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

#bold {
	font-weight: bold;
}
#container {
    position: absolute;
    width: 900px;
  }

/* dfcbad = 224 - 203 - 173 */
#content {
    background-color: #dfcbad;
    position: absolute;
    left: 80px;
    padding: 10px .8em 20px .8em;
    min-width: 800px;
	min-height: 800px;
	border-width: 1px;
	border-style: solid;
	border-color: #6D3321; 
}

#pagetext {
	background-image: url(contentbgnd.gif); 
	background-repeat: repeat-x;
    background-color: #ffffff;
	padding: 10px;
}

#logohdr {
    background: #ffffff;
}


#newNavBar {
	clear:both;
	height:16px;
}
#newNavBar a:link,
#newNavBar a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#newNavBar a:hover {
	font-weight: bold;
	background-color: #6D3321;
	color:#ffffff;
}

#lineNav {
	padding:0px;
	overflow:auto;
	float:left;
}
#lineNav li {
	margin:0px 2px 0px 0px;	
	float:left;
	list-style-type:none;
	border:1px solid #6D3321;
	padding:3px;
}

#navbar{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	margin-left: 60px;
	font-size: 110%;
	font-weight: bold;
}

.logo2 {
	font-size: 110%;
	font-weight: bold;
}

#adrs {
 font-size: 10px;
 font-weight: normal;
 font-style: normal;
}

#footing {
 font-size: 10px;
 font-weight: normal;
 font-style: normal;
 text-align: center;
}

blockquote {
  margin: 30;
  padding: 0;
  line-height: 1.15;
}

img {
	border-width: 0;
}

a:link, a:visited, a:active {text-decoration: none; font-weight: bold}
a:link, a:hover, a:active {color: #18483d; } 
a:hover {text-decoration: underline; font-weight: bold; background-color: #edd3b5}
a:visited {color: #6D3321; }


H1 { font-size: 14px; text-align: center; padding: 10px 0 10px 0;}
H2 { font-size: 12px; text-align: margin-top: 1em; padding: 10px 0 10px 0;}
HR { margin-top: 5px; margin-bottom: 5px;}

li {
	margin-top: 1em;
	margin-left: 2em;
}

.sup {
	font-size:10px; 
}


/* certifications */
.certifications {
 font-size: 80%;
 font-weight: normal;
 font-style: normal;
}

