/*
style.css
main css file
*/

/* ----------------------------- main ----------------------------- */

body {
font-family: "Helvetica Neue", Helvetica;
background: #380f05;
font-size: 13px;
margin: 0;
padding: 0;
font-weight:normal;
}


img {
margin-bottom: 5px;
border: 0;
margin: 0;
padding: 0;
display: inline;
}
p {
margin-bottom: 10px;
margin-top: 0;
padding: 0;
}
a:link, a:visited {
color: #900f0f;
text-decoration: none;
font-weight: normal;
}
a:hover {
color: #380f05;
font-weight: normal;
}
/*------------------------------ font styles --------------------------- */

.side1 {
font-size: 9pt;
float: left;
display: inline-block;
margin-top: 90px;
width: 460px;
margin-left: 40px;
line-height: 18px;
padding: 0;
text-decoration: none;
}


.side2 {
font-size: 9pt;
float: left;
display: inline-block;
margin-top: 80px;
width: 460px;
margin-left: 40px;
line-height: 18px;
padding: 0;
text-decoration: none;
}

.side3 {
font-size: 9pt;
float: left;
display: inline-block;
margin-top: 85px;
width: 460px;
margin-left: 40px;
padding: 0;
text-decoration: none;
}
.side4 {
font-size: 9pt;
float: left;
display: inline-block;
margin-top: 90px;
width: 460px;
margin-left: 40px;
line-height: 18px;
padding: 0;
text-decoration: none;
}

.sideparty {
font-size: 9pt;
float: left;
display: inline-block;
margin-top: 90px;
width: 600px;
margin-left: 40px;
line-height: 18px;
padding: 0;
text-decoration: none;
}


/* Side party for columns! */
#optheader
{
	margin-top: 70px;
	margin-left: 10px;

}

#sidepartycol {
margin-top: 10px;
width:700px;
font-size: 9pt;
line-height: 18px;
text-decoration: none;
}

#sidepartycol .column {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 30%;
}

#colfooter {
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
}

b {
color: #900f0f;
font-weight: bolder;
font-size: 13px;
text-decoration: none;
font-family: "Helvetica Neue", Helvetica;
}
i {
font-style: normal;
color: #013669;
text-decoration: none;
font-weight: 300;
}
d{
color: #7fad31;
font-weight: bolder;
font-size: 17px;
text-decoration: none;
font-family: "Helvetica Neue", Helvetica;
}

p.bold {
font-weight: bold;
font-size: 16px;
margin-bottom: 15px;
}


/* ----------------------------- structure ----------------------------- */

#main {
width: 800px;
vertical-align:top;
background: #380f05;
margin: 0;
padding: 0;
display: block;
overflow:hidden;
}

#container {

margin: 0 auto;
padding: 0;
width: 800px;

}
#header {
border-top: 10px solid #380f05;
display: block;
width: 800px;
height: 240px;
background: url(header.jpg) no-repeat;
}

#header2 {
border-top: 10px solid #380f05;
display: block;
width: 800px;
height: 240px;
background: url(header2.jpg) no-repeat;
}


#headerwrapper {
    width: 800px;
    border: 1px solid black;
    overflow: hidden; /* will contain if #first is longer than #second */
}

#headerparty {
border-top: 10px solid #380f05;
display: block;
width: 252px;
height: 240px;
float:left; /* add this */
background: url(headerparty.jpg) no-repeat;
}

#fadeshow1 {
	border-top: 10px solid #380f05;
    overflow: hidden; /* if you don't want #second to wrap below #first */
}


#header3 {
border-top: 10px solid #380f05;
display: block;
width: 800px;
height: 240px;
background: url(header3.jpg) no-repeat;
}

#header4 {
border-top: 10px solid #380f05;
display: block;
width: 800px;
height: 240px;
background: url(header4.jpg) no-repeat;
}

#header5 {
border-top: 10px solid #380f05;
display: block;
width: 800px;
height: 240px;
background: url(header5.jpg) no-repeat;
}

.content {
float: left;
display: block;
width: 800px;
height: 500px;
margin-left: 0px;
padding: 0;
margin-right:0px;
background-image: url(containerone.jpg);
}

.content2 {
float: left;
display: block;
width: 800px;
height: 437px;
margin-left: 0px;
padding: 0;
margin-right:0px;
background-image: url(containerparty.jpg);
}

.contentoptions {
float: left;
display: block;
width: 800px;
height: 650px;
margin-left: 0px;
padding: 0;
margin-right:0px;
background-image: url(containerpartyoptions.jpg);
}

.contentcow {
float: left;
display: block;
width: 800px;
height: 650px;
margin-left: 0px;
padding: 0;
margin-right:0px;
background-image: url(containercows.jpg);
}



.content3 {
float: left;
display: block;
width: 800px;
height: 437px;
margin-left: 0px;
padding: 0;
margin-right:0px;
background-image: url(containerthree.jpg);
}

.content4 {
float: left;
display: block;
width: 800px;
height: 950px;
margin-left: 0px;
padding: 0;
margin-right:0px;
background-image: url(containerfour.jpg);
}

.content5 {
float: left;
display: block;
width: 800px;
height: 437px;
margin-left: 0px;
padding: 0;
margin-right:0px;
background-image: url(containerfive.jpg);
}


/*------------------------------ pop up --------------------------- */

.layer1{
position: relative;
z-index: 4;
}

.layer2{
position: relative;
z-index: 2;
}

#tooltip1 a:hover span { 
border:2px solid #000000;
display: block;
position: absolute;
background-color:#380f05;
width: 560px; 
height: 100px; 
left: 100px; 
top: -80px; 
color: #fafafa; 
padding: 5px;
}

span{
color: #ffffff;
}
#tooltip1 { 
position: relative;
color:#000000;
}
#tooltip1 a span { 
display: none; 
color: #fafafa; 
}






/* ----------------------------- nav bar ----------------------------- */ 
#nav {
text-align: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0 auto;
font-weight: normal;
}
#nav ul {
border-top: 25px solid #380f05;
margin: 0px;
list-style: none;
width: 800px;
height: 30px;
background: url(navbar.jpg) no-repeat;
}
#nav ul li {
display: inline;
margin-right: 0;
font-weight: normal;
font-size: 14px;
}
#nav ul li a {
margin-left: 35px;
display: inline-block;
line-height: 30px;
text-decoration: none;
font-size: 15px;
color: #ffffff;
border: none;
font-weight:normal;
float: left;
}
#nav ul li a:hover {	
color: #013669;
}
#nav li a.active {
color: #e4ceb7;
border-left:  none;
font-weight: normal;

}
#nav ul li.first {
padding-left: 0px;
}

/* ----------------------------- footer ----------------------------- */	
#footer {
border-bottom: 10px solid #380f05;
border-top: 10px solid #380f05;
width: 800px;
height: 34px;
padding: 0px;
background: url(footer.jpg) no-repeat;
display: block;
text-align: left;
padding-top: 0px;
padding-bottom: 0px;
color: #ffffff;
line-height: 18px;
}
#footer p {
margin: 0;
padding-top: 10px;
}
.fb
{
float:right;
width:34px;
height:34px;
margin-top:200px;
margin-right:10px;
}

.anbox
{
	width:395px;
	padding: 5px;
	border: 2px solid #090;
	margin: 0px;
	
font-size: 11pt;
float: left;
display: inline-block;
line-height: 18px;
padding: 5px;
text-decoration: none;	
}
