#title_page
{
	margin: 0 0 1em;
	color: #f33;
	font: normal 18px/22px 'Times New Roman',serif;
}

h4,
.formlabel
{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.content,
.formcontent
{
	font-size: 12px;
	line-height: 18px;
}

.subtitle
{
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
}

.subcontent,
.headlines
{
	font-size: 10px;
	line-height: 14px;
}

a:link
{
	color: #fff;
}

a:visited
{
	color: #cc9933;
}

a:hover,
a:active
{
	color: #f33;
}

body
{
	margin: 0;
	background: #933 url(../graphics/layout/bg_body.gif) 0 0 repeat-x;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #fff;
}

#primary
{
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#menu_ur
{
	position: absolute;
	top: 5px;
	right: -11px;
	z-index: 100;
	font: bold 13px/15px 'Times New Roman',serif;
	color: #fc3;
}

	#menu_ur a
	{
		color: #fc3;
		text-decoration: none;
	}

	#menu_ur a:hover,
	#menu_ur a:active
	{
		color: #fff;
	}
	
	
	#menu_ur ul li {
		float:right;
		padding:0px 20px 0px 0px;
	}
	
	#menu_ur ul li:last-child {
	list-style:none;
	}
	
	#menu_ur ul {
		margin:0px;
	}

#logo,
#spotlight
{
	display: block;
	margin: 0;
	border: 0;
}

#title_section
{
	width: 760px;
	height: 46px;
	margin: 0;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1;
	text-indent: -9999em;
}

	body.who_we_are #title_section,
	body.contact #title_section
	{
		background-image: url(../graphics/title_section/who_we_are.gif);
	}

	body.what_we_do #title_section
	{
		background-image: url(../graphics/title_section/what_we_do.gif);
	}

	body.events #title_section
	{
		background-image: url(../graphics/title_section/events.gif);
	}

	body.support_cys #title_section
	{
		background-image: url(../graphics/title_section/support_cys.gif);
	}

	body.news #title_section
	{
		background-image: url(../graphics/title_section/news.gif);
	}

	body.news #title_section
	{
		background-image: url(../graphics/title_section/news.gif);
	}

	body.auditions #title_section
	{
		background-image: url(../graphics/title_section/auditions.gif);
	}

	body.alumni_music_teachers #title_section
	{
		background-image: url(../graphics/title_section/alumni_music_teachers.gif);
	}

#menu_main
{
	position: relative;
	width: 760px;
	height: 27px;
	margin: 0;
	border-bottom: 2px solid #960;
	background: transparent url(../graphics/layout/bg_menu_main.gif) 0 -27px no-repeat;
	padding: 0;
	list-style: none;
}

	body.homepage #menu_main
	{
		border-top: 2px solid #960;
	}

	#menu_main li
	{
		float: left;
	}

	#menu_main a
	{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		float: left;
		height: 27px;
		background: transparent url(../graphics/layout/bg_menu_main.gif) 0 0 no-repeat;
		font-size: 1px;
		line-height: 1;
		text-indent: -9999em;
	}

		#menu_main li.who_we_are a
		{
			width: 113px;
		}

		#menu_main li.what_we_do a
		{
			left: 113px;
			width: 111px;
			background-position: -113px 0;
		}

		#menu_main li.events a
		{
			left: 224px;
			width: 68px;
			background-position: -224px 0;
		}

		#menu_main li.support_cys a
		{
			left: 292px;
			width: 108px;
			background-position: -292px 0;
		}

		#menu_main li.news a
		{
			left: 400px;
			width: 56px;
			background-position: -400px 0;
		}

		#menu_main li.auditions a
		{
			left: 456px;
			width: 94px;
			background-position: -456px 0;
		}

		#menu_main li.alumni_music_teachers a
		{
			left: 550px;
			width: 210px;
			background-position: -550px 0;
		}

	body.who_we_are #menu_main li.who_we_are a,
	body.contact #menu_main li.who_we_are a,
	body.what_we_do #menu_main li.what_we_do a,
	body.events #menu_main li.events a,
	body.support_cys #menu_main li.support_cys a,
	body.news #menu_main li.news a,
	body.auditions #menu_main li.auditions a,
	body.alumni_music_teachers #menu_main li.alumni_music_teachers a,
	#menu_main a:hover,
	#menu_main a:active
	{
		background: none;
	}

