/*
 * Copyright (c) CleverLeaf, Inc.
 * All Rights Reserved.
 *
 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of CleverLeaf, Inc.;
 * the contents of this file may not be disclosed to third parties, copied or
 * duplicated in any form, in whole or in part, without the prior written
 * permission of CleverLeaf, Inc.
 *
 * RESTRICTED RIGHTS LEGEND:
 * Use, duplication or disclosure by the Government is subject to restrictions
 * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
 * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
 * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
 * rights reserved under the Copyright Laws of the United States.
 */

body {
 font: 115% Arial, Helvetica, sans-serif;
 text-align: center;
}

/* globals */

a,
a:visited {
 color: #369;
}

h1 {
 padding-top: 0;
}

/* End globals */

#wrap {
 background-color: #fff;
 text-align: left;
 margin: 0 auto;
 width: 730px;
}

#logo {
 background-image: url(/img/bg.jpg);
 background-repeat: no-repeat;
 margin: 0;
 padding: 18px 0;
 border-bottom: 1px solid #fff;
}

/* top navigation tabs */

#tabs {
 margin: 0;
 padding: 0;
 width: 730px;
}
#tabs ul {
 font-weight: bold;
 background-image: url(/img/tabs.jpg);
 background-repeat: no-repeat;
 background-position: 0 top;
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 float: left;
}
#tabs li {
 margin: 0;
 padding: 0;
 float: left;
 border-right: 1px solid #fff;
}
#tabs a {
 color: #000;
 background-color: #cc9;
 text-decoration: none;
 display: block;
 padding: 0.5em 10px 1.5em;
 float: left;
 border: none;
}
/* IE5-Mac \*/
#tabs a {
 float: none;
}
/* End IE5-Mac */
#tabs a:hover {
 text-decoration: underline;
}
#tabs li.active a {
 background-color: #996;
}
#tabs li.active a:hover {
 text-decoration: none;
}

/* End tabs */

#content {
 padding: 1.5em 0;
 color: #333;
}

#content .column p {
 margin-right: 1em;
}
#content .rightmost.column p {
 margin-right: 0;
}

/* footer */

#foot {
 clear: both;
 padding: 0.5em 1em;
 font-size: 90%;
 background: #cc9;
 border: solid 1px #996;
}
#foot a {
 text-decoration: none;
}
#foot a:hover {
 text-decoration: underline;
}

/* End footer */

.contact {
 list-style-type: none;
 line-height: 150%;
}

/* End style */
