/* - - - - - - - - - - - - - - - - - - - - -

Title :   Web Template

Created : January 10, 2008

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

if (isset($_SERVER['PATH_INFO'])) {  
    $url = substr($_SERVER['PATH_INFO'], 1);  
    $urlParts = explode('/', $url);  
    if ($urlParts[count($urlParts) - 1] == '')  
        array_pop($urlParts);   
  
     $urlPartsCount = count($urlParts);  
    if ($urlPartsCount % 2 != 0) {   
        $urlPartsCount++;   
    }   
     for ($i = 0; $i &lt; $urlPartsCount; $i += 2) {   
         $_GET[$urlParts[$i]] = $urlParts[$i + 1];  
     }   
 }  


*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:10;
	/*background:#1b344d;*/
	background-image:url(../images/bg_body.jpg);
    margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	
}
a{
    color:#87B220;
    text-decoration:underline;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }

/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('../images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}
h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:1px;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
    color:#e7e8e9;
	
}

h3{
    font-family:'Georgia';
	font-size:15px;
	letter-spacing:1px;
    font-weight:bold;
    color:#e7e8e9;
    margin:5px 0;
    
}


h5{
    padding:1px;
	font-family:'verdana';
    font-size:12px;
    font-weight:300;
	letter-spacing:normal;
	line-height:18px;
	text-align:left;
    
}

h6{
    padding:1px;
    color:#e7e8e9;
	font-family:'verdana';
    font-size:12px;
    font-weight:800;
	letter-spacing:normal;
	line-height:18px;
	text-align:left;
    
}



/*------ tables -------- */
.table {
		margin-bottom: 15px;
		width: 225px;
		border-collapse: collapse;
	}
	.table_header td {
	
		padding: 5px 10px;
		color: rgb(70,122,167);
		border-top: 1px solid #CBD6DE;
		border-bottom: 1px solid #ADBECB;
		font-size: 12px;
		font-weight: normal;
	}
	.table_header td a:link, .table_header td a:visited {
		text-decoration: underline;
		color: rgb(70,122,167);
	}
	.table_header td a:hover {
		text-decoration: underline;
		color: #73A822;
	}
	.table_header td {
		border: 1px solid #CBD6DE;
	}

	.row1 td, .row2 td, .row_hover td, .paging_row td {
		padding: 5px 5px;
		color: #666666;
		border: 1px solid #CBD6DE;
	}
	.row1 td {
		background: #ffffff;
	}
	.row2 td {
		background: #eeeeee;
	}
	.row_hover td {
		background: #FBFACE;
		color: #000000;
	}

/* ----- PARAGRAPHS ----- */

p{
    font-family:'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica;
	color:#454545;
	font-size:12px;    
    line-height:20px;
	letter-spacing:.5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	
}


/* ----- FORMS ----- */

input{
    background-color: #e1e4e8;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 0px;
    width:120px;   
	height:20px;           
}

button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}


form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- NAVIGATION ----- */

#nav{
	margin-left:0px;
	padding:0px;
	height:22px;
	width:950px;
	list-style:none;
	text-align:left;
	padding-top:10px;
	background-color:#2f5376;
	left: 0px;
	top: 0px;
}
* html #nav{
	margin-left:0px;
	padding:0px;
	height:22px;
	width:auto;
	list-style:none;
	text-align:left;
	padding-top:10px;	
	background-color:#2f5376;
	left: 0px;
	top: 0px;
	}
 #nav li{
        float:left;
        clear:none;
        list-style:none;
    }
    
 #nav li a{
        color:#ffffff;
        display:block;
        font-size:11px;
        text-decoration:none;
        font-weight:200;
        padding:0px 10px;
    }
	
    #nav li a:hover{
        color:#c2cdd6;
        text-decoration:none;
    }
	
/* ----- Sub Menu CONTENT ----- */
#SubmenuContent{
	text-align:inherit;
	padding-left:15px;
	padding-right:5px;
	padding-top:0px;
    border:0px solid #e7e7e7;
	float:left;
    clear:none; 
	list-style:none;
	text-align:left;
	letter-spacing:0px;
	}


* html #SubmenuContent{
	text-align:inherit;
	padding-left:15px;
	padding-right:5px;
	padding-top:0px;
    border:0px solid #e7e7e7;
	float:left;
    clear:none; 
	list-style:none;
	text-align:left;
	letter-spacing:0px;
	}
	
    #SubmenuContent li{
        float:left;
        clear:none;
        list-style:none;
    }
    #SubmenuContent li a{
    color:#1867c0;
	font-size:12px;
    font-weight:100;
    text-decoration:none;
	padding:10px;
}

	#SubmenuContent a:hover{
    color:#000;
    font-weight:500;
    text-decoration:underline;
}
	
