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

.quote_main_text {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
#right_column {
	position: absolute;
	z-index: 1;
	float: left;
	clear: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#bground_blue {
	background-image: url(../images/solid_light_blue.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	float: left;
}

#right_column_container {
	position: relative;
	right: 0px;
	width: 158px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 52px;
	padding-left: 800px;
	z-index: 5;
}
#news_box {
	width: 158px;
}
.fat_left_tab {
	height: 50px;
	width: 126px;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 6px;
}

#worm_sit {
	background-image: url(../images/worm1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 158px;
	margin: 0px;
	padding: 0px;
}
#ad_box_top {
	background-image: url(../images/ad_box_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 8px;
	width: 553px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#ad_box1 {
	clear: both;
	float: left;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 47px;
}
#picture_box1 {
	clear: both;
	float: left;
	padding-top: 20px;
	text-align: center;
}
#picture_box1 img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
}


#ad_box_main {
	background-image: url(../images/ad_box_repeater.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 553px;
	float: left;
	clear: left;
}
.ad_titles {
	font-size: 14px;
	font-weight: bold;
	color: #B5111B;
	margin-left: 20px;
	margin-top: 12px;
	line-height: 14px;
}
.ad_text {
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 20px;
	line-height: 14px;
}

#ad_box_bot {
	background-image: url(../images/ad_box_bot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	width: 553px;
	float: left;
}
#ad_left_box {
	float: left;
	width: 545px;
}
.ad_text a {
	color: #B5111B;
	text-decoration: none;
}
.ad_text a:hover {
	text-decoration: underline;
}

.ad_img {
	background-image: url(../images/ad_image_back.gif);
	background-repeat: repeat;
	padding-right: 8px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 8px;
}

#ad_right_box {
	float: left;
	width: 70px;
}



#news_top {
	background-image: url(../images/news_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
#news_main {
	background-image: url(../images/news_repeater.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	width: 158px;
}
#news_bottom {
	background-image: url(../images/news_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 11px;
	position: relative;
	clear: left;
}




#main_page_content {
	padding-left: 35px;
	font-size: 12px;
	color: #02364F;
}
.green_text {
	color: #91AA28;
}
#home_main_left {
	float: left;
	width: 306px;
	margin-top: 12px;
}
#main_reflec_bottom {
	background-image: url(../images/main_reflec.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px;
	clear: both;
	float: left;
	width: 872px;
}
#trees_bottom {
	background-image: url(../images/bottom_trees.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 278px;
	width: 100%;
	float: left;
	margin-top: -205px;
}


#home_main_right {
	float: left;
	margin-left: 7px;
	margin-top: 12px;
}

#top_bground {
	background-image: url(../images/bground_top1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #F8FCED;
}

#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#header {
	background-repeat: repeat-x;
	background-position: left top;
	height: 124px;
	position: relative;
	z-index: 2;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 124px;
	width: 450px;

}
.nav1_1  a {
	background-image: url(../images/red_tab_middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.nav1_1 a:hover {
	color: #B2E17B;
}


.nav1_right {
	float: left;
	height: 24px;
	width: 8px;
	background-image: url(../images/red_tab_right.gif);
	background-repeat: repeat;
	background-position: left top;
}

.nav1_left {
	background-image: url(../images/red_tab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 24px;
	width: 8px;
	margin-left: 3px;
}
#tel_no {
	float: left;
	height: 50px;
	width: 263px;
	margin-top: 50px;
	margin-left: 77px;
}



#main_left {
	float: left;
	width: 140px;
	height: 303px;
}
#main_area_top {
	background-image: url(../images/main_area_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
}

#main_right {
	width: 650px;
	float: left;
	background-image: url(../images/main_area_repeater.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


#left_expander {
	width: 45%;
	float: left;
	position: absolute;
	z-index: 0;
	height: 347px;
	left: 0px;
	top: 0px;
	margin-top: 109px;
}
#find_artist_tab {
	margin-top: 2px;
	margin-bottom: 4px;
}
.blue_tab_1 {
	background-image: url(../images/tab_side_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 140px;
	text-align: right;
}
.left_menu_title a {
	margin-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 21px;
}
.left_menu_title a:hover {
	color: #B2E17B;
}
#page_title {
	color: #B4121F;
	font-size: 20px;
	font-weight: 500;
	margin-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91AA28;
	margin-right: 35px;
	padding-bottom: 7px;
	padding-top: 12px;
}
#page_title2 {
	color: #B4121F;
	font-size: 20px;
	font-weight: 500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91AA28;
	margin-right: 35px;
	padding-bottom: 7px;
	padding-top: 12px;
	margin-bottom: 20px;
}
.blue_bar_1 {
	background-image: url(../images/blue_bar_expander.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 23px;
	margin-bottom: 4px;
}
#blue_bar_spacer {
	height: 49px;
}
#nav1 {
	float: right;
	clear: none;
	width: 475px;
}
.news_item {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 10px;
}
#simply_link   a {
	float: left;
	margin-top: 35px;
	margin-left: 200px;
	font-size: 11px;
	color: #C7DC7D;
	text-decoration: none;
}
#site_map a:hover {
	color: #FFFFFF;
}

#cright {
	float: left;
	font-size: 11px;
	color: #C7DC7D;
	clear: none;
	margin-top: 35px;
	margin-left: 50px;
}
#site_map a {
	float: left;
	margin-top: 35px;
	font-size: 11px;
	color: #C7DC7D;
	text-decoration: none;
	margin-left: 20px;
}
#terms a {
	float: left;
	margin-top: 35px;
	font-size: 11px;
	color: #C7DC7D;
	text-decoration: none;
	margin-left: 20px;
}
#terms a:hover {
	color: #FFFFFF;
}
#simply_link  a:hover {
	color: #FFFFFF;
}


.news_item_text {
	width: 140px;
	float: left;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4121F;
	margin-top: 5px;
	padding-bottom: 7px;
}
.news_headline {
	color: #B4121F;
	font-size: 14px;
	font-weight: bold;
}

.news_item_img {
	float: left;
	clear: none;
	margin-left: 3px;
	margin-bottom: 12px;
}

.news_date {
	font-size: 11px;
	color: #91AA28;
	font-weight: bold;
}
.news_details {
	font-size: 11px;
	color: #02364F;
	line-height: normal;
}
#about_page_left {
	width: 715px;
	float: left;
	padding-top: 20px;
}
#about_page_left img {
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#about_page_right {
	float: left;
	width: 140px;
	padding-top: 20px;
}
#page_title h1 {
	font-size: 20px;
}
#page_title2 h1 {
	font-size: 20px;
}
#faq_page {
	padding-top: 20px;
	padding-right: 20px;
}
#faq_page a {
	color: #A30803;
	text-decoration: none;
}
#faq_page a:hover {
	text-decoration: underline;
}
#about_page_left a:hover {
	text-decoration: underline;
}
#about_page_left a {
	color: #A30803;
	text-decoration: none;
}
.small_text1 {
	font-size: 85%;
	font-style: italic;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #02364F;
}
#home_main_left a {
	font-weight: bold;
	color: #91AA28;
	text-decoration: underline;
}
