﻿*
{
font-family:Verdana;    
}

body
{
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    font-size:11px;
    font-family: Verdana;/*Tahoma;*/
}

.homeBg
{
    background-image: url('../images/home/Bg.jpg');
    background-repeat:repeat-x;
}

.internalBg
{
    background-image: url('../images/about/internalBg.jpg');
    background-repeat:repeat-x;
}

table, table td
{
	border-spacing: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

img
{
	border-width: 0px;
    /*behavior: url(js/iepngfix.htc);*/
}

.header
{
    width: 100%;
    height: 117px;
    background: url('../images/volas_logo.jpg');
    background-repeat: no-repeat;
    font-family: Verdana;/*Tahoma;*/
}

.topMenu
{
    float: right;
    /*padding-right: 10px;*/
    margin-top: 55px;
}

.bottomMenu
{
    float: left;
    /*padding-left: 10px;*/
}

.topMenu a, .bottomMenu a, .redBulletSmall a, .link
{
    color: #242526;
    text-decoration: none;
}

.topMenu a:hover, .bottomMenu a:hover, .redBulletSmall a:hover, .menuItemSelected, .link:hover
{
    color: #c03f45;
}

.footer
{
    height: 40px;
    font-size: 10px;
    border-top: solid 1px #d6d6d6;
    font-family: Verdana;/*Tahoma;*/
    line-height: 40px;
}

.copyright
{
    float: right;
    color: #888888;
    /*padding-right: 10px;*/
}

.content
{
    width:1000px;
    margin: 0 auto;
}

.pageTitle
{
    font-family: Verdana;/*Tahoma;*/
    height: 33px; 
    font-size: 33px; 
    padding-bottom: 11px; 
    letter-spacing: 3px;
    color: #2b3d53; 
    font-weight: bold;
}

.smallText
{
    font-size: 12px;
    font-family: Verdana;/*Tahoma;*/
    text-align: justify;
}

/******************* HOME *******************/

.homeFlash
{
    background-image: url('../images/Home/homeFlash.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.greyTitle, .greyTitle a
{
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;/*Tahoma;*/
}

.greyTitle a
{
    cursor: pointer;
    text-decoration: none;
}

.greyBottomBorder
{
    border-bottom: solid 1px #c0c0c0;
}

.tab
{
    background-image: url('../images/home/tab.jpg');
    background-repeat:no-repeat;
    width: 175px;
    height: 32px;
    text-align: center;
    vertical-align: top;
    line-height: 40px
}

.tabGap
{
    background-image: url('../images/home/tabSpace.jpg');
    background-repeat:no-repeat;
}

.tickerBlock, .tickerBlock a
{
	color: #868686;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

hr
{
    color: #ffffff;
    border: none;
    border-top: solid 1px #c0c0c0;
}

.redBullet
{
	font-size: 12px;
	padding:0px 0px 0px 6px;
	
}

.redBullet a
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 14px;
    font-family: Verdana;
    display:block;
    background-image: url('../images/home/redBullet.gif');
    background-repeat:no-repeat;
    background-position:0px 7px;
    line-height:20px;
    
}


/******************* ABOUT *******************/

.redBulletSmall
{
	background-image: url('../images/about/redBulletSm.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 10px 0 7px;
	display: inline;
}

/******************* NEWS *******************/

.blackBullet
{
	background-image: url('../images/news/blackBullet.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 10px 0 7px;
	display: inline;
	font-size:11px;
}

.dashedHR
{
    color: #ffffff;
    border: none;
    border-top: dashed 1px #000000;
}

/******************* CONTACT *******************/

.contUsLabel
{
    /*color: #2A7FB5;*/
    color: #c03f45;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	vertical-align: top;
	width: 100px;
}

.contUsTxtBox
{
    border: solid 2px #e2e2e2;
	font-size: 14px;
	height: 20px;
	width: 200px;
}
.homeFont
{
    font-family:Verdana;
    font-size:11px;
}

.categoryBredcrub
{
    color: #BC3033;
    text-decoration: none;
    padding: 0 10px 0 0px;
	display: inline;
	font-weight:bold;
}