﻿
body {
	background-color:#FFFFCC;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}

#conash3D0 {height:0px; top:-1px;}

/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 695px;
}
#logoimg
{
	text-align:center;
	height:115px;
}
	
	
/*=== Columns ===*/
#columns{
	margin: 10px 0 0;
	/*width: 660px;*/
	color: #676969;
	text-align:justify;
	min-height:250px;
	float:left;
	padding:20px 10px,20px 10px;
}
#columns h2{
	padding: 0 0 0 0;
	color: blue;
	font-size: 18px;
	font-weight: bold;
}
#columns p{
	padding: 0 0 15px 0;
	font-size:12px;
}
#columns ul{
	padding: -10px 0 0 0;
}
.top_column 
{
	float:left;
	width:100%;
}
.bottom_column {
	float:left;
	width:100%;
}

.content {
	float:left;
	width:100%;
}

.table_cell
{
	width:60%;
	text-align:center;
	margin:0 auto;	
}

.space_div
{
	min-height:1px;
	width:100%;
}
/* Top menu tier */

.PrettyMenu 
{ 
	clear:left;
    float: left;
    width:100%;
    background:url("bg2.gif") repeat-x bottom;
    /*font-size: 93%;
    line-height:inherit;*/
    text-align:center;
	position:relative;
	overflow:hidden;
	height:44px;
}
.PrettyMenu .AspNet-Menu-Horizontal
{
	width:100%;
    
}
*html .PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 1%;
} 
.PrettyMenu ul.AspNet-Menu
{	clear:left;
	float:left;
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
    text-align:center;
    position:relative;
	left:50%;

}

.PrettyMenu ul.AspNet-Menu li 
{
	display:block;
	float: left;
	background: url("left.gif") no-repeat left top;  
    margin: 0;
    padding: 0 0 0 5px; 
    position:relative;
	right:50%;   
}

.PrettyMenu ul.AspNet-Menu a.AspNet-Menu-Link
{
    display: block;
    background: url("right.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #765;
}

.PrettyMenu ul.AspNet-Menu a.AspNet-Menu-Link:hover
{
    color: #333;    
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Selected
{
	/*display:block;
	float: left;
	background: url("left_on.gif") no-repeat left top;  
    margin: 0;
    padding: 0 0 0 5px; 
    position:relative;
	right:50%;*/  
	background-image:url("left_on.gif");
}

.PrettyMenu ul.AspNet-Menu a.AspNet-Menu-Selected
{
    background-image:url("right_on.gif"); 
    color: #333;   
    /*padding-bottom: 5px;
    display: block;
    background: url("right_on.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #333;*/
}

/* Sub menu */

.PrettySubMenu 
{ 
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;    
}

.PrettySubMenu ul.AspNet-Menu
{	
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
}

.PrettySubMenu ul.AspNet-Menu li 
{
	float: left;
    margin: 0;
    padding: 0 0 0 9px;       
}

.PrettySubMenu ul.AspNet-Menu a.AspNet-Menu-Link
{
    display: block;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #765;
}

.PrettySubMenu ul.AspNet-Menu a.AspNet-Menu-Link:hover
{
    color: #333;    
}

.PrettySubMenu ul.AspNet-Menu li.AspNet-Menu-Selected
{
}

.PrettySubMenu ul.AspNet-Menu a.AspNet-Menu-Selected
{
    color: #333;   
    padding-bottom: 5px;
}

/*=== Footer ===*/
#footer{
	clear: both;
	padding: 10px 8px 10px 5px;
	height: 26px;
	text-align:center;
}
#footer p{
	padding: 5px 0 0;
	text-align:center;
}
/*- Copyright -*/
#footer p.copy{
	float:left;
	color: #a78c77;
	font-size: 9px;
	text-align:center;
	width:100%;
}
#footer p.copy a{
	color: #a78c77;
}
#footer p.copy a:hover{
	color: #142a2e;
}
