﻿
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th {
    margin: 0px;
    padding: 0px;
}

body  {
    background: #000000 url(../images/bg.jpg) repeat-y scroll center top;
	font-family: "Segoe UI", Verdana, Arial;
	font-size:15px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 19px;
	text-align: left;
	color: White;
}

ol, ul { 
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

h1 span, h2 span, h3 span h4 span, h5 span, h6 span { display:none; }

img {border: 0px;}

a {
	color: #FF3300;
	text-decoration: none;
}
a:hover {	color: #FFF; }
a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
 
 .wrap {
    margin: 0 auto;
    min-height: 15px;
    position: relative;
    text-align: left;
    width: 860px
 }
 
  h1.logo {
    background: transparent url(../images/logo.png) no-repeat scroll 0 0;
    width: 415px;
    height: 80px;
    left: -15px;
    position: absolute;
    cursor: pointer;
 }
 
  /* ------------TOP NAV -------------------*/
 div#topNav {
    margin: 0px auto;
    height: 20px;
    text-align: right;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
   margin-top: 6px;
   width: 840px;
}

div#topNav span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-right: 12px
}

div#topNav a {
    margin-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: White;
}

div#topNav a:hover {
    color: red;
}
 
 /* ------------TABS -------------------*/
 ul#tabs {
    bottom: 1px;
    left: 430px;
    top: 61px;
    position: absolute;
 }
 
 ul#tabs li {
    float: left;
    margin-right: 4px;
 }
 
 ul#tabs li a {
    display: block;
    height: 34px;
    width: 98px;
 }
 
 ul#tabs li.tab1 a {
    background: transparent url(../images/tabs.png) no-repeat scroll 0px 5px;
 }
 
 ul#tabs li.tab2 a {
    background: transparent url(../images/tabs.png) no-repeat scroll -102px 5px;
 }
 
 ul#tabs li.tab3 a {
    background: transparent url(../images/tabs.png) no-repeat scroll -204px 5px;
 }
 
 ul#tabs li.tab4 a {
    background: transparent url(../images/tabs.png) no-repeat scroll -306px 5px;
 }

 
  ul#tabs li.tab1 a:hover {
    background: transparent url(../images/tabs.png) no-repeat scroll 0px bottom;
 }
 
   ul#tabs li.tab2 a:hover {
    background: transparent url(../images/tabs.png) no-repeat scroll -102px bottom;
 }
 
 ul#tabs li.tab3 a:hover {
    background: transparent url(../images/tabs.png) no-repeat scroll -204px bottom;
 }
 
 ul#tabs li.tab4 a:hover {
    background: transparent url(../images/tabs.png) no-repeat scroll -306px bottom;
 }

 
/* ------------BODY-------------------*/
div#body {
    border-style: solid none none none;
    border-width: 4px;
    border-color: #A5002F;
    margin: 0px auto;
    margin-top: 80px;
    width: 860px;
     /*background-color: White;background: transparent url(../images/vine-bg.jpg) no-repeat center 40px;*/
}

img#imageHeader {
    width: 858px;
    height:260px;
    border: solid 1px #CC486D;
}

div#left_col {
    width: 548px;
    float: left;
    margin: 12px 0px 12px 0px;
}

div#right_col {
    width: 300px;
    float: right;
    margin: 12px 0px 12px 0px;
}

div#full_col {
    width: 858px;
    margin: 12px 0px 12px 0px;
}

div#body .sect_outer {
    background-color: #A5002F;
    border: solid 1px #CC486D;
    margin: 0px 0px 12px 0px;
}

div#body .sect_inner {
    background-color: #71001F;
    border: solid 1px #62021D;
    margin: 3px;
    padding: 0px;
}

div#body .sect_content {
    margin: 6px;
    text-align: left;
}

div#body h1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;
    text-align: center;
    color: #D6AB00;
    margin-bottom: 6px;
}

div#body h2 {
    font-size: 16px;
    font-weight: bold;
    color: #D6AB00;
    letter-spacing: .1em;
    margin: 6px 3px 3px 3px;
    padding: 3px 0px 3px 0px
}

div#right_col img {
    margin: 0px 0px 0px 38px;
    border: solid 1px #CC486D;
}

.clear {
    clear:both;
}

.img_float_right {
    border: solid 1px #CC486D;
    float: right;
    margin: 6px;
}

.img_float_left {
    border: solid 1px #CC486D;
    float: left;
    margin: 6px;
}
