/* general */

body {
   background: #f27901;
   border: 0px;
   margin: 0px;
   padding: 0px;
   text-align: center;
}

body, a {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 9pt;
   color: #f5efe9;
   text-decoration: none;
   letter-spacing: 0px;
}

a:link, a:visited {
   text-decoration: none;
   color: #fab46f;
}

a:hover, a:active {
   color: #fab46f;
   text-decoration: underline;
}


h1, h1 a:link {
   font-family: Arial,Helvetica,sans-serif;
   font-weight: bold;
   color: #f5efe9;
   text-align: left;
   line-height: 16px;
   font-size: 14pt;
   border-bottom: 1px dotted #f27901;
   /*border-right: 1px dotted #f27901;*/
   padding-bottom: 5px;
   margin-bottom: 15px;
   margin-top: 7px;
}

h1 a:hover, h1 a:active {
   color: #f5efe9;
   text-decoration: underline;
}

h2, h2 a, h2 a:link, h2 a:visited {
   font-family: Arial,Helvetica,sans-serif;
   font-weight: bold;
   color: #f27901;
   text-align: left;
   line-height: 11px;
   font-size: 9pt;
   margin-bottom: 7px;
   margin-top: 20px;
}

h2 a:hover, h2 a:active {
   color: #f27901;
   text-decoration: underline;
}

h3 {
   display: block;
   width: 218px;
   background: #f27901 url(images/bg_h3.jpg) no-repeat top left;
   float: left;
   margin: 15px 0px 0px 0px;
   padding: 6px 2px 6px 20px;
   border-left: 1px dotted #ac9984;
   border-right: 1px solid #54402b;
}

h3, h3 a:link, h3 a:visited {
   font-family: Arial,Helvetica,sans-serif;
   font-weight: bold;
   color: #f5efe9;
   text-align: left;
   line-height: 12px;
   font-size: 9pt;
}

h3 a:hover, h3 a:active {
   color: #f5efe9;
   text-decoration: underline;
}

h4, h4 a, h4 a:link, h4 a:visited {
   font-family: Arial,Helvetica,sans-serif;
   font-weight: bold;
   color: #fab46f;
   text-align: left;
   line-height: 14px;
   font-size: 9pt;
   margin-bottom: 7px;
   margin-top: 7px;
}

h4 a:hover, h4 a:active {
   color: #fab46f;
   text-decoration: underline;
}

h5, h5 a, h5 a:link, h5 a:visited {
   font-family: Arial,Helvetica,sans-serif;
   font-weight: bold;
   color: #f27901;
   text-align: left;
   line-height: 11px;
   font-size: 9pt;
   margin-bottom: 7px;
   margin-top: 20px;
   padding: 6px 3px 7px 4px;
   background: #3c2c1c;
}

h5 a:hover, h5 a:active {
   color: #f27901;
   text-decoration: underline;
}

h5 img {
   margin-bottom: -3px;
   margin-right: 4px;
}

p {
   text-align: justify;
   line-height: 15px;
   margin-top: 7px;
   margin-bottom: 7px;
}

img {
   border: 0px;
}


ul {
   padding: 0px;
   margin: 0px;
   text-align: left;
   list-style: none;
   font-weight: normal;
   color: #fab46f;
}


li {
   color: #fff;
}

hr {
   color: #624c34;
}



/*  ---- layout divs ----  */




#container {
   width: 900px;
   margin: 0px;
   background: url(images/bg_main.jpg) repeat-y top left;
}

#containerWrap {
   position: relative;
   margin-left: -20px;
}

#header {
   width: 760px;
   height: 23px;
   background: url(images/bg_header.jpg) no-repeat top left;
   float: left;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 7pt;
   text-align: left;
   color: #fff;
   line-height: 20px;
   text-decoration: none;
   letter-spacing: 2px;
   padding: 21px 70px 0px 70px;
}

#header a, #header a:visited {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 7pt;
   text-align: left;
   color: #fff;
   line-height: 20px;
   text-decoration: none;
   letter-spacing: 2px;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
   text-decoration: underline;
}

#main {
   width: 742px;
   background: #624c34 url(images/bg_main_right.jpg) repeat-y top right;
   border: 9px solid #FFF;
   clear:both;
}

#banner {
   width: 742px;
   margin: 0px;
   padding: 0px;
   float: left;
}

#contentLeft {
   width: 400px;
   padding: 10px 30px 5px 40px;
   float: left;
}

#contentNews {
   width: 620px;
   padding: 10px 30px 5px 40px;
   float: left;
}

#contentLeft ul, #contentNews ul {
   border-bottom: 1px solid #71593f;
   margin-top: 10px;
   margin-bottom: 10px;
   padding-bottom: 10px;
}

#contentLeft li, #contentNews li {
   background: transparent url(images/body_bullet.gif) 0 7px no-repeat;
   padding: 4px 0px 0px 15px;
}

#contentLeft li.download, #contentNews li.download {
   background: transparent url(images/icon_pdf.gif) 2px 0px no-repeat;
   padding: 0px 0px 0px 22px;
   margin-bottom: 7px;
   line-height: 18px;
}

