﻿body 
{
	font-family:Tahoma;
}


#navigation-top
{
	display:block;
	border:solid 1px red;
	width:845px;
	width:825px;
	padding:10px;
}

#breadcrumb
{
	/*display:block;
	border:solid 1px navy;*/
	width:678px;
	/*padding: 0 15px 0;*/
	margin-bottom:15px;
}
.breadcrumbText
{
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}
.breadcrumbSeperator
{
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	color:#595230;
	padding-left:3px;
	padding-right:3px;
}
a.breadcrumbText
{
    color:#595230;
}

#footer
{
	display:block;
	border:solid 1px green;
	width:825px;
	padding:10px;
	margin-top:5px;
}


#content-container
{
	display:block;
	border:solid 1px black;
	width:845px;
	min-height:450px;
	margin-top:5px;
}

#column-left
{
	display:block;
	float:left;
	width:600px;
	padding:10px;
	border:dotted 1px #EEE;
}

#column-right
{
	display:block;
	float:left;
	width:200px;
	padding:10px;
	border:dotted 1px #EEE;
}


/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FCFCFA;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
}


h2
{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #423417;
}


h3
{
	font-size: 14px;
	font-weight: bold;
	color: #595230;
}

h4
{
	margin-bottom: 11px;
	font-size: 9px;
	font-weight: bold;
	color: #B0A366;

}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: /*Tahoma,*/ Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595230;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

.text1 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #423417;
}

.text2 {
	color: #B92400;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #595230;
}

.text4 {
	margin-bottom: 11px;
	font-size: 9px;
	font-weight: bold;
	color: #B0A366;
}

.text5 {
	text-align: center;
	font-size: 13px;
	color: #97821A;
}

/** LINKS */

a {
	color: Red;
}

a:hover {
	text-decoration: none;
	color: Red;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage01.jpg) repeat-x left top; background-color:#100f00;}
.bg3 { background: url(../images/subpage1_01.jpg) repeat-y left top; width:980px; float:left; }
.bg4 {
	background: url(/sites/roots/images/subpage1_02.jpg) no-repeat left top; float:left
}
.bg5 { background: url(../images/subpage1_03.jpg) no-repeat left bottom; float:left }
.bg6 { background: url(../images/subpage1_04.jpg) no-repeat left top; }

.bg7 { background: url(../images/subpage2_01_980.jpg) repeat-y left top; }
.bg8 { background: url(../images/subpage2_02.jpg) no-repeat left top; }
.bg9 { background: url(../images/subpage2_03.jpg) no-repeat left bottom; }


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border:none;  }

.imgBorder img
{
	border: #423417 1px solid !important
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.globalNav
{
	width:100%;
	height:43px;
	top:142px;
	left:3px;
}


