@charset "iso-8859-1";

/*******************************************************************************
*  vnav.css : 2004-07-21 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  responsible for the vertical navigation elements commonly found in the left
*  and / or right columns.
*******************************************************************************/

/*.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
/*
{
	height: 1%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
/*
}
.vnav h3
{
	/* perhaps this belongs partly in gutters.css and partly in 
	   fonts.css. However, the heading size for vnav elements is
	   controlled here because it is a specific vnav visual element
	   rather than something that's going to be applied to the whole
	   layout. So that if you were to remove vnav.css from your
	   layout, you wouldn't have any extra, unused CSS in the rest
	   of your stylesheets. */
/*
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

/******************************************************************************/
.vertmenu {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
/*font-size: 100%;*/
/*width: 179px;*/
width: 198px;
padding: 0px;
/*margin: 0px 0px 15px;*/
margin: 0px 0px 15px 1px;
}

.vertmenu h1{
display: block;
padding: 5px 0px 2px 10px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 0px solid #000000;
color: #616160;
margin-top: 10px;

/*width:169px;*/
width:189px;
}

.vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

.vertmenu ul li {
margin: 0px;
padding: 0px;
}

.vertmenu ul li a {
display: block;
padding: 2px 0px 2px 11px;
text-decoration: none;
background-color: #7C7C7C;
color: #EEEEEE;
background-image:url(../images/menu_small_red.gif);
background-repeat: no-repeat;
/*width:168px;*/
width:187px;
}


.vertmenu ul li a:hover, #vertmenu ul li a:focus {
background-color: #FF0000;
color: #FAFAF8;
background-image:url(../images/menu_small_white.gif);
background-repeat: no-repeat;
}

.vertmenu ul li{
background-color: #D2D2D2;
background-image:url(../images/menu_small_red.gif);
background-repeat: no-repeat;
}

.listnormal{
border-bottom: 1px solid #EEEEEE;
border-right: 0px solid #000000;
}

.listbottom{
border-bottom: 1px solid #000000;
border-right: 0px solid #000000;
}

.vertmenu_crs ul{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

.vertmenu_crs ul li a{
color:black;
background-color: #D2D2D2;
}

.rss{
	margin-left:10px;
}

.social{
	text-decoration: none;
	margin:10px 0 0 10px;
}

div.social #rss,
div.social #twitter,
div.social #facebook{
	float:left;
	margin-right:10px;
	border:0px solid #FFF;
	line-height:36px;
	font-size:10px;
}

div.social img{
	float:left;
	clear:left;
	margin:	0 5px 10px 0px;
}

/******************************************************************************/