#contentLeft li.archive, #contentNews li.archive {
   background: transparent url(images/icon_archive.gif) 2px 0px no-repeat;
   padding: 0px 0px 0px 22px;
   margin-bottom: 15px;
   line-height: 18px;
}


#contentLeft form, #contentNews form {
   background: #cbb7a2 url(images/bg_form1.jpg) repeat-y top left;
   padding: 15px;
   border: 1px solid #ac9984;
}

#contentLeft form, #contentLeft form p, #contentNews for, #contentNews form p {
   color: #624c34;
   text-align: left;
}

#contentLeft form p, #contentNews form p{
   font-style: italic;
   font-size: 8pt;
   line-height: 11px;
   margin-top: 5px;
   margin-bottom: 5px;
}

#contentLeft form input.margin, #contentNews form input.margin {
   clear: both;
   margin-bottom: 10px;
}

#contentLeft form input.checklist, #contentNews form input.checklist {
   clear: both;
   margin-bottom: 1px;
   margin-top: 4px;
}

#contentLeft form ul, #contentNews form ul {
   list-style: none;
   text-indent: -22px;
   color: #624c34;
}

#contentLeft form li, #contentNews form li {
   background: none;
   padding: 2px 0px 2px 22px;
   line-height: 16px;
   color: #624c34;
}

#contentNews img {
   border: 7px solid white;
   position: relative;
   margin: 10px;
}

#paymentContainer {
   background: #cbb7a2 url(images/bg_form1.jpg) repeat-y top left;
   border: 1px solid #ac9984;
   display: block;
   width: 360px;
   height: 200px;
   padding: 20px;
}

#paypal form {
   border: none;
   float: left;
   padding-left: 35px;
   width: 104px;
}

#amazon {
   float: left;
}

#contentAlbum {
   width: 672px;
   padding: 10px 30px 5px 40px;
   float: left;
}

#flashcontent {
   border: 1px solid #ac9984;
}

#contentRight {
   float: left;
   width: 240px;
   margin: 0px;
   padding: 0px;
}

#bottom {
   width: 670px;
   clear: both;
   padding: 15px 0px 15px 0px;
   font-size: 8pt;
   text-align: left;
}

#bottom ul.main {
   color: #9e866b;
   border-top: 1px dotted #836b51;
   padding-top: 10px;
   padding-bottom: 40px;
   margin: 0px;
}

#bottom a, #bottom a:visited {
   color: #836b51;
   font-size: 8pt;
}

#bottom a:hover, #bottom a:active {
   color: #9e866b;
   text-decoration: none;
}

#bottom li.main {
   float: left;
   margin: 0px 7px 0px 7px;
   padding: 0px;
   color: #9e866b;
}

#bottom li ul {
   clear: left;
   border-bottom: 1px solid #836b51;
   padding-bottom: 1px;
   margin: 0px;
}

#bottom li ul li {
   float: left;
   margin: 2px 0px 0px 0px;
   padding: 2px 4px;
   border-left: 1px solid #836b51;
}

#breadcrumbs {
   width: 662px;
   margin: 20px 40px 10px 40px;
   text-align: left;
   padding: 0;
   font-size: 10px;
   color: #cec2b5;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
   font-size: 10px;
}

#footer {
   width: 760px;
   height: 44px;
   background: url(images/bg_footer.jpg) no-repeat top left;
   float: left;
   clear: left;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 7pt;
   text-align: left;
   color: #fff;
   line-height: 30px;
   text-decoration: none;
   letter-spacing: 2px;
   margin: 0px;
   padding: 0px 70px 0px 70px;
}

#footer a, #footer a:visited {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 7pt;
   text-align: left;
   color: #fff;
   line-height: 30px;
   text-decoration: none;
   letter-spacing: 2px;
}




/*  ---- navigation ----  */



#nav {
   clear: both;
   width: 742px;
   background: #3c2c1c url(images/bg_nav_2_bg.jpg) repeat-x top left;
   height: 48px;
   margin: 0px;
   padding: 0px;
}

#nav, #nav ul {
   /*width: 742px;*/
   list-style: none;
   /*line-height: 27px;*/
   font-weight: normal;
   padding: 0;
   margin-top: -3px;
}

#nav ul {
   background: #1b1106 url(images/bg_nav_drop.jpg) repeat-x top left;
   /*border: 1px solid #fff;*/
}

#nav li a {
   display: block;
   color: #f5efe9;
   text-align: left;
   line-height: 10px;
   font-family: Times New Roman, Times, serif;
   font-size: 14pt;
   letter-spacing: 2px;
   text-decoration: none;
   padding: 1em 39px 1em 39px;

}

#nav li li a:visited, #nav li li a:link {
   color: #f5efe9;
}

#nav li li a:hover, #nav li li a:active {
   color: #f27901;
   background: url(images/bg_nav_arrow.gif) no-repeat top left;
}

#nav li.root{
   float: left;
   padding: 0;
}

