/* stylesheet for Artisans By The Sea*/
/* Created by Kara Wald */
/* Created: 10/2008 */
/* Style Rules appear by HTML codes, then classes */
/* Revised on */
/* Revised by  Kara Wald */

/* Color guide:
#336699 - dark blue
#3399ff - sky blue 
#eeeeee - light gray
#cccccc - medium gray
#ff9900 - orange
#cc6600 - dark orange
#ffcc66 - yellow-orange
#339900 - green
#cc0000 - red
*/

#maindiv  {
	text-align: center}

/* This style is used for text in all pages if no style is defined */
body {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	background-image: url(../abts/pics/backgroundImage.jpg); background-repeat: repeat}

/* This style is used for hyperlinks  */
a:link {
	color: #996633;
	text-decoration: underline;}
a:active {color: #000000;}
a:visited {
	color: #669999;
	text-decoration: none;}
a:hover {
	color: #996633;
	text-decoration: underline;}
a:hover.breadcrumb {
    font-size: 10px;
	font-weight: normal; 
	color: #cc6600;}

img  {
	border: 0px}

/* This style is used for page title text - the name of the page in dark blue */
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;}

/* This style is used for Subtitle text, the Collection or Generic Clearance name in orange */
h2 {
    font-weight: bold;
    font-size: 14px;
    color: #996633;}

/* This style is used for Subtitle text, the Collection or Generic Clearance name in orange */
h3 {
	font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;}

/* This style is used for Subtitle text, the Collection or Generic Clearance name in orange */
h4 {
	font-weight: bold;
	font-size: 11px;}

form {
	margin: 0px;}

/* This fixes the IE and Netscape character-width bug  */
.monospace { 
	font-family: "Courier New", Courier, mono
}

/* this class is for sub-table header for a data table*/
.sub-head {
	background-color: #EAD2AC;
	align-text: left;
	font-weight: bold;}

/* sets bullets to squares in ULs */
.lists {
	list-style-type: circle;}
	
/* set main layout table */
table.main
	{background-color: white;
	align: center;
	width: 80%; border: 0px;
	cellpadding: 0px; cellspacing: 0px}
	
table.membertable  {
	width: 100%; border: 0px;
	cellpadding: 0px; cellspacing: 0px;
	background-color: #ffffff}
	
.footer
	{font-size: 10px; text-align: center}
	


