@charset "UTF-8";
/****************************************************
Site: AMI ENTERTAINMENT NETWORK
Author: LP
Version: 2
Date: NOV 2009
****************************************************/
 
 
/****************************************************
BASICS
****************************************************/
 
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
/*CLEAR ALL PAGE LEFT AND RIGHTS BEFORE CLOSING THE PAGE -- CLOSE DIV TOO <div class="clear"></div> or it fracks up the footer nav bg colr*/

.clear {
	clear:both;
	line-height: 1px;
	visibility: hidden
}
/* Remove border around linked images */  
img {
	border: 0;
}
/* abbr tag - underlined and help cursor */
abbr[title] {
	border-bottom: 1px dotted #999;
}
abbr[title]:hover {
	cursor:help;
	
}
/*for the ie6, may it be banished quickly*/

img, h1, h1 a, div, a, input { behavior: url(images/iepngfix/iepngfix.htc) }
a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}
/****************************************************
TYPOGRAPHY
***** ***********************************************/

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 11px;
	line-height: 20px;
}
.banner_headers {
	font-family: Verdana, Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
}
#page_title {
	font-size: 19px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	color: #a7a7a7;
}
p {
	xpadding-bottom:5px;

}
strong, em, b, i {
	font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #505050;
	text-decoration: none;
}
/*brand specific*/
page_right a.music {
	color: #00a1e4;
	text-decoration: none;
}
page_right a.games {
	color: #f7941e;
	text-decoration: none;
}
page_right a.emerging {
	color: #008c44;
	text-decoration: none;
}
page_right a.video {
	color: #d71921;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*color*/
.color_orange_games {
	color: #f7941e;
}
.color_red_video {
	color: #d71921;
}
.color_blue_music {
	color: #00a1e4;
}
.color_green_emerging {
	color: #008c44;
}

/*alerts*/

.long_alert_container{
	background-image:url(images/bkg/alert_blank.jpg);
	width:910px;
	height: 50px;
	margin-bottom:10px;
	
}
.long_alert_container_new{
	background-image:url(images/bkg/alert_new.jpg);
	width:910px;
	height: 50px;
	margin-bottom:10px;
	
}

.long_alert_text{
	padding-top:17px;
	padding-left:70px;
}

.small_heading{
	text-align:center;
	font-weight:bold;
	
	
}

/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background-color: #505050;
}
#body_container {
	margin: 0 auto;
	width: 100%;
	background-image: url(images/bkg/header_detail_x.jpg);
	background-repeat: repeat-x;
	background-color:#1f2020;
}
#body_container A {
	color: #000000;
	xfont-weight:600;
	text-decoration: none;
	font-size: 12px;/*text-shadow:0 1px 1px #000000;*/ 
}
#body_container A:hover {
	text-decoration: underline;
}
.section_container {
	width: 950px;
	margin: 0 auto;
}  
.topdetail_container {
	height: 5px;
	background-color:#212020;
}
#main_container {
	background: #FFF;
	margin-top:25px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#main_image_holder {
	width: 852px;
	margin: 0 auto;
}
#main_content_container {
	width: 930px;
	margin: auto;
	padding-top:20px;/*padding-bottom: 10px;*/
}
#main_image_container {
	width: 930px;
	margin: auto;
	/*padding-top:20px;*/
	padding-bottom: 10px;
}
#logo_container { 
	margin-top:10px;
	width: 142px;
	height: 85px;
	float: left;
	overflow: hidden;
}
#main_nav {
	float:right;
	overflow: hidden;
	width:710px;
}

.block{
	display:block;
}

/******FOOTER NAV****/
#footer_divider {
	height: 27px;
}
#footer_container {
	width: 100%;
	background: #505050;
	background:url(images/bkg/footer_detail_x.jpg) top repeat-x;
	padding-bottom:10px;
}
#footer_content {
	line-height:18px;
	background: #1f2020;
	color: #767676;
	font-size:10px;
	text-shadow: 1px 1px 1px #000000;
}
.footer_column1 {
	margin-top: 20px;
	padding-left:20px;
	width: 185px;
	float: left;
	padding-right:5px;
}
.footer_column2 {
	margin-top: 20px;
	width: 180px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}