/* ----- Primary CONTENT ----- */

#primaryContent{
    width:615px;
	height:auto;
	/*min-height:570px;*/
	padding-left:2px;
	padding-right:3px;
	padding-top:10px;
	padding-bottom:0px;
    border-right:1px solid #cccccc;
    border-left:1px solid #cccccc;
	float:left;
    clear:none; 
	}

* html #primaryContent{
    width:615px;
	/*height:570px;*/
	padding-left:2px;
	padding-right:3px;
	padding-top:10px;
	padding-bottom:0px;
    border-right:1px solid #e7e7e7;
    border-left:1px solid #e7e7e7;
	float:left;
    clear:none; 
	}
	

#primaryContent h2{
    padding:1px;
    color:#5f98d8;
	font-family:'Georgia';
    font-size:16px;
    font-weight:bold;
	letter-spacing:normal;
	
	
}
#primaryContent h3{
    color:#f55e0c;
    font-family:'Georgia';
    font-size:12px;
    font-weight:bold;
	letter-spacing:normal;
}
#primaryContent h4{
    padding:1px;
    color:#0000FF;
	font-family:'Georgia';
    font-size:16px;
    font-weight:bold;
	letter-spacing:normal;
	text-align:center;
}

#primaryContent h5{
    padding:1px;
    color:#0000FF;
	font-family:'Georgia';
    font-size:12px;
    font-weight:bold;
	letter-spacing:normal;
	text-align:center;
}


#primaryContent h6{
    color:#000000;
    font-family:'Georgia';
    font-size:16px;
    font-weight:bold;
	font-style:normal;
	letter-spacing:normal;
}

#primaryContent img{
	float:right;
	clear:none;
	margin:10px;
	margin-right:0;
	padding:1px;
	border: 1px solid #E7E7E7;
    }
	
#primaryContent ul{
    color:#043f4a;
    font-size:12px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:10px;
    margin:5px 0px;
	List-style:none;
	text-indent:15px;
	background:url('../images/content_bullet.png') left top no-repeat;
}	
/* ----- Primary CONTENT ----- */

#primaryContent2{
    width:775px;
	height:auto;
	min-height:460px;
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
	padding-bottom:0px;
    border-left:1px solid #cccccc;
	float:left;
    clear:none; 
	}

* html #primaryContent2{
    width:775px;
	height:460px;
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
	padding-bottom:0px;
    border-right:1px solid #e7e7e7;
    border-left:1px solid #e7e7e7;
	float:left;
    clear:none; 
	}
	

#primaryContent2 h2{
    padding:1px;
    color:#5f98d8;
	font-family:'Georgia';
    font-size:16px;
    font-weight:bold;
	letter-spacing:normal;
	
	
}
#primaryContent2 h3{
    color:#f55e0c;
    font-family:'Georgia';
    font-size:12px;
    font-weight:bold;
	letter-spacing:normal;
}
#primaryContent2 h4{
    padding:1px;
    color:#0000FF;
	font-family:'Georgia';
    font-size:16px;
    font-weight:bold;
	letter-spacing:normal;
	text-align:center;
}

#primaryContent2 h5{
    padding:1px;
    color:#0000FF;
	font-family:'Georgia';
    font-size:12px;
    font-weight:bold;
	letter-spacing:normal;
	text-align:center;
}


#primaryContent2 h6{
    color:#000000;
    font-family:'Georgia';
    font-size:16px;
    font-weight:bold;
	font-style:normal;
	letter-spacing:normal;
}

#primaryContent2 img{
	float:right;
	clear:none;
	margin:10px;
	margin-right:0;
	padding:1px;
	border: 1px solid #E7E7E7;
    }
	
#primaryContent2 a{
    color:#000000;
    font-size:12px;    
    margin:20px 0;
    list-style:none; 
}	
#primaryContent2 ul{
    color:#043f4a;
    font-size:12px;    
    margin:20px 0;
    list-style:none; 
}

#primaryContent2 li{    
    padding-left:10px;
    margin:5px 0px;
	List-style:none;
	text-indent:15px;
	background:url('../images/content_bullet.png') left top no-repeat;
}	

/* SECOBDARY CONTENT LEFT*/
#secondaryContentL{
	text-align:left;
    width:150px;
	height:auto;
	font-size:11px;
	line-height:22px;
	padding-left:0px;
	padding-right:3px;
	padding-top:0px;
    border-right:0px solid #cccccc;
	float:left;
    clear:none; 
	
	}

