/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    RESET
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    /* or use default: */
    /* line-height: 1.33; */
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* probably add this */
/* the disabled automatic scollbars in IE */
textarea { overflow: auto; }

/* EO RESET */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    BASIC styles
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
body {
  background-color: #FFFFFF;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 28px 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  letter-spacing: 1px;
}
h1 {
  color: #800010;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  padding: 16px 0 14px 0;
}
h2 {
  color: #800010;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  padding: 16px 0 2px 0;
}

p {
    margin: 0 0 14px 0;
}
img {
    border: 1px solid #666666;
}

a,  a:link {
  color: #800010;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #800010;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
/* EO BASIC */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    LAYOUT
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#outerWrapper {
  margin: auto auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #header {
  background-color: #FFFFFF;
  background-image: url("/i/bg-header.gif");
  background-repeat: no-repeat;
  height: 68px;
}
#outerWrapper #contentWrapper {
  background-color: #f0f0f0;
  /* background-image: url("/i/bg-home.jpg"); */
  height: 498px;
}
/*
#outerWrapper #contentWrapper.pid-1 {
  background-image: url("/i/bg-home.jpg");
}
*/
#outerWrapper #contentWrapper #nav {
  margin: 0 0 0 0;
  height:66px;
  background-image: url("/i/bg-nav.gif");
  background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #content {
  height: 399px;
  /* background-color: #F00; */
}
#outerWrapper #contentWrapper #content .inner {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  /* background-color: #F00; */
  height:390px;
  width:602px;
  overflow: auto;
}
#outerWrapper #contentWrapper #footer {
  background-image: url("/i/bg-footer.gif");
  background-repeat: no-repeat;
  height: 33px;
}
/* EO LAYOUT */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    CONTEXT styles
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#outerWrapper #header, #outerWrapper #contentWrapper #nav, #outerWrapper #contentWrapper #footer {
  text-align:right;
  padding-right:65px;
}

#outerWrapper #contentWrapper #content {
  text-align:left;
  /* padding: 19px 65px 10px 133px; */
  padding: 0 65px 0 133px;
}

#footer ul {
    padding:14px 0 2px 0;
}

#header img {
    border: 0;
}
/* EO CONTEXT */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    NAV
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#nav ul.first {
    padding:28px 0 2px 0;
}


#nav ul li, #footer ul li {
    display: inline;
}

#nav ul li.n1 {
    
}

#nav ul li.n1on {
    
}

#nav ul li.n2 {
    
}

#nav ul li.n2on {
    
}

#nav a, #nav a:link, #nav a:visited, #footer a, #footer a:link, #footer a:visited {
    color: #666;
    padding:0 0 0 9px;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
}

#nav a:hover, #nav a:active, #footer a:hover, #footer a:active  {
    text-decoration:none;
    color: #800010;
}

#nav li.n1on a {
    color: #800010;
}

#nav li.n2on a {
    color: #800010;
}

#nav li.n2 a , li.n2on a {
    /* letter-spacing: 0px; */
}

/* EO NAV */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_PARTNERLINKS
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.A_PARTNERLINKS div.part1 {
    width:50%; 
    float:left;
}

.A_PARTNERLINKS div.part2 {
    margin-left:50%;
}

.A_PARTNERLINKS img {
    vertical-align:top; 
    margin-right: 10px;
}

.A_PARTNERLINKS div.clear {
    clear:left; 
    margin-bottom:10px;
}

/* EO A_PARTNERLINKS */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    A_GALLERY
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.A_GALLERY {
    width:602px; 
    float:left;
}

.A_GALLERY div.part2 {
    margin-left:50%;
}

.A_GALLERY p {
    margin-bottom: 6px;
}

.A_GALLERY img.left {
    margin-right: 10px;
    margin-bottom: 10px;
}

.A_GALLERY img.right {
    margin-right: 0;
    margin-bottom: 10px;
}

div.A_GALLERY_NAV {
    float:right;
    margin-top:9px;
}

div.A_GALLERY_NAV img {
    vertical-align:middle; 
    margin-left: 2px;
    border: 0;
}
/* EO A_GALLERY */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    D_FORM
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
input, textarea {margin:0;padding:0;border:0;}

input.style1 {
    width:291px;
    background-color: #FFF;
    margin-bottom: 6px;
    font-size: 10px;
    padding:1px;
}

textarea.style1 {
    width:291px;
    height:162px;
    background-color: #FFF;
    margin:0;
    padding:0;
    font-size: 12px;
    
}
div.col2 {
    width:291px;
    float:right;
    
}
/* EO D_FORM */

