* {
	padding:0;
	margin:0;
	border:0;
}
body {
	background:#c5151c;
	color:#826e58;
	font: 70% Arial, Helvetica, sans-serif;
}
div {
	display:block;
}
#container {
	width:100%;	
}
a {
	color:#e12122;
	text-decoration:none;
}
h1 {
	color:#e12122;
	font-size:1.25em;
	margin-bottom:20px;
	font-weight:normal;
}
p {
	margin-bottom:20px;
}
a {
cursor: pointer;
}
html>body a{
   cursor: hand;
}
a:hover {
	text-decoration:underline;
}
#menu {
	position:relative;
	height:36px;
	width:100%;	
	background:#fff;
}
#utility {
	position:absolute;
	left:10px;
	top:10px;
}
a.active {
	cursor:default;
}
#utility a { color:#826e58;	margin: 0px 8px; }
#utility a.active,
#utility a:hover { color:#910000; text-decoration:none; }

#menu-items {
	position:absolute;
	left:480px;
	top:3px;
	font-weight:bold;
	font-size:1.0em;
}
html>body #menu-items {
	width:501px;
}
#menu-items a {
	display:block;
	float:left;
	color:#826e58;
	margin-left:20px;
}
#menu-items a span {
	display:block;
	padding:9px 12px 5px;
}
#menu-items a.active,
#menu-items a:hover { 
	color:#e12122; 
	text-decoration:none; 
	background:url(../images/tab-right.gif) no-repeat right top;
}
#menu-items a.active span,
#menu-items a:hover span { 
	background:url(../images/tab-left.gif) no-repeat left top;
	display:block;
}
#header {
	height:250px;
	background:url(../images/header-bg.gif);
	position:relative;
}
#logo {
	display:block;
	background:url(../images/logo.gif);
	width:260px;
	height:250px;
	float:left;
}
#logo-txt {
	float:left;
}
#header .txt {
	float:left;
	font-size:1.4em;
	line-height:21px;
	color:#fff;
	width:700px;
	position:absolute;
	top:140px;
	left:276px;
}
#content {
	background: #e2dbd3 url(../images/main-bg.gif) repeat-x;
	height:315px;
	padding-top:38px;
	padding-bottom:26px;
}
html>body #content {
	min-height:315px;
	height:auto;
	min-width:990px;
	width:auto;
	overflow:hidden;
}

#footer {
	position:relative;
	height:58px;
	background:url(../images/footer-bg.gif);
	clear:both;
}
#footer .txt
{
	position:absolute;
	left:525px;
	top:14px;
	font-size:1.25em;
	line-height:16px;
	color:#fff;
	font-family:Arial;
}
#footer .txt2 {
	position:absolute;
	left:525px;
	top:14px;
	font-size:1.25em;
	line-height:20px;
	color:#fff;
	font-family:Times New Roman;	
}
#footer .txt2{ 
	left:90px;
	top:30px;
	font-family:Times New Roman;
}
/*#footer .txt2 {
	position:absolute;
	left:20px;
	top:30px;
	font:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:24px;
	color:#fff;
}*/

#footer img {
	position:absolute;
	left:915px;
}
#footer img.orig {
	position:absolute;
	left:20px;
}
.box,
#changebox {
	width:198px;
	
	height:390px;
	background:#fff;
	border:1px #bbada0 solid;
	float:left;
	/*left:270px;*/
	position:relative;
	margin-right:15px;
	padding:11px;
}
.box,
#changebox {
min-height: 390px;
}
.box img,
#changebox img {
	border:3px #bbada0 solid;
	padding:1px;
	margin-bottom:9px;
}
.box h1,
#changebox h1 {
	margin-bottom:11px;
	font-weight:normal;
}
.box .txt,
#changebox .txt {
	line-height:1.5em;
} 
.box .btn,
#changebox .btn {
	display:block;
	width:15px;
	height:15px;
	background:url(../images/more-btn.gif);
	position:absolute;
	bottom:10px;
	right:10px;
}
.printonly{
	display: none;
}
/* List Styles On Homepage*/

 #left-col {
    width:270px;
    float:left;
}
/* level 1 */
 #left-col ul {
    position:relative;
    left:20px;
    width:231px;
    list-style: none;
}
 #left-col ul li {
    margin-bottom:2px;
    border:1px #bbada0 solid;
    background:#fff;
}
 #left-col ul li a {
    display:block;
    width:211px;
    padding:6px 15px 6px 5px;
    color:#9a9a9a;
    background:url(../images/menu-bullet.gif) no-repeat 210px 6px;
}
 #left-col ul li a:hover,
 #left-col ul li a.active {
    color:#e12122;
    text-decoration:none;
}
 #left-col ul li a.active { background:url(../images/menu-bullet2.gif) no-repeat 210px 6px; }

/* level 2 */

 #left-col ul li ul li {
    margin-left:0px;
    border:0;
    border-top:1px #ddd solid;
    width:180px;
}
html> #left-col ul li ul li {
    margin-bottom:0px;
    margin-left:-4px;
    width:190px;
}

html> #left-col ul li ul li a {
    background:url(none);
    padding:2px;
    width: 190px;
}
 #left-col ul li ul li a{
    background:url(none);
    padding:2px;
    width: 180px;
}
#right-col {

}
 .bigphoto {
    border:3px #ff9800 solid;
    padding:1px;
    margin-right:15px;
    margin-bottom:auto;
}