.footer_column3 {
	margin-top: 20px;
	width: 170px;
	float: left;
	padding-left:5px;
	padding-right:5px; 
}
.footer_column4 {
	margin-top: 20px;
	width: 200px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}
.footer_column5 {
	margin-top: 20px;
	width: 130px;
	float: left;
	padding-left:5px;
	padding-right:1px;
}
.footer_column6 {
	margin-top: 10px;
	padding-right:10px;
	width: 13px;
	float: right;
}
.footer_column_boiler {
	margin-top: 20px;
	padding-right:30px;
	width: 700px;
	float: right;
}
.footer_clear {
	clear: both;
	height: 10px;
}
.footer_title {
	font-weight: bold;
	padding-bottom:10px;
	font-size:12px;
}
#footer_content a {
	color: #868686;
	text-decoration: none;
}
#footer_content a:hover {
	color: #FFf;
}
/****************************************************
LOGO AND STUFF
****************************************************/

   

h1 {
	display: block;
	width: 142px;
	height: 85px;
	text-indent: -9999px;
	background-position:bottom;
	background: transparent url(images/bkg/logo.png) no-repeat 0 0;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
/**social network links**/

#footer_icons {
	height: 38px;
}
#footer_icons_container {
	height: 38px;
	width: 297px;
	float: right;
	margin-top:20px;
}
#footer_icon_twitter {
	height: 19px;
	width: 91px;
	background: url(images/bkg/socialnetworking.png);
	float: left;
	cursor: pointer;
}
#footer_icon_twitter:hover {
	background-position: 0 -18px;
}
#footer_icon_facebook {
	height: 19px;
	width: 102px;
	background:url(images/bkg/socialnetworking.png);
	background-position: -91px 0px;
	float: left;
	cursor: pointer;
}
#footer_icon_facebook:hover {
	background-position: -91px -19px;
}
#footer_icon_linkedin {
	height: 19px;
	width: 104px;
	background: url(images/bkg/socialnetworking.png);
	background-position: -193px 0px;
	float: left;
	cursor: pointer;
}
#footer_icon_linkedin:hover {
	background-position: -193px -19px;
}
.copyright {
	font-size:8px;
	float:right;
	color:#333;
}
/* Remove border around linked images */
img {
	border: 0;
}
/*************************************************/
/*SUBNAV*/
/*************************************************/

#page_subnav_container {
	margin-top: 5px;
}
.subnav_item {
	height: 25px;
}
.subnav_active, .subnav_item:hover {
	background: #1F2020;
	color: #fff;
}
.subnav_txt {
	position: relative;
	top: 2px;
	left: 2px;
}
#page_subnav_container a {
	color: #767676;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#page_subnav_container a:hover {
	text-decoration: none;
	color: #505050;
}
/***********************************************************/

/*PAGE SPECIFIC CSS*/
/**********************************************************/

