/* CSS Document */


#hideinprint {display: none;}
#hideinscreen {display: inherit;}  

div#header, div#footer, div#emailprint, div#acrobat, p#toplink, td.nav {display: none;}


/*  Set page margins to zero  ============================================  */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*  Set display properties for text, headings in left nav column ========== */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #005F8C;
	color: #FFFFFF;
	font-size: 11px;
}

/*  Set display properties for breadcrumbs area  ================================= */
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CAD9DF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#breadcrumbs a:link {color: #004F75; text-decoration: underline;}

/*  Styles for dotted line dividers between page sections ====================== */
.dottedhoriz {
	background-image:   url("../images-CSS/dotted-horiz.gif");
	background-repeat: repeat-x;
}
.dottedvert {
	background-image:   url("../images-CSS/dotted-vert.gif");
	background-repeat: repeat-y;
}

/*  Set display properties for "Email this page" link  =========================== */
#emailprint {
	float: right;
	padding: 3px 0 0 20px;
	font-size: 10px;
}
#emailprint a {color: #000000;text-decoration: none;border: none;font-family: Arial, Helvetica, sans-serif;}

/*  Set display properties for text, margins, etc. of main content column =======  */
#content {
	font-size: 12px;
	line-height: 16px;
	padding: 18pt 36pt 18pt 10pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 330pt;
}
a:link {color: #004364;}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #8A7957;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#content hr {
	padding: 0;
	border-bottom: 1px dashed #8C7B51;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: -10px 0 -10px 0;
	clear: right;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #8A7957;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul li {
	list-style-image: url(../images-CSS/bullet.gif);
}

/*  Set display properties for text, headings in right column  ================ */
.rtcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #F8F8F8;
	padding: 7pt 80pt 7pt 15pt;
	margin: 0 10% 0 0;
	width: 100pt;
	height: 100%;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1pt;
}
.rtcolumn h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	background-color: #005F8C;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
}
.rtcolumn h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	background-color: #8A7957;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
}
/* OPTIONAL -- SEPARATE LINK COLORS IN RIGHT COLUMN
.rtcolumn a:link {color: #003399;text-decoration: none;}
.rtcolumn a:hover {color: #003399;text-decoration: underline;}
.rtcolumn a:visited{color: #0066CC;text-decoration: none;}
*/

/*  Set display properties for city names in right column  ======================= */
#citynames {
}
#citynames a:link {color: #003399; text-decoration: underline;}
#citynames a:hover {color: #0066CC; text-decoration: underline;}
#citynames a:visited {color: #003399; text-decoration: underline;}

/*  Styles to govern photo margins, outlines, positioning =======================  */
.photoleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding: 0px;
	float: left;
	margin: 0 25px 10px 0;
	border: none;
	
}
.photoleft img {
	border: 1px solid #000000;
}
img.photoleft {
	border: 1px solid #000000;
}
.photoright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding: 0px;
	float: right;
	margin: 0 0 10px 25px;
	border: none;
}
.photoright img {
	border: 1px solid #000000;
}
img.photoright {
	border: 1px solid #000000;
}
.photonowrap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding: 0px;
	float: none;
	clear: both;
	margin: 0 0 10px 0;
	border: none;
}
.photonowrap img {
	border: 1px solid #000000;
}
#noborder {
	border: 0;
}

/*  Styles for pullquotes  =================================================== */
.pullquotespan {
	width: inherit;
	float: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	border-left: 0;
	border-right: 0;
	border-top: 3px solid #E3DECC;
	border-bottom: 3px solid #E3DECC;
	background-color: #F9F8F2;
	padding: 20px;
}
.pullquoteright {
	width: 170px;
	float: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 3px solid #E3DECC;
	background-color: #F9F8F2; 
	padding: 10px 20px 10px 20px;
	margin: 0 0 10px 25px;
}

/*  Styles for bottom boilerplate text and links ====================== */
.legallinks {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.legallinks a:link {color: #000000;text-decoration: none;}
.legallinks a:hover {color: #333333;text-decoration: underline;}
.legallinks a:visited {color: #333333;text-decoration: none;}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8C7B51;
	font-size: 10px;
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.bottomlinks a:link {text-decoration: none;color: #333333;}
.bottomlinks a:hover {text-decoration: underline;color: #333333;}
.bottomlinks a:visited {text-decoration: none;color: #666666;}

/*  Styles for optional inset boxes for certain text excerpts and other uses === */
.insetbox {
	border: 1px solid #DDDDDD;
	width: 180px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	background-color: #F9F8F2; 
	margin: 0 0 10px 25px;
}
.insetbox td {
	spacing: 0; 
	padding: 15px;
}
.insetbox h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #8C7B51;
}
.insetboxB {
	border: 1px solid #DDDDDD;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	background-color: #F9F8F2; 
}
.insetboxB td {
	spacing: 0;
	padding: 15px;
}
.insetboxB h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #8C7B51;
}
.textboxright {
	border: 1px solid #DDDDDD;
	width: 180px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	background-color: #F9F8F2; 
	margin: 0 0 10px 25px;
}
.textboxright td {
	spacing: 0; 
	padding: 15px;
}
.textboxright h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #8C7B51;
}
.textboxspan {
	border: 1px solid #DDDDDD;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	background-color: #F9F8F2; 
}
.textboxspan td {
	spacing: 0;
	padding: 15px;
}
.textboxspan h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #8C7B51;
}

