/* global */

    body{ 
		letter-spacing: 0.03em; 
		background:#778f94 url(../images/bg_body.gif) repeat-x;
        font:13px Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#444;
		line-height:160%;
		margin:0;
		padding:0 0 1em 0;
		text-align:center;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:.5em 0;
			color:#1e2424;
			line-height:90%;
			}	
		h2 a, h3 a, h4 a, h5 a, h6 a{
			color:#1e2424;
			}				
        h2{            
			font-size:25px;
			font-weight:bold;
			}
        #main h2{            
			font-size:35px;
			padding-bottom:.75em;			
			background:url(../images/bg_line.gif) no-repeat 0 100%;
            margin-bottom:.5em;
			letter-spacing:-0.03em;
			}						
        h3{          
			font-size:22px;
			font-weight:bold;			
            }
        h4{     
			font-size:14px;
            }				
    /* // headings */

    /* image replacement */
        .graphic, #rss{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, .fixed{
			display:block;
			}
		/*  \*/
		#content, .fixed{
			min-height:1%;
			}
		* html #content, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#c55409;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#242424;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			background:#e9f4f5;
			padding:1em 15px;
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:3px 5px;
			border:1px solid #fff;
			}	
		th{	
			text-align:left;
			background:#dfeced;
			}
		td{	
			background:#e9f4f5;
			}					
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:948px;
		text-align:left;
		position:relative;
		background:url(../images/bg_container.gif) repeat-y;
		}
	#header{
		height:176px;
		position:relative;
		background:url(../images/bg_header.jpg) no-repeat 0 0;
		}	
	#content{
		padding:1em 0 1.5em 0;
		background:url(../images/bg_content.gif) repeat-y;
		}	
	#main{
		float:left;
		display:inline;
		width:567px;
		margin-left:50px;
		position:relative;
		}											
	#side{
		float:left;
		display:inline;		
		width:233px;
		margin-left:72px;
		position:relative;
		}
	#footer{
		clear:both;
		background:url(../images/bg_footer.gif) no-repeat 0 100%;
		padding:2em 50px;
		color:#fff;
		}		

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			height:44px;
			}			
		ul#nav li, ul#nav li a{
			float:left;
			display:inline;
			height:44px;		
			line-height:44px;			
			}			
		ul#nav li a{			
			font-size:17px;
			color:#fff;
			padding:0 22px;
			text-transform:uppercase;
			}							
		ul#nav li.selected a, ul#nav li a:hover{
			color:#c55409;
			background:#191e1e;
			}													
	
	/* //main nav */
	
	/* sub nav */
		
		#side ul,  
		#side ul li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#side ul{
			margin:.5em 0;
			}
		#side ul li{
			border-bottom:1px solid #e5e5e5;
			padding:.25em 0 .25em 15px;
			font-size:12px;
			background:url(../images/bg_bullet.gif) no-repeat 0 8px;
			}
		#side ul li a{			
			display:block;
			text-decoration:none;
			font-weight:normal;
			color:#1e2424;
			}	
		#side ul li a:hover{			
			text-decoration:underline;
			color:#1e2424;
			}																
	
	/* //sub nav */		
	
/* //navigation elements */

/* header */

	#header h1{
		font-size:18px;
		height:73px;
		color:#c55409;
		margin:0;
		font-weight:bold;
		letter-spacing:-0.02em;
		padding-top:12px;
		padding-left:38px;
		margin-bottom:-12px;
		}
	#header h1 a {
		position:relative;
		top:-10px;
		}		

	#rss{
		position:absolute;
		top:24px;
		right:39px;
		width:125px;
		height:125px;
		margin:0;		
		}
	#rss a{ 
		display:block;
		width:125px;
		height:125px;
		}		
	

/* // header */

