body, html {
	background-image: url(../images_site/i_p-main_bg.gif);
	background-color: #000000;
	margin: 0px;
}

body#popup {
	background-image: url(../images_site/i_p-main_bg.gif);
	margin: 10px;
}

h1 {
	color: black;
	font-size: 15px;
	margin: 0px;
	margin-top: 5px;
}

h2 {
	color: #00A5ED;
	font-size: 13px;
	margin: 0px;
	margin-top: 5px;
}

td.tblcellheader, td.tblcellHeader, tr.tblcellheader td, tr.tblcellHeader td {
	background-color: #00A5ED;
	padding: 4px;
}

	.tblcellheader, .tblcellheader *, .tblcellHeader, .tblcellHeader * {
		color: white !important;
		font-weight: bold !important;
		font-size: 12px !important;
		margin: 0px;
	}

.tblcell {
	border: 1px #E8E8E8 solid;
}

.tblcellalt {
	border: 1px #E8E8E8 solid;
}

.tblcellgrey {
	background-color: #F0F0F0;
}

p, span, div, font, td, li, ul, ol, input, textarea, select, strong, b {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #5D5D5D;
}

a:link, a:active, a:visited {
	color: #0072A4;
	text-decoration: none;
}

a:hover {
	color: #0088C4;
}

strong, b {
	color: black;
}

.black_button {
	margin: 3px;
}

	.black_button .bg {
		background-image: url(../images_site/i_p-but_bg.jpg);
		background-repeat: repeat-x;
		padding: 3px;
	}
	
	.black_button .bg a {
		color: #C9C9C9;
	}

	.black_button .bg a:hover {
		color: white;
	}

	
	
.form_button, .formbutton {
	padding: 5px;
	background-color: #16ACEE;
	color: white;
	border: 0px none;
	margin-top: 5px;
}


.formfield {
	border: 1px solid #D5D5D5;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
}

	/* CALENDAR STYLES */
	
	.calHead {
		background-color: #00A5ED;
	}
	
	.calHead a {
		color: black;
	}
	
	.calDayHead {
		background-color: #E7EEF5;
	}
	
	.calToday {
		border: 1px solid #E5EDF5;
		font-weight: bold;
	}
	
	.calNoDay {
		background-color: #F0F0F0;
	}
	
	.calDay {
		border: 1px solid #E5EDF5;
	}




