@charset "UTF-8";


/* CSS Document */

/*------------- base code  -------------------*/

p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
hr {
	background-color: #D2BB77;
	color: #D2BB77;
	height: 1px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-style: none;
}

img {
	border: none;
	vertical-align: bottom;	
}
img a:link, img a:visited, img a:hover {
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}
form {
	margin: 0px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*------------- architecture -------------------*/

#container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	padding: 0px;
	margin-bottom: 0px;
}
#top_container {
	text-align: left;
	margin-top: 0;
	z-index: 100;
	padding: 0px;
	margin-bottom: 0px;
}
/*#top {
	margin-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	height: 30px;
	font-size: 12px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:9px;
	background-color: #F1EDD2;
}*/

#top {
	background-color: #F1EDD2;
	vertical-align: bottom;
	height: 31px;
	font-size: 12px;
	margin: 1px auto 8px auto;
	width: 960px;
}

#top_nav {
	float: left;
	width: 700px;
}

#top_search {
	text-align: left;
	width: 210px;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding-top: 8px;
	
}

#header {
	vertical-align: bottom;
	margin-bottom: 0px;
	height: 80px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/tile_bg.gif);
	background-repeat: repeat;
} 
#mainContent {
	width: 700px;
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#marquee {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/tile_marquee_alt.jpg);
	background-repeat: no-repeat;
}
table {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
tr {
	text-align: center;
	vertical-align: middle;
}

td {
	font-size: 11px;
	line-height: 12px;
	padding: 0px;
	
}

#mainContent a:link, #mainContent a:visited {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

#mainContent a:hover {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
 


/*------------- left column --------------------*/

#leftcol {
	float: left;
	width: 460px;
	padding: 0px;
	margin: 10px 20px 0px 0px;
}
#leftcol  .illo {
	background-color: #E5E8CF;
	color: #E5E8CF;
	margin-right: 6px;
	margin-left: 0px;
	margin-bottom: 2px;
	float: left;
}
#video_hp {
	margin-bottom: 12px;
	height: 380px;
	width: 458px;
	margin-top: 16px;
	padding: 0px;
}





/*------------- center column  -------------------*/

#center_col {
	width: 220px;
	float: right;
	background: url(../images/newatgc.jpg)  no-repeat  left top  #e5e8cf;
	z-index: 90;
	padding-top: 60px;
}
#center_col  h1 {
	font-size: 0.9em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #6A6A22;
	letter-spacing: 0.03em;
	padding: 0px;
	margin: 0px;
}
#center_col  p {
	font-size: 12px;
	line-height: 1.4em;
}
#center_col hr {
	background-color: #E5E8CF;
	color: #E5E8CF;
	margin-right: 6px;
	margin-left: 6px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 12px;
}
#center_col  .illo {
	background-color: #E5E8CF;
	color: #E5E8CF;
	margin-right: 6px;
	margin-left: 0px;
	margin-bottom: 2px;
	float: left;
}
.balloon {
	background-image: url(../images/home_balloon.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.balloon_bottom {
	background-image: url(../images/home_balloon.gif);
	background-repeat: no-repeat;
	background-position: 8px bottom;
	height: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#module_1 {
	width: 183px;
	z-index: 90;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#module_2 {
	width: 183px;
	z-index: 90;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#module_3 {
	width: 183px;
	z-index: 90;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#module_4 {
	width: 183px;
	z-index: 90;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#module_noballoon_1 {
	z-index: 90;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



/*------------- right column  -------------------*/

#rightcol {
	float: right;
	width: 220px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 6px;
	background-color: #fefefc;
	background-image: url(../images/tile_rightcol.gif);
	height: 900px;
	background-repeat: repeat-x;
	margin: 0px;
}

#email a { color: #333 !important; }

 /* set background images for corners */
.rbroundbox {
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rbcontent  {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #D4C27A;
	width: 212px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}
.rbbot      {
	background-image: url(../images/tile_moc_bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.shoproundbox {
	margin-top: 4px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/tile_shop_top.gif);
	background-repeat: no-repeat;
	width: 220px;
}
.shopcontent  {
	background-color: #E3D6A3;
	margin: 0;
	width: 220px;
	padding: 0px;
}
.shopbot      {
	background-image: url(../images/tile_shop_bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
.flt_right {
	float: right;
}

#shop {
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#signup {
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#browse {
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}

/*
#email {
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
*/

#sharing {
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#footer {
	margin-top: 12px;
	color: #333333;
	font-size: 10px;
	text-align: left;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-top: 1px dotted #993300;
} 
.clear {clear: both; height: 1px;}

#module_2 .read-more { display:block; border-bottom: 1px dotted #fff; }
#module_2 .read-more:hover { border-bottom: 1px dotted #993300; }


/******************** CAROUSEL SELECTORS */
#gc-carousel {
	position: relative;
	display: block;
	clear:both;
	height: 280px; 
	margin-bottom:20px;
}
	#gc-carousel .headline, #gc-carousel .subheadline {
		margin: 20px 0px 0px 0px;
	}
	#gc-carousel .headline {
		margin-right:50px;
		width:230px;
	}
	#gc-carousel .headline .headline-title {
		color:#993300;
		font-family: Verdana, "Myriad Pro", sans-serif;
		font-weight:bold;
		font-size:16px;
		margin-bottom:16px;
		text-transform:uppercase;
	}
	#gc-carousel .headline .headline-text {
		color:#000;
		font-family: Verdana, "Myriad Pro", sans-serif;
		font-weight:normal;
		font-size:14px;
		line-height:1.25;
	}
	#gc-carousel .subheadline {
		margin-right:10px;
		width:208px;
	}
	#gc-carousel .subheadline .subheadline-title {
		color:#000;
		font-family: Georgia, serif;
		font-size:18px;
		font-style:italic;
		margin-bottom:16px;
	}
	#gc-carousel .subheadline .subheadline-text {
		color:#993300;
		font-family: Verdana, "Myriad Pro", sans-serif;
		font-weight:bold;
		font-size:10px;
		margin-bottom:16px;
	}
	#gc-carousel .subheadline .subheadline-text span {
		color:#000;
		display: block;
	}
	.gc-carousel-container { 
		position: relative;
	}
		.gc-carousel-list { height: 220px; overflow: hidden; } /* Helps hide FOUC */
			.gc-carousel-list .gc-slide {
				background: #fff2c5 url(../images/gc-carousel-bg.gif) no-repeat top left;
				width: 698px;
				height: 220px;
				position:relative;
			}

