body {
    margin: 0;
    padding: 0;
    background: #4A4A4A;
    background-image: url(img/bg_rpt.png);
    background-repeat: repeat-x;
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    line-height: 150%;
}

#center{
    width: 750px;
    height: 400px;
    margin: 0 auto;
}

#akheader{
    position: relative;
    width: 1024px;
    left: 5px;
}

#container {
    /*background-repeat: repeat-y;*/
    width: 1024px;
    /*padding: 0 6px;*/
    margin: 0 auto;
}

#containerEnd {
    /*background-image: url(../img/bottomglow.gif);*/
    background-image: url(../img/footer.gif);
    /*background:#ffffff;*/
    background-repeat: repeat-x;;
    width: 1011px;
    margin: 0 auto;
    height: 47px;
}

#containerEnd p {
    color: #ccc;
    margin: 0;
    padding: 0;
    font-size: 0.6em;
    line-height: 47px;
    text-align: center;
}

#containerEnd a {
    color: #bbb;
    line-height:55px;
}

#content {
    background-image: url(img/content_topbar.jpg);
    background-repeat: repeat-x;
    background-color: #E0D058;
    width: 720px;
    margin: 0 auto;
    margin-top: -6px;
    padding: 40px;
    padding-top: 40px;
    font-size: 14px;
}

#containerEnd a:hover {
    color: #999;
}

#contentEnd {
    clear: both;
}

#header h1 {
    display: none;
}

#menu {
    margin: 0;
    padding: 0px 16px;
    height:39px;
}


/*right 170*/
#menu #main {
    list-style: none;
    /*width: 967px;*/
    margin: 0 auto;
    padding: 0;
    /*clear:left;*/


}

#menu #main li.folder, #menu #main li.folderHover {
    background-color: #bda749;
    background-image: url(../img/menumiddle.png);/* #bda749;*/
    width: 135px;
    height:39px;
}

#menu #main #n1 {
    margin-top: 1px;
    background-color: #bda749;
    background-image: url(../img/menuleft.png);/* #bda749;*/
    width: 146px;
    height:39px;
}

#menu #main #nlast {
    background-color: #bda749;
    background-image: url(../img/menuright.png);/* #bda749;*/
    background-position: -20px 0px;
    width: 145px;
    height:39px;
}

#menu ul li {
    
    text-align: center;
    margin: 0;
    /*margin-left:3px;*/
    padding:0px; 
    float:left;
    width: 137px;
    position: relative;

}

#menu ul li ul {
    background: #000;
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*border-bottom: 2px solid #EDB55D;*/
    border-left: 2px solid #EDB55D;
    border-right: 2px solid #EDB55D;
    display:none;
    position:absolute;
    left: 0;
    top: 0;
    width:137px;
    z-index: 2;
}

#menu ul li:hover ul, #menu li.folderHover ul {
    display:block;
    left: 0px;
    top: 31px;
}

#menu #main #n1:hover ul, #menu #n1.folderHover ul {
    display:block;
    left: 7px;
    top: 31px;
}

#menu ul li a {
    /*border-bottom: 2px dotted #aaa;*/
    margin: 0;
    color: #ad7b39;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    /*width: 350px;*/
    /*padding: 2px;*/
    margin: 0px 0px;
    text-decoration: none;
    line-height: 39px;
    text-align: center;
    width: 137px;
    clear: both;
}



#menu ul li a:hover, #menu ul li:hover a, #menu ul li.folderHover a {
    color: #fff;
    margin: 0;
    width: 137px;

}

#menu ul li ul li {
    /*text-align: center;*/
    /*margin-left:20px;*/
    background: #f3cd62;
    padding:0px;
    margin: 0 0 0 0;
    /*padding:3px;*/
    /*width: 169px;*/
    /*border-bottom: 3px solid;*/
border-bottom: 2px solid #EDB55D;
    display: block;
}

#menu ul li ul li a, #menu ul li:hover ul li a, #menu ul li.folderHover li a {
    /*border: 0;*/
    color: #79572a;
    font-size: 0.7em;
    font-weight: bold;
    /*padding: 3px;*/
    /*margin: 0 10px;*/
    text-decoration: none;
    text-align: center;
    margin: 0;
    /*width: 170px;*/

}

#menu ul li ul li a:hover {
    /*color: #630;*/
    color: #fff9aa;
    background: #e87743;
}







table.form{
    margin-right:210px;
    width: 75%;
    border-collapse:separate;
}

table.borderform{
    margin-right:210px;
    border-collapse: collapse;
}

#messageLabel{
    vertical-align: top;
}

#message{
    width: 300px;
}

#submenu li img {
    clear: both;
}

#submenuEnd {
    clear: both;
}


#content h4, #content h3, #content h2
{
    min-width: 217px;
    max-width: 600px;
    height: 42px;
    color: #FFF9B2;
}
#content h3
{
    margin: 10px 0px 0px 0px;
}

.truckMiddle
{
    background: url('img/header_truck_rpt.png');    
    background-repeat: repeat-x;

    padding-top: 9px;
    margin: 0px;

    vertical-align: top;
    float: left;
}
.truckMiddle span
{
    position: relative;
    top: -4px;
}

.truckFront
{
    margin: 0px;
    float: left;
    border: 0px;
}
.truckEnd
{
    margin: 0px;
    float: left;
    border: 0px;
}

#content h4 p,
#content h3 p,
#content h2 p
{
   margin: 0px;

}


.title{
	display: block;
	margin-right: 250px;
	clear: right;
}


.floatRight { 
    float: right; 
    clear: right;
    margin: 6px;
    margin-right: 25px; 
}


#content img#pics
{
}


/*ul{
	margin-right: 235px;
}

.buttons ul {
	background: #000;
	list-style: none;
	margin-right: auto;
	margin-right: auto;
	padding: 0;
}
*/
.buttons li {/*
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;*/
	display: inline;

}

.buttons li a {
	/*float: left;*/
 
	width: auto;
	background: #000;
	border-right: 2px dotted #EDB55D;
	border-left: 2px dotted #EDB55D;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	padding-right: 33px;
 	padding: 0em 1.5em;
	/*margin: 10px;*/
	/*padding-left: -9px;*/
	text-decoration: none;

}

#flash{}

#best{
	font-weight: bold;
	font-style: italic;
}

h3 pan#dcontact
{
margin: 0px;
margin-left: 35px;
display: inline;
}

.buttons li a:hover {
    color: #999;
}

.buttons li.last a {
    border: 0;
}

h4 a{
   color: #960;
text-decoration: none;
}

h4 a:hover {
   color: #000;
text-decoration: none;
}


a{
color: #996600;
text-decoration: none;
}

a:hover{
color: #000000;
text-decoration: none;
}


#cusList a{
color: #000;
text-decoration: none;
font-weight: bold;
}

#cusList a:hover{
color: #960;
text-decoration: none;
}

a.reverse{
color: #000;
text-decoration: none;
font-weight: bold;
}

a:hover.reverse{
color: #960;
text-decoration: none;
}

h4 a{
color: #000000;
}

h4 a#uci{
color: #960;
}

a:hover#uci{
color: #000000;
text-decoration: none;
}

div #ffooter{
margin:5px;

}
.uci {
    text-align: center;
}

#noflash{
   color: #960;
text-decoration: none;
text-align: center;
}

img#logos
{
    margin-left: -50px;
}

div.vision2
{
    margin-left: 20px;
}

div.vision3
{
    margin-left: 40px;
}

