﻿body {
    background:#d5d6d7;
	color: #333;
	text-align: center;
	}

h1
	{
	    font-weight: bold;
	    font-size: 9px;
	    color: #CCCCCC;
	    text-decoration: none;
	    line-height: 0px;
		padding-top: 5px;
		margin-bottom:10px;
	}

/* Tables */

	.table_main
	{
		width: 778px;
		border-collapse: collapse;
		height: 100%;
		border: 1px solid #D0D0D0;
	}	
	
	.cell_top
	{
		width: 778px;
		height: 75px;
		vertical-align: top;
		background-color: #FFFFFF;
	}
	
	.cell_banner
	{
		width: 778px;
		height: 100%;
		vertical-align: top;
		background-color: #FFFFFF;
	}
	
	
	.cell_main
	{
		width: 573px;
		height: 100%;
		vertical-align: top;
		background-color: #f2f2f2;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		border-left: 1px solid #D0D0D0;
		border-bottom: 1px solid #D0D0D0;
	}

	.cell_main_special
	{
		width: 573px;
		vertical-align: top;
		background-color: #f2f2f2;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		border-left: 1px solid #D0D0D0;
		border-bottom: 1px solid #D0D0D0;
	}
	
	.cell_main2
	{
		width: 373px;
		height: 100%;
		vertical-align: top;
		background-color: #f2f2f2;
		padding-top: 15px;
		padding-left: 0px;
		padding-right: 10px;
		padding-bottom: 30px;
	}
	
	.cell_right
	{
		width: 200px;
		height: 100%;
		vertical-align: top;
		background-color: #FFFFFF;
		padding-top: 15px;
		padding-left: 5;
	}
	
	.cell_left
	{
		width: 205px;
		height: 100%;
		vertical-align: top;
		background-color: #FFFFFF;
		padding-top: 15px;
		/*background:#FFFFFF url('images/bg_left_bar.gif');*/
	}
		
	.cell_footer
	{
		vertical-align: top;
		background-color: #FFFFFF;
	}
	
	.cell_banner
	{
		height: 150px;
		background-color: #FFFFFF;
	}

	.table_content
	{
		border: 1px solid #D0D0D0;
		background-color: #FFFFFF;
		margin: 15px;
		padding: 15px;
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
		font-family: Arial, Calibri, Verdana;
		text-decoration: none;
		color: #000000;
	}
	
/* Links */

	.seo_links {
		font-weight: normal;
		font-style: normal;
		font-size: 9px;
		font-family: Arial, Sans-Serif;
		text-decoration: none;
		color: #CCCCCC;
		}

	.seo_links:hover {
		text-decoration: underline;
		}


	.top_links {
		font-weight: bold;
		font-style: normal;
		font-size: 11px;
		font-family: Arial, Sans-Serif;
		text-decoration: none;
		color: #000000;
		}

	.top_links:hover {
		text-decoration: underline;
		}

	.left_links {
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
		font-family: Calibri, Arial, Sans-Serif;
		text-decoration: none;
		color: #000000;
		}
	
	.left_links:hover {
		text-decoration: underline;
		}

	.categories {
		font-weight: bold;
		font-style: normal;
		font-size: 16px;
		font-family: Calibri, Arial, Sans-Serif;
		text-decoration: none;
		color: #0051b3;
		height: 30px;
		padding: 5;
		}

	.categories_line {
		border-bottom: 1px solid #999;
		height: 30px;
		}
		
	.subcategories {
		border-bottom: 1px solid #dcdee1;
		padding: 5px;
		}
		
	.text {
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
		font-family: Arial, Calibri, Verdana;
		text-decoration: none;
		color: #000000;
		}
		
	.titles {
		font-weight: bold;
		font-style: normal;
		font-size: 18px;
		font-family: Arial, Calibri, Sans-Serif;
		text-decoration: none;
		color: #0051b3;
		height: 30px;
		}		
		
	.subtitles {
		font-weight: bold;
		font-size: 12px;
		border-bottom: 1px solid #dcdee1;
		padding: 5px;
		}
		
		
	.calendar_top {
		font-weight: normal;
		font-size: 11px;
		font-family: Calibri, Arial, Sans-Serif;
		border-bottom: 1px solid #dcdee1;
		padding: 5px;
		}
		
	.calendar_td {
		font-weight: normal;
		font-size: 11px;
		font-family: Calibri, Arial, Sans-Serif;
		}

	.calendar_current {
		font-weight: normal;
		font-size: 11px;
		font-family: Calibri, Arial, Sans-Serif;
		border: 1px solid #dcdee1;
		padding: 5px;
		}
		
/* Texts */

	.text_title_testimonials {
		font-weight: bold;
		font-style: italic;
		font-size: 18px;
		font-family: Arial, Sans-Serif;
		text-decoration: none;
		color: #0759b6;
		}

	.text_home_large_blue {
		font-weight: bold;
		font-style: italic;
		font-size: 20px;
		font-family: Arial, Sans-Serif;
		text-decoration: none;
		color: #0759b6;
		}

	.text_home_large_white{
		height: 30px;
		padding-left: 15px;
		font-weight: bold;
		font-style: normal;
		font-size: 16px;
		font-family: Arial, Sans-Serif;
		text-decoration: none;
		color: #FFFFFF;
		background-color: #008242;
		}
		
		
.input_box{
		font-family: Arial;
		font-size: 10pt;
		border: 1px solid #C0C0C0;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}