/*****************/
/* Layout styles */
/*****************/

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000000;
/* border: 1px dotted gray; */
}

#banner {
/* border: 1px solid red; */
border-bottom: 2px solid #990000;
margin: 10px 10px 0px 10px;
padding: 0px;
}

#main {
/* border: 1px solid blue; */
border-right: 0.5px solid #990000;
margin: 0px 270px 0px 10px;
padding: 0px 20px 0px 0px;
}

#footer {
clear: both;
/* border: 1px solid silver; */
border-top: 2px solid #990000;
margin: 0px 10px 10px 10px;
padding: 0px;
}

#sidebar {
float: right;
width: 250px;
/* border-left: 0.5px solid #990000; */
margin-right: 10px;
padding: 0px 0px 10px 0px;
}

/***************/
/* Font Styles */
/***************/

p {
font-family: Georgia, Arial, Helvetica, sans-serif;
/* wait font-family: Georgia, "Times New Roman", "Palatino Linotype", Times, serif; */
font-size: 1.1em;
/* try font-size: 0.875em; */
line-height: 1.25em
} /* 14px/16=0.875em */

h1 {
font-family: Georgia, "Times New Roman", "Palatino Linotype", Times, serif;
font-size: 1.5em; /* was 1.125em & 1.6em*/
/* line-height: normal; */
line-height: 120%;
font-weight: bold;
margin-bottom: 0.675em;
color: #990000
}

h2 {
font-family: Georgia, "Times New Roman", "Palatino Linotype", Times, serif;
font-size: 1.125em;
line-height: normal;
font-weight: bold;
margin-top: 1em;
margin-bottom: 0.675em;
/* margin-left: 0.75em; */
/* font-style: italic; */
color: #000000;
}

.h2sp {
font-style: normal;
padding: 5px;
border-top: 1px solid #900;
background-color: #DDD;
}

h3 {
font-family: Georgia, "Times New Roman", "Palatino Linotype", Times, serif;
font-size: 1em;
line-height: normal;
font-weight: bold;
margin-top: 1.5em;
margin-bottom: 0.675em;
margin-left: 1.5em;
color: #440000;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
line-height: normal;
font-weight: bold;
margin-bottom: 0.675em;
color: #440000
}

.ind { 
/* text-indent: 1.5em; This indents the first line of a paragraph. */
padding-left: 1.5em; /*This indents the entire block of text. */
}

.sup {
font-style: normal;
}

a {
color:#990000;
text-decoration: underline;
/* font-style: italic; */
}

a:hover {
text-decoration: underline
}

li {
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 1em;
line-height:  1.3em;
margin-bottom: 0.25em
}

/* for footer text */
.btm {
font-size: 1em;
line-height: 130%;
text-align: center;
}

#logo {
width: 778px;
border: none;
}





p.mespeak {
font-style: italic;
}

.warning {
color: #FF0000;
}

/***********************************/
/* Styles for images */
/***********************************/

img.one_img {
margin: 20px 20px 20px 20px;
}

img.spec {
float: left;
margin: 0 20px 25px 0;
}

/***********************************/
/* Styles for horiz navigation bar */
/***********************************/

/* BIG TEST */

#navbar {
overflow: hidden;
position: relative;
/* left: 26px; */
}

#navbar a:hover {
background-color: #900;
color: #fff;
text-decoration: underline
}

.floater {
width: 85px;
height: 3em;
float: left;
margin-left: 6px;
margin-right: 6px;
text-align: center;
}

a.button {
background: white;
color: #900;
/* padding: 0em 1em; */
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
line-height:  1.25em;
margin: 0 auto;
padding: 0;
}




/*****************************/
/* Styles for my testimonial */
/*****************************/

#testimonial {
border-bottom: 1px solid #990000;
}

p.recco1 {
font-family: Georgia, "Times New Roman", "Palatino Linotype", Times, serif;
font-style: italic;
font-size: 1em;
/* clip:     rect(   ); */
text-align: left
}

p.recco2 {
font-family: Georgia, "Times New Roman", "Palatino Linotype", Times, serif;
font-size: 1em;
font-style: italic;
text-align: right
}

/***********************************************/
/* Styles for my current Twitter widget,       */
/* "http://twitter.com/javascripts/blogger.js" */
/***********************************************/

#twitter_div {

}

#twitter_div ul li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
line-height: normal;
margin-bottom: 0.25em
}

#twitter_div a {
font-style: italic;
}

/****************************/
/* Styles for samples page */
/****************************/
div.s_left {
text-align: center;
width: 50%;
float: left;
}

div.s_right {
text-align: center;
width: 50%;
float: right;
}

div.generic {
overflow: hidden;
zoom: 1;
}

div.s_center {
text-align: center;
}

tr.s_top {
vertical-align: top;
}

/****************************/
/* Styles for about page */
/****************************/

.society {
float: left;
max-height: 36px;
max-width: 36px;
}

.soc_blurb {
margin-left: 45px;
margin-top: 0px;
vertical-align: top;
}

.soc1 {
margin-top: 3px;
margin-bottom: 3px;
min-height: 45px;
overflow: hidden;
zoom: 1;
}

.soc2 {
width: 36px;
float: left;
}
