@charset "ISO-8859-1";


a:link {
	color: #899335;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #899335;
}
a:hover {
	text-decoration: underline;
	color: #899335;
}
a:active {
	text-decoration: none;
	color: #899335;
}

body {
	background-image: url(Images/image-background-gradient.jpg)
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(../Images/image-background-gradient.jpg);
	background-repeat: repeat-x;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #899335;
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.paragraph-no-padding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.paragraph-title-green-dark{
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #66701E;
	letter-spacing: 4px;
	font-stretch: extra-expanded;
	font-family: Arial, Helvetica, sans-serif;
}
.paragraph-title-green-dark-tight {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #66701E;
	font-stretch: extra-expanded;
	font-family: Arial, Helvetica, sans-serif;
}
.paragraph-title-green-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #899335;
	letter-spacing: 4px;
}
.paragraph-title-green-light-tight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #899335;
}
.paragraph-title-burgundy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #3F1211;
	letter-spacing: 4px;
}
.paragraph-title-burgundy-tight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #3F1211;
}

.navigation-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
}

.navigation-super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #999999;
}

.line {
	height:1px;
	background-color:#66701E;
 }
 
.line-light {
	height:1px;
	background-color:#CCCCCC;
}
.line-navy-burgundy {
	height:1px;
	background-color:#330000;
}

.line-vertical {
	width: 1px;
	background-image: url(../Images/image-line-vertical.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 12px;
	padding-left: 12px;
}
