/**Basic HTML and BODY SETTINGS**/
html {
	height:100%;
}
body {
	height:100%;
	background-color:#000;
	margin:0px;
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
/**PAGE CONTAINERS**/
#container{
	width:960px; 
	min-height:100%;
	height:auto !important;
	height:100%;
	padding:0px;
	margin: 0 auto;
	background-color:#000;
	/*border:1px solid red;*/
}
#header{
	width:960px; 
	height: 166px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftContent{
	padding-left:4px; 
	width:120px;
	padding-top:0px;	
	background-color:#000;
	float:left;
	min-height:315px;
	height:auto !important;
	height:315px;
	
	
}
#middleContent{
	padding-left:8px;
	width:518px;
	/*background-color:#000;*/
	float:left;
}
#whiteballoon{
	width:518px; 
	height: 57px;
	background-image: url(../images/white-balloon-pics.gif);
	background-repeat: no-repeat;
	background-position: center right;
	color:#333333;
	/*background-color:#FFF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#whiteballoon p{
	margin:0px;
	padding:8px;
}
h3{
	margin:0px;
	padding:0px;
}
h3.pics{
	background-image: url(../images/bg-upcoming-text.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	margin-bottom:0px;
	margin-top:10px;
	padding:0px;
}
h3.news{
	background-image: url(/images/box-tops.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}
#pictureBox{
	background-color:#d96d0f;
	min-height:303px;
	height:auto !important;
	height:315px;
	/*width:513px;*/
	margin:0px;
	padding-top:8px;
}
#pictureBox p{
	margin:0px;
	padding:0px;
	
}
#albumHolder{
	float:left;
	padding-left:6px;
	padding-top:4px;
	min-height:120px;
	height:auto !important;
	height:120px;
	width:165px;
	background-image: url(/images/pictureTB.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top:2px;
}
#albumpic{
	height:110px;
	overflow:hidden;
	margin-bottom:6px;
}
#albumHolder p{
	color:#ffffff;
	font-size:13px;
	background-color:#b35c0f;
	padding:2px;
	/*margin-bottom:8px;*/
	height:36px;
}

#picNav{
	/*width:510px;*/
	background-color:#b35c0f;
	margin:0px;
	margin-top:5px;
	margin-bottom:12px;
	padding:4px;
	text-align:center;
	font-size:13px;
}

#picNav a {
	color: #fff;
	text-decoration: underline;

}
#picNav a:hover {
	color: #fff;
}

form{
margin:0px;
padding:0px;
}
#rightContent{
	padding-left:6px;
	width:300px;	
	background-color:#000;
	float:left;
	min-height:315px;
	height:auto !important;
	height:315px;
	
	
}
#footer{
	width:960px; 
	float:left;
	height:300px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#000000;
	font-size:11px;
	background-color:#FFFFFF;
}
/*Container Elements*/
#menu{
	position:absolute;
	width:250px; 
	/*height: 60px;
	background-color:#FF9900;*/
	margin-left: 12px;
	margin-top: 136px;
}
#menu ul {
	margin: 0px; padding: 0px;	
}
#menu li.links {
	margin-top:0px;
	list-style-type: none;	 
	padding-right: 15px; 
	padding-top: 1px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 14px bottom;
	float: left;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cdcbcb;
	text-decoration: none;
	font-weight:bold;
	padding:0px;
	margin:0px;	
}
#menu a:hover {
	color: #ffdd00;
}
.btn_home{
	margin-top:40px;
	margin-left:14px;
	width:300px;
	height:80px;
	/*background-color:#0099FF;*/
	display:block;
	position:absolute;
}
#menuOpt{
	position:absolute;
	width:365px; 
	/*height: 60px;*/
	/*background-color:#000;*/
	margin-left: 560px;
	margin-top: 0px;
}
#menuOpt ul {
	margin: 0px; padding: 0px; padding-left:10px;	
}
#menuOpt li {
	margin-top:0px;
	list-style-type: none;	 
	padding-right: 10px; 
	padding-top: 1px;
	padding-bottom: 5px;
	float: left;
}
#menuOpt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding:0px;
	margin:0px;	
}
#menuOpt a:hover {
	color: #ffdd00;
}