/*landing*/
#page_container {
	min-height: 200px;
	height:auto !important;
	height:400px;
}
#buckets_container {
	margin-top:-10px;
	height: 144px;
	margin-bottom: 20px;
}
#operator_buckets_container {
	margin: 0 auto;
	height: 144px;
	xpadding-right:10px;
	xpadding-left:10px;
	padding-bottom:30px;
}
#bottom_buckets_container {
	height: 144px;
	margin: 0px;
}
.buckets {
	width: 300px;
	height: 144px;
	background: url(images/home/buckets/bg.jpg);
	float: left;
}
.buckets_spacer {
	width: 10px;
	height: 20px;
	float: left;
}
.operator_buckets_spacer {
	width:300px;
	height: 20px;
	float: left;
	margin:10px;
	xbackground-color:#CCC;
	height:144px;
}
#page_title_hr {
	font-size: 19px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #a7a7a7;
	background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-transform:uppercase;
}
#page_subtitle_hr {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	xcolor:#545757;
	color: #a7a7a7;
	background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-transform:uppercase;
}
.page_subtitle{
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	xcolor:#545757;
	color: #a7a7a7;
	
	text-transform:uppercase;
}
.page_subtitle_hr {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:18px;
	xcolor:#545757;
	color: #a7a7a7;
	background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-transform:uppercase;
}
.short_page_subtitle_dark_hr {
	color:#545757;
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	background:url(images/site/HR_short.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-transform:uppercase;
}
.page_subtitle {
	font-size: 15px;
	line-height:30px;
	margin-bottom:-5px;
	margin-top:10px;
	color: #a7a7a7;
	text-transform:uppercase;
}
#short_subtitle_hr, .short_subtitle_hr {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #a7a7a7;
	background:url(images/site/HR_short.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#page_left_container {
	width: 290px;
	float: left;
	bottom:0px;
	height:100%;
}
#page_left {
	width: 310px;
	float: left;
	bottom:0px;
	height:100%;
}
.page_left_highlight {
	background-color:#ebebeb;
	padding:10px 10px 5px 10px;
}
.page_left_highlight_titlebar {
	background-color:#545757;
	color:#FFF;
	font-size: 15px;
	line-height:30px;
	margin-bottom:-1px;
	padding-left:10px;
}
#page_right_container {
	background-image:url(images/home/typedetail.png);
	background-position:top right;
	background-repeat:no-repeat;
	width: 610px;
	float: left;
}
#page_right {
	width: 610px;
	float: left;
}
#page_body {
	width: 580px;
	margin-left: 20px;
	position:relative;
	min-height:270px;
	height:auto !important;
	height:270px;
}
.btm_logo{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	margin-top:10px;
}
#more_info_container {
	margin-bottom:20px;
}
#page_lists {
	padding-left:4em;
}
.lists {
	padding-left:4em;
}
/****************************HOME*********************/
/*height pushes the 2buckets down... */
#home_page_body {
	width: 600px;
	margin-left: 2px;
	height:250px;
}
/**************************ADVERTISING*/
#advertising_form_container {
	width:300px;
	float:left;
}
/********************************************games****/

#games_page_left {
	width: 310px;
	float: left;
}
#games_page_right {
	width: 610px;
	float: left;
}
#games_page_left a {
	color: #f7941e;
}
#games_page_right a {
	color: #f7941e;
}
#page_games_subnav_container {
	margin-top: 5px;
}
.games_subnav_item {
	height: 25px;
}
.games_subnav_active, .games_subnav_item:hover {
	background: #1F2020;
	color: #f7941e;
}
#page_games_subnav_container a {
	color: #767676;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#page_games_subnav_container a:hover {
	text-decoration: none;
	color: #f7941e;
}
#hardware_container {
	padding-top:10px;
	/*height:318px;*/
	float: left;
}
.hardware {
	text-align:center;
	width:280px;
	/*height: 318px;*/
	
	float: left;
	margin-bottom:20px;
}
.hardware_spacer {
	width: 40px;
	height: 20px;
	float: left;
}
.gamehardware_spacer {
	width: 20px;
	height: 20px;
	float: left;
}
.hardwaredisplay_caption {
	text-align:left;
	line-height:14px;
	font-size:10px;
	padding-left:20px;
}
#games_contact_container {
	margin-top:40px;
}
#games_contact_container a {
	color: #f7941e;
}
#specs_table {
	width:100%;
	border:none;
}
#specs_table td {
	vertical-align:top;
	margin-bottom:20px;
}
#games_wallimage_container {
	position:relative;
	bottom: 0;
}
/********SUBPAGE: SOFTWARE*************/
.games_software_box { 
	float:left;
	xmargin-bottom:10px;
	text-align:left;
	width:155px;
	height:109px;
	background-image:url(/images/site/thumbnailbgs.png);
	background-repeat:no-repeat;
	margin-right:20px;
	margin-bottom:30px;
}
.games_software_thumb_group_container {
	margin-left:46px;
} 
.games_software_thumb_title_text {
	text-align:center;
	margin-top:10px;
	margin-left:-10px;
	height:auto;
}

 /********SUBPAGE: tournamaxx*************/