/*.jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #fff2c5;
    border: 1px solid #e3d6a3;
}
.jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-container-horizontal {
    width: 698px;
    padding: 0px;
}
.jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-clip-horizontal {
    width:  698px;
    height: 220px;
}
.jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
.jcarousel-item {
    width: 698px;
    height: 220px;
    position:relative;
}
.gc-carousel-list {
	border-bottom:1px solid #c6b79a;
}*/

				.gc-carousel-list .gc-slide img, #gc-carousel .headline, #gc-carousel .subheadline {
					float:left;
				}
				.gc-carousel-list .gc-slide img {
					margin: 15px 32px 0 18px;
				}
	#gc-carousel-controls {
		background: #e6deaf url(../images/gc-control-bg.gif) no-repeat top left;
		height:22px;
		padding:8px 10px;
		text-align:right;
		width: 678px;
	}
		#gc-carousel-controls .featured {
			font-family: Verdana, "Myriad Pro", sans-serif;
			font-weight:bold;
			font-size:11px;
			margin-right:10px;
		}
		#mainContent #gc-carousel-controls #carousel-pager-buttons {  }
			#mainContent #gc-carousel-controls #carousel-pager-buttons span { display: inline-block; }
			#mainContent #gc-carousel-controls #carousel-pager-buttons a { margin-right: 6px; }
			#mainContent #gc-carousel-controls #carousel-pager-buttons a,
			#mainContent #gc-carousel-controls a.more {
				background-color: #FFFFFF;
				border: 1px solid #91928c;
				color: #91928c;
				font-size: 12px;
				font-weight: normal;
				padding: 2px 5px;
				margin-left:2px;
			}
			#mainContent #gc-carousel-controls #carousel-pager-buttons a:hover {
				background-color: #ddd;
				border: 1px solid #666;
			}
			#mainContent #gc-carousel-controls #carousel-pager-buttons a.activeSlide {
				background-color: #f3d383;
				border: 1px solid #980000;
			}

#gc-carousel .subheadline-title img {
  margin: 0px 0px 16px 0px;
}
/*
.jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
*/


/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover,
.jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:focus,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover,
.jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:focus,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

