/* ---------------- 
Designed By Cullen Frazier
www.cullenfrazier.com
sayhello@cullenfrazier.com
 ---------------- */


/* ---- Basics ----- */
/* ---------------- */
* {
padding:0;
margin:0;
}
body {
background: #FFF url(...) repeat top ;
font-size:62.5%;
font-family: Arial, sans-serif;
}
a {
color: rgb(139,31,4);
text-decoration: normal;
outline: none;	
}
a:active, a:hover {
color: rgb(139,31,4);
text-decoration: none;	
}
h1 {
font-size: 1.6em;
padding-bottom: 20px;
color: rgb(139,31,4);
}
object {
float: right;
}
strong {
color: rgb(139,31,4);
}
em {
font-weight: bold;
}
strong em {
color: #8B1F04;
font-style: normal;
}
em strong {
color: #000;
font-weight: bold;
font-style: normal;
} {
color: #8B1F04;
font-style: normal;
}
ol {
padding:0px 0px 30px 50px;
font-weight: bold;
font-size: 1.0em;
line-height: 1.3em;
}
ol ol {
list-style: lower-latin;
padding-left: 10px;
font-weight: lighter;
font-size: 1.0em;
}
/* ---------------- */
/* ---------------- */


/* ---- Tool Box ----*/
/* ---------------- */
a img {border: 0px;}
.left {float: left}
.right {float: right}
.clear {clear: both;}
.bold {font-weight: bold}
.nomlist {list-style: disc; margin-left: 30px;}
/* ---------------- */
/* ---------------- */


/* ---- Classes -----*/
/* ---------------- */
.red-line {
background: url(../images/bg-top.gif) top repeat-x;
display: block;
height: 29px;
}
.red-line p {
text-transform: uppercase;
color: #FFF;
font-size: 1.5em;
text-align: center;
font-weight: bold;
padding-top: 5px;
}
.black-link {
font-family: Times, serif;
color: #000;
font-size: 1.3em;
font-weight: bold;
}
.hd {
font-family: Times New Roman;
font-size: 1.2em;
line-height: 1.5em;
font-weight: bold;
color: rgb(159,69,38);
padding: 10px;
}
/* ---------------- */
/* ---------------- */


/* -- Unique Stuff --*/
/* ---------------- */

div#page-wrap {
margin: 0 auto;
width: 950px;
padding: 10px 0px;
}
div#header {

}
div#header ul#nav {
background: #E7D196;
height: 28px;
list-style: none;
}
div#header ul#nav li {
float: left;
padding-right: 10px;
padding-left:  10px;
}
div#header ul#nav li.sep {
padding-top: 4px; 
}
div#header ul#top-list {
float: right;
}
div#header ul#top-list {
text-align: right;
font-size: 1.2em;
color: rgb(139,31,4);
list-style: none;
}
div#left-content {
width: 310px;
height: 100%;
float: left;
font-size: 1.5em;
line-height: 1.5em;
}
div#left-content ul {
padding: 20px 0px 20px 50px;
font-size: 0.8em;
}
div#main-content {
width:620px;
float: right;
padding: 20px 0px;
font-size: 1.3em;
line-height: 1.5em;
}
div#main-content #tan-box-top{
background: #DACAA5 url(../images/table-top.gif) top no-repeat;
width: 451px;
}
div#main-content #tan-box{
background: #DACAA5;
width: 451px;
}
div#main-content #tan-box p {
padding: 0px 8px;
margin: 0;
}
div#main-content #tan-box-bottom{
background: #DACAA5 url(../images/table-bottom.gif) bottom no-repeat;
width: 451px;
}
div#main-content p {
padding: 10px 0px;
}
div#main-content ul {
font-size: 1.0em;
line-height: 1.5em;
list-style: none;
}
div#footer {

}
div#footer p {
text-align: center;
}
/* ---------------- */
/* ---------------- */