#games_tournamaxx_events{
	height:500px;
	width:580px;
	xmargin-left:10px;
	
}
.games_tournamaxx_event{
	
	margin-bottom:20px;
	height:100px;
	font-size:15px; 
	

 
}
.games_tournamaxx_eventtxt{
xposition:relative;
	
}

.games_tournamaxx_eventname {
	float:left;
	width:140px;
	padding-left:20px;
	padding-top:40px;

	
	
}
.games_tournamaxx_eventimg{
	float:left;
	text-align:center;
	width:200px;
	
	vertical-align:middle; 
		
	
}
.games_tournamaxx_eventdate{
	float:left;
	width:190px;
	padding-top:40px; 
	text-align:right;
	padding-right:20px;
	
}     
/********************************VIDEO*/

#video_page_title_hr {
	font-size: 19px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #d71921;
	background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#video_page_subtitle_hr {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:18px;
	color: #a7a7a7;
	background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#video_short_subtitle_hr {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #a7a7a7;
	background:url(images/site/HR_short.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#video_short_subtitle_hr_highlight {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #d71921;
	background:url(images/site/HR_short.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#video_page_left {
	width: 310px;
	float: left;
}
#video_page_right {
	width: 610px;
	float: left;
}
#video_page_left a {
	color: #d71921;
}
#video_page_right a {
	color: #d71921;
}
#video_highlight {
	margin:auto 0;
	color: #d71921;
}
/*****************-MUSIC***************/
/***special blue subnav***/
#page_music_subnav_container {
	margin-top: 5px;
}
.music_subnav_item {
	height: 25px;
}
.music_subnav_active, .music_subnav_item:hover {
	background: #1F2020;
	color: #00A1E4;
}
.music_subnav_txt {
	position: relative;
	top: 2px;
	left: 2px;
}
.vids{
	text-align:center;
	margin-bottom:20px;
}

