/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/*/*/a{}
html, body {
  font-family: Arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #999 url(../images/main_bkg.gif) repeat left top;
  color:#000000;
  text-align:center;
  font-size: small;
  voice-family:"\"}\"";
  voice-family:inherit;
  font-size: small;
    
}
html>body {
  font-size: small;
}
/* */

#wrapper {
  text-align:left;
  width:761px;
  margin:0 auto;
  border: #ffffff thin solid;
  background-color: #FFFFFF;
}

#header {
  width:761px;
  height:100px;
  background: #FFFFFF;
  background-image: url(../images/hd_bg.jpg);
  background-repeat: no-repeat;
}

#nav {
	width: 761px;
	background-color: #ccc;
}

	
#content {
	float: left;
	width: 65%;
	background-color: #FFFFFF;
	margin-left: 1em;
	margin-top: 15px;
	margin-bottom: 30px;
}

#content h1 {
	font-size: 150%;
	padding: 10px 10px 10px 0;
}

#contentB {
	width: 90%;
	background-color: #FFFFFF;
	margin-left: 1em;
	margin-top: 15px;
	margin-bottom: 30px;
}

#contentB img {
	margin-left: 30px;
}

.accent {
	font-style: italic;
	font-weight: 700;
}

#sideBar {
	float: right;
	width: 30%;
	border-left: #ccc thin solid;
	background-color: #FFFFFF;
}

#sideBar h2 {
	font-size: 110%;
	color: #00395A;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	text-decoration: underline;
}

#sideBar h3 {
	font-size: 90%;
	color: #00395A;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

#sideBar p {
	margin: 15px;
	text-align: center;
}
#sideBar img{
	padding: 5px;
	border: #8c1788 thin solid;
}


/* footer styles - set to height and width of the footer image */
#footer {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: #8c1788;
  color: #fff;
  font-size: 85%;
}
  
#footer p {
  margin: 0;
  padding: 10px 15px 0 1em;
  
}

hr {
	color: #8c1788;
}

.flashLbl {
	font-size: 110%;
	color: #00395A;
	margin-left: 10px;
}

.tagText {
	font-size: 150%;
	word-spacing: 11em;
	color: #8c1788;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mktText {
	font-size: 130%;
	color: #000000;
	padding-top: 10px;
}

.about {
	font-size: 150%;
	color: #000;
	padding: 20px 0 0 0;
}

.listDec {
	list-style-image: url(../images/arrow_bul.gif);
	list-style-position: inside;
}

.specialText {
	font-size: 110%;
	color: #00395A;
}

.imgRightPad {
	padding-right: 10px;
}

.imgLeftPad {
	padding-left: 10px;
}

.waffleHomeLink {
	color: #0033FF;
	font-weight: 700;
	font-variant: small-caps;
}

.waffleHomeLink a:link, a:visited {
	color:#0033FF;
}

.waffleHomeLink a:hover {
	color: #8c1788;
	text-decoration: underline;
}
	
/*
***************contact form styles*******************
*/

.label {
	float: left;
	clear: left;
	width: 150px;
	margin-right: 20px;
}	

.butShift {
	padding-left: 10px;
}

.red {
	font-size: 12px;
	color: #F00;
}

.requestBox {
	background-color: #90208c;
	color: #FFF;
	font-weight: bold;
	border: #000 thin solid;
	width: 150px;
	padding: 10px;
}
.requestBox a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.requestBox a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