* html #secondaryContentL{
	text-align:left;
    width:150px;
	font-size:11px;
	line-height:22px;
	padding-left:0px;
	padding-right:3px;
	padding-top:0px;
    border-right:0px solid #cccccc;
	float:left;
    clear:none; 
	}
	


#secondaryContentL h2{
    padding:10px 10px;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}
#secondaryContentL h3{
    color:#5569e3;
   
}

#secondaryContentL li{
        list-style:none;
        display:inline;    
    }

#secondaryContentL a{
    color:#ffffff;
	font-size:12px;
    font-weight:500;
    text-decoration:none;
	padding:0px;

}

#secondaryContentL a:hover{
    /*color:#418f16;*/
	color:#5f98d8;
    font-weight:500;
    text-decoration:none;
}

#secondaryContentLText input{
    background-color: #fff;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 0px;
    width:100px;   
	height:20px;           
}

#secondaryContentLRadio input{
    background-color: #fff;
    color: #FF0000;
    border: 0px solid #CCC;
    font-size: 8px;
    padding: 0px;
    width:25px;   
	height:20px;           
}

#secondaryContentLSubmit input{
    background-color: #fff;
    border: 0px solid #CCC;
    font-size: 11px;
    padding: 0px;
    width:20px;   
	height:22px;  
	background-image:url(../images/find.gif);         
}

/*SECONDARY CONTENT RIGHT */
#secondaryContent{
	/*text-align:inherit;*/
    width:150px;
	height:auto;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
    border-right:0px solid #e7e7e7;
	float:left;
    clear:none; 
	
	}

* html #secondaryContent{
	/*text-align:inherit;*/
    width:150px;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
    border-right:0px solid #e7e7e7;
	float:left;
    clear:none; 
	}

#secondaryContent h2{
    padding:10px 10px;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}
#secondaryContent h3{
    color:#5569e3;
   
}

#secondaryContent li{
        list-style:none;
        display:inline;    
    }

#secondaryContent hr{
height:1px;
}

#secondaryContent a{
    color:#000000;
	font-size:12px;
    font-weight:500; 
	text-decoration:none;
 	padding:0px;
}

#secondaryContent a:hover{
	color:#220e01;
    font-weight:600;
    text-decoration:none;
}

#secondaryContentText input{
    background-color: #fff;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 0px;
    width:100px;   
	height:20px;           
}

#secondaryContentRadio input{
    background-color: #fff;
    color: #FF0000;
    border: 0px solid #CCC;
    font-size: 8px;
    padding: 0px;
    width:25px;   
	height:20px;           
}

#secondaryContentSubmit input{
    background-color: #fff;
    border: 0px solid #CCC;
    font-size: 11px;
    padding: 0px;
    width:20px;   
	height:22px;  
	background-image:url(../images/find.gif);         
}

/*----feedbacks---*/
#feedback{
    margin:1px 0;
	color:#003399;
	font-family:'Arial';
    font-size:12px;
	letter-spacing:1px;
	line-height:20px;
	text-align:justify;
	background:#e1e4e8;
	border:0px solid #ececec;
	padding:5px;
	border-bottom:1px solid #7fa71f;
		    
}

#news{
	color:#000000;
	font-family:'verdana';
	letter-spacing:1px;
	height:16px;
	font-size:11px;
	text-align:justify;
	background:#ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	border-bottom:1px solid #cccccc;
		    
}
    #news a{
		font-family:Arial;
    	font-size:11px;
        text-decoration:none; 
    }
    #news a:hover{
        color:#666;
        text-decoration:underline; 
}

/* ----- COMMENTS ----- */
   
#comments{
    margin:1px 0;
	color:#6ec962;
	font-family:'verdana';
	width:auto;
    font-size:12px;
	font-style:italic;
	letter-spacing:.5px;
	text-align:left;
	word-spacing:.5px;
	line-height:20px;
	/*background:#d6d7d9;*/
	border:0px solid #ed0510;
	
}
    
	#comments dd, #comments dt{
		display:inline;
		
	} 
    #comments a{
        color:#f1b466;
        font-weight:bold;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#666;
        text-decoration:none; 
    }
    #comments .comment{
        padding:10px 5px;
       
		
    }
       

/* ----- FOOTER ----- */

