﻿/* global */

    body{ 
		background:#778f94 url(../images/bg_body2.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:#0F7D02;
			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:18px;
            }				
    /* // 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{	
			border:none;
			/*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_header2.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:550px;
		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;
			border:1px transparent solid;
			height:40px;
			}
		ul#nav{	}			
		ul#nav li, ul#nav li a{
			float:left;
			display:inline;		
			line-height:40px;			
			}			
		ul#nav li a{			
			font-size:17px;
			color:#fff;
			padding:0 20px;
			text-transform:uppercase;
			}							
		ul#nav li.selected a, ul#nav li a:hover{
			color:#c55409;
			background:#A4CE9F;
			}		
		ul#mnu {
			list-style-type: none;
			}
		ul#mnu li.entered {
			background-color:#A4CE9F;
			}											
	
	/* //main nav */
	
	/* sub nav */
		
		#side ul,  
		#side ul li{
			margin:0;
			padding:0;
			list-style:none;
			color:#c55409;
			}	
		#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:#c55409;

			}	
		#side ul li a:hover{			
			text-decoration:underline;
			color:#1e2424;
			}	
			
		#side li.last{			
			border-bottom:0px;
			}	
			
																		
	
	/* //sub nav */		
	
/* //navigation elements */

/* header */

	#header h1{
		font-size:30px;
		height:73px;
		line-height:73px;
		color:#c55409;
		margin:0;
		font-size:35px;
		font-weight:bold;
		letter-spacing:-0.02em;
		}
	#header h1 a{
		}		

	#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{
		text-decoration:underline;
		font-weight:bold;
		}	
	#main h2 a, #main h3 a, #main h4 a{
		text-decoration:none;
		}			
	.img{
		
		}	
	.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;
		}		
		
		
	/* 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:0;
			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;
			}																		
	
	/* // 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:122px;}	
		#search button{
			width:53px;
			margin-left:2px;			
			background:url(../images/btn_search.gif) no-repeat 0 0;	
			}						
			
	/* // 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 */



	
	.helpbox
{
   margin-top: 60px;
   float: right;
}

.helpbox .body, .helpbox h3, .infobox .body, .infobox h3
{
   padding: 0px 7px 0px 7px;
}

.helpbox, .infobox
{
   background: #ff9 url(../Images/helpbox_middle.gif) repeat-y;
   width: 240px;
   margin-bottom: 15px;
}

.infobox
{
   background: #d6ecf3 url(../Images/helpbox_middle.gif) repeat-y;
}

.helpbox h3, .infobox h3
{
   background: url(../Images/helpbox_top.gif) no-repeat top left;
   margin-top: 5px;
   margin: 0px;
   font-size: 13px;
   font-weight: bold;
}

.helpbox h3 img, .infobox h3 img
{
   vertical-align: middle;
}

.helpbox h4, .infobox h4
{
   font-size: 10px;
   font-weight: bold;
   color: #666;
   margin-top: 10px;
   margin: 0px;
}

.helpbox .body, .infobox .body
{
   font-size: 10px;
   color: #666;
   height: auto;
   padding-bottom: 20px;
   background: url(../Images/helpbox_base.gif) no-repeat bottom left;
}

.helpbox a
{
   text-decoration: none;
   color: #000;
}

.clearboth {clear:both;}