@charset "utf-8";
/* CSS Document */
@media print {
*,html, body {
padding: 0;
margin: 0;
}

html, body, #container, #container_main{
height: 100%;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
background-position:top center;
}

#container {
height: 100%;
min-height: 100%;
width: 959px;
margin: 0 auto 0;
display:block;
}

#container_main {
height:100%;
min-height: 1200px;
width: 959px;
margin: 0 auto 0;

}

.header {
height:50px;
width:900px;
padding-left:30px;
padding-right:30px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
font-weight:bold;
text-align:center;
display:none;
}

.date {
float:right;
padding-right:10px;
padding-top:43px;
font-size:14px;
text-align:right;

}

.nav_buttons {
height:29px;
padding-top:150px;
background-image:url(images/nav_bg_repeat.gif);
background-repeat:repeat-x;
background-position:bottom center;
width:98%;
display:none;
}

.nav_button {
width: 14%;
height:24px;
text-align:center;
float:left;
background-image:url(images/dotted.gif);
background-repeat:no-repeat;
background-position:right middle;
vertical-align:middle;
padding-top:5px;
/*cursor:pointer;*/
display:none;
}



.form_style_button{
background-color:#000000;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border:none;
display:none;

}

.form_style_input{
border-width:thin;
border-color:#000000;
border-bottom-color:#000000;
border-left-color:#000000;
border-right-color:#000000;
border-top-color:#000000;
background-color:#eaeae0;
width:75px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
display:none;
}

.meat {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
text-align:left;
padding-top:20px;
padding-left:30px;
text-transform:none;
width:553px;
float:left;
line-height:18px;
height:100%;
}

.meat_right {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
text-align:left;
padding-top:20px;
padding-right:20px;
text-transform:none;
width:300px;
float:right;
line-height:18px;
height:100%;
display:none;
}

.left_col {
width:48%;
float:left;
padding-right:10px;
}

.right_col {
width:48%;
float:right;
padding-left:10px;
}

#footer{
background-image:url(images/bottom_nav.jpg);
background-repeat:no-repeat;
margin:0 auto 0;
position:relative;
height:75px;
width:960px;
min-height:75px;
min-width:960px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
text-transform:uppercase;
font-weight:bold;
vertical-align:middle;
padding-top:15px;
left:1px;
text-align:center;
display:none;
}



h2 {
text-transform:uppercase;
font-weight:bold;
margin-top:0;
margin-bottom:5px;

}

h5 {
text-transform:uppercase;
font-style:italic;
text-align:center;
margin:0;
}

p {
margin:0;
}

a {
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


/* NAV DROP DOWN */

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;

}
.nav li {
	background-image:url(images/dotted.gif);
	background-repeat:no-repeat;
	background-position:right middle;  
	float: left;
    width: 14%;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top:0px;
	vertical-align:middle;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font-family:Georgia, "Times New Roman", Times, serif;
  display: block;
 /* padding: 0 9px;*/
  text-transform: uppercase;
  text-decoration: none;
  height: 20px;
  padding-top:5px;

}

.nav li a:hover {
  background: #c6c6be;
  color: #000;	
  padding-top:5px;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #c6c6be;
  color: #000; 
}
#nav-one li.sfHover a {
  width:200px;
}


#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #ecece3;
  /*border: 1px solid #000;*/
  color: #000;
  padding-top:0px;
  width:250px;
  padding-left:10px;
  padding-right:10px;
  
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #c6c6be;
  color: #000;	
}

.nav ul {
  list-style: none;
  margin: 0;
  width:300px;
  position: absolute;
  top: -999em;
  left: -1px;
  text-align:left;
  vertical-align:middle;
  padding-top:5px;

}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 20px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  /*border: 1px solid #000;*/
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ecece3;
  color: #000;

}


/* ROUNDED CORNER CSS (writers profile)*/

.rounded_top{
	background-image:url(images/rounded_top.png);
	background-repeat:no-repeat;
	width:292px;
	height:11px;
	}
	
.rounded_middle{
	width:292px;
	background-image:url(images/middle.png);
	background-repeat:repeat-y;
	}	
	
.rounded_bottom{
	background-image:url(images/rounded_bottom.png);
	background-repeat:no-repeat;
	width:292px;
	height:11px;
	}
	
.rounded_text{
	padding-left:90px;
	padding-right:10px;
	}
	
.rounded_text b{
	text-transform:uppercase;
	}
	
.rounded_picture{
	background-image:url(images/writter.jpg);
	background-repeat:no-repeat;
	height:80px;
	width:53px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}		
}
