@charset "utf-8";
/* CSS for Golden Circle Designs site */
/* colors for the site:

dark blue: #00004D
dark wine: #660000
olive border: #666600
gold background: #ded19e
buff background: #f4f2df
*/ 


body  {
	background: #00004D;
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

a:link.headerButtons	{
	color:#00004D;
	text-decoration:none;
}

a:visited.headerButtons	{
	color:#600;
	text-decoration:none;
}

a:link	{
	color:#00004D;
}

a:visited	{
	color:#600;
}

.center		{
	text-align:center;
}

.clearfloat { 
	clear:both;
  height:3px;
  font-size: 1px;
  line-height: 0px;
}

.clickImage		{
	font-size:small;
	color:#666;
}

.left	{
	text-align:left;
}

#container {
	width: 46em;  
	margin: 0 auto; 
	text-align: left; 
	color: #000;
	padding-bottom:20px;
} 

.featuredItem	{
	line-height:75%;
	padding-bottom:20px;
}

#footer {
	padding: 0 10px;
	background-color: #F4F2DF;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
} 

#footer p {
	margin: 0; 
	text-align: right;
	height:3em;
}

.galleryNavigation	{
	margin:0;
}

#header {
	background: #00004D;
	padding: 0px;
	overflow:hidden;
	position:relative;
	z-index:1;
} 

#header h1 {
	margin: 0; 
	padding: 10px 0;
	color: #600;
}

#leftSidebar {
	float: left;
	width: 12em;
	margin-bottom:30px;
}

#leftSidebar h2{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom:0px;
	color: #00004d;
	font-family: arial, "monotype corsiva", sans-serif;
	font-size:100%;
	text-align:center;
}

#leftSidebar p	{
	margin:0px;
}

#mainContent {
	margin: 0 1.5em 0 12.5em;
	padding:15px;
	background-color:#f4f2df;
	border:7px #666600 solid;
} 

.scriptHeader	{
	font-size:300%;
	font-family: arial, "monotype corsiva", sans-serif;
	font-weight:normal;
	margin:0px;
	color:#00004d;
	text-align:center;
}

table.gallery	{
	font-size:small;
	margin-left:auto;
	margin-right:auto;	
}

table.linkButtons	{
	position:absolute;
	top:130px;
	clear:both;
	margin-left:125px;
	width:500px;
}

* html table.linkButtons	{
	left:0px;
}

table.linkButtons td	{
	text-decoration:none;
	text-align:center;
	font-size:110%;
}

ul	{
	margin-top:-5px;
	margin-bottom:-5px;
}

ul li	{
	list-style-image:url(images/flowerDivider-bullet.png);
	vertical-align:text-bottom;
}

/****************************** rounded corner CSS ****************************/
/* rounded corner boxes gold */
.roundedcornr_box_162708 {
	background: url(images/roundedcornr_162708_tl.png) no-repeat top left;
}
 .roundedcornr_top_162708 {
	background: url(images/roundedcornr_162708_tr.png) no-repeat top right; 
}
.roundedcornr_bottom_162708 {
	background: url(images/roundedcornr_162708_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_162708 div {
	background: url(images/roundedcornr_162708_br.png) no-repeat bottom right;
}
.roundedcornr_content_162708 {
	background: url(images/roundedcornr_162708_r.png) top right repeat-y;
}
.roundedcornr_top_162708 div,.roundedcornr_top_162708,
.roundedcornr_bottom_162708 div, .roundedcornr_bottom_162708 {
	width: 100%;
	height: 15px;
	font-size: 1px;
} 
.roundedcornr_content_162708, .roundedcornr_bottom_162708 {
	margin-top: 0px;
	margin-bottom:0px;
}
.roundedcornr_content_162708 { padding: 0 15px; } 

/* rounded corner boxes buff */
 .roundedcornr_box_961316 {
	background: url(images/roundedcornr_961316_tl.png) no-repeat top left;
}
.roundedcornr_top_961316 {
	background: url(images/roundedcornr_961316_tr.png) no-repeat top right;
}
.roundedcornr_bottom_961316 {
	background: url(images/roundedcornr_961316_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_961316 div {
	background: url(images/roundedcornr_961316_br.png) no-repeat bottom right;
}
.roundedcornr_content_961316 {
	background: url(images/roundedcornr_961316_r.png) top right repeat-y;
}

.roundedcornr_left	{
	background: url(images/roundedcornr_961316_l.png) top left repeat-y;
} 

.roundedcornr_top_961316 div,.roundedcornr_top_961316 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_bottom_961316 div, .roundedcornr_bottom_961316 {
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_961316, .roundedcornr_bottom_961316 {
	margin-top: 0px;
	margin-bottom:0px;
}
.roundedcornr_content_961316 { 
	padding: 0 15px 0 15px; 
}
