/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - ONE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-one-column {
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:865px;
	border:0;
    background: url(../../images/bg-four-column-home.gif) repeat-y left;
	}

#content-main-one-column {
	width:862px;
	float:left;
	}

	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:865px;
	border:0;
	background:url(../../images/bg-content-side.png) repeat-y right;
	position:relative;
	}

#content-main-two-column {
	width:680px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:165px;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin:auto;
	padding:15px;
	width:900px;
	border:0;
	background:url(../../images/bg-three-column-main.png) center repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:480px;
	float:left;
	margin-left:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:183px;
	}
	
#content-side2-three-column {
	float:right;
	padding-right: 8px;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
    background: url(../../images/bg-three-column-home.gif) repeat-y left;
	padding:0;
	margin: 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - FOUR COLUMN SECTIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#four-column-container {
	padding:0;
	margin: 0;
	width: 865px;
	}

#four-column-side1 {
	float:left;
	width:200px;
	padding-right: 22px;
	}

#four-column-side2 {
	float:right;
	width:410px;
	padding-right: 0;
	}

#four-column-middle{
	float:left;
	width:200px;
	}
	
#four-column-side2 img {
    border: 1px solid #999999;
    margin-right: 16px;
    }
#four-column-side2 p {
    clear: both;
    }
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
  Page Containers 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #wrapper {
        width:940px; 
        text-align:left; 
        margin: auto; 
        margin-top: 6px;
        background: url(../../images/backgrounds/container_bg.gif) repeat-y;
        }
    #container-top { 
        width:940px;
        height: 35px;
        background: url(../../images/backgrounds/container_top.gif) no-repeat;
        font-size:.9em;
        text-align: right;
         }
    #container-top p { 
        padding-top: 8px;
        padding-right: 28px;
       }
    #container-top ul { 
        display: inline;
        padding-right: 18px;
       }
    #container-top ul li { 
        margin-left: 0;
	    padding: 3px 12px 3px 12px;
	    list-style: none;
	    display: inline;
        }
    #container { 
        width:900px; 
        text-align:left; 
        margin: auto; 
        background-color:#ffffff;
         }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
    background: #939393;
    margin:0; 
    padding:0; 
    color:#444444; 
	line-height: 120%;
    font:0.8em Arial, Helvetica, Verdana, sans-serif;
     }

p {
	line-height: 120%; 
    }

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:10px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 10px;
	margin:10px 2px 0 2px;
	background:url(../../images/bg-quote.png) no-repeat;
	color: #666666;
	}
#content-side2-three-column	blockquote, #content-side-two-column blockquote {
	font-size: .85em;
	}

cite {
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	color: #39475e;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin: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.1em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link,  a:visited {
	color:#39475e;
	text-decoration:underline;
}

a:hover {
	color:#4c6a9a;
	text-decoration:underline;
}

a:active {
	color:#4c6a9a;
}

#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 {
    color: #666666;
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
    color: #666666;
	text-decoration:underline;
}
#content-main-one-column a:link,
#content-main-two-column a:link,
#content-main-three-column a:link {
    color: #4c6a9a;
	text-decoration:underline;
}
#content-main-one-column a:hover,
#content-main-two-column a:hover,
#content-main-three-column a:hover {
    color: #4c6a9a;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Logo and header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#logo {
       width:940px; 
       height: 206px;
       text-align:left; 
       background: url(../../images/backgrounds/sub_cont.gif) repeat-y;
       margin: auto; 
       } 
            
#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Main Menu 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav {
	background: url(../../images/backgrounds/nav_bg_off.gif) repeat-x bottom;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
	margin:auto;
	width:902px;
	font-weight:600;
}
#nav a {
    padding-right: 14px;
    padding-left: 14px;
    }	

#nav a:link,
#nav a:visited {
	color:#444444;
	text-decoration:none;
}

#nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#nav td {
    border-right: 1px dashed #deb200;
    height: 50px;
    }

/* ACTIVE PAGES */
#nav a.StaticSelectedStyle {
	color:#FFFFFF;
	text-decoration:none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#608fc8;
	position:relative;
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Flash Containers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    #flash_header { 
        margin: auto;
        width: 940px; 
        height: 315px;
        }
    #flash_header img { 
        float: left;
        margin-left: 19px;
        }
        
    #flash_sub_page {
        margin: auto;
        background: url(../../images/sub-page1.jpg) top no-repeat;
        width: 902px; 
        height: 105px;
        }
    #flash_sub_page img {
        float: left;}

	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin:auto;
	width:862px;
	background:#767575;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	position:relative;
	color:#ffffff;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	font-variant: small-caps;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#EEEEEE;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:10px;
}

.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;
	margin-top: 8px;
	padding:0;
	}
	
li {
	list-style:none;
    background:url(../../images/list-bullet-01.gif) no-repeat 0 .7em;  
	margin-left:0.4em;
	padding:.1em 0 .2em 1em;
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

.photo-float-left {
	float:left;
	margin-right:10px;
	}
	
.photo-float-right {
	float:right;
	margin-left:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGE TAGS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
    }

.photo-border {
    border: 1px solid #999999;
    }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	background: url(../../images/backgrounds/footer_bg.gif) top no-repeat;
	margin:auto;
	width:940px;
    min-height: 80px;
    overflow: visible;
	color:#FFFFFF;
	font-size:90%;
	text-align: left;
	padding-top: 6em;
	padding-bottom:12px;
	padding-left: 22px;
}
#footer div {
    padding-left: 12px;
    }

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	padding-right: 8px;
	text-decoration:none;
}

#footer a:hover {
	color:#deb200;
	text-decoration:none;
}

#footer a:active {
	color:#deb200;
}

/* ACTIVE PAGES */
#footer a.StaticSelectedStyle:link,
#footer a.StaticSelectedStyle:visited {
	color:#deb200;
	text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#photo-gallery {
     margin-left: 25px;
     margin-top: 10px;
     width: 865px;
    } 
.photo-gallery a {
     font-size: 8pt;
     color: #666666;
    }  

.ValidateMessage {
    font-size: 80%;
    color: Red;
    }

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}
	
.returnTop {
    background: transparent url(../../images/r-top.gif) no-repeat;
    color: #eeeeee;
    text-decoration: none;
    font-size: x-small;
    margin-left: 25px;
    padding-left: 11px;
    width: 80px;
    float: right;
    }	

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;
	}

#clear {
	clear:both;
	height: 0;
	}
.clear {
	clear:both;
	}

.none {
    display:none;
}
.projects hr {
    border-bottom: 1px dashed #999999;
    } 
.projects p {
    line-height: normal;
    }
.prImages {
    margin: 0 18px 0 18px;
    min-height: 64px;
    clear: both;
    }
.prImages img {
    border: 1px solid #999999;
    padding: 2px;
    margin-right: 2px;
    text-align: left;
    }


