/****************
citizen's bank
arena landing page styles
****************/

*
{	
	margin:0;
	padding:0;
}

p
{
	font-family:arial, helvetica, sans serif;
	font-size:11px;
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#fff;
	padding-bottom:5px;
}

body
{
	background:#000;
}

/****************************
link styles
****************************/
a
{
	font-family:arial, helvetica, sans serif;
	font-size:11px;
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-decoration:none;
	color:#fff;
	padding-bottom:5px;
}

a:hover
{
	text-decoration:underline;
}

/***************************
class styles
***************************/
.highlight
{
	color:#c09c5e;
}

.highlight_bold
{
	color:#c09c5e;
	font-weight:bold;
}

.text_margin
{
	margin:0 5px 0 15px;
}

.left_spacer
{
	margin:0 0 0 10px;
}

.smaller_text
{
	font-size:9px;
}

/**************************
layout styles
**************************/
#container
{	
	width:600px;
	height:700px;
}

#header
{
	width:600px;
	height:87px;
	float:left;
}

#masthead
{
	width:600px;
	height:348px;
	float:left;
}

#hr_box
{	
	width:600px;
	height:3px;
	float:left;
}

#download_box
{
	width:600px;
	height:75px;
	float:left;
	margin:10px 0 0 0;
}

#download_box ul
{
	display:inline;
}

#download_box li
{
	list-style-type:none;
	float:left;
	width:140px;
	margin:10px 0 0 5px;
}

#footer
{
	width:600px;
	height:90px;
	float:left;
	margin:10px 0 0 0;
}

#footer ul
{
	display:inline;
}

#footer li
{
	list-style-type:none;
	float:left;
}

#footer_left
{
	width:440px;
	height:100px;
	margin:10px 0 0 0;
}

#footer_left ul
{
	display:inline;
}

#footer li
{
	list-style-type:none;
	float:left;
}

#footer_right
{
	width:100px;
	height:49px;
	margin:10px 0 0 30px;
	background:#00FF00;
}

