/* HTML TAGS
======================================= */
body{
	color:#ffffff;
	background-color:#A8B1B9;
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	background-image:url("/design/plain_site/images/canvas_bg.jpg");
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
	font-size:0.7em;
}
h1{
	color:#444444;
	background-color:inherit;
	margin-top:0px;
	background-image:url("/design/plain_site/images/h1_bullet.gif");
	background-repeat:no-repeat;
	background-position:0em 0.12em;
	padding-left: 25px;
	font-size:1.8em;
}
h2{
	color: #c62509;
	background-color:inherit;
	font-size:1.4em;
	margin-bottom:5px;
	margin-top:5px;
}
h3{
	color: #c62509;
	background-color:inherit;
	font-size:1.2em;
}
img	{border:none;}
a{
	color:#007ACC;
	background-color:inherit;
	text-decoration:none;
}
a:hover{
	color:#cc0000;
	background-color:inherit;
	text-decoration:underline;
}
ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ol {
	margin: 0 0 0 25px;
	padding: 0;
}
ol li {
	margin: 0 0 0 5px;
	padding: 0;
}
ol li ol {
	margin: 0 0 0 15px;
	padding: 0;
}
ul li{
	padding:0.25em 0px 0.25em 30px;
	margin: 0px;
	padding: 3px 0 3px 20px;
	background-image:url("/design/plain_site/images/arrow.gif");
	background-repeat:no-repeat;
	background-position:0.4em 0.5em;
}
ul.list_video li{
	background-image:url("/design/plain_site/images/bullet_video.gif");
}
	
