@charset "UTF-8";
body {
	color:#999
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	
}
a {
	color:#999;
	text-decoration:none;
}	
a:visited{

	color:#999;
	text-decoration:none;

}
.home #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
}
.home #header {
	background: #000000; 
	text-align: center;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #C60;
}
.home #mainContent {
	padding: 0 20px;
	background-color: #000;
}
.home #leftColum {
	float: left;
	width: 400px;
	margin-bottom: 20px;
	
}
.home #rightColum {
	float: right;
	width: 510px;
	padding-top:50px;
	
}
.home #frontList  {
	float: left;
	
	font-size: 100%;
	width: 290px;
	padding-bottom: 10px;
	padding-right:15px;
	    
}
.home #frontList li {
	list-style-image: url(images/june_redo_nav/orangedot.gif);
	padding-bottom: 8px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 30px;
}
.home #frontList li a {
	color: #999;
	text-decoration:underline;
}
.home #frontList li a:hoover {
	color: D5742A;
}
.home #frontListRight   {
	float:right;
	
	font-size: 100%;
    width: 200px;
	padding-bottom: 10px;
	
	    
}
.home #frontListRight   li {
	list-style-image: url(images/june_redo_nav/orangedot.gif);
	padding-bottom: 8px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 30px;
}
.home #frontListRight   li a {
	color: #999;
	text-decoration:underline;
} 
.home #frontListRight   li a:hoover {
	color: D5742A;
}
.home #footer {
	background:#000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
}
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.home h4 {
	color:#D5742A;
	font-weight: lighter;
	letter-spacing: .2em;
}
.home h3 {
	color:#D5742A;
	font-weight: lighter;
	letter-spacing: .2em;
}

.home h2 {
	color:#999;
	font-weight: lighter;
	letter-spacing: 0.2em;
}

.home h1 {
	color:#DBDBDB;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
}

.home  #seal img {
	float: right;
	margin-top: 30px;
}
.lightergrey  {
	color: #FFF;
}

	#navcontainer ul
 {
	list-style-type: none;
	color: #999;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	letter-spacing: .3em;
	font-size: 70%;
}


#navcontainer li {
	display: inline;
	font-weight: lighter;
	color: #D5742A;
	
}

#navcontainer li a
{
	text-decoration: none;
	background-color: #000;
	
	padding: .2em 1em;
	color: #CCC;
}

#navcontainer li a:hover
{
	
	color: #D5742A;
	
}


#navcontainer2 ul

 {
	list-style-type: none;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	letter-spacing: .3em;
	font-size: 70%;
}

#navcontainer2 li { 
color: #D5742A;
display: inline;
}

#navcontainer2 li a
{
	text-decoration: none;
	background-color: #000;
	color: #CCC;
	padding: .2em 1em;
}

#navcontainer2 li a:hover
{
	
	color: #D5742A;
	
}



.jewelry #jewelry a, .artists #artists a, .events #events a, .contact #contact a, .about #about a, .subscribe #subscribe a, .comments #comments a, .social #social a{
	color: #FFF;
	font-weight: bold;
	background-image: url(images/flyouts4/buttonbkgrd_here.jpg);
	background-position: bottom;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.gold {
	color:#DBAF29
}
.home  #footerLeft {
	
	letter-spacing: .3em;
	float:left;
}.home  #footerRight {
	
	letter-spacing: .3em;	
	float:right;
	font-size:65%;
}	

.georgia1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	color:#FFF;
	font-weight:lighter;
}
.orange {
	color:#CD6016;
	text-decoration:none;
}
.orange a {
	color:#CD6016;
	text-decoration:none;
}
.white {
	color:#FFF;
}
	

.home #bottomList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	width: 1050px;
	background-color:#FFF;
	margin-top: 80px;	
}
.home #bottomList ul li{
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-right: 30px;
	float: left;
	color: #999;
}
.green {
	color: #0C3;
	
	}
.green a {
	color: #0C3;
	
	}