/* ######################################## */
/* Body Section                             */
/* ######################################## */

body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	background-color: #6D7252;
	list-style-type: none;
}

/* ######################################## */
/* Container Section                        */
/* ######################################## */

div#CONTAINER {
	/*position:absolute;*/
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:670px;
	height: 740px;
	z-index:1;
	top: 25px;
	overflow: visible;
}

#CONTAINER #CONTENT h4 {
	font-size: 17px;
	text-align: left;
	border:0px;
	margin:0px;
	padding: 10px 0px 0px 0px;	
}

/* ######################################## */
/* Masthead Section                         */
/* ######################################## */

div#MASTHEAD {
	position:absolute;
	width:660px;
	height:160px;
	z-index:2;
	background-color: #531d1d;
	border-top: solid 5px #531D1D;
	border-left: solid 5px #531D1D;
	border-right: solid 5px #531D1D;
}

/* ######################################## */
/*  Logotext Section                        */
/* ######################################## */

div#LOGOTEXT {
	position:absolute;
	width:230px;
	height:170px;
	z-index:11;
	left: 435px;
	border-top: solid 5px #531D1D;
}

div#LOGOTEXT img {
	z-index: 4;
}

/* ######################################## */
/* Navbar Section                           */
/* ######################################## */

div#NAVBAR {
	position:absolute;
	width:660px;
	height:40px;
	z-index:3;
	top: 165px;
	background-color: #531D1D;
	border-left: solid 5px #531D1D;
	border-right: solid 5px #531D1D;
}

div#NAVBAR a img {
	border-style: none;
}

/* ######################################## */
/* Leftnav Section                          */
/* ######################################## */

div#LEFTNAV {
	position:absolute;
	width:200px;
	height:435px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	z-index:5;
	top: 205px;
	background-color: #7D8262;
	overflow: auto;
	color: #531D1D;
	border-left: solid 5px #531D1D;
	left: 0px;
}

div#LEFTNAV h5 {
	padding-top: 2px;
	font-weight: bold;
	color: #531D1D;
}

div#LEFTNAV h3 {
padding-bottom: 0px;
}

div#LEFTNAV ul {
	padding-top: 5px;
	border-top: 0px;
	margin-top: 0px;
	padding-left: 5px;
	border-left: 0px;
	margin-left: 0px; 
	color: #531D1d;
}

div#LEFTNAV ul ul{
	font-size: 13px;
	padding-top: 0px;
	border-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	border-left: 0px;
	margin-left: 0px; 
}

div#LEFTNAV a {
	color: #531D1D;
	text-decoration:none;
}

div#LEFTNAV a:hover {
	color: #51553d;
	text-decoration:underline;
}

div#LEFTNAV li {
	color: #531D1D;
}

/* ######################################## */
/* Phonenums Section                        */
/* ######################################## */

div#PHONENUMS {
	position:absolute;
	width:225px;
	height:230px;
	z-index:6;
	left: 0px;
	top: 450px;
	background-color: #7D8262;
	overflow: auto;
	color: #531d1d;
	border-left: solid 5px #531D1D;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

div#PHONENUMS h5 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #531D1D;
	margin: 0px;
}

div#PHONENUMS h5 a {
	padding-top: 0px;
	font-weight: bold;
	color: #531D1D;
	text-decoration: none;
}

div#PHONENUMS h5 a:hover {
	padding-top: 0px;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* ######################################## */
/* Content Section                          */
/* ######################################## */

div#CONTENT {
	position:absolute;
	width:420px;
	height:435px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	z-index:7;
	top: 205px;
	left: 225px;
	background-color: #6D7252;
	overflow: auto;
	border-right: solid 5px #531D1D;
}

div#CONTENT em {
	font-weight: bold;
	color: #531D1D;
	font-style:normal;
}

div#CONTENT strong {
	font-weight: bold;
	color: #531D1D;
}

div#CONTENT img.center2 {
	position:relative;
	float: none;
	left: 95px;
}

