/*  ------------------------------------------
    styles for the body and page set-up
    ------------------------------------------ */
body {
	background-color: #cbccd0; 
	text-align:center;
}
#page {
	background-color: #fff;
	height:auto;
	margin: 0 auto;
	width: 868px;
	text-align:left;
}

/* -------------------------------------------
    styles for the masthead and branding
   ------------------------------------------- */
#masthead {
	background-color: #fff;    /* url(../images/bgs/masthead3.gif) no-repeat; */
	height:83px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
}
#logo {
	float: left;
	height:72px; width:110px;
	padding: 6px 0 0 11px; 
}

/* -----------------------------------------------
   styles for the content and text on the page
   ----------------------------------------------- */
#upper-content {
	float: left;
	margin-top:1.9em;
	background-color:transparent;
	padding:0;
	width:826px;
}
#upper-content-inner {
	padding-left: 42px;
	background-color: inherit;
}
#lower-content {
	clear:both;
}
#lower-content-inner {
	padding-right: 42px;
}
#right-content {
	float:right;
}
#spacer1 {
	background-color:#fff;
	height:235px;
	width:200px;
}
#spacer2 {
	background-color:#fff;
	height:121px;
	width:200px;
}
#page-bottom {
	background-color:#fff;
	clear:both;
	height:32px;
}
#contact {
	height:16em;
	text-align:right;
}
#upper-content-inner #contact p {
	margin:0.5em 0;
	width:200px;
	font-size: 18px;
	line-height:27px
}

/* -------------------------------------------
   styles for the navagation bar on the page
   ------------------------------------------- */
#navigation-primary {
	float: left;
	width:140px;
}
#navigation-primary-inner {
	width:100%;
}
#upper-content #navigation-primary-inner ul {
	margin: 0;
	padding: 0;
}
#upper-content #navigation-primary-inner li{
	list-style-type: none;	
	margin:0;
	padding:0 0 1.3em 0;
}
#upper-content #navigation-primary-inner li#nav-header {
	padding-bottom: 2.3em;
}
#upper-content #navigation-primary-inner li#last {
	padding-bottom:0;
}
#upper-content #navigation-primary-inner li#nav-bottom {
	padding-top: 2.3em;
}
#upper-content #navigation-primary-inner li#list-bottom {
	margin-bottom: 0;
	padding-bottom:0;
}

/* -----------------------------------------------
   styles for the various nuances on the page
   ----------------------------------------------- */
.left {
	float:left;
}
.right {
	float:right;
}
.emphasis {
font-style:italic;
}
.emphasis2 {
	font-style:italic;
	text-decoration:underline;
}
.bold-emphasis {
	font-style:italic;
	font-weight:bold;
}
#content .list-none {
	list-style:none;
}
#subhead {
	font-weight:normal;
	font-size:18px;
	float:left;
	padding-top:145px;
}
#info-text {
	font-size:120%;
	margin:1.6em 0;
	text-align:justify;
}
#info-first-p {
	margin-top:0;
	padding-top:0;
}

/* -------------------------------------------
   styles for the links on the page if needed
   ------------------------------------------- */
a:link {
	color:#117fba;
}
a:visited {
	color: #1084c6;
}
a:hover {
	color: #c23888;
}
a:active {
	color:#1084c6;
}

/* saved for later use */
.footer-navigation {
	font: normal 85% arial, helvetica, sans-serif; 
	color:#333;
}
.footer-navigation a:link {
	color:#117fba;
}
.footer-navigation a:visited {
	color:#1084c6;
}
.footer-navigation a:hover {
	color: #c23888;
}
.footer-navigation a:active {
	color:#d3c5b4;
}
