﻿
/* http://randsco.com/index.php/2009/07/04/p680
Embedding fonts:

	@font-face {  
	  font-family: " your FontName ";  
	  src: url( /location/of/font/FontFileName.eot ); /* IE   
	  src: local(" real FontName "), url( /location/of/font/FontFileName.ttf ) format("truetype"); /* non-IE   
	}  */
	 
	/* THEN use like you would any other font
	.yourFontName { font-family:" your FontName ", verdana, helvetica, sans-serif;  
	}  

 */ 
 
 
 @font-face {  
	  font-family: "dearJoe4";  
	  /*src: url( /location/of/font/FontFileName.eot ); IE */  
	  src: local("dearJoe4"), url( ../Fonts/dj4.ttf ) format("truetype"); /* non-IE  */ 
	}  
	 
 
	/*THEN use like you would any other font*/
 
 

 @font-face {  
	  font-family: "AlteHaasGroteskBold";  
	  /*src: url( /location/of/font/FontFileName.eot ); IE */  
	  src: local("AlteHaasGroteskBold"), url( ../Fonts/AlteHaasGroteskClassic.ttf ) format("truetype"); /* non-IE  */ 
	}  
	
@font-face {  
	  font-family: "RaspoutineClassic";  
	  /*src: url( /location/of/font/FontFileName.eot ); IE */  
	  src: local("Raspoutine Classic"), url( ../Fonts/RaspoutineClassic_TB.otf ) format("truetype"); /* non-IE  */ 
	}  
	
	/*THEN use like you would any other font*/
	.myFont1  
	{
	    font-family:"dearJoe4", verdana, helvetica, sans-serif;
	    color:#F28F00;
	    font-size:x-large;
	    font-weight:bold;
	    padding-bottom:0.5em;
	    line-height:1em;	    
	     
	} 
	
		.myFont1 b 
	{	    
	    color:#FF6300;	    
	     
	} 	
		
	
	
.menu_top .top_link span
{
    font-family:"RaspoutineClassic",Sans-Serif, Verdana;
    font-size:12px;
    letter-spacing:0.08em;
     
    
    
    
    
    
}  

.sub li a
{
    font-family:"RaspoutineClassic", Verdana,sans-serif;
    font-size:10.5px;
    font-style:normal;  
     letter-spacing:0.09em; 
    
}
 

body
{
    color: #333333;
    text-align: center;
    line-height: 140%;
    font-family: verdana,Arial;
    font-size: 11px;    
    padding: 0px;
    margin: 0px;
    background-color:#024978;
    
    /*
    background-color:#a9c6e0 ;
    background-image: url("footer-bg.png"); 
    background-repeat:repeat-x;
    background-position:bottom;
   */
}


body {
        background-color:#ECF5FB;
        background-image:url("../images/background-blue-ms.png");
        background-position:center bottom;
        background-repeat:repeat-x;
        font-size:70%;
        padding-bottom:20px;
     }

#page p,
#page div
{
    text-align:justify;
    font-family:verdana,Arial;
   
    color:#444444;
}


a, a:visited
{
    color: #083D73;
}

a:hover
{
    color: #000000;
}

.AbsoluteBackground
{
   /* position: absolute;
    background-image: url('blueprint.jpg');
    background-position: top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;*/
}

.AbsoluteContent
{
   
    width: 100%;
    height: 100%;
   /* top: 0;
    left: 0;
    z-index: 3; 
    position: absolute;*/
}

.AbsoluteHeader
{
    width: 100%;
    height: 130px;
   /*
    top: 0px;
    left: 0;
    z-index: 1;
    position: absolute;
    background-color: #fff;
   
    background-image: url('header-grey.png');
    background-position: bottom;
    background-repeat: repeat-x;*/
    padding: 0px;
    margin: 0px;
}

.Header974
{
    width: 974px;
    margin-left: auto;
    margin-right: auto;
    position: static; /*for IE7*/
    text-align: left;
    background-image: url('../images/header-map.png');
    height:130px;
    
}


.main, .top
{
    margin: -0.85em auto;
    text-align: left;
    width: 974px;
}