#footer{
    height:15px;
	width:100%;
	padding-top:0px;
	/*padding-right:10px;*/
	clear:both;
	float:left;
   	border-top:0px solid #e7e7e7;
	border-bottom:0px solid #ffffff;
	
    text-align:right;
    font-size:11px;
    color:#0e6b17;
    }
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }

#counter{
    height:15px;
	width:20%;
	padding-top:0px;
	/*padding-right:10px;*/
	clear:both;
	float:left;
    text-align:left;
    font-size:11px;
    color:#0e6b17;
    }
/* ----- CLASSES ----- */

.clear{
    clear:both;
}

#Button{
    width:150px;
	height:25px;
	float:right;
    clear:none; 
	background-color:#e7e7e7;	
	position:inherit;
	font-size:12px;
	color:#000000;
}

#contacts{
	margin-left:30px;
	width:350px;
	color:#000099;
	font-family:Verdana;
    font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	line-height:20px;
	text-align:left;
	background:#5383bd;
	border:2px solid #ececec;
	padding:5px;
	border-bottom:3px solid #7fa71f;

}

#contacts li{    
    padding-left:25px;
    margin:8px 0;
    list-style:decimal;
}


/* ----- Bottom Nav ----- */


#bNav{
    height:20px;
	width:99%;
	/*padding-top:10px;*/
	padding-right:0px;
	clear:both;
	float:left;
   	border-top:1px solid #e7e7e7;
	border-bottom:0px solid #ffffff;
	background-color:#2f5376;
    text-align:right;
    font-size:11px;
    color:#0e6b17;
    }
    #bNav ul{
        list-style:none;    
    }
    #bNav li{
        list-style:none;
        display:inline;    
    }
    #bNav #copyright{
        float:left;
        clear:none;
    }
    #bNav #links{
        float:right;
        clear:none;
    }
    #bNav a{
        color:#fffff;
        text-decoration:none;
    }
    #bNav a:hover{
        color:#cccccc;
        text-decoration:none;
    }

#dDate{
    height:30px;
	width:100%;
	padding-top:3px;
	/*padding-right:10px;*/
	clear:both;
	float:left;
   	border-top:0px solid #2f5376;
	border-bottom:0px solid #2f5376;
    text-align:left;
    font-size:10px;
    color:#000099;
	background:#e6e3e3;
}

#news1{
	margin-left:0px;
	width:100%;
	color: #FFFFFF;
	font-family:Verdana;
    font-size:10px;
	font-weight:500;
	letter-spacing:0px;
	line-height:15px;
	text-align:center;
	background:#2f5376;
	border-bottom:0px solid #2f5376;
	padding-top:3px;

}
* html #news1{
	margin-left:0px;
	width:100%;
	color: #FFFFFF;
	font-family:Verdana;
    font-size:10px;
	font-weight:500;
	letter-spacing:0px;
	line-height:15px;
	text-align:center;
	background:#2f5376;
	border-bottom:0px solid #2f5376;
	padding-top:3px;

}

#news1 h5{
    padding:1px;
	font-family:'verdana';
    font-size:12px;
    font-weight: bold;
	letter-spacing:normal;
	line-height:18px;
	text-align: center;
	display:  block;
}
/* ----- FOOTER ----- */

#power{
    height:40px;
	width:100%;
	padding-top:3px;
	/*padding-right:10px;*/
	clear:both;
	float:center;
   	border-top:0px solid #2f5376;
	border-bottom:0px solid #2f5376;
    text-align:center;
    font-size:10px;
    color:#ffffff;
	background:#2f5376;
    }
	
* html #power{
    height:40px;
	width:100%;
	padding-top:3px;
	/*padding-right:10px;*/
	clear:both;
	float:center;
   	border-top:0px solid #2f5376;
	border-bottom:0px solid #2f5376;
    text-align:center;
    font-size:10px;
    color:#ffffff;
	background:#2f5376;
    }	
    #power ul{
        list-style:none;    
    }
    #power li{
        list-style:none;
        display:inline;    
    }
    #power #copyright{
        float:center;
        clear:none;
    }
    #power #links{
        float:right;
        clear:none;
    }
    #power a{
        color:#ffffff;
        text-decoration:none;
    }
    #power a:hover{
        color:#e60000;
        text-decoration:underline;
    }
	
	#announcement{
position: relative;
width: 153px; /*marquee width */
height: 150px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid #CCCCCC;
padding-right: 4px;
padding-left: 4px;
text-align:left;
font-size:10px;
}

	#announcement a{
        color:#000000;
        text-decoration:none;
    }
    #announcement a:hover{
        color:#000000;
        text-decoration:none;
    }