/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
    margin: 0;
    padding-bottom: 12px;
    background:  #cce9f7 url('../images/head_bg.gif') repeat-x fixed;
    font-family: Arial;
    font-size: 0.75em;
    line-height: 1.4em;
    color: #444444;
    }
p {
	margin:10px 0;
	}
a { outline: none;}
p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr {
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

td 
{
    border-style: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
    color: #2a77a9;
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#d61719;
	text-decoration:none;
    text-align: right;
}

a:visited {
	color:#d61719;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#980000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DIV WRAPPING WHOLE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
    width: 950px;
    margin: auto;
    }
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DIV WRAPPING CONTENT BELOW MAIN NAV

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#wrapper {
    width: 950px;
    margin: auto;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top {
	font-weight: bold;
 	background: url('../images/top_bg.png') no-repeat;
    width: 950px;
	height:382px;

	}
	
#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav_main {
	margin:auto;
	width:830px;
	text-align: right;
	padding-top: 100px;
}
#nav_main a {
    padding: 0 8px 0 6px;
    background: url('../images/nav-sep.png') no-repeat right 50%;
}  
#nav_main a:link, #nav_main a:visited {
    color: #ffffff;
    text-decoration: none;
    } 
#nav_main a:hover, #nav_main a:active {
    color: #f68f1e;
    text-decoration: none;
    }  
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIDESHOW IMAGE CONTAINER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#slideshow {
    text-align: right;
    border: none;
    margin-top: 55px;
    margin-right: 8px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - ONE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-one-column {
	margin:auto;
	width:950px;
    background: url('../images/content-container.png') repeat-y;
    min-height: 500px;
}

#content-main-one-column {
	width:850px;
	padding-top: 28px;
	padding-left: 22px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN - RIGHT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin:auto;
	width:950px;
    background: url('../images/content-container.png') repeat-y;
    min-height: 500px;
}

#content-main-two-column {
	width:650px;
	padding-top: 28px;
	padding-left: 22px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:230px;
	padding-right: 12px;

	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN - LEFT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-main-two-column-left {
	width:650px;
	padding-top: 28px;
	padding-left: 22px;
	float:left;
	}

#content-side-two-column-left {
	width:230px;
	padding-right: 12px;
	float:left;
	}
#content-side-two-column-left img {
	text-align: center;
	padding: 2px;
	border: 1px solid #cccccc;
	clear: both;
	margin-left: 22px;
	margin-top: 22px;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:1px;
	padding:15px;
	width:950px;
    background: url('../images/content-container.png') repeat-y;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

#content-main-three-column {
	width:500px;
	float:left;
	margin-left:20px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:170px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	padding-right: 32px;
	padding-top: 32px;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	background:url('../images/bg-three-column-home.gif') repeat-y;
	padding:0;
	width: 650px;
	text-align: left;
	}

#three-column-side1 {
	float:left;
	width:205px;
	margin-right: 15px;
	}

#three-column-middle {
	float:right;
	width:205px;
	margin-right: 15px;
	}
	
#three-column-side2 {
	float:right;
	width:205px;
	}


#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FLASH FEATURE - HOME PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#flash-container {
    margin: auto;
	margin-top:1px;
	width:948px;
	height: 240px;
	background: #ffffff;
	border:1px solid #ada9a9;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background:#608fc8;
	position:relative;
	
	}
	
.poster-photo-image {
	border-right:2px solid #EEEEEE;
	display:block;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:1px;
	width:908px;
	background: url('../images/page-title-bg.gif') repeat-x;
	position:relative;
	border-right:1px solid #949191;
	border-left:1px solid #949191;
	color:#efefef;
	font-size: large;
	padding:.5em 20px .7em 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url('../images/list-bullet-02.gif') no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
	margin: 3em 0 1em 0;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url('../images/list-bullet-02.gif');
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    }

.photo-border {
	border:1px solid #cecece;
	padding:3px;
	background:#d9d9d9 url('../images/bg-photo.png') repeat-x 50% top;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}
.photo-float-right {
	float:right;
	margin-left:10px;
	}
.photo-float-right-border {
	border:1px solid #cecece;
	padding:3px;
	background:#d9d9d9 url('../images/bg-photo.png') repeat-x 50% top;
	margin-bottom:5px;
	display:block;
	float:right;
	margin-left:10px;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background: url('../images/footer-bg.png') no-repeat 50% top;
	margin:auto;
	height: 95px;
	padding-top: 35px;
	width:950px;
	color:#91a5bd;
	font-size:.8em;
	font-weight: bold;
}
#footer .credits {
    float: right;
    text-align: right;
    margin-right: 32px;
    }
#footer .address {
    clear: both;
    float: left;
    padding-top: 22px;
    width: 650px;
    color: Gray;
}

#footer a:link, #footer a:visited {
	color:#91a5bd;
	text-decoration:underline;
}

#footer a:hover, #footer a:active{
	color:#778da7;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer_nav {
	margin:auto;
	width:650px;
	text-align: left;
	float: left;
	padding-left: 65px;
}
.footer_nav a {
    padding: 0 8px 0 6px;
    background: url('../images/nav-sep_footer.png') no-repeat right 50%;
}  
.footer_nav a:link, .footer_nav a:visited {
    color: #ffffff;
    text-decoration: none;
    } 
.footer_nav a:hover, .footer_nav a:active {
    color: #f68f1e;
    text-decoration: none;
    }  

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}
.news-article {
    width: 800px;
    }
.news-article img {
    float: left;
    }    
.arrow {
	vertical-align:middle;
	}
.news_listing td {
    font-size: .9em;
    padding: 6px 0 2px 0;
    border-style: none;
    }	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-credit {
    font-size: 90%;
    font-style: italic;
    color:#8e8e8e;
    }
input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}
.bg-gray {
	font-weight:normal;
	padding:.1em 1em;
	background: #f0f3f5;
	border: 1px solid #999999;
    }
.clear {
	clear:both;
	}
.none {
    display:none;
}
.ValidateMessage {
    color: Red;
    font-variant: small-caps;
    }
.finePrint {
    font-size: smaller;
    }   
    
     
    