.main
{
   /* 
    border-left: solid 2px #9b9b9b;
    border-right: solid 2px #9b9b9b; 
    
          border-width:2px; 	border-color:#9b9b9b; grey; 	border-style:ridge;*/
}

h1, h2, h3
{
    font-weight: normal;
    font-family: Times New Roman;
    color: #083D73; /*line-height:100%;*/
}



.Jcmenu
{
    /*padding-top  : 0.5em;
   
     background-color: #F28F00;*/
    width: 100%;
    height: 41px;
    background:url("jcmenu-bg.png") repeat-x scroll center top;
    border-left:1px solid #F27F00;
    border-right:1px solid #F27F00;
    background-color:#F27F00;
    padding-top: 2px;
    
    
}

.Jcmenu ul
{
   /* margin-left:auto;
    margin-right:auto;*/
    padding-left:35px;   
    
}

.dropdown
{
    margin-top:10px;
    
}


  

.content
{
    
   
    text-align: justify;
    background-color:#FFFFFF;
    margin-top:0px;    
    margin-left:auto;
    margin-right:auto;
    
    border-right:1px solid #f28F00; 
    border-left:1px solid #f28F00; 
   
}



.clear
{
    clear: both;
    float: none;
}
.postContent
{
    float: left;
    width: 640px;
    margin-left: 20px;
    margin-right: 35px;
}
img
{
    border: 0px;
}

/* Contact Form */
input[type="button"], input[type="submit"]
{
    background-color: #f27f00;
    color: #ffffff; /*border: solid 2px #fabd00;*/    
    font-family: arial;
    padding-left:10px;
    padding-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

textarea,
input[type="text"]
{
    border: solid 1px #f27f00;
    padding: 6px;
    height: 15px;
    font-size: larger;
    width: 200px;    
}

input[type="text"]:hover,
textarea:hover,
input[type="file"]:hover
{
    background-color:#fff6bf;
    
}


input[type="file"]
{
    border: solid 1px #f27f00;
    padding: 10px;
    width: 400px; 
    height: 23px;      
    
}

textarea
{
    height: 500px;

}

#ctl00_cphBody_divForm label
{
    margin-bottom:5px;
}



blockquote
{
    font-style: italic;
}

/* HEADER */
.header
{
    /*background-image:url(header-bg.gif);*/
    background-position: left;
    background-repeat: repeat-x;
    height: 130px;
    padding: 0px;
    margin: 0px;
}
.header h1
{
    font: bold 34px "Century Schoolbook" , Georgia, Times, serif;
    color: #333;
    line-height: 90%;
    margin: .2em 0 .4em 0;
    letter-spacing: -2px;
    font-size: 48px;
    padding: 35px 0px 5px 0px;
    margin: 0px;
}
.header h1 a
{
    color: #ffffff;
    text-decoration: none;
}
.header h1 a:hover
{
    color: #909090;
}
.header h2
{
    font-size: 14px;
}

.header img
{
    margin-top: 7px;
    margin-bottom: 3px;
}

/* MENU */
.menu
{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
}

.menu a, .menu a:visited
{
    color: #ffffff;
    margin: 0px 5px;
    text-decoration: none;
}
.menu a:hover
{
    text-decoration: underline;
}
.login
{
    float: right;
    margin-top: -10px;
    margin-right: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: x-small;
}

.login a:hover
{
    color: #ffffff;
}



.menu img
{
    margin-right: 5px;
}
/* Pages */
.pagelist
{
    /*float:right;*/
    display: inline;
    margin: 0px;
    padding: 5px;
}
.pagelist li
{
    list-style-type: none;
    display: inline;
    margin: 0px 5px 0px 0px;
}

.postContent h1
{
    font-size: 30px;
    margin: 10px 0px;
    line-height: 100%;
}

#rssIcon
{
    position: absolute;
    z-index: 100;
}

/* POST */
.post, .posts
{
    width: 640px;
}
.postTitle h1
{
    font-size: 30px;
    margin: 10px 0px;
    line-height: 100%;
}
.postTitle h1 a
{
    text-decoration: none;
    font-family: Georgia, "Times New Roman" , Times, serif;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: normal;
    color: #222;
}
.postTitle h1 a:hover
{
    color: #909090;
}
.post .description
{
    /*   	font-size:11px; 	margin: 0px 0px 10px 0px; 	border-top:dotted 1px #000000; 	font-family:Arial, Helvetica, sans-serif;*/
    font-family: Georgia, "Times New Roman" ,serif;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    overflow: auto;
}

.post p
{
    font-family: "Helvetica Neue" , "Lucida Grande" , Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-top: .5em;
    color: #333;
}
.post .description span
{
    float: right;
}
.post .share
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px 0px 30px 0px;
    width: 100%;
    overflow: auto;
}
.post .share span
{
    float: right;
}
blockquote
{
    background: url('blockquote.gif') no-repeat top left;
    display: block;
    font-style: italic;
    padding-left: 25px;
    margin-left: 20px;
}