/* PRE TEXT */
pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}
pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}
p {
	line-height: 1.3em;
	margin: 0; padding: 0.5em 0 0.5em 0;
}
/* QUOTE
========= */
blockquote {
	margin: 15px 15px 0 15px;
	padding-right: 20px;
	background: url(/design/plain_site/images/quote-down.png) no-repeat bottom right;
}
blockquote p {
	background: url(/design/plain_site/images/quote-up.png) no-repeat top left;
	padding-left: 20px;
}
blockquote div.source	{ font-weight: bold; background-color: inherit; color:#777777; text-align: right }

/* CLASSES 
======================================= */
#tpl_siteframe{
	color:#000000;
	background-color:#ffffff;
	padding-right:10px;
	padding-left:10px;
	height:1%;

}
#tpl_siteframe_inner{
	background-image:url("/design/plain_site/images/header_photo01.jpg");
	background-repeat:no-repeat;
	background-position: top right;
}
#tpl_siteframe_inner2{
	background-image:url("/design/plain_site/images/header_overlay.png");
	background-repeat:no-repeat;
	background-position: top right;
	width: 100%;
}
#tpl_siteframe_outer01{
	padding-left:15px;
	background-image:url("/design/plain_site/images/shadow_left.png");
	background-repeat:repeat-y;
	background-position: top left;
	width:98%;
	margin-left:auto;
	margin-right:auto;
	max-width:1020px;
	min-width:640px;
}
#tpl_siteframe_outer02{
	padding-right:15px;
	background-image:url("/design/plain_site/images/shadow_right.png");
	background-repeat:repeat-y;
	background-position: top right;
}
#tpl_header{
	height:130px;
}
/* Horizontal Navigation */
#tpl_nav ul{
	margin:0px;
	padding:0px;
	border-bottom:3px solid #ffffff;
	list-style-type:none;
}
#tpl_nav ul li{
	margin:0px 3px 0px 0px;
	padding:0px;
	background-image:none;
}
#tpl_nav ul li a{
	color:#444444;
	background-color:inherit;
	display:block;
	background-image:url("/design/plain_site/images/tab_a.gif");
	background-repeat:no-repeat;
	background-position: top left;
}
#tpl_nav ul li a span{
	display:block;
	background-image:url("/design/plain_site/images/tab_b.gif");
	background-repeat:no-repeat;
	background-position: top right;
	padding:8px 8px 8px 8px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:2px;
	margin-top:5px;
}
#tpl_nav ul li a.selected,
#tpl_nav ul li a.selected:hover{
	color:#ffffff;
	background-color:#0033CC;
	background-image:url("/design/plain_site/images/tab_selected_a.gif");
}
#tpl_nav ul li a.selected span,
#tpl_nav ul li a.selected:hover span{
	background-image:url("/design/plain_site/images/tab_selected_b.gif");
	padding-top:10px;
	padding-bottom:14px;
	border:none;
	margin-bottom:0px;
	margin-top:0px;
}
#tpl_nav ul li a:hover{
	color:#000000;
	background-color:#AEAEAE;
	background-image:url("/design/plain_site/images/tab_over_a.gif");
}
#tpl_nav ul li a:hover span{
	background-image:url("/design/plain_site/images/tab_over_b.gif");
	border-bottom:1px solid #B8B8B8;
}
#tpl_nav ul li.dummy{
	visibility:hidden;
}
#tpl_nav ul li.dummy span{
	display:block;
	padding-top:10px;
	padding-bottom:11px;
}
#tpl_subnav{
	color:#ffffff;
	background-color:#0033CC;
	background-image: url("/design/plain_site/images/submenu_bleft.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#tpl_subnav .inner{
	background-image:url("/design/plain_site/images/submenu_bright.gif");
	background-repeat:no-repeat;
	background-position: bottom right;
	clear:both;
	padding:5px 10px 5px 20px;
}
#tpl_subnav .empty_inner {
	background-image:url("../images/submenu_bright.gif");
	background-repeat:no-repeat;
	background-position: bottom right;
	clear:both;
	padding:0;
	margin: 0;
}
#tpl_subnav .inner a{
	color:#ffffff;
	background-color:inherit;
	padding:0px 5px 0px 5px;
}
#tpl_subnav .inner a:hover, #tpl_subnav .inner a.selected {
	color:#BFE6FF;
	background-color:inherit;
	border-bottom:2px solid #51B9FF;
	text-decoration: none;
}
#tpl_subnav .inner span{
	font-size:1.2em;
}
/* Header Panel (slideshow) */
#tpl_header2{
	margin-bottom:2px;
	border-top:4px solid #ffffff;
	height:1%;	
}
#tpl_header2_underline{
	height:8px;
	background-image:url("/design/plain_site/images/header_underline.gif");
	background-repeat:repeat-x;
	background-position: bottom left;
	position:relative;
	font-size:1px;
}
#tpl_header2_underline .c_bleft2{
	top:-10px;
	left:0px;
}
#tpl_slideshow{	
	height:170px;
	width:57%;
	position:relative;
}
#tpl_slideshow .inner{
	color:#ffffff;
	background-color:#007ACC;
	border-right:3px solid #ffffff;
	overflow:hidden;
	position:relative;
	background-image:url("/design/plain_site/images/infopanel_bg.jpg");
	background-repeat:repeat-x;
	background-position:bottom left;
	min-height:15.1em;
}
/* Info Panel */
#tpl_infopanel{	
	color:#ffffff;
	background-color:#007ACC;
	margin-left:57%;
	min-height:200px;
	background-image:url("/design/plain_site/images/infopanel_bg.jpg");
	background-repeat:repeat-x;
	background-position:top left;
}
#tpl_infopanel ul.tabs{
	color:#000000;
	background-color:#ffffff;
	margin:0px;
	padding:0px 15px 23px 0px;
	height:1em;
	list-style-type:none;
}
#tpl_infopanel ul.tabs li{
	margin:0px 5px 0px 0px;
	padding:0px;
	background-image:none;
	cursor:pointer;
}
#tpl_infopanel ul.tabs li a{
	color:#666666;
	background-color:#ffffff;
	display:block;
	background-image:url("/design/plain_site/images/tab_a.gif");
	background-repeat:no-repeat;
	background-position: top left;
	margin-bottom:5px;
	font-weight:normal;
}
#tpl_infopanel ul.tabs li a span{
	display:block;
	background-image:url("/design/plain_site/images/tab_b.gif");
	background-repeat:no-repeat;
	background-position: top right;
	padding:7px 15px 4px 15px;
	border-bottom:1px solid #CCCCCC;
	margin-top:6px;
}
#tpl_infopanel ul.tabs li a.selected,
#tpl_infopanel ul.tabs li a.selected:hover{
	color:#ffffff;
	background-color:#0048CC;
	background-image:url("/design/plain_site/images/tab2_selected_a.gif");
	margin-bottom:0px;
}
#tpl_infopanel ul.tabs li a.selected span,
#tpl_infopanel ul.tabs li a.selected:hover span{
	background-image:url("/design/plain_site/images/tab2_selected_b.gif");
	padding:10px 15px 12px 15px;
	border:none;
	margin-top:0px;
}
#tpl_infopanel ul.tabs li a:hover{
	color:#000000;
	background-color:#AEAEAE;
	background-image:url("/design/plain_site/images/tab_over_a.gif");
}
#tpl_infopanel ul.tabs li a:hover span{
	background-image:url("/design/plain_site/images/tab_over_b.gif");
	border-bottom:1px solid #B8B8B8;
}