.mainbg_left {
	background-image: url(../images_site/i_p-main_bg_l.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.mainbg_right {
	background-image: url(../images_site/i_p-main_bg_r.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.intro_content {
	background-color: #F5F5F5;
	padding-bottom: 4px;
}

.intro_col_left {
	width: 336px;
}

	.intro_col_left div.col_cont {
		margin-left: 19px;	
		margin-right: 21px;	
		margin-top: 4px;
		line-height: 20px;
	}
	
	.intro_col_left div .news_txt {
		padding-top: 5px;
	}
	
.intro_col_mid {
	background-image: url(../images_site/i_p-intro_colshdw1.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 258px;
}


	.intro_col_mid div.col_cont {
		margin-left: 19px;	
		margin-right: 19px;	
		margin-top: 8px;
	}
	
	.intro_col_mid .news_item, .inner_intro_rightcol .content .news_item {
		background-position: 0px 4px;
		background-repeat: no-repeat;
		background-image: url(../images_site/i_p-bullet1.gif);		
		padding-left: 19px;
		padding-bottom: 10px;
		font-size: 10px;
	}
	
	.intro_col_mid .news_more, .inner_intro_rightcol .content .news_more {
		padding-left: 19px;
		padding-bottom: 10px;
		font-size: 10px;
	}
	
	.intro_col_mid .news_more a , .inner_intro_rightcol .content .news_more a {
		color: black;
	}	
	
	.intro_col_mid .news_more a:hover, .inner_intro_rightcol .content .news_more a:hover {
		color: #2C2C2C;
	}	
	
	.intro_col_mid .events {
		border-top: 1px solid #C4C4C4;
		padding-top: 10px;		
	}

.intro_col_right {
	background-image: url(../images_site/i_p-intro_colshdw2.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

	.intro_col_right .partners_cont {
		width: 200px;
		height: 146px;
		background-image: url(../images_site/i_p-intro_partners_bg.gif);
		background-repeat: no-repeat;	
		margin-left: 16px;
		margin-top: 0px;
		padding-left: 12px;
		padding-top: 17px;
		font-size: 10px;
	}
	
	.intro_col_right .partners_cont .txt {
		width: 180px;
		text-align: center;
	}

.imgbox {
	
}
	.imgbox .bg {
		background-color: #DDDDDD;	
		text-align: center;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.imgbox .shadow {
		background-color: #A6A6A6;
	}

.footer {
	background-color: #F5F5F5;
	padding-left: 14px;
	padding-right: 14px;
}

.footer_provider {
	padding-right: 4px;
	padding-top: 4px;
	font-size: 10px;
}

.footer div {
	border-top: solid 1px #C4C4C4;
	padding: 5px;
	padding-left: 0px;
	padding-top: 10px;
	color: #818181;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #656565;
	text-decoration: none;
}

.footer a:hover {
	color: #222222;
}

.footer_sections {
	color: #818181;
}
	
	.footer_sections a {
		padding: 5px;
	}
	
	.footer_sections a:link, .footer_sections a:visited, .footer_sections a:active {
		color: #0072A4;
		text-decoration: none;
	}
	
	.footer_sections a:hover {
		color: #0088C4;
		text-decoration: none;
	}
	
	

.inner_content {
	background-color: white;
	background-position: right 71px;
	background-image: url(../images_site/i_p-inner_intro_rightcrnr.gif);
	background-repeat: no-repeat;
}

.inner_content_page {
	background-color: white;
	background-position: right 68px;
	background-image: url(../images_site/i_p-inner_intro_rightcrnr.gif);
	background-repeat: no-repeat;
}
	
.inner_nav {
	background-color: black;
	margin-bottom: 10px;
}
		
	.inner_nav .home {
		background-image: url(../images_site/i_p-nav_home_bg.gif);
		height: 19px;
		background-repeat: no-repeat;
		padding-top: 19px;
		padding-left: 23px;
	}
	
		.inner_nav .home a {
			color: #AFAFAF;
		}
		
		.inner_nav .home a:hover {
			color: white;
		}
	
	.inner_nav .item {
		margin: 2px;
		padding: 7px;
		padding-left: 24px;
		background-color: #0D0D0D;
		background-image: url(../images_site/i_p-nav_bullet.gif);
		background-position: 10px center;
		background-repeat: no-repeat
	}
	
	.inner_nav .item_sel {
		margin: 2px;
		padding: 7px;
		padding-left: 24px;
		background-color: #001118;
		background-image: url(../images_site/i_p-nav_bullet.gif);
		background-position: 10px center;
		background-repeat: no-repeat;
	}
	
	.menu_level_2 {
		border-bottom: white dotted 1px;
		margin-top: 0px;
	}
		
		.inner_nav .menu_level_2 a {
			color: white;
		}
		
		.inner_nav .menu_level_2 .item {
			margin: 2px;
			padding: 4px;
			padding-left: 20px;
			background-color: #000D12;
			background-image: none;
		}
		
		.inner_nav .menu_level_2 .item_sel {
			margin: 2px;
			padding: 4px;
			padding-left: 20px;
			background-color: #001118;
			background-image: none;
		}

	.inner_nav .user {
		background-color: white;
		margin: 3px;
		padding: 7px;
		color: #474747;
		font-size: 10px;
	}
		.inner_nav .user strong {
			color: black;
			font-weight: bold;
			font-size: 11px;
		}

.inner_intro_content .content {
	padding: 20px;
	padding-top: 5px;
	color: #545454;
	line-height: 20px;
}

.inner_content .content {
	padding: 20px;
	padding-right: 60px;
	padding-top: 5px;
	color: #545454;
	line-height: 20px;
}

.inner_intro_rightcol {
	background-image: url(../images_site/i_p-inner_coldiv.gif);
	background-repeat: repeat-y;
}

	.inner_intro_rightcol .content {
		padding: 20px;
		padding-top: 5px;
		line-height: 13px;
	}

.txt_small {
	font-size: 10px;
	padding-top:4px;
}


.login_txt {
	background-color: black;
	padding: 5px;
	color: #B0B0B0;
	border: 0px none;
	width: 185px;
}

.inner_page_title {
	margin: 0px;
	background-image: url(../images_site/i_p-inner_title_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 33px;
	height: 40px;
	position: relative;
}

.inner_page_title h1 {
	margin:0px;
	font-size: 18px;
	color: white;
	position: absolute;
	text-transform: uppercase;
}

.inner_page_title h1.shadow {
	margin:2px;
	font-size: 18px;
	color: #0175A7;
	position: absolute;
	text-transform: uppercase;
}

.header_standin_cont {

}

	.header_standin_cont .search_cont {
	
	}
	

	
.gallery_popup_desc {
	color: #9E9E9E;
	line-height: 15px;
}

	.gallery_popup_desc strong {
		color: #9E9E9E;
	}