/*
  christymcnicol.com styles
*/

* {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%; margin-bottom: 1px;
}

body {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #eee;
  background-color: #000000;
}

img {
  border: 0px;
}

p {
  font-size: 1.0em;
  line-height: 1.3em;
  margin: 1.2em 0em 1.2em 0em;
}

h1, h2, h3, h4 {
  margin: 1.0em 0em 1.0em 0em;
}

h1 {
  color: #eee;
  font-size: 1.4em;
}

h2 {
  color: #E0DEDA;
  font-size: 1.2em;
}

h3 {
  color: #E0DEDA;
  font-size: 1.1em;
}

h4 {
  color: #E0DEDA;
  font-size: 1.1em;
}

a {
  color: #992739;
}

a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
a:hover {
  color: #d25b6e;
  text-decoration: underline;
}

/* Navigation */

#nav {
  border-bottom: 1px solid #992739;
  width: 100%;
  height: 30px;
  text-align: right;
  background-color: #000000;
}

#nav ul {
  list-style: none;
  padding-top: 8px;
}

#nav li {
  display: inline;
  margin: 0 0.7em 0 0.7em;
}

/* Page Components */

#main {
  width: 1003px;
  text-align: left;
  clear: both;
  display: block;
  background-image: url('/img/bg_pattern.jpg');
}

#mainimage {
  float: left;  
  margin: 13px -344px 0px 0px;
  width: 300px;
}

#mainimage img {
  margin-left: 20px;
  background-color: #4b4a47;
  border: 12px solid #4b4a47;
  z-index: 1;
}

#contentwrap {
  margin: 0px 0px 0px 344px;
}

#logoimage {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 690px;
}

#hpimage, #hpimage img {
  width: 1003px;
  height: 569px;
}

#hpout {
  position: absolute;
  top: 554px;
  left: 165px;
}

#hpout img {
  width: 90px;
  height: 27px;
}

#hpinstruct {
  position: absolute;
  top: 250px;
  left: 68px;
  width: 170px;
  text-align: right;
  font-size: 10px;
  color: #000000;
}

#hpinstruct a {
  color: #D3CBC0;
}


#content {
  background-color: #4b4a47;
  margin-left:0px; margin-right:20px; margin-top:38px; margin-bottom:20px; padding-left:45px; padding-right:45px; padding-top:20px; padding-bottom:20px
}

#content ul, #content ol {
  margin-left: 30px;
  line-height: 1.3em;
}

#shadow {
  height: 7px;
  font-size: 1px;
  background-image: url('bg_shadow.png');
}

#banner {
  position: absolute;
  left: 20px;
  top: 490px;
  width: 468px;
  height: 80px;
  border: 1px solid #A59C8D;
  background-color: #171613;
  text-align: center;
  z-index: 50;
}

#video {
  position: absolute;
  left: 20px;
  top: 46px;
  width: 220px;
  height: 160px;
  border: 1px solid #A59C8D;
  background-color: #171613;
  text-align: center;
  z-index: 50;
}

#videoMM {
  width: 220px;
  height: 160px;
  border: 1px solid #A59C8D;
  background-color: #171613;
  text-align: center;
  z-index: 50;
}

#videoMM2 {
  width: 215px;
  height: 180px;
  border: 1px solid #A59C8D;
  background-color: #171613;
  text-align: center;
  z-index: 50;
}

#playvideo {
  width: 220px;
  height: 160px;
}

#playvideo2 {
  width: 215px;
  height: 180px;
}


/* Footer */

#footer {
  border-top: 1px solid #992739;
  padding: 6px 0px 10px 9px;
  color: #FFFFFF;
  font-size: 0.9em;
  background-color: #000000;
}

#footer a {
  color: #992739;
}
#footer a:link {
  text-decoration: underline;
}
#footer a:visited {
  text-decoration: underline;
}
#footer a:active {
  text-decoration: underline;
}
#footer a:hover {
  color: #d25b6e;
  text-decoration: underline;
}

/* Images */

.imgthumb {
  margin: 0px 15px 15px 0px;
  border: 5px solid #fff;
  width: 140px;
}

.imgborder {
  border: 5px solid #fff;
}

/* Forms */

.highlight {
  color: #eee;
}

label {
  font-weight: bold;
}

input,select,textarea {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 1px;
}