*
{
    border:0;margin:0;
}
body 
{
	margin-left:5%;
	margin-right:5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#aaaaaa;
}
h4 {
background-image:url(images/arrow.gif);
background-position:0px 3px;
background-repeat:no-repeat;
color:#000000;
font-size:16px;
font-weight:bold;
margin-bottom:15px;
padding-left:30px;
}
h3 {
font-size:14px;
padding-bottom:5px;
}
h2 {
font-size:16px;
padding-bottom:5px;
}
h1 {
color:#B72D2D;
font-family:Tahoma;
font-size:16px;
padding-bottom:10px;
padding-top:25px;
}

p{
    margin-top:1px;
    margin-bottom:15px;
}
a {
	color: #B72D2D;
	text-decoration: underline;
}
a:hover{
	color: black;
	text-decoration: underline;
}

#top 
{   
    height:115px;
    margin-top:0px;
    background:white url(images/success-graph.jpg) no-repeat;
    background-position:top right;
    width:100%;
    white-space:nowrap;
    left:0px;
}

#top a 
{
    color:white;
}

#top a:hover 
{
    color:black;
}
#logo
{
    float:left;
    position:relative;
    vertical-align:top;
    z-index:12;
    padding-right:0px;
    padding-left:0px;
    background:white;
    margin:0;
    border-style: none;
}

#spacer{
    clear:both;
    background-color:#EEEEEE;
    margin:0;padding:0;
    width:100%;
    height:0px;
}

#topFiller
{
    float:right;
    vertical-align:top;
    z-index:10;
    display:none;
}

#quicklinks
{
	height:25px;
	float:right;
	color:white;
	padding-right:10px;
	padding-top:7px;
}

#quicklinks a
{
    text-decoration:underline;
    font-size: 12px;
	font-weight: normal;
	padding-right:15px;
}

#main
{   
    background-color:#EEEEEE;
    height:auto;
    padding-bottom:20px;
    clear:both;
    background-image:url(bottomgr2.JPG);
    background-position:right bottom;
    background-repeat:no-repeat;
    overflow-x:hidden;
    overflow-y:visible;
}

#right
{
    float:right;
    width:29%;
    height:auto;
    background-color:#EEEEEE;
    display:block;
    padding-left:2%;
    padding-right:2%;
    position:relative;
    top:1px;
    z-index:5;
    color:black;
    display:none;
}

#left
{
    height:inherit;
    background-color:#EEEEEE;
    display:block;
    padding-left:4%;
    padding-right:4%;
    margin-right:4%;
    padding-top:1;
    position:relative;
    color:black;
    height:50%;
}


#header 
{
	float:left;
	width:100%;
	background:#666666;
	font-size:12px;
	line-height:normal;
	height:30px;
	display:block;
	overflow:hidden;
	font-weight: bold;
}

#header ul 
{
    top:1px;
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
}
    
#header li 
{
    float:left;
    border-right-style:double;
    border-right-color:White;
    border-right-width:1px;
    background:#666666;
    color:White;
    vertical-align:middle;
    display:block;
}

#header a 
{
    display:block;
    color:White;
    text-align:center;
    padding-top:9px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:8px;
    text-decoration:none;
}

#header a:hover
{
    background-color:#B72D2D;
    padding-bottom:10px;
}
#header #current 
{
    top:-1px;
    left:-1px;
    position:relative;
    display:block;
    color:black;
    background-color:#EEEEEE;
    border-style:solid;
    border-color:#EEEEEE;
    border-bottom-width:3px;
    border-top-width:1px;
}
#header #current a
{
    color:#B72D2D;
}
#header #current a:hover
{
    background-color:#EEEEEE;
    color:#B72D2D;
}
#footer
{
    background-color:#B72D2D;
    color:White;
    width:100%;
    text-align:left;
    vertical-align:middle;
    top:auto;
    position:relative;
    padding-top:7px;
    padding-bottom:7px;
    font-size:11px;
}
#outer
{
    border:solid 1px #666666;
}
#lid
{
    height:5%;
}

#tail
{
    height:5%;
}
#footer_text
{
    position:relative;
    left:4%;
}
.submenu {
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	margin: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	
    }

.submenu a{
	font-size: 12px;
	font-weight: bold;
	
	color: #B72D2D;
	text-decoration: none;
}

.submenu a:hover{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.subcurrent{
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	margin: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    }

.subcurrent a{
	font-size: 12px;
	font-weight: bold;
	color: #B72D2D;
	text-decoration: none;
	display:none;
}
 
.crumb
{
    font-size:10px;
    padding-top:0px;
    display:none;
}

img.stone
{
    margin-right:10px;
    background-color:#EEEEEE;
    border:solid 1px #000000;
    
}

td
{
    font-size: 12px;
 }
    
.listlogo
{
    border:0;
   /* min-height:45px;*/
    margin-right:30px;
}

.clientName
{
    margin-top:15px;
    font-style:normal;
    font-weight:bold;
}

ul 
{
    padding-left:30px;
}

.more
{
    font-size: 12px;
}

.ret2top
{
    font-size: 10px;
}

.biglink
{
    font-variant:normal;
    font-weight:lighter;

}

.noborder
{
    border-style:none;
    border-width:0px;
}

.staffpic
{
    position:relative;
    padding:0px 15px 0px 15px;
    z-index:100;
    float:right;
    display:block;
}

.fullline
{
    border-bottom-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.mi
{
    display:block;
    width:100px;
    float:left;
    border:1px solid;
    border-top:none;
  }
  
  .mi_last
{
    display:block;
    width:100px;
    float:left;
    border:1px solid; 
    border-top:none;
    border-right-width:2px;
}