﻿/* (C) Copyright 2009 All Rights Reserved */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 100%;
	background: #333 url('../images/bg.jpg') repeat-x;
}

#innerwrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	height: 100px;
	width: 1000px;
}

#headerleft {
	float: left;
	width: 455px;
}

.headerleftcontent {
}

/* This is the company name area */

/* .companyname {
	padding: 10px 0px 0px 10px;
	font-weight: bold;
	color: #333;
	text-align: left;
	font-size: 30pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase; */

}

.tagline {
	padding: 3px 0px 0px 60px;
	color: #573e1d;
	text-align: left;
	font-size: 16pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: oblique;
	font-weight: bold;
}

.logo {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}


/* Picture Rotator */

#rotator {
		margin-left: 65px;
}

#mainpic {
    overflow: hidden;
    height:  210px;  
    width:   578px;  
}

.pics {  
    height:  200px;  
    width:   570px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    height:  200px;  
    width:   570px;  
    top:  0; 
    left: 0; 
        border: 4px #990000 solid;
      
} 

/* This is the horizontal top navigation bar */
#topnav {
	margin: 0px auto; /* fix to center in firefox */
	background: url('../images/topnav.jpg') no-repeat;
	height: 57px;
	width: 1000px;
}

.topnavlinks {
	padding: 14px 14px 9px 14px;
	text-align: right;
	font-size: 96%;
	font-weight: bold;
}

.topnavlinks a:visited {
	padding: 10px 10px;
	color: #ffffff;
	text-decoration: none;
}
	
.topnavlinks a:link {
	padding: 10px 10px;
	color: #ffffff;
	text-decoration: none;
}
	
.topnavlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.topnavlinks a:active {
	color: #ffffff;
	text-decoration: underline;
}


/* This is the footer area */

#footerwrapper {
	background: #3e2607 url('../images/footerbg.jpg') repeat-x;
	height: 172px;
	width: 100%;
}

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	height: 172px;
	width: 1000px;
	background: url('../images/footer.jpg') no-repeat;
}

#footer2 {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	height: 172px;
	width: 1000px;
	background: url('../images/footer2.jpg') no-repeat;
}


.footercontent {
	padding: 90px 10px 0px 10px; /* If you want the footer to be below the white area, change the first padding number from 8px to 100px */
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:visited  {
	padding: 4px 4px;
	color: #000000;
	text-decoration: underline;
}

.footercontent a:link  {
	padding: 4px 4px;
	color: #000000;
	text-decoration: underline;
}

.footercontent a:hover {
	padding: 4px 4px;
	color: #444444;
}


.footercontent a:active {
	padding: 4px 4px;
	color: #444444;
}


/* Used in single column layouts */

#bodywrapper {
	width: 1000px;
	background: #333 url('../images/wrapper.jpg') repeat-y;
}
#bodycolumn {
	clear: both;
	width: 1000px;
	min-height: 400px;
	background: url('../images/bodybg.jpg') no-repeat;
	background-position: top left;
	}

.bodycolumncontent {
	padding: 20px 30px;
	min-height: 400px;
}

/* Used in two column layout with left navigation */
#bodywrapper2 {
	width: 1000px;
	background: #333 url('../images/wrapper2.jpg') repeat-y;
}
#bodycolumn2 {
	clear: both;
	width: 1000px;
	min-height: 400px;
	background: url('../images/bodybg2.jpg') no-repeat;
	background-position: top left;
	}

#body1 {
	width: 765px;
	float: right;
}

#body2 {
	float: left;
	width: 200px;
}

.body1content {
	padding: 20px 30px 20px 0px;
}

.body2content  {
	padding: 20px 0px 20px 20px;
}


/* Used in three column layouts */
#body1b {
	width: 765px;
	float: left;
}

#body1c { 
	width: 545px;
	float: right;
}

#body2b {
	width: 200px;
	float: left;
}

#body3 {
	width: 180px;
	float: right;
	margin-right: 40px;
}

.body1bcontent {
	padding: 20px 6px 20px 10px;
}

.body2bcontent {
	padding: 20px 0px 20px 20px;
}

.body3content {
	padding: 20px 30px 20px 0;
}


/* End of Layout CSS */


/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a:visited {
	color: #990000; 
}


a:link {
	color: #990000; 
}


a:hover {
	color: #555555;
}


a:active {
	color: #555555;
}

ul {
	list-style-image: url('../images/bullet.gif');
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

ol{
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

p {
	padding: 3px 0;
	margin: 0;
	line-height: 135%;
}

img {
	border: none;
}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */


h1 { 
	color: #990000;
	font-size: 185%;
	text-align: left;
	border-bottom: 3px #000000 dotted;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 8px 0;
}

h2 {	
	font-size: 165%;
	color: #999;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h3 {	
	font-size: 165%;
	color: #333;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h4 { 
	font-size: 145%;
	color: #990000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h5 { 
	font-size: 145%;
	color: #999;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h6 { 
	font-size: 145%; 
	color: #333; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

.center {
	text-align: center;}

/*  This class can be applied to your buttons to create uniform submit buttons without using graphics.  */

.submitbuttons {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 3px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #6c4f2a;
	width: 155px;
	height: 30px;
}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

/*  The items below sets the properties for the left or right sidelinks.  */

.menuheader1 {
	width: 180px;
	background-color: #990000;
    text-align: left;
    padding: 4px;
	color: #ffffff;
}

.menuheader1 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menuheader1 a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menuheader1 a:active {
	text-decoration: underline;
}

.menuheader1 a:hover {
	text-decoration: underline;
}

.sidelinks {
	margin: 4px 0px 2px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}

.sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 168px;
	color: #333;

	text-decoration: none;
}
	
.sidelinks a:link {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 168px;
	color: #333;

	text-decoration: none;
}
	
.sidelinks a:active {
	color: #990000;
	background-color: #cec1ae;
}


.sidelinks a:hover {
	color: #990000;
	background-color: #cec1ae;
}


.clear {
	clear: both;
}

/*  The items below sets the properties for additional typography and page elements.  */

.block1 {
	color: #6c4f2a;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #6c4f2a;
	border-bottom: 4px solid #6c4f2a;
	background-color: #cec1ae;
	padding: 6px;
	margin-bottom: 8px;
}

.block2 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #000000;
	border-bottom: 4px solid #000000;
	background-color: #6c4f2a;
	padding: 6px;
	margin-bottom: 8px;
}

.block3 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #6c4f2a;
	border-bottom: 4px solid #6c4f2a;
	background-color: #000000;
	padding: 6px;
	margin-bottom: 8px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #ffffff;
	background-color: #6c4f2a;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	text-align: center;
}

.news2 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 2px solid #6c4f2a;
	font-weight: bold;
	text-align: center;
}

blockquote {
	color: #ffffff;
	background-color: #6c4f2a;
	padding: 2px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 115%;
	font-style: italic;
	border: 2px solid #000000;
}


.tiny {
	font-size: 80%;
}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #990000;
}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;
}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;
}
	
.imageleft-border   {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #990000;
}

.imageright-border  {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #990000;
}
