﻿#rightCol {
    float: right;
    width: 280px;
    margin-right: 10px;
    display: inline;
}
/* right nav - top header*/
.rightNavHeader{
    height: auto;
    background: transparent url(left_header_mid.png) left top repeat-y;
    width: 300px;
    position: relative;
}
.rightNavHeader div{
    height: auto;
    width: 300px;
    padding-bottom: 12px;
    background: transparent url(left_header_bot.png) left bottom no-repeat;
}
.rightNavHeader span{
    display: block;
    height: auto;
    padding: 8px 5px 0 8px;
    margin-top: 0;
    text-transform: uppercase;
    width: 300px;
    background: url(left_header_top.png) left top no-repeat;
}


/* right nav - level 1*/
.rightNav{
    margin: 0;
    padding: 0;
    font-family: Calibri;    
}
.rightNav ul {
    margin: 0;
    padding: 0;
    list-style: none;    
}
.rightNav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(leftnav_bg.png) left top repeat-y;
    height: auto;
}


.rightNav ul li a {
    margin: 0;
	padding: 0 10px 0 15px;
    display: block;
    text-decoration: none;
	background: url(na_arrow.gif) left 2px no-repeat;
    height: auto;
    color:black;
}
.rightNav ul li span{
    display: block;
    background: url(leftnav_bar.png) left bottom no-repeat;   
    padding: 5px 15px 10px 6px;    
}

.rightNav ul li a:hover, #rightNav ul li a:focus, #rightNav ul li a:active {
    color:darkslateblue;
}
.rightNavBottom {
    clear: both;
    height: 30px;
    background: url(leftnav_bot.png) left top no-repeat;
    margin: 0;
    width: 300px;
}
#AUTlogo{
     width:300px;
     height: 136px;
}

#sectionFooter{
    height:26px; 
    width:1024px; 
    background: url(footer_bg.png) left top no-repeat;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}
#sectionFooter p {
    color: #003333;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    margin: 0;
    text-align: center;
}
#sectionFooter p a, #sectionFooter p a:visited {
    color: #003333;
    text-decoration: none;
}

#sectionFooter p a:hover {
    text-decoration: none;
}

#contentText{
    color: #000000;
    background: url(content_bg.gif) left top repeat-y;
    float: left;
    width: 1017px;
    padding-left: 5px;
    padding-right: 5px;
}