#page_music_subnav_container a {
	color: #767676;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#page_music_subnav_container a:hover {
	text-decoration: none;
	color: #00A1E4;
}
/***/
#music_page_title_hr {
	font-size: 19px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #00A1E4;
	background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#music_page_subtitle_hr {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #a7a7a7;
	background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#music_short_subtitle_hr {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #a7a7a7;
	background:url(images/site/HR_short.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#music_page_left {
	width: 310px;
	float: left;
}
#music_page_right {
	width: 610px;
	float: left;
}
#music_page_left a {
	color: #00A1E4;
}
#music_page_right a {
	color: #00A1E4;
}
#juke_container {
	padding-top:10px;
	/*height:318px;*/
	float: left;
}
.juke {
	text-align:center;
	width: 260px;
	/*height: 318px;*/
	
	float: left;
	margin-bottom:20px;
}
.juke_spacer {
	width: 40px;
	height: 20px;
	float: left;
}
#music_contact_container {
	margin-top:40px;
}
#music_contact_container a {
	color: #00A1E4;
}
#music_highlight {
	margin:auto 0;
	color: #00A1E4;
	text-align:center;
}
#music_specs_table td {
	vertical-align:top;
	margin-bottom:20px;
}
/*******************************************/
/*CONTACT*/
/******************************************/
#contact_page_left {
	width: 310px;
	float: left;
}
#contact_page_right {
	width: 610px;
	float: left;
}
#contact_page_left a.video {
	color: #d71921;
}
#contact_page_right a.video {
	color: #d71921;
}
#contact_page_left a.game {
	color: #f7941e;
}
#contact_page_right a.game {
	color: #f7941e;
}
#contact_page_left a.music {
	color: #00A1E4;
}
#contact_page_right a.music {
	color: #00A1E4;
}
/*HEADLINE COLORS*/
.contact_page_subtitle_hr {
	font-size: 15px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	color: #a7a7a7;
	background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-transform:uppercase;
	font-weight:bold;
	line-height:20px;
}
.music {
	color: #00A1E4;
}
.games {
	color: #f7941e;
}
.video {
	color: #d71921;
}
.emerging {
	color: #008c44;
}
#contact_form_container {
	float:left;
	width:600px;
}
#contact_address_container {
	line-height:18px;
	margin-top:10px;
}
.contact_address_title {
	font-size:15px;
	font-weight:bold;
}
.contact_address_type {
	font-weight:bold;
}
#contact_social_networking_container {
	float:left;
	display:inline;
	width:300px;
	margin-top:10px;
}
.contact_social_networking {
	float:left;
	padding:5px 0 0 38px;
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:10px;
}
.facebook {
	background-image:url(/images/site/sn_facebook_full.jpg);
	height:28px;
	width:100px;
}
.facebook:hover {
	background-position:0 -32px;
	text-decoration:underline;
}
.facebook_nosize {
	background-image:url(/images/site/sn_facebook_full.jpg);
	height:28px;
}
.facebook_nosize:hover {
	background-position:0 -32px;
	text-decoration:underline;
}
.twitter {
	background-image:url(/images/site/sn_twitter_full.jpg);
	width:100px;
	height:28px;
}
.twitter:hover {
	background-position:0 -32px;
	text-decoration:underline;
}
.myspace {
	background-image:url(/images/site/sn_myspace_full.jpg);
	width:100px;
	height:28px;
}
.myspace:hover {
	background-position:0 -32px;
	text-decoration:underline;
}
.linkedin {
	background-image:url(/images/site/sn_linkedin_full.jpg);
	width:220px;
	height:28px;
}
.linkedin:hover {
	background-position:0 -32px;
	text-decoration:underline;
}
/*******************************************/
/********************************************/
/********************************************/
/*PRESS RELEASES*/
#press_release_main_content_container {
	width: 930px;
	margin: auto;
}
#press_release_subtitle {
	margin-bottom:20px;
	font-size:14px;
	padding-left:10px;
	padding-right:30px;
	text-align:center;
}
#press_release_title {
	font-size: 20px;
	font-family: "Gill Sans", Verdana, Tahoma, Helvetica, Geneva, sans-serif;
	text-align:center;
	margin-bottom:5px;
	color:#656464;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:30px;
	padding-top:15px;
}
#press_release_body {
	padding-left:10px;
	padding-right:30px;
}
#press_release_body a {
	color:#000;
	text-decoration:none
}
#press_release_body a:hover {
	color:#000;
	text-decoration:underline;
}
#press_release_extra {
	margin-top:20px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:30px;
}
#press_release_contact_container {
	margin-top:20px;
	padding-right:30px;
	padding-bottom:10px;
	padding-left:10px;
}
#press_release_back {
	padding-left:10px;
	padding-bottom:20px;
}
.thumb_group_container {
	width:100%;
	margin-top:20px;
}
/*******************************************/
/********************************************/


/*******************************************locations**/
.locations_subheading {
	padding-left:10px;
}
#locations_form_container {
	width:300px;
	float:left;
}
/*******************************************sales**/
.sales_midwest_color {
	color:#196886;
}
.sales_northeast_color {
	color:#aa792c;
}
.sales_southeast_color {
	color:#941b22;
}
.sales_westcoast_color {
	color:#6d7a35;
}
#sales_list_container {
	xmargin-left:10px;
	width:100%;
}
.sales_item {
	height: 25px;
}
.sales_active, .sales_item:hover {
	background: #767676;
	color: #fff;
}
.sales_txt {
	position: relative;
	top: 2px;
	left: 5px;
	font-size:11px;
}
.sales_location_name {
	width:280px;
	float:left;
}
.sales_contact_name {
	width:170px;
	float:left;
}
.sales_contact_number {
	width:110px;
	float:right;
	text-align:right;
	padding-right:12px;
}
#sales_list_container a {
	color: #767676;
	text-decoration: none;
}
#sales_list_container a:hover {
	text-decoration: none;
	color: #505050;
}

.sales_title{
	font-size: 13px;
	line-height:30px;
	margin-bottom:5px;
	margin-top:-9px;
	
	
	text-transform:uppercase;
}

/*************404***************/

