/* Tags */

body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #94a397; 
	text-align: center; /*to center the page for ie */
	font-size: 13px;
	color: #222222;
	position: relative;
} 
h1 {
	padding: 0px;
	font-family: Arial, Helvetica sans-serif;
	font-size: 16px;
	color: #46465a;
}
h2 {
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica sans-serif;
	font-size: 13px;
	color: #46465a;
}
p, td {
	padding: 0px;
	font-family:  Verdana, Arial, Helvetica sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #222222;
}
p.justified {
text-align: justify;
}
/*
td {padding: 2px;}
*/
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Position pages */
#centeredpage{ /*width, but no margin, padding, or border*/
	text-align: center; /*centers elements in ie when auto margins don't work */
	background-color: #414d6c;
	top: 0;
	margin: 0 auto; /* page padding top and bottom and auto center*/
	width: 760px;
	position: relative;
	border: none;
}
/* centered header ************************************************************/
#header {
	margin: 0px 20px;
	padding: 0px;
	border: none;
	left: 0px;
	top: 0px;
	height: 83px;
	position: relative;
}
#logo { /*absolute nested in header */
	margin: 0px;
	position: absolute;
	z-index: 200;
	left: 0px;
	bottom: 12px;
	height: 72px;
	width: 300px;
}
#contactinfo { /*absolute nested in header */
	margin: 0px;
	position: absolute;
	z-index: 200;
	right: 4px;
	bottom: 0px;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
#contactinfo a{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#contactinfo a:hover {
text-decoration: underline;
}
#xcallatip {/*need at least one non-absolute positioned element*/
margin: 0;
padding: 0;
position: relative; 
top:71px;
left: 0;
border: none;
}
/* centered banner ************************************************************/
#homebanner {
	text-align: left;
	margin: 0px 20px;
	height: 155px;
	border: none;
	left: 0px;
	top: 0px;
/*	width: 720px; */
	position: relative;
	padding: 0px;
}
#sectionbanner {
	text-align: left;
	margin: 0px 20px;
	height: 71px; 
	border: none;
	left: 0px;
	top: 0px;
/*	width: 720px; */
	position: relative;
	padding: 0px;
}
#navbanner {
	text-align: left;
	margin: 0px 20px;
	border: none;
	left: 0px;
	top: 0px;
/*	width: 720px; */
	position: relative;
	padding: 0px;
	height: 228px;
	background-color: #e4ddd4;
}
navbanner.one {
	background-image: url(img/bg-divgold.gif);
	background-repeat: no-repeat;
	background-position: center top; 
} 
.section {
	height: 228px;
	background-color: #e4ddd4;
	background-image: url(img/bg-divgold.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#navbanner ul.rollmenu {
	top: 20px;
	left: 268px;
	z-index: 200;
}
#sectionpix {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid 5px #bf8c57;
}
#anne {
	position: absolute;
	top: 18px;
	right: 25px;
	width: 152px;
	height: 188px;
}

/* centered page content ************************************************************/
#content {
	background-color: #e4ddd4;
	text-align: left;
	top: 0px;
	margin: 0px 20px;
	width: 720px;
	position: relative;
	border: none;/*
	background-image: url(img/bg-content.gif);
	background-repeat: repeat-y;
	background-position: center top;*/
}


/* left column in page content *************************************/
#lcolumn {
text-align: center;
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: relative;
/*	border: solid 1px red;*/
}
#lcolumn.homepg {
	background-image: url(img/callastem.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#lcolumn p.note {
	background-color: #f3f3ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 10px 20px 10px 20px;
	padding: 5px;
	border: 1px dotted #293e52;
}
#lcolumn div.quote {
position: relative;
top:0px;
	background-color: #e4ddd4;
	background-image:   url(img/bg-quotetop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0;
	width: 258px;
	border: none;
}
#lcolumn div.quote p {
color: ddbc9a;
	text-align: left;

	background-image:   url(img/bg-quotebottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 30px 60px 75px 60px;
	border: none;
	position: relative;
	top: 35px;
}
#lcolumn div.quote p.quoted {
	background-image:   url(img/bg-quotebottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 20px 10px 20px;
	padding: 5px;
	border: none;
	text-align: right;
}
#homenav { /*set calla bg for homepage */
    text-align: center;
	padding: 60px 0 0 0;

}
#lcolumn.homepg div.quote {
top:-28px;
}
#lcolumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 40px 20px 10px 20px;
}

ul.rollmenu {/* ul tag for rollover menu */
text-align: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	top: 0px;
    margin: 0;
    padding: 0;
    border: none;
    width: 200px;
    voice-family: "\"}\"";
    voice-family: inherit;
/*    padding: 0 0.5em;*/
    width: 199px}
