body {
	margin:0;
	background:url(../images/bg-body.gif);
	font:14px Tahoma, Verdana, sans-serif;
}
a {
	text-decoration:none;
}
a:link,
a:visited { color:#527D97; }
/*wrapper*/
#wrapper {
	width:944px;
	padding:171px 22px 0;
	margin:0 auto;
	background:url(../images/bg-wrapper.png) repeat-y;
	position:relative;
}
/*header*/
#header {
	width:944px;
	background:#fff url(../images/bg-header.gif) no-repeat right 0;
	position:absolute;
	height:171px;
	top:0;
	left:22px;
}
/*logo*/
#header .logo {
	float:left;
	margin:16px 0 0 30px;
	width:335px;
	height:97px;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/*top navigation*/
#header .quick-nav {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#header .quick-nav li {
	display:inline;
	float:left;
	margin:10px 20px 0 0;
}
#header .quick-nav li a {
	color:#830c2c;
	font:10px "Lucida Sans", Tahoma, sans-serif;
	text-transform:uppercase;
	padding:0 0 0 12px;
	background:url(../images/bullet-quick-nav.gif) no-repeat left; 
}
#header .quick-nav li a:hover {
	text-decoration:underline;
}
/*main navigation start */
#nav {
	margin:27px 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:944px;
	height:31px;
	background:#617897;
}
#nav li {
	float:left;
	margin:0;
	background:#617897 url(../images/border-nav.gif) repeat-y left;
}
#nav li:first-child {
	background:#617897;
}
#nav li a {
	float:left;
	height:24px;
	display:block;
	padding:7px 22px 0 21px;
	font-size:13px;
	color:#fff;
}
#nav li:hover, 
#nav li.hover {
	position:relative;
}
#nav li:hover .drop-down,
#nav li.hover .drop-down {
	display:block;
}
#nav li:hover a, 
#nav li.hover a {
	color:#bab7af;
}
#nav li:hover ul a,
#nav li.hover ul a {
	color:#fff;	
}
#nav .drop-down {
	position:absolute;
	top:31px;
	left:0;
	display:none;
	width:245px;
}
#nav .box {
	background:url(../images/bg-box.png) repeat-y;
	width:245px;
	padding:0 9px 0 0;
}
#nav .frame {
	background:url(../images/bg-frame.png) no-repeat;
	height:10px;
	line-height:0;
	font-size:0;
}
#nav ul {
	background:url(../images/border-nav2.gif) no-repeat;
	margin:0;
	padding:0;
	list-style:none;
}	
#nav ul li {
	float:none;
	display:block;
	margin:0;
	position:relative;
	background:url(br.gif) !important;
}	
#nav ul li a {
	float:none;
	display:block;
	background:url(br.gif);
	width:202px;
	padding:7px 22px 0 21px;
}
#nav ul li:hover a, 
#nav ul li.hover a {
	background:#99a9b7;
	color:#830c2c;
}
/*main navigation end */
/*content part*/
#main {
	width:944px;
	background:#fff;
	overflow:hidden;
}
#welcome {
	height:304px;
	background:#830b2c /*url(../images/bg-welcome.jpg) no-repeat right*/;
}
#welcome .bannerImage
{
    margin-left:624px;
    position:absolute;
    display:none;
}
#main .shadow {
	background:url(../images/bg-main.png) no-repeat;
	padding:51px 410px 0 55px;
	color:#fff;
	height:1%;
}
/*top content part*/
#welcome h1 {
	margin:0;
	font-size:34px;
	font-weight:normal;
}
#welcome em {
	font:italic 16px Georgia,"Times New Roman", serif;
}
#welcome p {
	color:#e2d1d4;
	margin:28px 0 0;
}
#welcome .more {
	font:italic 16px Georgia,"Times New Roman", serif;
	text-align:right;
	margin:28px 0 0;
}
#welcome .more a {
	color:#fff;
}
#welcome .more a:hover {
	text-decoration:underline;
}
/*bottom content part*/
#columns {
	width:944px;
	overflow:hidden;
}
/*Features and Benefits*/
#column1 {
	width:235px;
	float:left;
}
#column1 img {
	display:block;
}
#column1 .box {
    height:160px;
	background:#fff url(../images/bg-sidebar.gif) repeat-x;
	padding:12px 10px 20px 35px;
}
#column1 .box h2 {
	margin:0;
	color:#4d5259;
	font-size:18px;
	font-weight:normal;
}
/*navigation*/
#column1 .box ul {
	margin:9px 0 0;
	padding:0;
	list-style:none;
}
#column1 .box ul li {
	margin:0 0 1px;
	background:url(../images/bullet-sidebar.gif) no-repeat left 8px;
	padding:0 0 0 9px;
}
#column1 .box ul li a {
	color:#141414;
	font-size:12px;
	background:url(../images/bullet-sidebar2.gif) no-repeat right 4px;
	padding:0 10px 0 0;
}
#column1 .box ul li a:hover {
	text-decoration:underline;
}
/*news column start*/
#news {
	width:310px;
	float:left;
	padding:20px 51px 0 41px;
}
#news h2 {
	color:#842535;
	font-size:18px;
	font-weight:normal;
	margin:0;
}
#news ul {
	margin:17px 0 0 0;
	padding:0;
	list-style:none;
}
#news ul li {
	margin:0 0 30px 0;
}
#news em {
	font:italic 13px Georgia,"Times New Roman", serif;
	color:#842535;
}
#news p {
	color:#141414;
	margin:5px 0 0;
	font-size:13px;
}
#news .more {
	color:#527d97;
	font:italic 13px Georgia,"Times New Roman", serif;
}
#news .more:hover {
	text-decoration:underline;
}
/*news column end*/
/*right column start*/
#column2 {
	width:286px;
	float:left;
	background:url(../images/bg-column.gif) no-repeat;
	padding:20px 0 0 21px;
}
#column2 .t {
	background:url(../images/bg-column-t.png) no-repeat;
	padding:12px 0 0 0;
	height:1%;
}
#column2 .c {
	background:url(../images/bg-column.png) repeat-y;
	padding:15px 0px;
	width:267px;
	/*text-align:center;*/
	height:1%
}
#column2 .c_content
{
    padding:15px 0px;
    position:relative;
    left: 20px;
    width: 220px; 
    text-align:center; 
}
#column2 .b {
	background:url(../images/bg-column-b.png) no-repeat;
	height:13px;
	font-size:0;
	line-height:0;
}
#column2 strong {
	/*display:block;*/
	font-size:21px;
	color:#98abb1;
	font-weight:normal;
}
#column2 p {
	margin:0;
	font-size:14px;
	color:#fff;
	margin:10px 0 0;
}
#column2 p.first {
	margin:17px 0 0;
}
#column2 .more {
	margin:8px 0 0;
}	
#column2 .more a {
	color:#98abb1;
	font:italic 14px Georgia,"Times New Roman", serif;
}
#column2 .more a:hover {
	text-decoration:underline;
}
/*right column end*/
/*footer*/
#footer {
	background:#4d525a url(../images/bg-footer.png) no-repeat;
	padding:10px 23px;
	width:898px;
	overflow:hidden;
}
#footer em {
	font:9px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;
	float:left;
}
#footer span {
	font:9px "Lucida Sans", Tahoma, sans-serif;
	color:#fff;
	float:right;
	text-transform:uppercase;
}
.bg-b {
	background:url(../images/bg-wrapper-b.png) no-repeat;
	height:32px;
	width:944px;
	padding:0 22px;
	margin:0 auto;
}
/*inner page*/
#main h1.title {
	font-size:21px;
	color:#fff;
	background:#850000 url(../images/bg-main.png) no-repeat;;
	margin:0;
	padding:14px 32px 16px;
	font-weight:normal;
	height:1%;
}
/*content part*/
#content {
	background:#fff;
	width:554px;
	float:left;	
	padding:25px 80px 25px 32px;
}
#content .intro {
	font-size:16px;
	color:#40454a;
	margin:0 0 10px 0;
	line-height:24px;
	font-weight:normal;
}
#content h2
{
	margin: 24px 0 7px;
	color: #842535;
	font: italic normal 18px/18px Georgia, "Times New Roman" , Times, serif;
}
#content ul {
	margin:10px 0 0 5px;
	padding:0;
	list-style:none;
}
#content ul li {
	margin:0 0 3px 0;
	background:url(../images/bullet-sidebar.gif) no-repeat left 7px;
	padding:0 0 0 9px;
	/*color:#850000;*/
	font-size:13px;
}
#content .box {
	width:554px;
	overflow:hidden;
}
#content .box img {
	display:block;
	float:left;
	margin:20px 0 0 0;
}
#content .box p {
	color:#40454a;
	font-size:13px;
	margin:14px 0 0 22px;
	line-height:20px;
	float:left;
	width:340px;
}
#content blockquote {
	font:italic 16px "Lucida Sans", Tahoma, sans-serif;
	color:#7f0c2b;
	border:solid #b4b4b4;
	border-width:1px 0 1px 0;
	padding:20px 30px 27px 37px;
	margin:27px 0 17px 0;
	line-height:25px;
}
#content blockquote q { quotes: none; }
#content blockquote q:after,
#content blockquote q:before { content: ""; }
#content blockquote cite {
	font-style:normal;
	font-size:14px;
}
#content p {
	color:#40454a;
	font-size:13px;
	margin:0 0 20px 5px;
	/*line-height:20px;*/
}
#content .etc {
	text-align:center;
	padding:10px 30px 12px;
	background:#850000;
	color:#fff;
	font-size:14px;
	line-height:normal;
	margin:0;
}
/*content page table*/
#content img { margin:0 16px 6px 4px; }
#content p img { margin-left:0px; }
#content table img { margin:0px; }

