body {
	background-position: left top;
	background-image: url(../_images/common/site-background.gif);
	background-repeat: repeat-x;
	background-color: #a3a3a3;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	color: #695e49;
	font-size: 11px;
	line-height: 15px;
}

img { border:none;}

div.master-container {
	background-image: url(../_images/common/page-background.gif);
	background-repeat: repeat-y;
	width: 880px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -440px;
	padding: 0 0 0 0;
	z-index: 1;
	
	min-height: 100%;
}
div.page-top {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	z-index: 2;
}
div.header {
	position: absolute;
	left: 170px;
	top: 0px;
	z-index: 90;
}
div.swirls {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 4;
}
div.swirls-print {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 4;
}
div.logo {
	position: absolute;
	top:10px;
	left:190px;
	z-index: 91;
}
div.content-container {
	width: 630px;
	z-index: 10;
	position: relative;
	padding: 270px 0 20px 210px;
	float: left;
}
div.text-area {
	width: 380px;
	float: left;
}

div.location-image {
	width:150px;
	z-index: 11;
	float: left;
	margin-left: 70px;
}

div.page-image {
	width:200px;
	z-index: 11;
	float: left;
	margin-left: 50px;
}
div.page-image img {
	margin: 0 0 10px 0;
}
div.page-image p {
	font-style: italic;
}

div.pullout-box {
	padding: 4px 4px 4px 8px;
	margin: 10px 0 0 0;
	background-color: white;
	border: 1px dotted #c8b695;
	width:350px;
	margin-bottom: 30px;
	float: left;
}
div.pullout-box p {
	border-top: 1px dotted #c8b695;
	padding: 3px 0 3px 0;
	margin: 0;
}
.tab01 { position: absolute; left: 400px;}

div.right-box {
	padding: 4px;
	margin: 50px 0 0 0;
	background-color: white;
	border: 1px dotted #c8b695;
	width:150px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}
div.right-box p {
	padding: 0px 0 3px 0;
	margin: 0;
	text-align: center;
}
div.right-box img { margin-top: 10px; }

/* CONTACT US */
div.contact-box {
	padding: 4px 4px 4px 8px;
	margin: 0;
	background-color: #fcf6e8;
	width:350px;
	margin-bottom: 30px;
	float: left;
}
div.text-area-contact {
	width: 230px;
	float: right;
}
div.text-area-contact p {
	border-top: 1px dotted #eedcb7;
	padding: 6px 0 6px 0;
	margin: 0;
}

/* TEXT and LINKS */
h1 {
	margin: 0 0 20px 0;
	padding: 0 0 0 2px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
}
h2 { 
	font-size: 13px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 12px 0 6px 0;
}
p {
	padding: 0;
	margin: 6px 0 6px 0;
}
a { 	
	color: #695e49;
	text-decoration: underline; 
}
a:hover { text-decoration: underline; color: black; }

/* MENU */
div.nav-container {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 155px;
	padding: 0 0 3px 0;
	margin: 0;
	z-index: 99;
	background-image: url(../_images/common/menu-lines-lev1.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.archived {	color: #2773f4;}
.pending { color: #af00d7;}

.menu-link, .menu-link-been, .menu-link-active {
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	padding: 0 0 0 0;
	color: #695e49;
}
.menu-link-been {
	font-weight: normal;
}
.menu-link-active {
	font-weight: bold;
}
.menu-link:hover, .menu-link-been:hover, .menu-link-active:hover {
	text-decoration: underline;
}	

div.lev1, div.lev2, div.lev3, div.lev1-been, div.lev2-been, div.lev1-active, div.lev2-active, div.lev3-active {
	padding: 3px 4px 3px 0px;
	margin: 0;
	background-image: url(../_images/common/menu-lines-lev1.gif);
	background-repeat: no-repeat;
}
div.lev2-been, div.lev2-active, div.lev2 {
	background-image: url(../_images/common/menu-lines-lev2.gif);
	background-repeat: no-repeat;
}
div.lev1, div.lev1-been, div.lev1-active {
	padding-left: 15px;
}
div.lev2, div.lev2-been, div.lev2-active {
	padding-left: 30px;
}
div.lev1-active, div.lev1-been {
	background-image: url(../_images/common/menu-lev1container-fill.gif);
}

div.lev2-container, div.lev3-container { 
	background-image: url(../_images/common/menu-active-fill.gif);
	background-repeat: repeat-y;
}


/* INPUTS */
input.styled, textarea.styled {
	border: 1px solid #ded9d3;
	background-color: white;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	margin: 0;
}
.input {
	border: 1px solid #cccccc;
	background-color: white;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	margin: 0;
}

/* TABLES */
table {
	margin: 0;
	padding: 0;
}

table th, table td {
	padding: 2px 4px 2px 0;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
table td p { padding-right: 20px; }
table td p a { text-decoration: none; }
