/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	General HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background:#23873f;
	font-family: Tahoma;
	font-size:0.8em;
	line-height:1.4em;
	color:#414141;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADINGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
    color: #414141;
	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;
}
#side2 h2 {
    margin-left: 8px;
    }
h3 {
	font-size:1.1em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LINKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#side1 a:link, #side1 a:visited {
	color:#d3925e;
	text-decoration:underline;
}
#side2 a:link, #side2 a:visited {
	color:#eeeeee;
	text-decoration:none;
	display: block;
}
#side1 a:hover, #side1 a:active, #side1 a:focus {
	color:#d26209;
	text-decoration:underline;
}
#side2 a:hover, #side2 a:active, #side2 a:focus {
	color:#d3925e;
	text-decoration:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC GENERAL STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p {
	margin:10px 0;
	}

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;
	}
form {
    }
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url('../images/bg-quote.png') no-repeat;
}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wrapper {
    width: 905px;
    margin: auto;
    margin-top: 6px;
    background: #ffffff url('../images/body_bg.gif') repeat-y;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Top Div containing logo and header image
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top {
    background: url('../images/top.gif') no-repeat top;
    width: 905px;
    height: 145px;
    }
.logo {
    width: 215px;
    float: left;
    margin: 14px 0 0 10px;
   } 
.slogans {
    width: 520px;
    margin: 14px 24px 0 0;
    float: right;
    }    
.phone {
    width: 520px;
    margin: 0 24px 0 0;
    float: right;
    } 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	All PAGEs - Two COLUMN SECTIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#home-container {
    margin: auto;
    width: 890px;
	padding:0;
	}

#side1 {
	float:left;
	width:620px;
	}
#side1 .content {
    padding: 10px 30px 0 15px;
    }	
#side1 .corner {
    background: url(../images/corner_r.jpg) no-repeat right top;
    width: 620px;
    height: 37px;
    }	
#side2 {
    background: #20435f url(../images/sidebar2_bg.gif) repeat-x top;
	float:right;
	width:270px;
	min-height: 665px;
	color: #ffffff;
	padding-top: 1.6em;
	font-size: 90%;
	}
#home-side1-top {
    width: 620px;
    height: 225px;
    margin-top: 22px;
    }
#home-side1-bottom {
    width: 620px;
    padding: 10px;
    }
.columns {
    width: 28%;
    padding: 2%;
    float: left;
    }
    
.columns h2 {
    font-variant: small-caps;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #navigation  {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        font-weight: bold;
        float: left;
      }
    #mainNav  {
        width:270px; 
        padding:0; 
        padding-top:2px; 
        clear:both;
        line-height: 2em; }
    #mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active { padding-left: 20px; text-decoration:none;}
    #mainNav a { color:#fff; /* display:block;  padding:0.6em 0.6em; *//* border-left: 1px solid #eee;*/}
    
    #mainNav .set1 {
        margin-left: 12px;
        }
    #mainNav .set2 {
        margin-left: 24px;
        }        
        
        
        
    

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pagetitle {
	width:auto;
	margin: 0;
	height: 2em;
	position:relative;
	color:#414141;
	/* background: #20435f url(../images/sidebar2_bg.gif) repeat-x top;*/
	border-top: 1px solid #414141;
	font-size: 130%;
	font-weight: bold;
	padding:.5em 0 .7em 10px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TreeView  
{
    padding-left: 22px;
    padding-right: 6px;
    /* 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 
{
    border: 0;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	padding:.1em 0 .2em .5em;
	margin-left:2em;
	
}

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-link.gif');
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url('../images/bg-photo.png') repeat-x 50% top;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	margin:auto;
	margin-bottom: 22px;
	padding-top: 60px;
	width:905px;
	color:#eeeeee;
	font-size:.85em;
	    text-align: center; 
	background: url('../images/footer-top.gif') no-repeat top;
}

#footer a:link, #footer a:visited {
	color:#eeeeee;
	text-decoration:underline;
	
}

#footer a:hover, #footer a:active{
	color:#cccccc;
	text-decoration:underline;
}
        
	#footer .footerLinks { 
	    clear:none; 
	    width: 890px;
	    margin: auto;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    }
    #footer p  {
        }
    #footer ul { 
        margin:0; 
        padding:1.2em; 
        list-style:none; }
    #footer li { 
        margin:0; 
        padding:1.2em; 
        white-space:nowrap; 
        background: 0;
        display: inline; }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}
.clear {
	clear:both;
	}
.none {
    display:none;
}
.italic {
    font-style: italic;
    }
.ValidateMessage {
    color: Red;
    font-style: italic;
    }    
.smallItalic {
    font-style: italic;
    font-size: .9em;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Photo Gallery 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#images
{
    padding: 10px;
    text-align: center;
}
#images img
{
    margin: 5px;
    padding: 2px;
    border: 1px solid #999999;
} 