#tpl_infopanel ul.tabs li.dummy{
	visibility:hidden;
}
#tpl_infopanel ul.tabs li.dummy a span{
	color:#000000;
	background-color:#ffffff;
	display:block;
	padding:10px 15px 12px 15px;
}
#tpl_infopanel .inner{
	clear:right;
	position:relative;
}
#tpl_infopanel .inner .moreframe{
	background-image:url("/design/plain_site/images/infopanel_bg.jpg");
	background-repeat:repeat-x;
	background-position:-80px -80px;
	clear:right;
	margin-top:10px;
	padding:5px;
	text-align:right;
}
#tpl_infopanel .inner .moreframe a{
	font-weight:normal;
}
#tpl_infopanel .inner #ptab01c,
#tpl_infopanel .inner #ptab02c,
#tpl_infopanel .inner #ptab03c{
	padding:15px 15px 30px 15px;
	background-image:url("/design/plain_site/images/infopanel_bg02.gif");
	background-repeat:no-repeat;
	background-position:top right;
	min-height:80px;
}
#tpl_infopanel .inner #ptab03c_fixed {
	overflow: auto;
	height: 10.5em;
}
#tpl_infopanel p{
	margin:0px;
	padding: 0.2em 0 0.2em 0;
}
#tpl_infopanel img{
	border:1px solid #ffffff;
}
#tpl_infopanel a{
	color:#A6D7FF;
	background-color:inherit;
	font-weight:bold;
}
#tpl_infopanel ul.list{
	margin:0px;
	padding:0px;
	height: 1%;
}
#tpl_infopanel ul.list li{
	background-image:url("/design/plain_site/images/bullet01.gif");
	padding: 0.25em 0px 0.25em 20px;
	background-position: 0em 0.35em;
}
#tpl_infopanel ul.list li a:hover{
	text-decoration:underline;
}
/* MAIN PAGE */
#tpl_maincontent {
	height:1%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}
#tpl_page {
	margin: 0 250px 0 0;
}
div.tpl_page_inner {
	width: 99%;
	padding: 10px;
}
#tpl_page .box{
	margin-bottom:15px;
	position:relative;
}
#tpl_page .box .rb_inner img{
	border:1px solid #ffffff;
}
#tpl_page .box h2{
	margin-bottom:0px;
	font-size:1.2em;
}
#tpl_page .box h2.style01{
	color:#ffffff;
	background-color: #727d86;
	background-image:url("/design/plain_site/images/box_head01a.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:1px solid #ffffff;
}
#tpl_page .box h2.style01 span{
	background-image:url("/design/plain_site/images/box_head01b.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	padding:6px 7px 4px 10px;
	margin-bottom:0px;
	display:block;
}

