 /* new css structure */

html,body {
	margin:0;
	padding:0;
	color: #58585B;
	background-color: #F4F3F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 130%;
	background-image: url(../images/site-bg.jpg);
	background-repeat: repeat-x;
}

 
#pagewidth {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #E8E3DE;
} 

/* header div structure */

#header {
	position:relative;
	height:260px;
	width:980px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
} 
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#header-row1 {
	height: 194px;
	text-align: right;
	}	
#header-row2 {
	height: 46px;
	width: 937px;
	top: 214px;
	position: absolute;
	padding-left: 43px;
	}	

#header-row2 ul {
	display: inline;
}
#header-row2 li {
	font-size: 16px;
	line-height: 38px;
	color: #589091;
	display: block;
	float: left;
	height: 46px;
	list-style-type: none;
	width: 128px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header-row2 li a {
	color: #BD2830;
	text-decoration: none;
}
#header-row2 li a:hover {
	color: #589091;
}
#maincol {
	float: left;
	position: relative;
	width:980px;
	overflow: visible;
	background-image: url(../images/page-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 60px;
 }
html > body #content {    
height: auto; 
} 
#content {
	padding-left: 58px;
	width: 567px;
	padding-right: 355px;
	float: left;
	padding-top: 0px;
	min-height:300px;
	height: 300px;
	} 
 
#footer {
	clear: both;
	color: #999;
	height: 36px;
	width: 922px;
	background-color: #5A8F91;
	padding-left: 58px;
 } 
#footer-left {
	float: left;
	} 
#footer-left ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	} 
#footer-left li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	line-height: 36px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	} 	
#footer-left li a {
	color: #FFF;
	text-decoration: none;
	} 	
#footer-left li a:hover {
	color: #E8E3DE;
	text-decoration: none;
	} 
#footer-right {
	float: right;
	} 	
#footer-right p {
	line-height: 36px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-right: 20px;
	} 
#footer-right p a {
	color: #FFF;
	text-decoration: none;

	} 
#footer-right p a:hover {
	color: #E8E3DE;
	text-decoration: none;

	} 	
#maincol ul, #maincol ol {
}
#maincol ul li, #maincol ol li  {
	padding-bottom: 10px;

}
#maincol ul li a, #maincol ol li a  {
	text-decoration: none;
	color: #BD2830;
}
#maincol ul li a:hover, #maincol ol li a:hover {
	text-decoration: none;
	color: #49797A;
}

.two-col {
	width: 567px;
	}
.two-col-left {
	float: left;
	width: 300px;
	}
.two-col-right {
	float: right;
	width: 267px;
	}	

#fadeshow2toggler {
	z-index: 200;
	position: absolute;
	top: 110px;
	width: 520px;
	margin: 0px;
	float: left;
	height: 38px;
	padding-top: 0px;
	padding-right: 102px;
	padding-bottom: 0px;
	padding-left: 102px;
	}
#fadeshow2toggler img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
.left-arrow {
	height: 38px;
	width: 38px;
	float: left;
	}	
.right-arrow {
	float: right;
	height: 38px;
	width: 38px;
	}	



/* fonts */

h1 {
	color: #BD2830;
	font-size: 170%;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 170%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 110%;
	line-height: 110%;
	color: #49797A;
	margin-top: 0px;
	padding-top: 0px;
}


p,td {
	margin-top: 0px;
	padding-top: 0px;

}


p a {
	text-decoration: none;
	color: #BD2830;
}
p a:hover {
	color: #49797A;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}
	
#clear  {
	clear:left;
	margin:0px;
	padding:0px;
}

.left-indent1 {
	float: left;
	width: 70px;
}
.red1 {
	color: #C75549;
}
.h1-padding {
	padding-top: 30px;
}


.small-text1 {
	font-size: 11px;
	color: #666;
}

/* gallery */

.gallery-thumb {
	display: block;
	float: left;
	height: 140px;
	width: 140px;
	background-image: url(../images/gallery-thumb-bg.jpg);
	background-repeat: no-repeat;
	padding: 17px;
	}
.gallery-thumb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	

@media print{ 


/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}

/*hide the right column when printing*/ 
#maincol{width:100%; float:none;}

body{
	margin:0;
	padding:0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 640px;
 }
 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

}