#fourofour_page_left {
	width:510px;
	float: left;
	padding-left:30px;
	padding-bottom:30px;
}
#fourofour_page_right {
	width: 350px;
	float: left;
	padding-top:100px;
}
#fourofour_title {
	font-size:58px;
	margin-top:25px;
	margin-bottom:35px;
	margin-left:-5px;
}
/*******************sellsheets************/

#sellsheets_container {
	float:left;
}
.sellsheet {
	float:left;
	margin-bottom:20px;
	text-align:center;
	width:143px;
	text-transform:uppercase;
	padding-top: 77px;
	padding-bottom:10px;
	padding-right:5px;
}
.sellsheet_games {
	background-image:url(images/AMOA/pdf_game.png);
	background-repeat:no-repeat;
	width:130px;
}
.sellsheet_music {
	background-image:url(images/AMOA/pdf_music.png);
	background-repeat:no-repeat;
	width:130px;
}
.sellsheet_video {
	background-image:url(images/AMOA/pdf_video.png);
	background-repeat:no-repeat;
	width:130px;
}
.sellsheet_all {
	background-image:url(images/AMOA/pdf_all.png);
	background-repeat:no-repeat;
	width:130px;
}
.sellsheet_spacer {
	width: 15px;
	height: 20px;
	float: left;
}
#single_sheet_container {
	padding-left:75px;
	height:140px;
	padding-top:10px;
}
/****************************PROMOTIONS************************/

/**************AMOA ***********/
#mikesig {
	background-image:url(/images/AMOA/maassig.png);
	background-repeat:no-repeat;
	width:225px;
	height:60px;
	margin-bottom:-12px;
	padding-right:10px;
}
/*
.event_single{
padding-bottom:20px;	
}*/

.event_name{font-size:14px;
text-transform:uppercase;
color:#484848;
display:block;
padding-top:10px;
margin-bottom:5px;
background:url(images/site/HR.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-weight:bold;
}
.event_date{
	display:inline;
	font-weight:bold;
	margin-bottom:5px;
	
}
.event_social{
	padding-left: 15px;
	padding-right:10px;
	
	float: right; width: 40px;
	
}

.event_venue_loc{
	display:block;
}

.event_content{
	margin-top:5px;
	display:block;
}


.event_link {
	margin-top:5px;
	color:#484848;
	background-color:#ebebeb;
	float:left;
		text-transform:uppercase;
	padding:3px 6px 3px 3px;
	font-weight:normal;
	margin-right:10px;
	font-weight:bold;
	
	
}
 
.event_link:hover, event_active{
	background-color:#505050;
	color:#fff;
	font-weight:bold;
}


.event_link img{
	vertical-align:text-bottom;
	padding-right:5px;
	
}

/********************END OF SITE*********************/
/****************************************************/






/****************************************************/
/***********FORMS AND FRONT END VALIDATION **********/
/****************************************************/




/*.form_field_container {
	margin: auto;
	
	margin-bottom: 20px;
}
*/
.page_rt_form_field_container {
	width: 536px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.page_rt_form_double_spacer {
	float:left;
	height:10px;
	width:20px;
}
#form_errors {
	clear: both;
	width: 300px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #F00;
	font-size: 10px;
	float:left;
}
.form_error_notice {
	color: #F00;
	font-size: 9px;
}
.form_radio_btn {
	width: 177px;
	height: 30px;
	float: left;
}
input.radio {
	display:inline;
	margin-left:0.5em;
}
#form_field_container {
	width:300px;
	float:left;
}
#form_field_container_double {
	width:580px;
	float:left;
}
#form_radio_container {
	xwidth:350px;
	float:left;
	margin-right:40px;
}
#form_radio_container_double {
	width:580px;
	float:left;
}
#contact_buttons {
	xmargin: auto;
	height: 41px;
	font-size: 14px;
}
.contact_button {
	float: left;
	height: 33px;
	background: url(images/advertising/submit.jpg) no-repeat;
	padding-top: 14px;
	margin-top:10px;
}
input.contact_submit, input.contact_reset {
	width: 100px;
	margin-right:70px;
	height: 34px;
	background: #1f2020;
	border: none;
	cursor: pointer;
	color: #FFF;
	font-size: 17px;
	/*letter-spacing: 0.2em;*/
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-top:-11px;
	margin-left:3px;
}
input.contact_submit:hover, input.contact_reset:hover {
	background: #767676;
}
.form_field_title {
	position: relative;
	top: 2px;/*margin-top:5px;*/
	margin-bottom:-5px;
	margin-top:10px;
	xwidth: 250px;
}
.form_radio_title {
	display:inline;
}
.form_shortest_title_inline {
	display:inline;
}
.form_short_text {
	width: 248px;
	background: transparent;
	color: #767676;
	padding-top: 15px;
	padding-left: 2px;
	border: none;
}
.form_instr {
	font-weight: bold;
	color: #138de0;
	margin-top: -5px;
}
#form_button_container {
	margin-left:-2px;
	padding-top:10px;
	height:45px;
	margin-left:150px;
}
/**********FORM VALIDATION  ********/

