﻿body
{
    background-position: bottom;
    background-color: #333;
    text-align: center;
    background-image: url('../images/background_03.gif');
    background-repeat: repeat-x;
}

.pagecontainer
{
    width:970px;
  /*  background-color:Transparent;*/
    margin:10px auto;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}
.contentcontainer
{
    margin: 0 auto;
    width: 950px;
	border: 1px solid #CCC;
    background-color: White;
    display: inline-table;
}
.clear{ clear: both; }
.leftcontainer
{
    padding: 0px;
    margin: 0px;
    background-position: bottom;
    width: 215px;
    background-image: url('../images/Accurate5a_13.png');
     background-repeat: no-repeat;
     float:left;
     height: 100%;
}
.leftcontainer p
{
    font-size: 12px;
}
.rightcontainer
{
    padding: 0px;
    margin: 0px;
    width: 735px;
    text-align: left;
    margin-left: 215px;
}
.whiteLink
{
    color: White;
}
.whiteLink a
{
    text-decoration: none;
    color: #FFF;
}
.blackLink a
{
    text-decoration: none;
    color: #000;
}
.container
{
    font-family: Verdana;
    font-size: 12px;
    background-color: #F0F0F0;
    /*border: thin solid #CCC;*/
    border-left: dashed 1pt #006869;
    padding: 7px;
    margin: 0px;
    width: 225px;
    height: 600px;
    display:inline-table;
    vertical-align: top;
    float: left;
}
.container a
{
        text-decoration: none;
}
img
{
    border-style: none;
    text-decoration: none;
    border:0;
    margin: 0;
    background-color: White;
    }
.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #006869;
    padding-left:20px;
    /*float: right;*/
}
.rightLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #006869;
    /*float: right;*/
}
h1
{
    border-color: #006600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #006869;
    border-bottom-style: dotted;
    border-width: thin;
    /*letter-spacing: .1em;*/
    margin-bottom: 5px;
}
h2
{
    border-color: #006600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #006869;
}
 .headerText
 {
     font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #006869;
 }
.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    letter-spacing: .25em;
    color: #00CC00;
}

.leftBox
{
    width: 200px;
    float: right;
    margin: 25px;
}
#page
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url('../images/Accurate_03.gif');
    width: 800px;
    margin: 0 auto;
    background-repeat: no-repeat;
    text-align: left;

}
#clear
{
    background-color: White;
    width: 800px;
}
#footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    padding: 10px 0;
    text-align:center;
}
#header
{
    background-image: url('../images/Accurate_04.gif');
    background-repeat: repeat-x;
    width: 800px;
}
#contentDiv
{
    margin: 10px 25px;;
}

p
{
        font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom:10px;
}

ul#portfolio {
		list-style-type: none;
		border: solid 1px #CCC; 
		padding: 10px; 
		margin: 20px; 
		float: right; 
		width: 300px;
		padding-bottom: 20px;
}

/*ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
}*/

 .volButton
        {
            border: 1px solid #D6DADE;
            background-color: #EEF3F7;
            padding: 6px;
            margin-left: 0px;
            margin-right: 5px;
            cursor: default;
        }
        .volButton:hover
        {
            border: 3px solid #D6DADE;
            background-color: #EEF3F7;
            padding: 1px;
            margin-left: 0px;
            margin-right: 5px;
            cursor: default;
        }
        .volButtonSelected
        {
            border: 1px solid #D6DADE;
            background-color: #D6DADE;
            padding: 6px;
            margin-left: 0px;
            margin-right: 5px;
            cursor: default;
        }
        .volumeBar
        {
            font-weight: bold;
            font-size: 12px;
            margin-left: 0px;
            margin-top: 0px;
            margin-bottom: 6px;
            text-align: left;
            padding-left: 0px !important;
            cursor: default;
            width: 190px;
        }
        #sipDesc
        {
            background-color: #FFFFCC;
            border: 1px solid #CCCC99;
            padding: 5px !important;
            margin-top: 6px;
            text-align: left;
        }