/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Original by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; color: #000000; background: white;}

/* Tables still need 'cellspacing="0"' in the markup. */
NOT-table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* END RESET STYLES - -- - - - - - - - - - - -- - - - -- - */


html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
 
#pagewidth{ 
 width:872px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:162px; 
 width:100%;
} 
 
#leftcol{
 width:171px; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 width:680px;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:170px; 
 float:right; 
 position:relative; 
 }
 
.maincol{  
 float: left;
 display:inline; 
 position: relative; 
 width:480px; 
 }
 
#footer{
display: none;
 height:100px; 
 NOT-background-color:#CCCCCC; 
 clear:both;
 } 
 
/* TEXT DISPLAY STYLES - - - - - - - - - - - - - - - - - - - */

#pagewidth #wrapper .maincol h1 {
	N0T-font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	margin:10px 0px 5px 0px;
}
#pagewidth #wrapper .maincol h2 {
	font-family: "goudy-bookletter-1911-1","goudy-bookletter-1911-2", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin:0px 0px 5px 0px;
	N0T-font-style: italic;
}

.maincol p {
	margin: 0px 0px 15px 0px;
	font-family: "goudy-bookletter-1911-1","goudy-bookletter-1911-2", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
}


.maincol p.ulparagraph {
margin-bottom: 5px;
} 

.clientsspeak #pagewidth #wrapper .maincol p {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	color: #000000;
	border: 2px solid #ECE4D5;
	background-color: #FBF9F1;
	background-image: url(images/quote-client-bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.clientsspeak #pagewidth #wrapper .maincol em {
	color: #701a31;
}


#pagewidth #wrapper .maincol h3 {
	font-family: "goudy-bookletter-1911-1","goudy-bookletter-1911-2", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	margin: 0px 0px 5px 0px;
	N0T-font-style: italic;
}
#pagewidth #wrapper .maincol h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #9e465b;
	margin: 0px 0px 0px 0px;
	font-style: italic;
}

#pagewidth #wrapper .maincol strong {
	font-weight: bold;
	color: #000000;
}

#pagewidth #wrapper #twocols #rightcol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
	color: #701a31;
	margin-left: 10px;
}
#pagewidth #wrapper #twocols #rightcol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
	color: #701a31;
	margin-bottom: 15px;
	margin-left: 10px;
}

#pagewidth #wrapper .maincol .small {
	background-color:#EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10px;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
	padding: 5px;
}

.footercontent {
	border-top:1px solid #CCCCCC;
	margin: 10px auto 20px auto;
	padding: 15px 0px 15px 0px;
	text-align:center;
	background-image: url(images/footer-bkg-tile1.gif);
	background-repeat: repeat-x;
}
.footercontent p {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	margin:0px 0px 15px 0px;
}

#pagewidth #wrapper .maincol em{
	font-style: italic;
}

#pagewidth #wrapper .maincol .clients h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin:0px 0px 5px 0px;
	font-style: italic;
}









/* - - - - - - - - - - - - - LINK STYLES - - - - - - - - - - - - - - */

#pagewidth #wrapper #twocols #rightcol h1 a, #pagewidth #wrapper #twocols #rightcol h1 a:link {
  color: #701a31;
  text-decoration: none;
  font-weight:bold;
}
/* Sets the style for visited links. */
#pagewidth #wrapper #twocols #rightcol h1 a:visited {
  color: #701a31;
  text-decoration: none;
  font-weight:bold;
}
#pagewidth #wrapper #twocols #rightcol h1 a:hover {
  color: #701a31;
  text-decoration: underline;
}

/* Sets the style for unvisited links. */
#rightcol p a,  a:link {
  color: #701a31;
  font-weight: normal;
  text-decoration: underline;
}
/* Sets the style for visited links. */
#pagewidth #wrapper #twocols #rightcol p a:visited {
  color: #701a31;
  font-weight: normal;
  text-decoration: underline;
}


/* Sets the style for links on mouseover. */
#pagewidth #wrapper #twocols #rightcol a:hover {
  color: #000000;
  text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - IMAGES AND ELEMENTS - - - - - - */
#pagewidth #wrapper .maincol .right {
float:right;
margin: 7px 10px 3px 5px;
}

#pagewidth #wrapper .maincol .left {
float:left;
margin: 7px 5px 3px 0px;
}

.left {
float:left;
margin:2px 3px 1px 0px;
}

.right {
float:right;
margin:2px 0px 1px 3px;
}
 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - NAVIGATION STYLES - - - - - - - - - */

 #navmain ul
 {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
 }


#navmain a 
{
	display: block;
	padding: 6px 12px 8px 10px;
	width: 140px;
	text-decoration: none;
	NOT-border-top: 1px solid #c9e1f0;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(images/nav-n-tile2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
 #navmain a:link, #navmain a:visited
 {
 color: #701a31;
 text-decoration: none;
 }

 #navmain a:hover
 {
	color: #fff;
	background-image: url(images/nav-h-tile1.gif);
	background-repeat: repeat-x;
	background-color: #440519;
 }



/* END NAVIGATION STYLES */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PARADE PAGE STYLES - - - - - - */
.paradepage img {
float:left;
margin:6px 5px 10px 0px;
}

/* ----- - - - - - - - - - - - - - - - - - - - - - LISTS ----- */

.maincol li {
margin: 0px 0px 10px 0px;
padding: 0px;
line-height: 145%;
}

li{
listy-style:;

list-style-type:;
list-style-image:;
list-style-position:;
float:;
margin:0px;
padding:0px;
}
li p{
}
ol{
	width:;
	margin:0px 0px 0px 25px;
	padding:;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
ul{
width:;
	margin:0px 0px 10px 30px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
}
.maincol ol li {
margin: 0px 0px 0px 0px;
}

.maincol ol ul{
color:#000000;
margin: 0px 20px 0px 15px;
}

.maincol ol ul li{
margin:0px 0px 8px 0px;
list-style-type: disc;
}

ul li{
}

ul ul {
	margin: 0px 0px 0px 15px;
	font-size: 12px;
	line-height: 115%;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