/*H Elements*/
h1{
	margin:0px;
	padding:0px;
}
h3{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:0px;
	margin-bottom:6px;
	padding:0px;
	font-weight:100;
}
h4{	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
}
h3 span{	
	color:#ffdd00;	
	margin:0px;
	padding:0px;
}
h3.upcoming{
	background-image: url(../images/bg-upcoming-text.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
	margin-bottom:0px
}
h3.audio{
	margin-bottom:43px;
	/*border:1px solid red;*/
}
h3.flex{
	height:34px;
	margin-top:7px;
	margin-left:7px;
	margin-bottom:0px;
}
.flexInfo1{
	background-color:#d96d0f;
}
.flexInfo2{
	background-color:#af5201;
}
#rightContent td{
	padding:5px;
	padding-top:2px;
	padding-bottom:3px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightContent a{
	color:#FFFFFF;
	text-decoration:underline;
}
.infoTab{
	position:absolute;
	margin-left:25px;
}
/*Homepage Elements*/
#flexofweek{
	width:470px;
	height:205px;
	background-image: url(../images/bg-week-flex.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		/*border:1px solid red;*/
		margin:0px;
		padding:0px;
		
}
#fowcontent{
	width:462px;
	height:195px;
	/*background-color:#000000;*/
	margin-left:4px;
	margin-top:8px;

}
/*Container Elements*/
#footer #content{
	margin-top:120px;
	padding-left:9px;
}

#footer li{
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
	margin-right:0px; 
	float: left;
} 
.peekaboo{
	display:none;
}

/*Contact Form Elements*/
#rightContent form{
	padding:5px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}
#rightContent form p{
	padding:0px;
	margin:0px;
}
.normal{
	border:0px;
	/*padding:0px;*/
	padding-left:0px;
	/*margin-top:10px;*/
	/*border:1px solid #828177;*/
}
fieldset legend{
	display:none;
}
#rightContent fieldset.normal label.first {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;	
	width: 55px;
	float: left;
	
}
#rightContent fieldset.normal input.first {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;	
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom:3px;
	margin-left: 0px;
	margin-right: 6px;
	float:left;
	display:block;
	width:200px;
	/*border-width:1px;
	border:1px solid #b6d970;
	background-color:#fffefc;*/
	
}
#rightContent fieldset textarea {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top:4px;
	margin-bottom:4px;
	border:1px solid #b6d970;
	background-color:#fffefc;
}
.dialogbox{
	padding:8px;
	background-color:#b6d970;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	margin-top:10px;
	margin-bottom:12px;
	text-align:center;
	font-weight:bold;
	width:400px;
}
.imgborder{
	border:3px solid #b6d970;
}

.tab1{
width:90px;
	/*border: 1px solid red;*/
	display:block;
	float:left;
}
.tab2{
width:160px;
	/*border: 1px solid red;
	display:block;
	*/
}
hr{
display:none;
}
#connect{
	position:absolute;
	margin-left:724px;
	margin-top:118px;
}
#connect li{
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
	margin-right:0px; 
	float: left;
} 
.fbcon{
	width:24px; 
	height:24px;  
	display:block;
	background-image: url(../images/Facebookicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right:2px;
}
.twitcon{
	width:24px; 
	height:24px;
	display:block;
	background-image: url(../images/Twittericon.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right:2px;
}
.rsscon{
	width:24px; 
	height:24px; 
	display:block;
	background-image: url(../images/RSSicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right:2px;
}
.pSoc{
	width:120px; 
	height:53px;  
	display:block;
	background-image: url(../images/partner-so-contagious.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right:2px;
}
.pTrack{
	margin-top: 8px;
	width:113px; 
	height:30px;
	/*padding-top:10px  */
	display:block;
	background-image: url(../images/partner-tracking-inc.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right:8px;
}
.pSuper{
	width:48px; 
	height:53px;  
	display:block;
	background-image: url(../images/partner-superhost.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right:7px;
}
.pZero{
	width:3548px; 
	height:53px;  
	display:block;
	background-image: url(../images/partner-zero.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	margin-right:7px;
}

#powered{
	/*width:500px; 
	height:65px; */
	background-image: url(../images/powered-by.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#fff;
	padding-top:15px;
	/*margin-left: 20px;*/
	padding-left: 10px;
} 

#partners{
	/*width:800px; 
	height:65px; */
	background-image: url(../images/partners.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#fff;
	padding-top:15px;
	/*margin-left: 20px;*/
	padding-left: 10px;
}