
/*-------------------------------------------------------------------------------------------------*/
/* Style for links in all templates																   */
/*-------------------------------------------------------------------------------------------------*/

.links A:link {
	text-decoration: none;
	color: #0075A1;
	}
.links A:visited {
	text-decoration: none;
	color: #0075A1;
	}	
.links A:hover {
	color: #fff; 
	background-color: #0075A1;
	}
.links A:active {
	TEXT-DECORATION: none;
	color: #0075A1;
	}
	

/*-------------------------------------------------------------------------------------------------*/
/* Style for Header													   
/*-------------------------------------------------------------------------------------------------*/

#container-head {
	background:#fff;
	height:90px;
	margin:0 auto;
	padding-top:20px;
	position:relative;
	text-align:left;
	width:920px;
}


/*-------------------------------------------------------------------------------------------------*/
/* General styles for all templates ( XHTML ) */															   
/*-------------------------------------------------------------------------------------------------*/

html, body
{
	background:#fff;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px
}
#container-side {
	right: 0;
	top: 100px;
	position: absolute;
	z-index: 11;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border-top: solid 4px #eee;
	padding-top: 10px;
}
#container-main {
	top: 30px;
	margin: 0 auto;
  	width: 920px;
	text-align: left;
  	position: relative;
  	min-height: 600px; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}
#content {
	top: 80px;
	width: 90%;
	margin: 30px 220px 0 0;
	z-index: 9;
	font-family: Verdana, Arial,Tahoma,sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666;
	line-height: 18px;
	padding: 0 0px 40px 0px;
}
#arrows {
	position: absolute;
	top: 68px;	
	right: 6px;
	z-index: 1;
}
#arrows img {

	border: 0;
}
#boxed {
	width: 100%;
	position: relative;
	color: #999;
	padding: 5px 0px 8px 8px;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 10px;
	border-bottom: solid #999 0px;
}
#newsbar {
	width: 180px;
	left: 0px;
	position: relative;
	clip:rect(0,180,6,0);
	background: #F8F8F8;
	padding: 8px 0px 25px 16px;
	margin-bottom: 30px;
	border: 1px solid #ccc
}
#utilities {
	position: absolute;
	top: 3px;
	right: 6px;
	font-size: 10px;
	z-index: 1;
}
#titlebox {
	margin: 40px 220px 0 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	border-bottom: solid #eee 4px;
	padding: 0 0 10px 0;
	position: relative;
	width: 90%;

}
#pathrow {
	margin: 0 220px 0 0; 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	border-bottom: solid #ccc 0px;
	padding: 10px 0px 2px 0px;
	position: relative;
}
#menu {
	width: 100%;
	height: 30px;
	border-bottom: solid 1px #ccc;
}

#footer {
	position:relative; 
	clear:both; 
	width:920px; 
	height:80px; 
	border-top: solid #ccc 1px;	
	color:#999;
	margin: 30px auto;
	padding: 20px 0 50px 0; 
	text-align: left;
	}