#tpl_page .box h2.style02{
	color:#ffffff;
	background-color:#660000;
	background-image:url("/design/plain_site/images/box_head02a.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:1px solid #ffffff;
}
#tpl_page .box h2.style02 span{
	background-image:url("/design/plain_site/images/box_head02b.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	padding:6px 7px 4px 10px;
	margin-bottom:0px;
	display:block;
}
#tpl_page .box h2.style03{
	color:#ffffff;
	background-color:#8D97A0;
	background-image:url("/design/plain_site/images/box_head03a.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:1px solid #ffffff;
}
#tpl_page .box h2.style03 span{
	background-image:url("/design/plain_site/images/box_head03b.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	padding:6px 7px 4px 10px;
	margin-bottom:0px;
	display:block;
}
#tpl_page .box .rb_inner{
	color:#000000;
	background-color:#E4E4E4;
	background-image:url("/design/plain_site/images/boxright_mainbg.gif");
	background-repeat:repeat-x;
	background-position:top left;
	padding:10px 10px 10px 15px;
	height:1%;
}
#tpl_page .box .rb_inner ul{
	margin:0px 0px 5px 0px;
}
#tpl_page .box .rb_bottom{
	color:#000000;
	background-color:#E4E4E4;
	background-image:url("/design/plain_site/images/boxright_botright.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1px;
}
#tpl_page .box .rb_bottom div{
	background-image:url("/design/plain_site/images/boxright_botleft.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	height:10px;
	width:10px;
}
/* BOXES
========= */
.tpl_floatbox_right	{ float:right; width:48%; margin-right:1%; height: 1% }
.tpl_floatbox_left	{ float:left; width:48%; height: 1% }

.tpl_factbox_right { float:right; width:16em; margin: 5px 1% 5px 5px; height: 1% }
.tpl_factbox_left { float:left; width:16em; margin: 5px 5px 5px 1%; height: 1% }

/* RIGHT BAR */
#tpl_rightbar{
	height:1%;
	position:relative;
	top:-30px;
	right:0px;
	width: 230px;
	margin: 0;
	padding: 0;
}
#tpl_rightbar .rightbox p{
	margin:0px 0px 5px 0px;
}
#tpl_rightbar h2{
	font-size:1.3em;
	font-weight:100;
}
#tpl_rightbar .rightbox{
	margin-bottom:5px;
	height:1%;
}
#tpl_rightbar .rightbox a {
	color:#666666;
	background-color:inherit;
}
#tpl_rightbar .rightbox a:hover{
	color:#cc0000;
	background-color:inherit;
	text-decoration:underline;
}
#tpl_rightbar .rightbox h2.style01{
	color:#ffffff;
	background-color:#cc0000;
	background-image:url("/design/plain_site/images/boxright_head01.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	padding:6px 7px 6px 10px;
	margin-bottom:0px;
	border-bottom:1px solid #ffffff;
}
#tpl_rightbar .rightbox h2.style02{
	color:#ffffff;
	background-color:#000000;
	background-image:url("/design/plain_site/images/boxright_head02.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	padding:6px 7px 6px 10px;
	margin-bottom:0px;
	border-bottom:1px solid #ffffff;
}
#tpl_rightbar .rightbox h2.style03{
	color:#ffffff;
	background-color:#2B2B2B;
	background-image:url("/design/plain_site/images/boxright_head03.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	padding:6px 7px 6px 10px;
	margin-bottom:0px;
	border-bottom:1px solid #ffffff;
}
#tpl_rightbar .rightbox .rb_inner,
#tpl_rightbar .rightbox .rb_inner_search{
	color:#000000;
	background-color:#E4E4E4;
	background-image:url("/design/plain_site/images/boxright_mainbg.gif");
	background-repeat:repeat-x;
	background-position:top left;
	border-left:2px solid #ffffff;
	padding:5px 5px 10px 10px;
	position:relative;
	height:1%;
}