#postnavigation
{
    text-align: center;
    margin-bottom: 10px;
    font-size: 11px;
}

/* Related posts */
#relatedPosts
{
    margin-bottom: 30px;
}

#relatedPosts h1
{
    margin: 0px;
}

#relatedPosts a
{
    display: block;
    margin-top: 5px;
}

#relatedPosts span
{
    color: #666666;
    text-indent: 10px;
    font-size: 10px;
}
/* COMMENTS */
.comment
{
    overflow: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
}
.comment .gravatar
{
    float: left;
    width: 100px;
    overflow: hidden;
}
.comment .gravatar img
{
    border: 1px solid #6c6c6c;
}
.comment #header
{
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: dotted 1px #6c6c6c;
}


.ContentRight

{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-left:3%;
    padding-right:3%;
    padding-top:3%;
    background-image: url('grey-line.png');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#ffffff;
    margin-bottom:-60px;
}

.ContentTextBg
{
    float: left;
    width: 250px;
    padding: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    background-color: Lime;
}

#header
{
    margin-top: 0.85em;
    background-color: #f28f00;
}

.comment .author
{
    font-weight: bold;
    color: #909090;
}
.comment .text
{
    float: left;
    width: 540px;
}
.commentForm
{
    background-color: #e4e4e4;
    padding: 20px;
    width: 600px;
    overflow: auto;
}
.commentForm .left
{
    float: left;
    width: 300px;
    padding: 20px 10px 10px 20px;
}

