@charset "UTF-8";
/* CSS Document */

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #99FF66;
	background-image: url(/static/images/tile.png);
	margin-top: 4px;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #0099FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 8px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 30px;
        display: inline;
}
#testimonial  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
        text-align: justify;
} 
#testimonialfoto {
	display: block;
	height: 200px;
	width: 200px;
	border: 2px solid #00CCFF;
        margin-bottom: 5px;                   
	padding: 0px;
} 
.attribution {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
        margin-left: 10px;
}

#navbar {
	display: block;
	padding: 2px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
} 
#navbar  ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 2px;
} 
#navbar  li {
	display: inline;
} 

#navbar  a:link, #navbar a:visited {
	padding: 3px  10px  2px  10px;
	color: #FFFFFF;
	text-decoration: none;
	border: #663399;
	
	} 
#logo {
	height: 123px;
	width: 116px;
}
	
#navbar  a:hover {
color: #333333;
background-color:#ECFEC2;
} 




#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	background-color: #FFFFFF;
	font-size: 0.8em;
	line-height: 130%;
	background-image: url(/static/images/tile_maincontent.jpg);
	background-repeat: repeat-x;
} 

#mainContent h2
{
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #0099FF;
}

#mainTable {
        margin: 0;          


 }

#mainTable p {
        padding-left: 10px;                     
        padding-right: 10px;
               
 }

.pageContent
{
  width: 70%;
  height: 700px;
  margin-left: 10%;
}

.longPageContent
{
  width: 70%;
  margin-left: 10%;
}

.pageWideContent
{
  height: 700px;
  margin:0;
  margin-left: 15px;
}

#map
{
  width: 300px;
  height: 400px;
  margin-left: 30px;
  border: 2px solid #00CCFF;  
}

.news {
        background: #FFFFFF;
        margin: 0px;
        margin-left: 30px;
        margin-right: 10px;
        padding: 0;
        font-size: smaller;
        border: 2px solid #00CCFF;
}

.newsHeader {
        background: #00CCFF;
        margin: 0px;
        color: #FFFFFF;
        font-weight: bold;
        text-align: left;
        padding: 0;
        border: 2px solid #00CCFF;
}

.newsTitle {
        margin: 0px;
        font-weight: bold;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        border-bottom: thin black solid;
}

#footer {
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	line-height: 13px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#banner {
	width: 550px;
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 410px;
	padding-left: 0px;
	clear: both;
}
#hed {
	background-color: #00CCFF;
	display: block;
	width: 936px;
	margin: 0px;
	height: 30px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 24px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#banner2 {
	width: 420px;
	height: 50px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 520px;
	clear: both;
	padding: 0px;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
input.txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #6666FF;
}
input.btn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #99FF00;
	border: 1px outset #6666FF;
	font-weight: bold;
}
#longcopy {
	float: left; /* since this element is floated, a width must be given */
	width: 700px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smalltext {
	font-size: 11px;
	line-height: 14px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.simpleList
{
  margin: 0px;
              
}

.list {
       margin: 0px;
       list-style-type:circle;
       font-variant:small-caps;
}

.list a:link, .list a:visited, .list a:active
{
  text-decoration: none;
}

.list a:hover
{
  text-decoration: underline;
}

.labelCell
{
  text-align: right;
  padding-right: 10px;
  color: #505050;
  font-weight: bold;
  font-variant: small-caps;
}

.notesArea
{
  width: 50%;
  height: 100px;;
  padding: 2px;
  margin-bottom: 5px;
}

.selectInput
{
  width: 25%;
  padding: 2px;
}

/* End notes */
.abbrev
{
  font-weight: bold;
}

.paraNum
{
  font-weight: bold;
}


dt
{
  margin-top: 5px;
  font-weight: bold;
}

dt a:link, dt a:visited, dt a:active
{
  color: black;
  text-decoration: none;
}

dt a:hover
{
  text-decoration: underline;
}

h3
{
  font-size: large;
  font-weight: bold;
  padding-left:30px;
  padding-top: 10px;
}

.bluelink a:link, .bluelink a:visited, .bluelink a:active
{
  color: #0099FF;
  text-decoration: none;
}

.bluelink a:hover
{
  color: #0099FF;
  text-decoration: underline;
}

.smallHed
{
  font-size:smaller;
  font-weight: bold;
}

.paraHed
{
  font-size: larger;
  font-weight: bold;
}

.listHeader
{
  margin:0;
  margin-top: 5px;
  padding:0;
}

ul.subMenu
{
  list-style: none;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
} 
.subMenu li
{
  display: inline;
  margin: 0;
  padding: 0;              
  font-weight: bold;
} 

.actionAlertDiv
{
  border: thin solid #00CCFF;
  background: #F0F8FF;
  margin: 5px;
  margin-left: 10px;
  margin-right: 10%;
  padding: 6px;
  font-size: smaller;
} 

.nicePre
{
  font: 12px/1.5 Geneva, Arial, Helvetica, sans-serif;
}

pre
{
  font-size: medium;
}

.rsvpBox {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #0099FF;
        padding: 6px;
} 

.textInput, .textArea {
  width: 90%;
}

.message
{
  width: 50%;
  font-size: 1.2em;
  border: 2px solid #00CCFF;;
  background-color: #F0F8FF;
  margin: 15px;
  margin-left: 10%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
}  