#tpl_rightbar .rightbox .rb_inner_search{
	padding-bottom:0px;
}

#tpl_rightbar .rightbox .rb_inner ul{
	margin: 0 0 0 5px ;
	padding: 0;
	height: 1%;
}
#tpl_rightbar .rightbox .rb_inner ul li {
	margin: 0px;
	padding: 3px 0 3px 20px;
	height: 1%;
}
#tpl_rightbar .rightbox .rb_bottom{
	color:#000000;
	background-color:#E4E4E4;
	background-image:url("/design/plain_site/images/boxright_botright.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1px;
	border-left:2px solid #ffffff;
}
#tpl_rightbar .rightbox .rb_bottom div{
	background-image:url("/design/plain_site/images/boxright_botleft.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	height:10px;
	width:10px;
}
#tpl_bottom{
	clear:both;
}

#tpl_bottom_right{	
	margin-left:65%;
}
#tpl_bottom_right .inner{
	background-image:url("/design/plain_site/images/rightbar_underline01a.gif");
	background-repeat:repeat-x;
	background-position:top left;
	font-size:1px;
	height:16px;
	text-align:right;
}
#tpl_bottom_left{	
	width:65%;
	padding-right:2px;
}
#tpl_bottom_left .inner{
	background-image:url("/design/plain_site/images/maincontent_underline01a.gif");
	background-repeat:repeat-x;
	background-position:top left;
	font-size:1px;
	height:16px;
}

#tpl_footer{
	height:1%;	
	background-image:url("/design/plain_site/images/footer_mid.jpg");
	background-repeat:repeat-x;
	background-position:top left;
}
#tpl_footer .inner{
	background-image:url("/design/plain_site/images/footer_left.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}
#tpl_footer .inner2{
	background-image:url("/design/plain_site/images/footer_right.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	min-height:65px;
	padding:10px;
}
#tpl_footer .address{
	color:#777777;
	background-color:inherit;
	margin-left:65.5%;
	padding:10px;
	border-left:1px dotted #aaaaaa;
}
#tpl_footer .misclinks{
	padding:10px;
	width:60%;
}
#tpl_sponsors{
	text-align:center;
	border: 1px solid #eeeeee;
}
#tpl_sponsors img {
	margin-bottom:3px;
	padding: 2px;
}
/* MISC */
.headicon{
	position:absolute;
	top:-10px;
	left:0px;
}
*.more{
	color:#cc0000 !important;
	background-color:inherit;
	background-image:url("/design/plain_site/images/more.gif");
	background-repeat:no-repeat;
	background-position:0em 0.3em;
	padding-left:15px;
	font-weight:bold;
}
*.more2{
	background-image:url("/design/plain_site/images/more2.gif");
	background-repeat:no-repeat;
	background-position:0em 0.3em;
	padding-left:15px;
	font-weight:bold;
}
.icon{
	vertical-align:middle;
}
.textright{
	text-align:right;
}
.hidden{
	display:none;
}
.width100pc{
	width:100%;
}
.darkred{
	color:#cc0000;
	background-color:inherit;
}
.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	position:relative;
	top:-1px;
	margin-bottom:-1px;
}
.c_tright{
	position:absolute;
	top:0px;
	right:0px;
}
.c_bright{
	position:absolute;
	bottom:0px;
	right:0px;
}
.c_tleft{
	position:absolute;
	top:0px;
	left:0px;
}
.c_bleft{
	position:absolute;
	bottom:-1px;
	left:-1px;
}
.c_bleft2{
	position:absolute;
	bottom:-2px;
	left:0px;
}