/* content */

	#main a:link, #main a:visited {
		text-decoration:none;
		font-weight:bold;
		color:#C55409 !important;
		}
	#main a:hover{
		text-decoration:underline;
		}	
	#main h2 a, #main h3 a, #main h4 a{
		text-decoration:none;
		}			
	.img{
		border:5px solid #fcfcfc;
		}	
	.right{
		float:right;
		margin-left:10px;
		}
	.left{
		float:left;
		margin-right:10px;
		}		
	.note{	
		background:#dfeced;
		border:5px solid #c9dfe1;
		padding:1em 15px;	
		font-weight:bold;
		text-align:center;
		}		
		
		
	/* blog */
	
		.post{
			position:relative;
			}
		
		ul.blog,  
		ul.blog li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.blog{
			}	
		ul.blog li{
			clear:both;
			margin-bottom:2em;
			position:relative;
			}
		.date{
			position:absolute;
			left:-75px;
			top:-13px;
			width:54px;
			height:54px;
			background:url(../images/bg_date.gif) no-repeat 0 0;
			margin:0;
			text-align:center;
			overflow:hidden;
			color:#C55409;
			}	
		.date span{
			display:block;
			font-size:20px;
			margin:10px 3px 3px 3px;
			line-height:20px;
			}			
		.date em{
			display:block;
			font-size:13px;
			font-style:normal;
			line-height:13px;
			}			
		.small {
			font-size:10px;
			}															
	
	/* // blog */		
						
	/* form */
																				
		form{
			margin:1em 0;
			border:none;
			background:#dfeced;
			border:5px solid #c9dfe1;
			padding:1em 15px;	
			}		
		label{
			float:left;
			clear:both;
			width:105px;
			margin-right:20px;
			margin-top:5px;
			text-align:right;
			}	
		input, textarea{
			width:350px;
			border:1px solid #ccc;
			padding:5px;
			vertical-align:middle;
			margin:0;
			}		
		textarea{
			height:180px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			padding:.25em 0;
			}					
		button{
			border:none;
			width:123px;
			height:43px;
			line-height:43px;
			text-align:center;			
			padding:0;
			margin:0;
			background:url(../images/bg_button.gif) no-repeat 0 0;	
			color:#fff;
			font-weight:bold;
			font-size:14px;
			cursor:pointer;	
			vertical-align:middle;		
			}												
		.submit{
			height:52px;
			margin-left:125px;					
			}
			
		form#search{			
			padding:5px 15px;
			}	
		#search label{display:none;}				
		#search input{width:70px;}	
		#search button{
			width:53px;			
			background:url(../images/btn_search.gif) no-repeat 0 0;	
			}						
		.error {
			color:red;
			}
		.password_protection {
			display:none;
			}

	/* // form */	
	
	/* comments */	
			
		ol.comments,  
		ol.comments li{
			margin:0;
			padding:0;
			list-style:none;
			}		
		ol.comments{
			}			
		ol.comments li{	
			border-top:1px solid #e1e1e1;
			margin:.5em 0;			
			}	
		ol.comments li .data{			
			float:left;
			display:inline;
			width:130px;
			}
		ol.comments li .data em{
			font-style:normal;
			color:#999;
			display:block;
			}										
		ol.comments li .text{	
			float:left;
			display:inline;
			width:400px;
			margin-left:15px;
			}	
					
							
	/* // comments */							
						
	
/* // content */

/* footer */

	
	#footer p{
		margin:0;
		}
	#footer a{
		color:#fff;
		text-decoration:underline;
		}
	#footer a:hover{
		color:#aaa;
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		padding:0;
		margin:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}		
				
/* // footer */


#mapframe {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
display:none;
z-index:5000;
background:transparent url(../images/trans.png) repeat 0 0;
}

#mapholder {
width:495px;
margin:auto;
margin-top:75px;
background:white;
padding:10px 20px;
}

#closeformframe {
width:15px;
height:15px;
font-size:15px;
line-height:15px;
letter-spacing:0;
font-weight:bold;
text-align:center;
background:red;
color:white;
border:2px solid black;
position:relative;
top:-20px;
left:505px;
cursor:pointer;
}

#closeformframe:hover {
color:red;
background:white;
}

#hiddenerror2 {
position:fixed;
top:200px;
left:50%;
margin-left:-160px;
width:300px;
padding:20px;
background:red;
font-weight:bold;
font-size:16px;
color:white;
display:none;
overflow-x:hidden;
z-index:5000;
}

.question {
font-weight:bold;
cursor:pointer;
}

.question:hover {
color:#4E00A3;
}

.answer {
margin-left:25px;
margin-right:25px;
border:1px dotted gray;
background:#CBE9DD;
display: none;
cursor:pointer;
padding:15px;
}

#bucket {
display:none;
}