fieldset {
	border:0;
}
.form_short_field {
	border:0px;
	height:30px;
	float: left;
	background: url(images/forms/short_field_bkg.jpg) no-repeat;
	width: 252px;
	color: #767676;
	margin-top:10px;
	margin-right:-5px;
}
.form_short_field_inline {
	border:0px;
	height:30px;
	xfloat: left;
	background: url(images/forms/short_field_bkg.jpg) no-repeat;
	width: 252px;
	color: #767676;
	margin-top:10px;
	margin-right:-5px;
	display:inline;
}
.form_long_field {
	border:0px;
	height:30px;
	float: left;
	background: url(images/forms/long_field_bkg.jpg) no-repeat;
	width: 555px;
	color: #767676;
	margin-top:10px;
}
.form_shortest_field {
	border:0px;
	height:30px;
	float: left;
	background: url(images/forms/shortest_field_bkg.jpg) no-repeat;
	width: 105px;
	color: #767676;
	margin-top:10px;
}
.form_shortest_field_inline {
	border:0px;
	height:30px;
	display:inline;
	background: url(images/forms/shortest_field_bkg.jpg) no-repeat;
	width: 105px;
	color: #767676;
	margin-top:10px;
}
.form_textarea_field {
	border:0px;
	height:152px;
	float: left;
	background: url(images/forms/message_field.jpg) no-repeat;
	width: 555px;
	color: #767676;
	margin-top:10px;
}
input.form_short_field {
	padding-top:5px;
	padding-left:5px;
}
input.form_short_field_inline {
	padding-top:5px;
	padding-left:5px;
	display:inline;
	vertical-align:middle;
}
input.form_long_field {
	padding-top:5px;
	padding-left:5px;
}
input.form_shortest_field {
	padding-top:55px;
	padding-left:5px;
}
input.form_shortest_field_inline {
	padding-top:5px;
	padding-left:5px;
	display:inline;
}
textarea.form_textarea_field {
	padding-top:5px;
	padding-left:5px;
	overflow:auto;
	padding-right:5px;

}
input.form_textarea_field {
	padding-top:5px;
	padding-left:5px;
	
}
input.button {
	margin-top:-15px;
}
form_field_container text {
}
input.text {
	width:160px;
	padding-top:15px;
	color: #767676;
}
label {
	display:block;
	font:normal 11px/14px verdana;
}
span.hint {
	background: url(images/formvalidation/bg-span-hint-gray1.jpg) no-repeat top left;
	color:#444;
	padding:20px;
	width:5px;
	position:absolute;
	margin-left:2px;
	margin-top:10px;
	display:none;
}
fieldset.welldone span.hint {
	background:transparent url(images/formvalidation/bg-fieldset-welldone1.jpg) no-repeat 194px 24px;
	color:#000;
}
fieldset.kindagood span.hint {
	background: url(images/formvalidation/bg-span-hint-kindagood1.jpg) no-repeat top left;
}
/*Moves the bint up and down*/
fieldset.welldone {
	background:transparent url(images/formvalidation/bg-fieldset-welldone1.jpg) no-repeat 260px 29px;
}
fieldset.notgood {
	background:transparent url(images/formvalidation/bg-span-hint-gray1.jpg) no-repeat 260px 29px;
}
