/* CSS Document */

/*  Special styles to show simplified logo when printed but hide it otherwise === */
div#logo {display: none;}
div#creative-commons {display: none;}


#hideinscreen {display: none;} 

/*  Set page width  ======================================================  */
#pagewidth {
	width: 771px;
}

/*  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: none;}
#breadcrumbs a:hover {color: #004F75;text-decoration: underline;}
#breadcrumbs a:visited{color: #004F75;text-decoration: none;}

/*  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:link {color: #000000;text-decoration: none; border: none;font-family: Arial, Helvetica, sans-serif;}
#emailprint a:hover {color: #0066CC;text-decoration: none; border: none;font-family: Arial, Helvetica, sans-serif;}
#emailprint a:visited {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: 15px 30px 20px 30px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {color: #004364;text-decoration: none;}
a:hover {color: #005F8C;text-decoration: underline;}
a:visited {color: #004364;text-decoration: none;}
/* Standard links with underline & visited color change
a:link {color: #004364;}
a:hover {color: #005F8C;}
a:visited {color: #663366;}
*/
#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: 7px 10px 7px 10px;
	width: 118px; 
	height: 100%;
}
.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;}
*/

#toplink {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	padding: 7px 10px 7px 10px; 
	color: #8C7B51; 
	font-weight:bold; 
	text-align: center;
}
#toplink a {background-color:#FFFFFF; color: #8C7B51; text-decoration: none;}
#toplink a:hover {background-color:#FFFFFF; color: #7C6543; text-decoration: underline;}

/* Underlined links
#toplink a {background-color:#FFFFFF; color: #8C7B51; text-decoration: underline;}
#toplink a:hover {background-color:#FFFFFF; color: #7C6543; text-decoration: underline;}
*/

/*  Set display properties for city names in right column  ======================= */
#citynames {
}
#citynames a:link {color: #003399; text-decoration: none;}
#citynames a:hover {color: #0066CC; text-decoration: underline;}
#citynames a:visited {color: #003399; text-decoration: none;}
/*  Underlined links 
#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 {
	
	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: #8A7957;
}
.legallinks a:link {color: #000000;text-decoration: none;}
.legallinks a:hover {color: #333333;text-decoration: underline;}
.legallinks a:visited {color: #000000;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: #8A7957;
}
.bottomlinks a:link {text-decoration: none;color: #333333;}
.bottomlinks a:hover {text-decoration: underline;color: #666666;}
.bottomlinks a:visited {text-decoration: none;color: #333333;}

/*  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 {
	
	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 {
	
	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 {
	
	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 {
	
	padding: 15px;
}
.textboxspan h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #8C7B51;
}