/*events page*/
#eventList { width:100%; border:none; }
#eventList th { border:1px solid #fff; border-bottom:1px solid #e3e3e3; background:#e3e3e3; color:#850000; font:bold 14px Tahoma, Verdana, sans-serif; text-align:center; padding:5px 0; }
#eventList td { height:100%; border:1px solid #e3e3e3; border-left:none; border-top:none; padding:8px 10px; font:normal 12px Tahoma, Verdana, sans-serif; }
#eventList td:first-child { border:1px solid #e3e3e3; border-top:none; }
#eventList tr:first-child td { border-top:1px solid #e3e3e3; }
#eventList .date { width:140px; border-left:none; }
#eventList .event { border-left:1px solid #e3e3e3; }
#eventList .loc { width:140px; border-left:none; border-right:1px solid #e3e3e3; }
/*
#eventList { list-style-type:none; width:100%; }
#eventList li { width:100%; background:none !important; }
#eventList li span { color:#850000; }
*/

/*news page*/
#newsList { list-style-type:none; width:100%; margin-top:10px !important; }
#newsList li { width:100%; background:none !important; margin:0 0 10px 0; }
#newsList li span { color:#850000; margin:0px; }

/*sidebar*/
#sidebar {
	width:278px;
	float:left;
	padding:20px 0;
}
#sidebar .button {
	display:block;
	width:259px;
	height:36px;
	background:url(../images/button.gif) no-repeat;
	color:#fff;
	cursor:hand;
	margin: 5px 0 5px 0;
}
#sidebar .button span {
	display:block;
	padding:8px 0 0 10px;
	width:244px;
	height:28px;
	cursor:hand;
	background:url(../images/bullet-button.gif) no-repeat 217px 6px;
}
/*sidebar navigation start*/
#sidebar .nav {
	margin:20px 0 20px 5px;
	padding:0;
	list-style:none;
}
#sidebar .nav li {
	margin:0 0 7px 0;
}
#sidebar .nav li a {
	background:url(../images/bullet-sidebar.gif) no-repeat left 8px;
	padding:0 0 0 9px;
	color:#850000;
	font-size:14px;
}
#sidebar .nav li a:hover {
	text-decoration:underline;
}
/*sidebar navigation end*/
#sidebar .c {
	background:url(../images/bg-sidebar-c.gif) repeat-y;
	margin:25px 0 0;
}
#sidebar .t {
	background:url(../images/bg-sidebar-t.gif) no-repeat;
}
#sidebar .b {
	width:209px;
	background:url(../images/bg-sidebar-b.gif) no-repeat bottom;
	padding:22px 25px 35px;
	color:#fff;
}
#sidebar .b h3 {
	font-size:21px;
	margin:0;
	font-weight:normal;
	text-align:center;
	color:#98abb1;
}
#sidebar .b p {
    
	font-size:12px;
	margin:14px 0 0;
	line-height:18px;
}
#sidebar .b a,
#sidebar .b a:link,
#sidebar .b a:visited {
    color:#fff;
    text-decoration:underline;
}
#sidebar .b a:hover,
#sidebar .b a:active {
    text-decoration:none;
}
#sidebar .contact-info {
	margin:30px 0 0;
}
#sidebar .contact-info div
{
    width: 209px;    
}
#sidebar .contact-info p {
	margin:0 0 4px;
	color:#0f2b58;
	font-size:12px;
}
#sidebar .contact-info a {
	display:block;
	color:#2468d5;
	font-size:12px;
	font-style:italic;
	margin:0 0 4px;
}
#sidebar .contact-info a:hover {
	text-decoration:underline;
}
/*print version logo*/
.hidden {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}

/* Table */
.chart { width:100%; border:none; }
.chart th { border-right:1px solid #fff; border-bottom:1px solid #e3e3e3; background:#e3e3e3; color:#850000; font:bold 14px Tahoma, Verdana, sans-serif; text-align:center; padding:5px 0; }
.chart td { height:100%; border:1px solid #e3e3e3; border-left:none; border-top:none; padding:8px 10px; font:normal 12px Tahoma, Verdana, sans-serif; }
.chart td:first-child { border:1px solid #e3e3e3; border-top:none; }
.chart tr:first-child td { border-top:1px solid #e3e3e3; }
.chart .rightHeader { border-right:none; }
/*.chart .date { width:90px; border-left:none; }
.chart .event { border-left:1px solid #e3e3e3; }
.chart .loc { width:140px; border-left:none; border-right:1px solid #e3e3e3; }*/