#page_content
{
	background: #000 url(../graphics/layout/bg_page_content.gif) 0 0 repeat-x;
	padding: 15px;
}

	body.homepage #page_content
	{
		background-image: url(../graphics/homepage/bg_page_content.gif);
		padding: 15px 0 15px 15px;
	}

#page_content_table
{
	width: 730px;
	border-collapse: collapse;
}

	body.homepage #page_content_table
	{
		width: 745px;
	}

#column_l
{
	border-right: 2px dotted #6a3d00;
	padding: 3px 0 0;
	vertical-align: top;
}

	body.homepage #column_l
	{
		width: 100%;
		border: 0;
		padding: 0 15px 0 0;
	}

	body.contact #column_l
	{
		border: 0;
	}

#column_r
{
	width: 100%;
	vertical-align: top;
	padding: 0 0 0 20px;
}

	body.homepage #column_r
	{
		width: 200px;
		padding: 0;
	}

#menu_section
{
	width: 140px;
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}

	#menu_section li
	{
		margin: 0 0 5px;
	}

	#menu_section a:link,
	#menu_section a:visited
	{
		color: #fff;
		text-decoration: none;
	}

	#menu_section a:hover,
	#menu_section a:active
	{
		color: #f33;
	}

#headlines
{
	width: 200px;
	margin-bottom:20px;
	background: transparent url(../graphics/homepage/bg_headlines.gif) 0 43px repeat-x;
	font-size:10px;
	line-height:14px;
}

	#headlines h2
	{
		width: 275px;
		height: 43px;
		background: transparent url(../graphics/homepage/title_headlines.gif) -75px 0 no-repeat;
		font-size: 1px;
		line-height: 1;
		text-indent: -9999em;
	}

	#headlines .news_articles ul li
	{
		margin-top:5px;
		padding:0;
	}
	
	#headlines .news_articles ul {
		padding:0px 0px 0px 20px;
	}
	
	#headlines .news_archives {
		font-weight:bold;
		text-align:right;
		padding:0px 5px 0px 0px;
	}

	#headlines .news_articles ul li a, #headlines .news_archives a
	{
		font-weight: bold;
	}

#quick_links
{
	width: 760px;
	height: 107px;
	margin: 0;
	background: transparent url(../graphics/homepage/bg_quick_links.gif) 0 -107px no-repeat;
	padding: 0;
	list-style: none;
}

	#quick_links li
	{
		float: left;
	}

	#quick_links a
	{
		display: block;
		float: left;
		height: 107px;
		background: transparent url(../graphics/homepage/bg_quick_links.gif) 0 0 no-repeat;
		font-size: 1px;
		line-height: 1;
		text-indent: -9999em;
	}

		#quick_links li.calendar a
		{
			width: 196px;
		}
	
		#quick_links li.supporting_cys a
		{
			width: 185px;
			background-position: -196px 0;
		}
	
		#quick_links li.members a
		{
			width: 186px;
			background-position: -381px 0;
		}
	
		#quick_links li.experience_cys a
		{
			width: 193px;
			background-position: -567px 0;
		}

	#quick_links a:hover,
	#quick_links a:active
	{
		background: none;
	}

#footer
{
	background: #600;
	padding: 10px;
	font-weight: bold;
	font-size: 9px;
	line-height: 12px;
}

	#footer form
	{
		float: right;
		margin: 0 0 0 20px;
	}
	
	#footer select
	{
		margin: 0;
		font-size: 10px;
	}
	
	#footer a
	{
		color: #c93;
	}
	
	#footer a:hover,
	#footer a:active
	{
		color: #fff;
	}
	
h5.form_title {
	color:#FFF;
	background:#000;
}

div.form_row_submit  {
	background:#000;
	color:#FFF;
	border-top:1px solid #FFF;
	}

table.calendar thead th {
	color:#000000;
	}

.content_image_box  {
	background:none;
	border:0px solid #959595;
	}

.collection_item_description  {
	font-style:normal;
	}

/* Calendar Colors */
.event_list {
	background-color:#000;
	}

.event_list ul li {
	background:#420000;
	margin-top:5px;
	}

.event_list ul li.odd {
	background-color:#420000;
	}
	
div.flexigrid {
	width:540px !important;
}	

.fdpc_policy_links {
	text-align: center;
}