/* MISC STYLES */
hr /* General formatting for all hr's */
{
    color: transparent; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px dotted #8B959E;
    height: 1px;
    margin: 0.35em 0 0.35em 0;
}
.cen
{
	text-align: center;
}
div.object-right img		{ margin: 5px 0 5px 5px; clear: right }
div.imageobject img		{ margin: 0 0 5px 5px; clear: right }
div.object-left	img		{ margin: 5px 5px 5px 0; clear: left }
div.object-center		{ margin: 0px; padding: 0 }
html>body div.object-center 	{ width: 100% }
html>body div.factbox		{ margin: auto }
.small				{ font-size: 85% }

/* Table
========*/
table				{ margin: 0.5em 0 0.5em 0; border-collapse: collapse; clear: both }
table th 			{ background-image:url("/design/plain_site/images/table_header_bg.gif"); background-repeat:repeat-x; background-position: top left; color:#ffffff; background-color: #727d86; font-weight:bold; text-align:left; vertical-align: top;  }
table td 			{ color:#000000; background-color: inherit; vertical-align: top }
table th, table td	{ padding: .3em; border: 1px #ccc solid; }
table p				{ padding: 0; margin: 0 }

input.box		{ width: 15em }
textarea.box		{ width: 25em }
div#frmcnt		{ width: 99% }
div#frmcnt label	{ font-weight: normal }

div#frmcnt p.frmrow		{ margin-right: 0.1%; margin-top: 0.5em; margin-bottom: 0.5em; text-align: left }
div#frmcnt .frmclm1		{ width: 8.0em; text-align: left; }
div#frmcnt .frmclm2		{ text-align: left }
div#frmcnt div.chkboxes	{ margin: 0; padding: 0 0 0 7.5em;}
div#frmcnt p.chkboxes	{ margin: 0; padding: 0}

div#frmcnt div.form_border	{ margin: 20px 0 0 0; background-color: #efefef; color: #000000; border: 1px solid #c8c8c8; }
div#frmcnt div.form_border h2	{ display: inline; color: #000000; background: #efefef; font-size: 1.0em; border: 1px solid #c8c8c8; padding: 5px; font-weight: bold }
div#frmcnt div.fb_cen		{ text-align: center; margin: 5px }

/* SITE MAP
=========== */
#cwrapper 			{ margin-top: 10px; padding-top: 0 }
* html #cwrapper 	{ width: 100% }
.cleft 				{ margin: 0; width: 42%; padding: 0 }
.cright 			{ margin-right:0px; width: 42%; padding: 0 }

/* GALLERY - HOMEPAGE
===================== */
div#tpl_page #tpl_gallery_home	{  height: 1% }
div#tpl_page #tpl_gallery_home div.readmore		{ text-align:right; font-weight:bold; }					
div#tpl_page #tpl_gallery_home img.gallery_ifl			{ padding:1%; color:#000000; background-color:#f1f1f1; margin-left:1%; margin-right:1%; margin-bottom:5px; }
div#tpl_page #tpl_gallery_home img.gallery_ifl:hover	{ color:#000000; background-color: #d9e7fb }

/* GALLERY */
div.gallerythumb		{ background: #fafafa; color: #000000; margin:5px; text-align: center; padding: 3px; border: 1px solid #dadada}
div.gallerylarge		{ text-align: center }

/* PAGENAVIGATOR */
div.pagenavigator				{ text-align: center }
div.pagenavigator span.disabled { color: #d0d0d0 }

/* NAVIGATORS */
div.content-navigator		{ display: block; clear: both; padding: 5px 0 10px 0 }
div.content-navigator div	{ display: inline; text-align: center; }
div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
							{ padding-left: 4px; padding-right: 4px }
div.content-navigator div.content-navigator-arrow
							{ font-size: 150%; }
div.content-navigator div.content-navigator-previous-disabled
							{ color: #777 }
div.content-navigator div.content-navigator-next-disabled
							{ color: #777 }