/* 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... */


html, body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color:#000000;
  text-align: left;
  font-size: small;
 
}  

#mainWrapper {
	width: 769px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #fff;
	
}

#mainwrapper img {
	border:none;
}

#rightcolumn {
	float: right;
	width: 40%;
	height: auto;
	background-color: #D8E1EF;
	border-left: #999999 1px solid;
}

#rightcolumn p{
	margin: 20px 10px 20px 10px;
}

#rightcolumn h3{
	margin: 15px 10px 20px 10px;
	color: #A30135;
}

.rightcolumnImg {
	text-align: center;
	padding: 10px 0px 20px 2px;
}

#rightcolumnAccent{
	color: #A30135;
}

#rightcolumn a:link, #rightcolumn a:visited, {
	color: #A30135;
}

#rightcolumn a:hover, {
	color: #A30135;
	text-decoration: underline;
}

#rightcolumnImg{
	margin-right: 15px;
}

* html #rightcolumn {
	margin-bottom: -2px;
}

#leftcolumn {
	float: left;
	width: 55%;	
	height: auto;
	border-right: solid 1px #fff;
	
}

#leftcolumn h2 {
	padding-left: 15px;
}


#leftcolumn a {
	text-decoration: none;
}

#leftcolumn p {
	margin:15px 5px 20px 15px;
}

.leftcolumnImg1 {
	padding: 15px 20px 25px 20px;
}

.leftcolumnImg2 {
	padding: 30px 10px 5px 30px;
}

.leftcolumnImg3 {
	padding: 8px 15px 25px 40px;
}

.leftcolumnImg4 {
	padding: 10px 20px 55px 10px;
}

.leftcolumnImgRow {
	padding-right: 6px;
}

#homeImage {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navBar {
	height: auto;
	background-color: #0C479D;
}

#masthead{
	margin: 0;
	padding: 2px 0px;
	width: 100%;
	background-color: #FFFFFF
	height: auto;
	
}

.mastheadImg {
	margin-left: 5px;
	margin-right: 13px;
	
}

#logo 	{
	font: 29px "Comic Sans MS", Helvetica, sans-serif;
	color: #fff;
	letter-spacing:.2em;
	font-weight: bold;
	padding-left: 10px;
}

#tagline 	{	
	font: 17px "Comic Sans MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #bf456c;
	letter-spacing:.4em;
	line-height:18px;
	margin-left: 10px;
	padding-top: 10px;
	}
	
	
/* styles for the siteInfo menu - remove padding, margin and bullets */
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
 
}
  
/* float each list element inline */
#footer li {
  display: inline;
  padding: 1px 5px 0 5px;
 }

#footer{
	font-size: 95%;
	background-color: #eeeeee;
	color: #666666;
	padding: 10px 0px 5px 0px;
	height: 1em;
	border-top: #999999 medium solid;
	margin-top: 2px;
	margin-bottom: 10px;
	width:100%;
	text-align: center;
	clear: both;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a {
  color: #660033;
  margin: 0;
  height: 1em;
  padding: 2px 2px 0px 0px;
   
}

#footer a:link, #footer a:visited {
	color: #006666;
	font-size: 12px;
}

#footer a:hover, #footer a:active {
  color: #006666;
  font-size: 12px;
}

#cr	{
	float: right;
	margin: 0;
	padding: 8px 14px;
}

#privacy {
	float: left;
	margin: 0;
	padding: 8px 14px;
}

#botLinks {
	line-height: 200%;
	background-color: #0C479D;
	color: #FFF;
	text-align: center;
	border-top: 1px solid #999;
	clear:both;
	margin-top: 2px;
	width:100%;
}

#botLinks a:link, #botLinks A:visited {
	color: #FFF;
}

#botLinks a:hover{
	color: #000;
}

/*************** #pageName styles **************/

.pageName{
	font-family:"Comic Sans MS", Helvetica, sans-serif;
	padding: 10px 0px 10px 0px;
	color: #0c479d;
	font-weight: bolder;
	font-size: 20px;
	background-color: #fff;
}

.italicized {
	font-style: italic;
}

/************* #form styles ***************/

#form{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#form label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
}

/* legend styling */
legend {
  font-weight: bold;
  font-size: 12px;
  color: #A30135;
}

.highLight {
	font-weight: bold;
}

.visitImg {
	margin-bottom: 20px;
}

hr {
	color: #09489f;
}

.phone {
	color: #a30135;
	font-weight: bold;
}

.insranceInfoBox {
	border: #a30135 thin solid;
	padding: 5px;
	margin-bottom: 20px;
}

.underline {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	color: #a30135;
}