#nav li ul {
   position: absolute;
   left: -999em;
   height: auto;
   width: 180px;
   font-weight: normal;
   border-width: 0px;
   margin: 0 0 0 25px;
   padding: 0;
}

#nav li li {
   width: 180px;
   border-bottom: 1px dotted #756048;
   float: left;
}

#nav li ul a {
   width: 160px;
   color: #857b4e;
   margin: 0;
   padding: 0 0 0 20px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 7pt;
   line-height: 22px;
   letter-spacing: 1px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
   left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
   left: auto;
}

#nav li:hover, #nav li.sfhover {
   background: url(images/bg_nav_2.jpg) no-repeat top center;
}




/*  ---- classes ---- */



.contentRight {
   width: 220px;
   margin: 0px 0px 15px 0px;
   padding: 15px 0px 15px 20px;
   float: left;
   background: #71593f;
   border-left: 1px dotted #ac9984;
   border-right: 1px dotted #ac9984;
   border-bottom: 1px dotted #ac9984;
}

.contentRight p {
   text-align: left;
   margin-top: 7px;
   margin-bottom: 7px;
   padding-right: 20px;
}

.contentRight ul {
   list-style: none;
   font-weight: normal;
   text-align: left;
   line-height: 15px;
   padding: 7px 20px 7px 0px;
   margin: 0;
}

.contentRight li {
   border-top: 1px dotted #ac9984;
}

.contentRight li, .contentRight li a:visited, .contentRight li a:link {
   padding: 7px 0px 7px 0px;
   text-decoration: none;
}

.contentRight li a:hover, .contentRight li a:active {
   color: #f27901;
   text-decoration: underline;
}

.RightinsetLeft img, .RightinsetRight img {
   padding: 0px;
   border: 5px solid #f5efe9;
}

.NoBorderLeft img, .NoBorderRight img {
   padding: 0px;
   border: 0px;
}

.RightinsetLeft, .RightinsetRight {
   text-align: left;
   font-style: italic;
   font-size: 8pt;
   line-height: 12px;
}

.RightinsetLeft {
   float: left;
   margin: 3px 10px 5px 0px;
}

.RightinsetRight {
   float: right;
   margin: 3px 0px 5px 10px;
}

.NoBorderLeft {
   float: left;
   margin: -4px 10px 0px 0px;
}

.leftInset img, .rightInset img {
   padding: 0px;
   border: 6px solid #f5efe9;
}

.leftInset p, .rightInset p {
   text-align: left;
   font-style: italic;
   font-size: 8pt;
   line-height: 12px;
   margin-bottom: 3px;
}

.leftInset {
   float: left;
   margin: 3px 10px 5px 0px;
}

.rightInset {
   float: right;
   margin: 3px 0px 5px 10px;
}

.rightTextInset, .leftTextInset {
   width: 150px;
   text-align: left;
   font-style: italic;
   font-size: 8pt;
   line-height: 17px;
   border-bottom: 1px dotted #ac9984;
}

.rightTextInset {
   float: right;
   margin: 0px 0px 10px 10px;
   padding: 0px 0px 10px 10px;
   border-left: 1px dotted #ac9984;
}

.leftTextInset {
   float: left;
   margin: 0px 10px 10px 0px;
   padding: 0px 10px 10px 0px;
   border-right: 1px dotted #ac9984;
}

.newsSpacer {
   margin-top:80px;
   width: 220px;
}

.newsPhotos {
   width: 220px;
   margin: 20px 0px 0px 0px;
   padding: 0px;
   text-align: left;
   float: left;
}

.newsPhotos img {
   padding: 0px;
   border: 6px solid #f5efe9;
}

.newsPhotos p {
   margin: 7px 2px;
   text-align: left;
   font-style: italic;
   font-size: 8pt;
   line-height: 14px;
}


.caption {
   text-align: left;
   font-size: 8pt;
   font-style: italic;
   line-height: 13px;
   margin: 4px 0px 2px 0px;
}

.clearLeft {
   clear:left;
}

.leftCol {
   float: left;
   width: 150px;
   padding-right: 15px;
}

.floatCol {
   float: left;
   padding-right: 15px;
}

.smallItalic, .smallItalic a, .smallItalic a:visited, .smallItalic a:hover, .smallItalic a:active  {
   text-align: left;
   font-style: italic;
   font-size: 8pt;
   line-height: 14px;
}

.smallItalic a:hover, .smallItalic a:active {
   text-decoration: underline;
}

.bold {
   font-weight: bold;
   color: #fab46f;
}

.spacer {
   padding: 8px 0px;
}

.clear {
   clear: both;
}

.redAsterisk {
   color: #FF0000;
}

.state {
   padding-left: 140px;
}

.zip {
   padding-left: 14px;
}

.fieldPad {
   padding-left: 10px;
}

.clip {
   width: 220px;
   float: left;
   background: #71593f;
   padding: 0px;
   border-left: 1px solid #ac9984;
   border-right: 1px solid #ac9984;
}






