﻿.welcomeText
{ 
    display:block;
    font: normal 95%/140% "Century Gothic", "Arial Black", Tahoma;
    height:auto;
    padding:7px 5px;
    color:#000000;
}
.titleSection
{
    display: block;
    font: bold 120%/150% "Century Gothic", "Arial Black", Tahoma;
    text-align: left;
	background: transparent url('images/bgTitle.png') center center repeat-x;
	height: 30px;
	color: #2e4157;
	cursor: default;
	vertical-align:bottom;
	border:solid 0px #bcd2e2;
	border-top:none;
	margin:0 auto;
	padding:10px 10px;
}
.summaryText
{     
    font: bold 98%/120% "Century Gothic", "Arial Black", Tahoma;   
    padding:10px 15px;
    margin-bottom:2px;
    text-align:left;
    color:#404633;
    border-bottom:solid 1px #C1D0AE;
}
.MainPanelwrapper .itemTitle
{
    display: block;
    font: normal 95%/90% "Arial Black", Tahoma;
    text-align: left;
    padding:5px 20px;
	cursor: default;
	vertical-align: middle;
}

* html .MainPanelwrapper .itemTitle{ /*IE6 hack*/
                                     
}
.MainPanelwrapper .itemSummary
{    
    text-align: left;
    padding:2px 25px;
    
    border-bottom:dashed 1px #dfe5d9;
}
.ballyhoowrapper .title
{
    display: block;
    font: bold 140%/150% "Century Gothic", "Arial Black", Tahoma;
    text-align: center;
	background: transparent url('images/bgBallyhooTitle.png') center bottom repeat-x;
	height: 30px;
	color: #2e4157;
	cursor: default;
	vertical-align:top;
	border:solid 0px #c0c0c0;
	margin:0 auto;
}
* html .ballyhoowrapper .title{ /*IE6 hack*/
    margin-top:5px;
    color:#70A4DD;
}
.ballyhoowrapper .description
{ 
    display:block;
    font: bold 90%/140% "Century Gothic", "Arial Black", Tahoma;
    height:auto;
    padding:7px 5px;
    text-align:center;
    color:#935E50;
}
.ballyhoowrapper .summary
{ 
    display:block;
    vertical-align:top;
    height:50px;
    width:inherit;
    margin-left:-5px;
    margin-top:0px;
    font: bold 120%/140% "Century Gothic", Tahoma;    
    padding:0px 35px;    
    text-align:center;
    color:#576B3E;    
    background: transparent url('images/bgBallyhooSummary.png') center center repeat-x;
    border:solid 1px #d9e7c6;
}
* html .ballyhoowrapper .summary{ /*IE6 hack*/
    margin-top:-5px;
}

.ballyhoowrapper .ballyhooBody
{
    padding:0px 0px;    
    margin:0 auto;
    width: 100%; /*Width of left column*/         
}

.ballyhoowrapper .ballyhooSidebar
{
    margin-left: 375px; /*Set left margin to LeftColumnWidth*/
    padding:2px 5px;
    font-size:95%;
    height:100%;
}

.sidebarwrapper .title
{
    font: bold 95%/130% "Century Gothic", Tahoma;    
    padding:5px 2px;
    margin:0 auto;
    text-align:left;
    color:#A0C655;    
    border-bottom:solid 1px #eaf1df;
}
.sidebarwrapper .summary
{ 
    font: normal 90%/110% "Century Gothic", Tahoma;
    height:auto;
    padding:5px 25px;
    margin-bottom:-4px;
    color:#798566;
}
.itemSummary .summary
{ 
    font: normal 94%/130% "Century Gothic", Tahoma;    
    padding:0px 0px;
    color:#404633;
}
.address
{
	font: normal 80% Verdana, Arial, Sans-serif; 
	color: #36454d;	
	padding: 5px 5px;
	margin-top:-55px;
	float:right;
}
.newsTitle
{
    display: block;
    font: bold 150%/100% "Trebuchet MS", Tahoma;
    color:#6899d1;
    padding: 0px 0px;
    padding-top: 0px;
    margin-bottom:10px;
}
.newsDescription
{
    display: block;
    font: normal 105%/120% "Trebuchet MS", Tahoma;
    color:#193b43;
    padding: 0px 0px;
    padding-top: 0px;
    margin-bottom:10px;
}
.articleTitle
{
    display: block;
    font: bold 105%/100% "Trebuchet MS", Tahoma;
    color:#6899d1;
    padding: 0px 0px;
    padding-top: 0px;
    margin-bottom:10px;
}
.articleDescription
{
    display: block;
    font: normal 95%/100% "Trebuchet MS", Tahoma;
    color:#193b43;
    padding: 0px 0px;
    padding-top: 0px;
    margin-bottom:10px;
}
/* Styles used in modal windows */
.Title
{
    display: block;
    font: bold 115%/100% "Trebuchet MS", Tahoma;
    color:#315b96;
    padding: 0px 0px;
    padding-top: 0px;
    margin-bottom:10px;
}
.Subtitle
{
    display: block;
    font: bold 110%/100% "Trebuchet MS", Tahoma;
    color:#228faa;
    padding: 0px 0px;
    padding-top: 0px;
    margin-bottom:10px;
}
.Text
{
    display: block;
    font: normal 105%/100% "Trebuchet MS", Tahoma;
    color:#193b43;
    padding: 0px 0px;
    padding-top: 0px;
    margin-bottom:10px;
}