
* {
	margin:0;
	padding:0;
	}

body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */

#main_wrapper {background-color:#FFF;}
#header {
}
#nav {background-color:transparent;
      text-align:center;
	  }
#nav_inner {
	width:140px;
			}

#content {background-color:#FFFFE6;}
#promo {background-color:transparent;
        text-align:center;
        }
#footer {
	background-color:#D9D9C3;
}

.footer_address {
	font-size: 9px;

}
.footer_address a {
	font-size: 11px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
	
#content p {text-indent:2em;

   }
   
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#FFF;
	
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#footer p {
	margin-top:.1em;
	
	} 


#footer_address {
	font-size:.8em;
	float:right;
	margin-right: 1em;
	text-align: left;
                  }

/* CLASS:ABQ TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.abq {background-color:#FFF;}
.abq #main_wrapper {background-color:#FFF;}
.abq #threecolwrap {background-color:#FFFFE6;}
.abq #header {background-color:transparent;}
.abq #nav {background-color:transparent;}
.abq #content {background-color:transparent;}
.abq #promo {background-color:transparent;}
.abq #footer {
	background-color:#DAB9A5;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:ABQ TEXT COLORS */
.abq h1 {
	color:#B33;
	}
.abq h2, .abq h3, .abq h4, .abq h5 {
	color:#9F4A25;
	}
.abq h6 {
	color:#000000;
	}
.abq p {
	color:#666;
	}
.abq ul, .abq ol, .abq dl, .abq blockquote, .abq cite {
	color:#336633;
	}
.abq #nav ul, .abq #nav a {
	color:#006699;
	}
.abq table, .abq form {
	color: #666;
	}
.abq a {
	color:#B33;
	text-decoration:none;
	}
.abq a:hover {
	color:#666;
	text-decoration:underline;
	}	
.abq #nav a:hover {
	color:#666;
	}
	

/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
     margin-left:0em;
		 /* lists without specific classes */
		}
#nav li {
    list-style-type:none;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	border-bottom:1px solid #069;
	padding:.1em;
	margin-left:0em;

	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
	
p.drop:first-letter { font-size:200%;
                      float:left; 
					  text-indent:0em;
					  } 
					  


