/******************************************* 

	The Radio Lofts StyleSheet
	-----------------------------
	Created: 		12/09/05
	Edited:			12/12/05
	Modified By:	Matt Kircher
	Company:		Mod Worldwide, LLC
	
	NOTES:

********************************************/

/* --- GENERAL --- */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#000000;
	text-align:center;
}
a:link,
a:visited,
a:active{ color:#FFFFFF; text-decoration:none; }
a:hover { text-decoration:underline; }

/* --- FRAME --- */

#frame{
	width:700px;
	margin:auto;
	padding:0px;
	text-align:center;
}

/* --- MASTHEAD --- */

#masthead{
	width:700px;
	height:292px;	
	margin:auto;
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
#masthead img{ display:none;}
#masthead a{

}

/* --- LOGO --- */

#logo{
	width:700px;
	height:35px;
	background:url(images/cc_logo_name.jpg) no-repeat 64px 12px;
}
#logo p.address{
	float:right;
	margin:0px 20px 0px 0px;
	padding:8px 0px 0px 0px;
	font-size:10px;
	color:#FFFFFF;
}

/* --- CONTENT FRAME / CONTENT --- */

#content_frame{
	margin:auto;
	width:700px;
}

/* --- CONTENT SIDEBAR --- */

#sidebar{
	float:left;
	display:inline;
	width:133px;
	
	margin:0px;
	padding:0px;
	border:0px;
}
.sidebar_signup_bg{ height:538px; background:url(images/signup_side_bg.jpg) no-repeat top right; }

/* --- CONTENT INDEX --- */

#content_index{
	height:300px;
	margin:100px 0px 0px 0px;
	padding:0px;
	/*border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;*/
}

/* --- CONTENT HOME --- */

#content_home{
	float:right;
	border-left:none;
	border-bottom:none;
}
#content_home p{
	\width: 96px; 	/*for IE5*/
	w\idth: 130px;	/*for NS, Moz, Op6 */
	margin:200px 0px 0px 0px;
	padding:17px;
	text-align:center;
	color:#FFFFFF;
/*	border-top:1px dotted #FFFFFF;
	border-left:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;*/
}
#content_home a:link,
#content_home a:visited,
#content_home a:active{ color:#FFFFFF; text-decoration:none; }
#content_home a:hover { text-decoration:none; }

#content_home span.line1{ font-size:16px; font-weight:bold;}
#content_home span.line2{ font-size:11px; }

/* --- CONTENT --- */

#content{
	float:middle;
	\width:650px; /*IE 5*/
	w\idth:650px; /*NS Moz IE6 Op5*/
/*	border-left:1px dotted #FFFFFF;*/
	padding:20px 20px 20px 19px;
	color:#FFFFFF;
}

/* --- SIGNUP FORM --- */

#signup_form{
	text-align:left;
	width:700px
	color:#FFFFFF;
}
#signup_form p.signup_question{
	font-weight:bold;
}
#signup_form input, select{
	vertical-align:middle;
	font-size:10px;
}
#signup_form label{
	vertical-align:middle;
	color:#FFFFFF;
}
#signup_form label.required_field, #signup_form label.padded_label{
	width:120px;
	float:left;
}
#signup_form .required_field{
	font-weight:bold;
	color:#FFFFFF;
}
#signup_address1, #signup_address2, #signup_email{
	width:143px;
}
#signup_city, #signup_phone_day, #signup_phone_night{
	width:90px;
}
#signup_zipcode{
	width:50px;
}

/* --- SUPPORT LOGOS --- */

#support_bar{
	/*border-top:1px dotted #FFFFFF;*/
	clear:both;
}

#support{
	float:left;
	padding:13px 20px 13px 20px;
}
#support img{
	display:inline;
	vertical-align:middle;
	margin-right:5px;
}
#mod_logo{
	float:right;
	padding:13px 20px 13px 20px;
}
#mod_logo img{
	display:inline;
	vertical-align:middle;
}

/* --- COPYRIGHT --- */

#copyright{
	clear:both;
	width:700px;
	padding-top:50px;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
}