.commentForm .right
{
    float: right;
    width: 300px;
    padding: 20px 10px 10px 0px;
}
.commentForm input[type="text"], .addComment textarea
{
    width: 280px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

.commentForm select
{
    width: 260px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
.commentForm label
{
    width: 70px;
    display: inline-block;
}
.commentForm input[type="text"], .addComment textarea, .commentForm label
{
    margin: 2px 0px;
}
.commentForm img
{
    margin: 2px 0px 0px 0px;
}
.commentForm #gravatarmsg
{
    display: none;
}
.commentForm #commentMenu
{
    display: none;
}
.commentForm #commentPreview
{
    display: none;
}
.bbcode
{
    font-size: 11px;
    padding: 2px 0px;
}
.bbcode a
{
    margin-right: 5px;
}
/* SIDEBAR */
.sidebar
{
    width: 220px;
    float: left;
    margin: 0px 0px 0px 20px;
    font-size: 11px;
    background-color: #ff781d;
    background-image: url(diagonal-pattern.png);
    border: inset 3px #083D73;
}
.sidebar h1
{
    font-size: large;
    margin: 20px 0px 5px 0px;
}
.sidebar ul
{
    margin: 0px;
    padding: 0px;
    border: solid,1px,#000000;
}
.sidebar li
{
    list-style: none;
}
.sidebar .rssButton
{
    margin-right: 5px;
}




/* Tag clouds */

.tagcloud
{
}

#tagcloud li
{
    display: inline;
}

#tagcloud a
{
    color: Black;
}
#tagcloud a visited
{
    color: Black;
}

#tagcloud a.biggest
{
    font-size: 16px;
}

#tagcloud a.big
{
    font-size: 14px;
}

#tagcloud a.medium
{
    font-size: 12px;
}

#tagcloud a.small
{
    font-size: 10px;
}

#tagcloud a.smallest
{
    font-size: 8px;
}



/* FOOTER 
#footer
{
	font-size:12px;
	background-color:#000000;
	padding:10px;
	color:#ffffff;
	
}
*/
#footer
{
    padding-top: 10px;
    clear: both;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-image: url(footer-bg-150.png);
    background-repeat: repeat-x;
    min-height: 150px; /*background-color:silver;      background-image:url('footer-bg.png');*/
}
#footer a, .footer a:visited
{
    text-decoration: none;
    color: #ffffff;
}
#footer a:hover
{
    text-decoration: underline;
    color: #909090;
}

#footer .FooterLeft
{
    width: 65%;
    float: left;
    font-size: small;
    border-right: 1px solid #003366;
    margin-left: 2%;
}


#footer .FooterRight
{
    width: 25%;
    float: right;
    min-height: 100%;
}

#footer h3
{
    color: #003366;
    font-weight: bold;
    font-size: small;
    text-transform: uppercase;
}


/* Rating stars */
.rating
{
    margin: 0px 0px 3px 0px;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
}

.rating p
{
    display: inline;
    position: relative;
    top: 14px;
    left: 55px;
}

.star-rating
{
    position: relative;
    width: 125px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}

.star-rating li
{
    display: inline;
}

.star-rating a, .star-rating .current-rating
{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 25px;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus
{
    background-position: left bottom;
}

.star-rating a.one-star
{
    width: 20%;
    z-index: 6;
}

.star-rating a.two-stars
{
    width: 40%;
    z-index: 5;
}

.star-rating a.three-stars
{
    width: 60%;
    z-index: 4;
}
.star-rating a.four-stars
{
    width: 80%;
    z-index: 3;
}
.star-rating a.five-stars
{
    width: 100%;
    z-index: 2;
}
.star-rating .current-rating
{
    z-index: 1;
    background-position: left center;
}

.small-star
{
    width: 50px;
    height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating
{
    background-image: url(../../pics/star_small.gif);
    line-height: 10px;
    height: 10px;
}

/* Recent posts */
.recentPosts li
{
    margin-bottom: 10px;
}
.recentPosts a
{
    display: block;
}
.recentPosts span
{
    margin-right: 5px;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
}

/* Recent comments */
.recentComments li
{
    margin-bottom: 10px;
}

/* Month list */
#monthList li ul
{
    margin-left: 10px;
}

/* Contact form */
#contact label
{
    display: block;
}
#contact input[type="text"]
{
    width: 300px;
    margin-bottom: 10px;
}
#contact textarea
{
    width: 400px;
    height: 100px;
    margin-bottom: 10px;
}

/* Search result */
.searchresult
{
    margin: 15px 0px;
}
.searchresult a, .searchresult span
{
    display: block;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.searchresult .type, .searchresult .url
{
    margin-left: 5px;
    padding-left: 5px;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    line-height: 130%;
}

/* Code */
.code, code, .csharpcode
{
    display: block;
    overflow: auto;
    border: solid 1px #909090;
    padding: 5px;
    font-family: Consolas, Courier New, Courier;
}

.code .rem, .csharpcode .rem
{
    color: #008000;
}

.code .kwrd, .csharpcode .kwrd
{
    color: #0000ff;
}

.code .str, .csharpcode .str
{
    color: #006080;
}

.code .op, .csharpcode .op
{
    color: #0000c0;
}

.code .preproc, .csharpcode .preproc
{
    color: #0000ff;
}

.code .asp, .csharpcode .asp
{
    background-color: #ffff00;
}

.code .html, .csharpcode .html
{
    color: #800000;
}

.code .attr, .csharpcode .attr
{
    color: #ff0000;
}

.code .alt, .csharpcode .alt
{
    background-color: #f4f4f4;
}

.code .lnum, .csharpcode .lnum
{
    color: #606060;
}

/* XFN tags */

div.post .text a[rel]
{
    padding-right: 11px;
    background-repeat: no-repeat;
    background-position: right center;
}
div.post .text a[rel="me"]
{
    background-image: url('../../pics/xfn/me.gif');
}

/*  Normal contacts */
div.post .text a[rel~="contact"], div.post .text a[rel~="acquaintance"], div.post .text a[rel~="friend"]
{
    background-image: url('../../pics/xfn/contact.gif');
}
/* Normal contacts youve met */
div.post .text a[rel~="contact"][rel~="met"], div.post .text a[rel~="acquaintance"][rel~="met"], div.post .text a[rel~="friend"][rel~="met"]
{
    background-image: url('../../pics/xfn/contactMet.gif');
}

/* Colleague and co worker icon more important than contact */
div.post .text a[rel~="colleague"], div.post .text a[rel~="co-worker"]
{
    background-image: url('../../pics/xfn/colleague.gif');
}
/* Colleague and co worker icon when met */
div.post .text a[rel~="colleague"][rel~="met"], div.post .text a[rel~="co-worker"][rel~="met"]
{
    background-image: url('../../pics/xfn/colleagueMet.gif');
}

/* Sweethearts are more important than work */
div.post .text a[rel~="muse"], div.post .text a[rel~="crush"], div.post .text a[rel~="date"], a[rel~="sweetheart"]
{
    background-image: url('../../pics/xfn/sweet.gif');
}
/* ...and if youve met them thats even better */
div.post .text a[rel~="muse"][rel~="met"], div.post .text a[rel~="crush"][rel~="met"], div.post .text a[rel~="date"][rel~="met"], div.post .text a[rel~="sweetheart"][rel~="met"]
{
    background-image: url('../../pics/xfn/sweetMet.gif');
}

/* 1.4 */

/* Widgets */
.widget
{
    z-index: 1;
    min-width: 1px;
}
.widget h4
{
    font-size: 18px;
    margin: 20px 0px 10px 0px;
    font-weight: normal;
}
.widget .content
{
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.widget .delete
{
    margin-left: 10px;
    float: right;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}
.widget .edit
{
    float: right;
}

.tagcloud li
{
    display: inline;
    margin-right: 5px;
}

.tagcloud a
{
    color: #083D73;
    text-decoration: none;
}
.tagcloud a:hover
{
    color: #fff;
}


.tagcloud a.biggest
{
    font-size: 18px;
}

.tagcloud a.big
{
    font-size: 16px;
}

.tagcloud a.medium
{
    font-size: 14px;
}

.tagcloud a.small
{
    font-size: 12px;
}

.tagcloud a.smallest
{
    font-size: 10px;
}







/* This is the background image */
#bg
{
    width: 400px;
    height: 300px;
    background: url(leaf.gif) repeat;
    border: 2px solid black;
}

/* This is the transparent box */
#widgetzone
{
    /*	filter:alpha(opacity=50); 	opacity: 0.5; 	-moz-opacity:0.5;background-color:Navy; */
}

/* This is the container which set text to solid color.
position: relative used for IE */
#widgetzone div .content
{
    background-color: Transparent; /*       	background: rgba(255, 255, 255, 0.5); */
}




#widgetzone h4, .sidebar h4
{
    background-image: url(side-header-bg2.png);
    background-repeat: repeat;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    line-height: 1.4;
    padding-right: 7px;
    color: #fff;
    font-family: Georgia; /*height:45px;*/
    width: 206px;
}

#widgetzone .widget
{
    background-color: Transparent;
}


#newsletterform, #recentPosts, .tagcloud .content
{
    padding-left: 7px;
    padding-right: 7px;
}

#newsletterform input[type="text"]
{
    width: 100%;
}

.description
{
    background-color: #fff;
}


/* image gallery CSS   */



/* upper menu navigation bar   */

.UpperMenu
{
    background-image: url('upper-menu-bg.png');
    margin: 0px;
    padding: 0px;
}



#navmenu ul
{
    border-bottom: solid 1px #000000;
    margin-left: 3px;
}



#navmenu span
{
    margin-left: 2px;
    margin-right: 10px;
    display: block;
    margin-top: 2px;
    padding: 5px;
    border: solid 2px #fe540e;
    background-color: #ff781d;
}

#navmenu .current
{
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: Fuchsia;
    display: block;
}

#navmenu a
{
    font-family: Arial,Verdana,Helvitica,sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
}

#navmenu a:hover
{
    color: #083D73;
}

.Creator
{
    margin-top: 10px;
    text-align: right;
    color: #ffffff;
    width: 960px;
    margin: 0px auto;
}
.Creator a
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 1px;
}




#marquee_replacement
{
    width: 230px;
    height: 140px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#marquee_replacement p.spacer
{
    height: 140px;
}



.OrangeSlate
{
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/orangeslate_background.gif);
    background-color: #FF6E0c;
    background-repeat: repeat-x;
    width: 960px;
    height: 42px; /*margin-top:110px;	*/
}

#monoSlideshow
{
    background-color: #ffffff;
}

.Logo
{
    /*background-image : url(buz-dov-logo-3.png);	     position:absolute; 	left:15px; 	top:25px; 	z-index:500; 	background-image : url('logo-imported-strong.png'); 	*/
    position: relative;
    top:5px;
    margin-top: 0px;
    left: 25px;
    padding: 0em;
    vertical-align: bottom;
    width: 360px;
    height:130px;
}

.SearchBoxContainer
{
    background-image: url(../images/search-box-bg.png);
    padding:0.6em;    
      
    position: relative;
    /*top: 5em;
    right:5.5em;*/
    top:55px;
    right:60px;
    z-index: 100;
    float: right;
}

/*Display FLASH LOGO*/
.Logo embed
{
    vertical-align: top;
    margin-top: -45px;
}

.Logo object
{
    vertical-align: top;
    margin-top: -45px;
}


#flashcontnet 
{
    
    background-color:#EFEFEF;
    margin-left:50px;
    position:relative;
    left: 400px;
    top:100px;
    
}

#piecemaker 
{
    padding-top:50px;
    height:400px;
    background-color:#EFEFEF;
    width:100%;
   
    
    
}

#piecemaker img
{
    position:relative;
    top:-75px;  
    width:720px;
    left:90px
}


#hiddenshadow
{
    visibility:hidden;
    
}



#searchbox, #SearchBox
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ACBABD;
    float: left;
    font-size: 115.9%;
    margin: 0 0 0 1px;
    padding: 0.2em 0.2em 1em;
    padding-bottom: 0.15em;

}

#searchbox
{
    padding-bottom: 0.00em;
}


.Rss
{
    position: relative;
    top: 0em;
    left: 39em;
    float: right;
    background-color: #fff;
    width: 480px;
}

.RssIcon
{
    padding-left: 1.5em;
    background-color: #fff;
    border-width: 0px;
}



#searchbox input[type="text"], #SearchBox input[type="text"]
{
    border: 0 none;
    color: #333333;
    float: left;
    font-size: 100%;
    height: 1.4em;
    line-height: 1.2em;
    margin: 0 0 -0.8em;
    padding: 0.2em 0.64em 0 0.44em;
    width: 12.7em;
}

/*
 .TxtSearch
 {
 	position: relative;bottom:30px;right:20px;
 	
 }
  
  #SearchBox input[type="text"]
     {
 	    height: 1.5em;
 	    padding: 0.25em;
 	    font-size: 1.25em;
 	    font-weight:bold;
 	    font-family:Georgia;
 	    border:solid 1px #9b9b9b;     	
     }
 */





.breadcrumb
{
    font-size:medium;
    font-family:Century Gothic, Times New Roman, Arial;    
    font-variant: small-caps;
    margin-left: 2px;
    margin-top: 8px;    
    width: 100%;
}
.breadcrumb a, .breadcrumb a:visited
{
    text-decoration: none;
}

.breadcrumb a:hover
{
    color: #ff781d;
    text-decoration:underline;
}





#searchbox input[type=button]
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #F9761D url('search.png') repeat scroll 0 0;
    cursor: pointer;
    margin: 0 0 -12px;
    overflow: hidden;
    padding: 26px 0 0;
    width: 26px;
    height: 26px;
}


/*CURRENT FOOTER DESIGN 2010-05-05*/

.ClearFooterOld {
background:url("../images/footer-rounded.png") no-repeat scroll center top transparent;
color:#6C989B;
font-size:11px;
/*line-height:240px;
padding:90px 100px 0px 100px;
background-color:#0c5eaa;*/
}


.ClearFooter {
background:url("../images/footer-rounded.png") no-repeat scroll center top transparent;
color:#6C989B;
font-size:11px;
height:240px;
background-color:transparent;

/*background-color:Fuchsia;
border:1px solid #213456;
*/
}


.ClearFooter-address  {
position:relative;

top:170px;
left:10px;

}


.ClearFooter-webmaster
{
    position:relative;
    top:170px; 
    left:300px;  
    
    
}


.ClearFooter-copyright  {
font-size:9px;
margin:0;
padding:0;
position:relative;

top:200px;
}




.ClearFooter a 
{
    color:#ffffff;
    text-decoration:none;
}

.ClearFooter a:active
{
    color:#CCCCCC;
    text-decoration:none;
    font-weight:bold;
}

.ClearFooter a:hover
{
    color:#CCCCCC;
    text-decoration:underline;
}



.clear
{
    clear:both;
}

* {
margin:0;
padding:0;
}


/*Layout Color 2010-05-05 */

#bd
{
      background-image: url(../images/header-rounded.png);
      background-color:#ffffff;
      background-repeat:no-repeat;
}

#yui-main
{
    
 
   
}

.yui-ge
{
    /*background-color:#ffffff;*/
    padding-left: 1.0em;
    
}

.RightColumn
{
    /*
    background-color:Silver;
    min-height:100px; 
   
    margin-left:auto;
    margin-right:auto;
     */
   
   

}





.RssTitle
{
    font-size: 11px;
    color: Navy;
    text-decoration:none;
}

 a  .RssTitle
{
   text-decoration:none;  
}



/*************************************
   DEFAULT PAGE.aspx Content Layout
*************************************/


.columns 
{
 margin-bottom:60px;
 min-height:275px;


}

.columns .cols 
{
padding:0 16px;
width:250px;
}

.span-4
{
    float:left;
}

.columns .double
{
    padding:0 16px;
    min-width: 530px;
    min-height:200px;  
}


.columns .news
{
    padding:0 16px;    
    min-height:200px;
    border-left: 1px solid #cccccc;
    /*background-color:#efefef; */ 
    
}


a.readmore {
	width: 87px;
	height:24px;
	text-indent:-9999px;
	overflow: hidden;
	background: url(../images/readmore-button.png) no-repeat 0 -25px;
	display: block;
	float:left;
	margin-top:10px
}

a.readmore .hover {
	width: 87px;
	height:24px;
	text-indent:-9999px;
	overflow: hidden;
	background: url(../images/readmore-button.png) no-repeat 0 0px;
	display: block;
	float:left;
}


.ie a.readmore .hover {
background:url("../images/readmore.png") no-repeat scroll 0 10px transparent;
}



/**********************************
      map tool tip section

************************************/

.map-section
{
   position:relative;
   top: 10px;
   left: 40px; 
   background-color:Fuchsia;
   z-index:800;
    
}


/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}


/* tooltip styling */
.tooltip {
	display:none;
	background-image:url(../images/tooltip-map-background-sourcefile.png);
	background-position:center;		
	
	height:502px;	
	width:550px;
	font-size:12px;
	color:#fff;
	
}


.tooltip img{
	
	margin-top: 50px;
	margin-left:60px;
	
}

.tooltip small{
	
    margin-top :8px; 	
	margin-left:120px;
	margin-right:auto;
	
}


/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}





/*

.ClearFooter-address  {
position:relative;
top: 55px;
left:150px

}


.ClearFooter-webmaster
{
    position:relative;
    top:55px; 
    left:310px;  
    
    
}



.ClearFooter-copyright  {
font-size:9px;
margin:0;
padding:0;
position:relative;
right:100px;
top:90px;
}

.ClearFooter a 
{
    color:#ffffff;
    text-decoration:none;
}

.ClearFooter a:active
{
    color:#CCCCCC;
    text-decoration:none;
    font-weight:bold;
}

.ClearFooter a:hover
{
    color:#CCCCCC;
    text-decoration:underline;
}


*/