/* @override http://localhost/stylesheets/base.css */

body{
	background-color: red;
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;

}

h1{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* @group Container */

div#container {
	width: 900px;
	margin: 20px auto 20px;
	padding: 0px;
	background-color: white;
}

/* @group Spiffy Corners */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ff6d6d;
  border-right:1px solid #ff6d6d;
  background:#ffbfbf}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ff1919;
  border-right:1px solid #ff1919;
  background:#ffcece}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ffcece;
  border-right:1px solid #ffcece;}
.spiffy4{
  border-left:1px solid #ff6d6d;
  border-right:1px solid #ff6d6d}
.spiffy5{
  border-left:1px solid #ffbfbf;
  border-right:1px solid #ffbfbf}
#spiffytop, #spiffybottom{
    background-color:red;
}
/* @end */



/* @end */

#container-top, container-bottom{
	margin: 0px;
	padding: 0px;
}

/* @group Branding */

div#branding{
	clear: both;
	height: 145px;
	margin-bottom: 10px;
}

img#branding-logo{
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}

div#contact-info{
	position: relative;
	left:20px;
	top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
span#contact-name{
	display: block;
	font-size: 50px;
}

div#contact-info span{
	padding-right: 10px;
}

span#contact-email{
	display: block;
}
/* @end */


/* @group Navigation */

#nav-main{
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 11pt;
	font-family: "Bell MT", Arial, Helvetica, Geneva, sans-serif;
}

/* Navigation style is the Simple Bits tabbed navbar
   from http://css.maxdesign.com.au/listamatic/ 
*/

#nav-main-list
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
}

#nav-main-list ul, #nav-main-list li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	

}

#nav-main-list a:link, #nav-main-list a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 6px 4px 6px;
	text-decoration: none;
	color: #999;
}

#nav-main-list a:link#current, #nav-main-list a:visited#current, #nav-main-list a:hover
{
	border-bottom: 4px solid #F00;
	padding-bottom: 2px;
	background: transparent;
	color: #F00;
}

#nav-main-list a:hover { color: #000; border-bottom-color: #000;}

/* Style for a secondary navigation bar */

#nav-secondary{
	clear: both;
	width:50%;
	margin-left: auto;
	margin-right: auto;
}

#nav-secondary-list
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#nav-secondary-list ul, #nav-secondary-list li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav-secondary-list a:link, #nav-secondary-list a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}

#nav-secondary-list a:link#current, #nav-secondary-list a:visited#current, #nav-secondary-list a:hover
{
	border-bottom: 4px solid #F00;
	padding-bottom: 2px;
	background: transparent;
	color: #F00;
}

#nav-secondary-list a:hover { color: #000; border-bottom-color: #000;}

/* @end */


/* @group Content */

div#content{
	clear: both;
	width: 700px;
	padding: 0px 100px;
	margin: 0 auto 50px;
}

.center{
	display: block;
	margin-left: auto;
	margin-right:auto;
}

.left{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* @end */

/* @group Home */
.newsitem{
	border-width: 2px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#barn-image{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* @end */
