
/******************************************************************************
* $Id:$
******************************************************************************/

/******************************************************************************
* defaults
******************************************************************************/

html
{
	background-color: #000000;
}

body
{
	color: #FFFFFF;
	font-family: Gill Sans;
}

a
{
	color: #FFFFFF;
}

a:visited
{
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
	color: #FAA61A;
}

/******************************************************************************
* forms
******************************************************************************/


/******************************************************************************
* header
******************************************************************************/

#hd
{
	height: 120px;
	text-align: left;
}

#logo
{
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
}

#phone
{
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;
}


/******************************************************************************
* body
******************************************************************************/

#bd
{
	background-image: url(/www/images/bg/sectionHeader.gif);
	background-repeat: repeat-x;
}

#bd .content
{
	padding: 0.5em;
}

#bd #main .contentBorder
{
	border-right: 2px #8C8C8C solid;
	border-left: 2px #8C8C8C solid;
}

#bd #main .content .hr
{
	border-top: 2px #8C8C8C solid;
}

#flowplayerContainer
{
	padding: 2em 0 1em 0;
	width: 100%;
	border-bottom: 2px #8C8C8C solid;
	text-align: center;
}

#section_title
{
	height: 40px;
	margin: 0;
	padding: 15px 35px 0 0;
	text-align: right;
	color: #CC0001;
	font-size: 16px;
}

.sectionHeader
{
	height: 16px;
	padding-left: 0.5em;
	background-image: url(/www/images/bg/sectionHeader.gif);
	background-repeat: repeat-x;
	line-height: 16px;
	font-size: 77%;
	color: #CE171E;
}

.featureThumbnail
{
	width: 72px;
	border: 1px solid white;
}

#emailAFriendContainer
{	
	padding-right: 45px;
	text-align: right;
}

#emailAFriendContainer .form-container
{
	background-color: #000000;;
}

/******************************************************************************
* nav
******************************************************************************/

#featuresNavMain
{
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 85%;

/*
	list-style: none;
*/
}

#featuresNavMain ul
{
	list-style: none url(/skins/cityfool/default/shared/images/bullet.jpg);
}

#featuresNavMain li
{
/*
	margin: 0;
	background-image: url(/skins/cityfool/default/shared/images/bullet.jpg);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 0 0 1em; /* left padding moves the text away from the bullet */
*/
}

#featuresNavMain li a
{
	text-decoration: none;
	color: #D93F3F;
}

#featuresNavMain li a:hover
{
	text-decoration: underline;
}

#featuresNavMain li a.current 
{ 
	font-weight: bold; 
}

/******************************************************************************
* containers
******************************************************************************/

#panel .bd
{
	/* height: 250px; */
	/* min-height: 250px; */
	background: none;
	background-color: #FFFFFF;
	text-align: left;
	/* overflow: auto; */
}

/******************************************************************************
* footer
******************************************************************************/

#ft
{
	margin-top: 10px;
	text-align: center;
}

#ft .content
{
	padding: 0.5em;
	font-size: 77%;
}


/******************************************************************************
* 
******************************************************************************/