div#CONTENT ul {
	padding-top: 10px;
	padding-bottom: 10px
	border-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	border-left: 0px;
	margin-left: 0px; 
}

div#CONTENT li {
	margin-left: 20px;
}

div#CONTENT a {
	color: #531D1D;
	text-decoration:none;
}

div#CONTENT a:hover {
	color: #51553d;
	text-decoration:underline;
}


/* ######################################## */
/* Oldfashioned Section                     */
/* ######################################## */

div#OLDFASHIONED {
	position:absolute;
	width:244px;
	height:20px;
	z-index:9;
	left: 420px;
	top: 604px;
}

/* ######################################## */
/* Newtech Section                          */
/* ######################################## */

div#NEWTECH {
	position:absolute;
	width:287px;
	height:21px;
	z-index:8;
	left: 285px;
	top: 580px;
}

/* ######################################## */
/* Stag Section                            */
/* ######################################## */

div#STAG {
	border: 0px;
	padding: 0px;
	margin: 0px;
	position:absolute;
	width:300px;
	height:480px;
	z-index:8;
	left: 130px;
	top: 5px;
}

/* ######################################## */
/* Footer Section                           */
/* ######################################## */

div#FOOTER {
	position:absolute;
	width:660px;
	padding:5px;
	height:100px;
	z-index:10;
	background-color: #6D7252;
	left: 0px;
	top: 650px;
	overflow: auto;
	color: #531D1D;
	text-align:center;
	border-top: solid 5px #531D1D;
	font-size:small;
}

div#FOOTER a img {
	border-style: none;
} 

div#FOOTER a {
	color: #531D1D;
	text-decoration: none;
}

div#FOOTER a:hover {
	color: #DDDDDD;
	text-decoration:underline;
}

/* ######################################## */
/* Headers Section                          */
/* ######################################## */
h1 {
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #531D1D;
	border: 0px;
	margin: 0px;
	font-size: 20px;
	text-align: left;
}

h2 {
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #531D1D;
	border: 0px;
	margin: 0px;
	font-size: 20px;
	text-align: left;
} 

h3 {
	font-size: 16px;
	text-align: left;
	border:0px;
	margin:0px;
	padding:0px;
	font-weight: bold;
}

div#LEFTNAV h3 {
	padding-top: 7px;
	color: #531D1D;
}

/* ######################################## */
/* Paragraphs Section                       */
/* ######################################## */

p {
	padding: 0px;
	border: 0px;
	margin: 5px 5px 5px 5px;
}

.leftnav_content {
	font-size: 11px;
	color: #531d1d;
	padding-left: 4px;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

div#CONTENT p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 16px;
}

/* ######################################## */
/* Images Section                           */
/* ######################################## */

img.right {
	position: relative;
	float:right;
	padding: 0px 3px 0px 15px;
}

img.left {
	position: relative;
	float:left;
	padding: 0px 20px 5px 0px;
}

img.center {
	position:relative;
	float: none;
	left: 65px;
}

/* ######################################## */
/* Lists Section                            */
/* ######################################## */

ul {
	list-style: none;
}

ul.numbered { 
	list-style-type: decimal;
	color: #DDDDDD;
}

ul.circle { 
	list-style-type: circle;
	color: #DDDDDD;
}

/* ######################################## */
/* Classes and Other Section                */
/* ######################################## */

.phone_number {
	font-size: 14px;
	color: #531d1d;
	padding-left: 20px;
	padding-bottom: 0px;
}

.stag {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.current {
	color: #531D1D;
}

div#CONTENT .white {
	color: #DDDDDD;
}

div#CONTENT .white a:hover {
	color: #DDDDDD;
	text-decoration:underline;
}

div#CONTENT .white a:visited {
	color:#bfcc99;
	text-decoration: none;
}

div#CONTENT .white a:visited:hover {
	color:#bfcc99;
	text-decoration: underline;
}

hr {
	margin: 15px;
}

div#CONTENT .indent {
	padding-left: 40px;
	padding-bottom: 20px;
}


