@charset "utf-8";

#wrapper {
	background-color: #FFF;
	max-width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

#title {
	position: relative;
}

#title_logo {
	float: left;
	width: 15%;	
	padding-top: 20px;
	padding-left: 20px;
}

#title_text {
	font-family: Palatino;
	font-size: 24px;
	color: #1c75bc;
	width: 68%;
	float: left;
	margin-top: 55px;
	margin-bottom: 40px;
}

#title_buttons
{
	width: 10%;
	float: right;
	padding-top: 5px;
	text-align: center;
	height: 148px;
}

#separator {
	height: 4px;
	background-color: #1c75bc;
	content: " ";
	clear: left;
}

nav {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#separator_buffer {
	height: 6px;
	content: " ";
	clear: left;
}

#nav_table {
	table-layout: fixed;
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 1.2em;
	letter-spacing: .01em;
	font-weight: 300;
	font-family: Palatino;
}

#nav_table_data {
	width: 150px;
	background-image: url(images/BUTTON_BG_Blue.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
}

#nav_table_data_current {
	width: 150px;
	color: #1c75bc;
}

#nav_table_data a {
	text-decoration: none;
	margin-top: -2px;
	color: #FFFFFF;
	display: table;
	width: 150px;
}

#nav_table_data_current a {
	text-decoration: none;
	margin-top: -2px;
	color: #1c75bc;
	display: table;
	width: 150px;
}

#nav_table_data:hover {
	background-image: url(images/BUTTON_BG_Green.png);
	background-repeat: no-repeat;
	background-position: center;
}

#nav_table_data_lineBigTop {
	position: absolute;
	margin-top: -3px;
	font-size: 28px;
	font-style: italic;
}

#nav_table_data_lineSmallTop {
	position: absolute;
	margin-top: 5px;
	font-size: 17px;
}

#nav_table_data_lineBigBottom {
	position: relative;
	margin-top: 17px;
	font-style: italic;
	font-size: 28px;
}

#nav_table_data_lineSmallBottom {
	position: relative;
	margin-top: 23px;
	font-size: 17px;
}

#content_mainFocus {
	width: 980px;
	height: 850px;
	margin: 0 auto;
	text-align: left;
	font-family: Palatino;
	font-size: 1.2em;
	letter-spacing: .01em;
	color: #1c75bc;
}

#content_navSections
{
	clear: left;
	margin: 0 auto;
	width: 980px;
	height: 820px;
	text-align: center;
	background-image: url(images/BACKGROUND_cgcIndex.png);
	background-repeat: no-repeat;
}

#content_navSections_hSpacer {
	height: 10px;
	content: " ";
	clear: left;
}

#content_navSections_vSpacer {
	content: " ";
	height: 820px;
	width: 10px;
	float: left;
}

#content_navSections_listing {
	margin: 0 auto;
	width: 320px;
	height: 800px;
	float: left;
}

#content_navSections_listing_side {
	margin: 0 auto;
	width: 320px;
	height: 500px;
	float: left;
}

#content_navSections_listing_img {
	width: 320px;
	height: 800px;
}

#content_navSections_listing_img img {
	vertical-align: middle;
}

.content_navSections_listing_imgPlacement {
	display: inline-block;
	height: 100%;
	vertical-align: middle;	
}

#content_navSections_crossSpacer {
	content: " ";
	height: 70px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	position: relative;
	clear: left;
	text-align: center;
	font-size: 1em;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro;
	color: #1c75bc;
}

#footer_text {
	margin: 0px;	
}

#content_banner
{
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

#content_banner_vspacer
{
	height: 15px;
	width: 950 px;
	margin: 0 auto;
	clear: left;
}

#content_free_concert
{
	width: 900 px;
	margin: 0 auto;
	text-align: center;
}

ul 
{
    list-style-image: url('images/blue-cross.png');
	margin-left: 30px;
}

tr:nth-child(even) 
{
	background: #60a9e4;
	color: #FFFFFF;
}

tr:nth-child(odd) 
{
	background: #FFFFFF;
	color: #1c75bc;
}

table
{
	border-collapse: collapse;
}
