/* CSS Document */
body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}

.outer {
display:block;
width:760px;
}

/*-----------------------Header----------------------------------*/
.header {
display:block;
float:left;
width:760px;
height:89px;
background-image:url(../images/virtuoso-header-bg.gif);
background-repeat:repeat-x;
}
.headerimg {
position:absolute;
top:10px;
left:470px;
}

/*-----------------------Nav White-------------------------------*/
#nav {
display:block;
float:left;
width:760px;
font-size:11px;
font-weight:bold;
height:36px;
border-bottom:1px solid #CDCDCD;
}
#nav .redbar {
float:left;
}
#nav a{
color:#3D3938;
margin:10px 0px 0px 0px;
padding:5px 7px 7px 7px;
display:block;
float:left;
border-right:1px solid #CDCDCD;
text-decoration:none;
}
#nav a:hover{
background-image:url(../images/nav-over.gif);
background-repeat:repeat-x;
background-position:bottom;
}

/*-----------------------Nav grey-------------------------------*/

#navgrey {
display:block;
float:left;
height:23px;
width:720px;
background-color:#666666;
border-right:1px solid #CDCDCD;
padding:7px 0px 0px 0px;
font-size:12px;
}
#navgrey a {
display:block;
float:left;
padding:0px 0px 0px 35px;
color:#ffffff;
text-decoration:underline;
}
#navgrey a:hover {
background-image:url(../images/arrow-red2.gif);
background-repeat:no-repeat;
}
#navgrey .current {
display:block;
float:left;
padding:0px 0px 0px 35px;
color:#ffffff;
background-image:url(../images/arrow-red2.gif);
background-repeat:no-repeat;
}
/*----------------------Nav left-------------------------------*/
#contentbox {
display:block;
float:left;
width:720px;
background-image:url(../images/nav-left-bg.gif);
background-repeat:repeat-y;
border-right:1px solid #CDCDCD;
}


#navleft {
display:block;
float:left;
width:170px;
padding:0px 0px 10px 0px;
background-color:#242424;
}
#navleft a {
display:block;
text-decoration:underline;
color:#E2E2E2;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:0px 5px 7px 10px;
}

/*---------------------Content--------------------------------*/
#content {
display:block;
float:left;
background-color:#ffffff;
width:520px;
font-size:12px;
line-height:1.5em;
padding:15px 10px 0px 20px;
}
#content h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
}

/*---------------------Footer-------------------------*/
#footer {
border-top:1px solid #CDCDCD;
text-align:center;
}
#footer a {
line-height:2.5em;
color:#000000;
border-right:1px solid #CDCDCD;
padding:0px 5px 0px 5px;
margin:0px 0px 20px 0px;
}
#footer .copy {
display:block;
margin:15px 0px 0px 0px;
font-size:11px;
}

.clear {
clear:both;
}
