﻿/*
CSS for Bubble Under site
*/
#topheader {
  line-height: 125%;
  }

#topheader a {
  font-size: small;
  font-weight: normal;
  color: black;
  display: inline;
}

#topheader a:link, #topheader a:visited  {
  font-size: small;
  padding: 0.2em 0.6em 0.2em 0.6em;
  color: navy;
  text-decoration: none;
}

#topheader a:hover {
  background-color: #711515;
  color: #FFFFFF;
}

#sitebranding {
  height: 120px;
  }

#wrapper {
  width:100%;
  float:left;
  margin-right: -230px;
  margin-top: 0;
  background-color: white; /*#294A7B;*/
  }
  
 #content {
  margin-right: 220px; 
}
  
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:100.01%; 
  color: black;
  background-color: white;
  line-height: 125%;
  padding: 0;
  margin: 0;
  border: 1px white;
}

p, li {
  font-size: small;
  color: black;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}

h1 {
  line-height: 300%;
  font-size: x-large;
  color: white;
  font-weight: normal;
  font-style: italic;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin-top: 0;
  background: #294A7B url(backgrounds/header-bg.jpg) repeat-y right;
}

.aligncenter {
	text-align: center;
	margin: 0
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  color: navy;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

#leftpanel {
  background-color: #294A7B;
  color: white;
  font-weight: bold;
  width: 230px;
  float: left;
  padding: 0 10px 0 10px;
  border-right: 1px solid #294A7B;
}

#leftpanel h2 {
  text-align: center;
  font-weight: normal;
  font-size: large;
  color: #FFFFFF;
  margin: 10px;
}


#leftpanel strong {
  color: yellow;
	font: verdana;
	color: #FFFF00;
	size: 5;
	font-weight: bold;
}

#leftpanel em {
  color: yellow;
  font-weight: normal;
}

#samples {
  width: 150px;
  text-align: center;
  margin: 50px;
  margin-top: 5px;
}

#samples ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#samples li {
  margin: 12px;
}

#samples li a:link, #samples li a:visited  {
  font-size: small;
  display: block;
  padding: 0.2em 0.6em 0.2em 0.6em;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
  background-color: #bed8f3;
  color: navy;
  text-decoration: none;
}

#samples li a:hover {
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-color: #711515;
  color: #FFFFFF;
}

#leftpanel p, li, a {
  font-size: small;
  font-weight: normal;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.initial {
	line-height: 150%;
	text-align: left;
	margin-left: 60px;
	font: verdana;
	color: #FFFF00;
	size: 5;
	font-weight: bold;
}

.otherletters {
	line-height: 150%;
	text-align: left;
	margin: 0;
	font: verdana;
	color: #FFFFFF;
	size: 2;
	font-weight: normal;
}

#alignleft p {
  text-align: left;
  }


#rightpanel {
  text-align: center;
  background-color: white;
  color: white;
  font-weight: bold;
  width: 200px;
  margin-top: 0;
  float: right;
  padding: 0px 10px 0 10px;
}

#rightpanel p, li, a {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

#bodycontent {
  margin-left: 250px;
  background-color: white;
  color: black;
  font-weight: normal;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #294A7B;
}

#bodycontent h1 {
  line-height: 125%;
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  background: white;
  color: #003333;
  text-align: left;
  padding-top: .6em;
  padding-left: 0;
  padding-bottom: .2em;
  margin-top: 20;
  margin-left: 0;
 }

#bodycontent h2 {
  font-size: medium;
  color: #294A7B;
  margin-top: 20px;
}

#bodycontent p {
  font-size: small;
  color; black;
}

#bodycontent a {
  color: black;
  text-decoration: none;
  }

#bodycontent a:hover{
  font-style: small;
  color: black;
 }
 
#bodycontent  a:link, #profilepanel a:visited  {
  font-size: small;
  color: black;
 }

#bodycontent ul {
  line-height: 125%;
  margin-left: 20px;
  margin-top: 0px;
  padding: 0;
  font-size: small;
  color: black;
}

#bodycontent li {
  line-height: 125%;
  font-size: small;
  color: black;
  margin-left: 20px;
  margin-top: 15px;
  padding: 0;
}

#bodycontent strong {
  font-size: small;
  color: #294A7B;
  font-weight: bold;
  }
 
#bodycontent em {
  font-size: small;
  color: #294A7B;
  font-weight: normal;
  font-style: italic;
  }

#bodycontent blockquote {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  
#bodyareabullets {
  width: 150px;
  text-align: center;
  margin-left: 250px;
  margin-top: 5px;
}

#bodyareabullets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bodyareabullets li {
  margin: 10px;
}

#bodyareabullets li a:link, #bodyareabullets li a:visited  {
  font-size: small;
  display: block;
  padding: 0.2em 0.6em 0.2em 0.6em;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
  background-color: #bed8f3;
  color: navy;
  text-decoration: none;
}

#bodyareabullets li a:hover {
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-color: #711515;
  color: #FFFFFF;
}
  
 img.feature {
  float: right;
  margin: 10px;
}

 img.featureleft {
  float: left;
  margin: 10px;
}

#navigation {
  width: 150px;
  text-align: center;
  margin: 50px;
  margin-top: 5px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  margin: 12px;
}

#navigation li a:link, #navigation li a:visited  {
  font-size: small;
  display: block;
  padding: 0.2em 0.6em 0.2em 0.6em;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #717171;
  border-right: 1px solid #717171;
  background-color: #bed8f3;
  color: navy;
  text-decoration: none;
}

#navigation li a:hover {
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-color: #711515;
  color: #FFFFFF;
}

#copyrightmessage p {
  font-size: small;
  padding: 0;
  color: black;
  text-align: center;
  font-style: italic;
  text-decoration: none;
 }

#noelcoburn h2 {
  font: verdana;
  color: yellow;
  text-align: left;
  font-size: medium;
  margin: 0 10px;
  text-decoration; none;
 }
 
#noelcoburn p , ul, li {
  font: verdana;
  color: #EEEEEE;
  text-align: left;
  font-size: small;
  margin: 0 10px;
 }
 
 #profilepanel {
  background-color: #294A7B;
  width: 230px;
  font: verdana;
  color: #EEEEEE;
  text-align: left;
  font-size: small;
  margin: 0;
  float: left;
  padding: 0 10px 0 10px;
  border-right: 1px solid #294A7B;
}
 
 #profilepanel img{
  margin-left: 0;
 }

 #profilepanel a:hover{
  font-style: small;
  color: white;
 }
 
 #profilepanel  a:link, #profilepanel a:visited  {
  font-size: small;
  color: white;
 }
#bottomsection {
  clear: both;
  background-color: white;
  line-height: 125%
  }
 #bottomsection1 {
  border-top: 3px solid #7da5d8;
  margin: 0;
  background-color: white;
 }
 
#linkfooter a {
  font-size: small;
  font-weight: normal;
  color: black;
  display: inline;
}

#linkfooter a:link, #linkfooter a:visited  {
  font-size: small;
  padding: 0.2em 0.6em 0.2em 0.6em;
  color: navy;
  text-decoration: none;
}

#linkfooter a:hover {
  background-color: #711515;
  color: #FFFFFF;
}
 
 .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }
 
/* a CSS hack for IE6 */
* html #navigation li a {
  width: 100%;
}