html>body ul.rollmenu {width: 200px;} 
ul.rollmenu li {
font-size: 11px;
font-weight: bold;
	/*height: 2em;*/
    margin: 0;
    padding: 0;}
ul.rollmenu li.selected{
	text-decoration: none;
	height: 100%;
	color: #213549;
    margin: 3px 0;
    padding: 4px 4px 4px 25px;
	width: 100%;
/*	border: 1px solid #51834d; */
	display: block;
	background-image: url(img/bg-selmenu.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
html>body ul.rollmenu li.selected{height: auto; width: auto;}
ul.rollmenu a{
    text-decoration: none;
	background-image: url(img/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
/*	background-color: #ddd2c3;*/
	height: 100%;
    color: #213549;
    margin: 3px 0;
    padding: 4px 4px 4px 25px;
	width: 100%;
/*    border: 1px solid #d7a36d; */
    display: block;
	}
html>body ul.rollmenu a{height: auto; width: auto;}
ul.rollmenu a:hover {color: #d3ae88;
	background-image: url(img/bg-overmenu.gif);
	background-repeat: no-repeat;
	background-position: center center;}
	
#homenav ul.rollmenu {
	margin-bottom:15px;
}
html>body #homenav ul.rollmenu {
	margin: 0px auto 15px auto;
}
#xcollage{
position: absolute;
bottom: 0;
left: 0;
}
/* right column in page content used for main content*************************************/
#rcolumn {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 439px;
	left: 0px;
	top: 0px;
	position: relative;
	border-left: solid 1px #414d6c;
	margin: 0px 0 20px 0;
	overflow: visible;
}
#rcolumn.homepg {
	border-left: solid 1px #414d6c;
	margin: 50px 0 20px 0;
}
#rcolumn p {
	margin: 10px 45px 10px 35px;
	overflow: visible;	
}

#rcolumn h1 {
	text-align: center;
	margin: 0px 35px 0px 30px;
	padding: 0px 0px 25px 0px;
	background-image:   url(img/bg-h1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#rcolumn h2{
	margin: 10px 40px 0px 30px;
	padding: 5px 5px 10px 5px;
	font-size: 14px;
	/*background-color: #ddd2c3;
	border: solid 1px #bf8c57;
	padding: 15px 0px 10px 0px;*/
	background-image:   url(img/bg-h2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
#rcolumn p.subheading{
	margin: 10px 40px 0px 30px;
	padding: 5px 5px 10px 5px;
	font-size: 14px;
	font-weight: bold;
		color: #46465a;
	/*background-color: #ddd2c3;
	border: solid 1px #bf8c57;
	padding: 15px 0px 10px 0px;*/
	background-image:   url(img/bg-h2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
#rcolumn table {
	margin: 10px 35px 10px 35px;
}
#rcolumn td {
	height: 36px;
}
#rcolumn td.note {
	height: 175px;
}
#rcolumn img.head {
	border: none;
	margin: 5px 45px 5px 35px;
	display: block;
}
#rcolumn img.right {
	margin: 3px 0px 10px 10px;
}
#rcolumn img.left {
	margin: 3px 10px 10px 0px;
}

#xannepix {
text-align: center;
margin: 5px 20px 5px 10px;
float: right;
}
html>body #xannepix{margin: 5px 40px 5px 10px;}

#xcc {
font-size: 9px;
text-align: center;
position: absolute;
bottom: 0;
right: 35px;
}

/* centered footer ***********************************************************/
#footer {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	background: #55715a;
	font-size: 11px;
	color: #d3ae88;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	border-top: 5px solid #bf8c57;
		border-bottom: 5px solid #bf8c57;
	
}
#footer p {
	color: #d3ae88;
	font-family: Tahoma, Verdana, Arial, Helvetica sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0px 15px 5px 15px;
}
#footer p.copyright {
	font-size: 10px;
	margin: 0;
	padding: 0px 15px 10px 15px;
}
#footer a {
	color: #d3ae88;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h1 {
	margin: 0;
	font-size: 12px;
	color: #d3ae88;
	font-weight: bold;
	padding: 10px 15px 5px 15px; 
}

/* Layout manipulation divs */
#background_head {
	margin: 0px auto;
	border: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 230px;
	position: relative;
}

.divider_gold { /* horizontal divider in gold */
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #bf8c57;
}

.verdana10{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.clear {
clear: both;
}
.testblock {
margin: 0;
padding: 0;
background-color: #000000;
color: white;
}
.centered {
margin 0 auto;
}
