/*CSS Document*/
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif; }

h1,h2,h3,h4,h5,h6 { margin: 0; }
h1 {
	font-size: 22px;
	color: #8E0010;
}
	
h2 {
	font-size: 17px;
	color: #000000; }
h3 { font-size: 15px; }

p { margin: 0 0 1.5em 0; }

.style2 { color: #FFF; }
.style3 { color: #feca31; }
.style4 {color: #820010}
.style7 {font-size: 16px}
.style8 {font-weight: bold; color: #820010; text-align: inherit; text-decoration: none;}

/*this link style is for the nonselected main menu item*/
.main_menu{ }
a:link{
	text-decoration: none;
	color: #cccc99;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: 1px; }
	
a:active{ /* active link properties */
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ad141a;
	text-decoration: none;
	letter-spacing: 1px; }
	
a:visited{
	color: #cccc99;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px; }
	
a:hover{ /* hover link properties */
	color: #feca31;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px; }

/* this link style is for the selected main menu item*/
.special {
	line-height: 33px;
	color: #820010;
	background-position: left 2px;
	background-image: url(images/GB_index_setup_yellow.gif);
	border: 10px none #394435;
	background-attachment: scroll;
	padding: 8px;
	height: 32px;
	width: auto;
	background-repeat: no-repeat;
	letter-spacing: 1px; }
	
a.special:link{
	text-decoration: none;
	color: #820010;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 32px;
}
a.special:active{ /* active link properties */
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #e0a11e;
	text-decoration: none;
	line-height: 32px;
	letter-spacing: 1px;
}
a.special:visited{
	color: #820010;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 1px;
}
a.special:hover{ /* hover link properties */
	color: #820010;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}
a.copy:link {
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #ad141a;
	text-decoration: underline;
	
}
a.copy:active {
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #ad141a;
	text-decoration: underline;
	
}
a.copy:visited {
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #ad141a;
	text-decoration: underline;
	
}
a.copy:hover {
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/*this link stlye is for the nonselected sub menu style*/
.sub{
}
a.sub:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
}
a.sub:active{ /* active link properties */
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
a.sub:visited{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}
a.sub:hover{ /* hover link properties */
	color: #820010;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}

/* this link style is for the selected sub main menu item*/
.sub_special{
}
a.subspecial:link{
	text-decoration: none;
	color: #820010;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
}
a.subspecial:active{ /* active link properties */
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #820010;
	text-decoration: none;
	letter-spacing: 1px;
}
a.subspecial:visited{
	color: #820010;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}
a.subspecial:hover{ /* hover link properties */
	color: #820010;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}


/***** FOOTER *****/
.footer {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height:16px;
	width: 900px; }

.footer a {
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	letter-spacing: normal; }
	
.footer a:hover, .footer a:active, .footer a:focus {
	color: #ad141a;
	text-decoration: none; }


/*these are styles for copy that will be a link*/
.main_menu{
	text-decoration: none;
	color: #cccc99;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 32px; }

.sub{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	letter-spacing: normal;
	line-height: 22px;
}	




/*these are background photo fill styles*/

.red_background{
	background-repeat: no-repeat;
	background-image: url(images/GB_index_setup_03.gif);
}

.yellow_background{
	background-repeat: no-repeat;
	background-image: url(images/GB_index_setup_04.gif);
}

.mulch_background{
	background-repeat: no-repeat;
	background-image: url(images/GB_index_setup_05.jpg);
	background-position:top;
	background-color: #cccc99;
}

.index_background{
	background-repeat: no-repeat;
	background-image: url(images/bottom_index_image_07.jpg);
	background-position:bottom;
	background-color: #cccc99;
}
.green_box{
	background-repeat: no-repeat;
	/*background-image: url(images/green_box.jpg);*/
	background-position:top;
}
.dkgray_box{
	background-repeat: no-repeat;
	/*background-image: url(images/dkgray_box.jpg);*/
	background-position:top;
}

.ltgray_box{
	background-repeat: no-repeat;
	/*background-image: url(images/ltgray_box.jpg);*/
	background-position:top;
}
.photo_viewer{
	background-repeat: no-repeat;
	background-image: url(images/GB_photo_setup.jpg);
	background-position:top;
}
.video_viewer{
	background-repeat: no-repeat;
	background-image: url(images/GB_video_setup.jpg);
	background-position:top;
}
.rotation_viewer{
	background-repeat: no-repeat;
	/*background-image: url(images/rotation_viewer_setup.jpg);*/
	background-position:top;


/*these are content copy styles*/




}

.chart_categories {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: inherit;
	color: #feca31;
}
.chart_titles {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: inherit;
	color: #000000;
}
.chart_entries {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: inherit;
	color: #cccc99;
}
.copyphotocaptions {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: inherit;
	color: #000000;
}

.copymainpageCopy {
	font-size: 12px;
	color: #000000;
}

.copybodycopy {
	font-size: 15px;
	font-style: inherit;
	font-weight: inherit;
	color: #000000;
	text-decoration: none;
	text-align: left;
}


.copylink {
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #ad141a;
	text-decoration: underline;
}
.video_start{
	font-size: 14px;
	font-style: inherit;
	font-weight: bold;
	color: #cccc99;
}
.video_label{
	font-size: 14px;
	font-style: inherit;
	font-weight: bold;
	color: #820010;
}
.chart_entries{
}
a.chart_entries:link{
	color: #feca31;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	letter-spacing: normal;
	text-decoration: underline;
}
a.chart_entries:active{ /* active link properties */
	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #feca31;
	text-decoration: underline;
}
a.chart_entries:visited{
	color: #feca31;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.chart_entries:hover{ /* hover link properties */
	color: #cccc99;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.body_copy{
}
a.body_copy:link{
	color: #820010;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	letter-spacing: normal;
	text-decoration: underline;
}
a.body_copy:active{ /* active link properties */
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #820010;
	text-decoration: underline;
}
a.body_copy:visited{
	color: #820010;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a.body_copy:hover{ /* hover link properties */
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}



.left-padding {
padding: 5px 10px 5px 10px; }

.new {
	background-image:url(images/new!.gif);
	background-position:right top;
	background-repeat:no-repeat; }

.padding-right { padding-right:1em; }

