body  {
	background-color: #816943;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #132142;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #816943;
	background-repeat: repeat-y;
	background-image: url(../pics/hline.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#container2 { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#TopRowContainer {
	background: #f3f1e0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 127px;
	padding: 0;
	margin: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cbc093;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#sidebar1 {
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	background-color: #816943;
	float: left;
	margin-right: 4px;
}

#bulletContainer{
	width: 122px;
	float: left;
	background-color: #816943;
	border: 0;
	padding-right: 10px;
	}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	position: relative;
	background-color: #816943;
}

#navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 139px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding: 0;
	position: relative;
	top: 0;
	left: 0px;
	background-color: #132142;
}
#mainContent {
	padding: 0;
	width: 375px;
	margin: 0;
	float: right;
	
} 

.textblock {
	padding-right: 35px;
	padding-left: 15px;
	width: 325px;
	margin: 0;
	height: 500px;
	} 
#MenuContainer {
	width: 518px;
	margin: 0;
	position: relative;
	float: left;
	padding: 0;
	height: 115px;
} 
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #816943;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #816943;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


ul.bullet {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	text-decoration : none;
	line-height : 18px;
	margin-left: 20px;
	list-style-position : outside;
	list-style-image : url(../pics/bbullet3.jpg);
	list-style-type: square;
	padding: 0;
	color: #f3f1e0;
} 
ul li.bullet { 
font-weight : bold;
list-style-position : outside;
} 
.imgLB {
	position: relative;
	left: 0px;
	top: 0px;
	height: 115px;
	width: 136px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cbc093;
	float: left;
}

.imgRB {
	position: relative;
	top: 0px;
	height: 115px;
	width: 120px;
	left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #cbc093;
	float: right;
}


#design{
	width: 120px;
	float: left;
	background-color: #816943;
	border: 0;
	margin-right: 5px;
	padding-bottom: 30px;
	font-size: 13px;
	}

a:link {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color : #132141;
	text-decoration : underline;
} 
a:visited {
	text-decoration : underline;
	font-size : 13px;
	font-weight : normal;
	color : #132141;


} 
a:hover {
	text-decoration : underline;
	font-weight : normal;
	font-size : 13px;
	color : #f3f1e0;
} 
a:active {
	color : #132141;
	text-decoration : underline;
	font-size : 13px;
	font-weight : normal;
} 


.c1 a:link {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color : #132141;
	text-decoration : none;
} 
.c1 a:visited {
	text-decoration : none;
	font-size : 13px;
	font-weight : normal;
	color : #132141;


} 
.c1 a:hover {
	text-decoration : none;
	font-weight : normal;
	font-size : 13px;
	color : #b4a97b;
} 
.c1 a:active {
	color : #132141;
	text-decoration : none;
	font-size : 13px;
	font-weight : normal;
} 


.c2 a:link {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color : #132141;
	text-decoration : underline;
} 

.c2 a:visited { 
text-decoration : underline;
font-size : 13px;
font-weight : normal;
color : #132141;

} 

.c2 a:hover { 
text-decoration : underline;
font-size : 13px;
font-weight : normal;
color : #816943;

} 

.c2 a:active {
	color : #132141;
	text-decoration : underline;
	font-size : 13px;
	font-weight : normal;
} 


.mmb a:link {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #132141;
	text-decoration : underline;
} 

.mmb a:visited { 
text-decoration : none;
font-size : 12px;
font-weight : normal;
color : #c6c390;

} 

.mmb a:hover { 
text-decoration : none;
font-size : 12px;
font-weight : normal;
color : #f3f1e0;

} 

.mmb a:active {
	color : #132141;
	text-decoration : underline;
	font-size : 12px;
	font-weight : normal;
} 


.amper { 
font-family : Verdana, Arial, Helvetica, sans-serif;
} 


/* Menu 1 starts here */
#menu1 {
	width: 143px;
	padding: 0;
	text-align: center;
	margin: 0;
}


#menu1 ul
{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	list-style-type:none;
	padding:0;
	margin: 0;
}
#menu1 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu1 a
{
color:  #816943;
text-decoration: none;
text-align: center;
line-height: 15px;
font-size : 12px;
display: block;
padding-top: 3px;
padding-right: 0;
padding-bottom: 3px;
padding-left: 0;
width: 144px;
background-color: #132142;
border-bottom: 1px solid #816943;

}


#menu1 a:link, #menu1 a:visited
{
color: #816943;
text-decoration: none;
}

#menu1 a:hover
{
	background-color: #aa7;
	color: #f3f1e0;
}

#menu1 li a#current
{
	border-bottom: 1px solid  #9A8D5D;
	background-color: #132142;
	color: #816943;
}


#menu1 li a.notcurrent
{
background-color:  #132142;
border-bottom: 0px solid #816943;
}


#menu1 li a:hover.notcurrent
{
	color:  #f3f1e0;
	background-color: #132142;
}

#address {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 225px;
	position : relative;
	line-height : 12px;
	float : right;
	height: auto;
	text-align: right;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
} 


.floatlogo {
	float : left;
	width : 515px;
	height : 55px;
	position: relative;
	right: 0;
	top: 5px;
	padding: 0;
	margin: 0;
} 

#topmenu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	width : 375px;
	background-color : #b4a97b;
	padding: 0;
	position : relative;
	margin : 0;
	float: right;
	top: 0;
	right: 0;
	text-align: center;
	white-space: nowrap;
	line-height: 18px;
	
} 
#topmenu:after { 
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
margin : 0;
padding : 0;
display : block;
height : 0;

} 
#topmenu ul {
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin : 0;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-align : center;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	font-size : 10px;

	
} 
#topmenu ul li {
	display : inline;
	font-size : 10px;


} 
#topmenu ul li a:link { 
font-family : Verdana, Arial, Helvetica, sans-serif;
margin-top : 0;
text-decoration : none;
font-size : 10px;

} 
#topmenu ul li a:visited { 
color : #132142;
font-size : 10px;

} 
#topmenu ul li a:hover { 
color : #f3f1e0;
font-size : 10px;

} 

h2  {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #132142;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	margin-top: 0;
}

