@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 9pt;
	background-color: #EBC397;
}

.layout #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
.layout #bg1 {
	background-image: url(images/bg1.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #EBC397;
}
.layout #bg2 {
	background-image: url(images/Horizon-Printing-Idea.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.layout #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 0px 15px 0px;
	display: inline;
}
.layout #mainContent {
	margin: 0px 0px 0px 245px;
	padding: 0px 30px 0px 0px;
} 
.layout #footer {
	padding: 5px 35px 0px 0px;
	text-align: right;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center;
	background-color: #EBC397;
} 
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #19388a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
.menu {
	color: #FFFFFF;
	text-align: center;
	padding: 110px 25px 25px 205px;
	font-weight: bold;
	font-size: 11pt;
}
.class1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.class1 a:hover {
	color: #999999;
}
.menu2 {
	padding: 10px 10px 10px;
	border: 2px solid #cfcfcf;
	background-color: #FFFFFF;
	background-image: url(images/menu2bg.jpg);
	margin: 0px 0px 15px 0px;
	background-repeat: repeat-x;
}
.menu2header {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
	background-color: #00325d;
	background-image: url(images/smallheader.jpg);
	padding: 5px 0px 5px 5px;
	background-position: center;
}
.legal {
	color: #999999;
	font-size: 8pt;
}
.class2 a {
	font-size: 10pt;
	color: #003A68;
	text-decoration: none;
	font-weight: bold;
}
.class2 a:hover {
	color: #cfcfcf;
}
.class3 a {
	font-size: 10pt;
	color: #003A68;
	text-decoration: none;
	font-weight: bold;
}
.class3 a:hover {
	color: #cfcfcf;
}
.class4 a {
	font-size: 8pt;
	color: #003A68;
	text-decoration: none;
	font-weight: bold;
}
.class4 a:hover {
	color: #cfcfcf;
}
.nav {
	font-size: 8pt;
}
.address {
	font-weight: bold;
	padding: 15px 0px 0px 205px;
	font-size: 10pt;
	color: #003762;
	text-align: center;
}
.tableheading {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	padding: 5px 0px 5px 0px;
	background-image: url(images/headbg.png);
	background-position: center;
}
.tableheading2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	background-color: #19388A;
}
.tablecontent {
	color: #000000;
	font-size: 8pt;
	background-color: #C7D0DB;
	line-height: 12pt;
}
.headercontent {
	margin-bottom: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	background-image: url(images/headbg.png);
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
}
.sampleheading {
	color: #19388A;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
}
.sampleheading2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	background-color: #19388A;
	padding: 5px 0px 5px 0px;
}
.samplecontent {
	color: #000000;
	font-size: 10pt;
	line-height: 12pt;
}
.samplediv {
	border-bottom: solid #19388A;
	margin-bottom: 25px;
	width: 225px;
}
.specialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26pt;
	line-height: 22pt;
	color: #6633CC;
}
.divcontentindex {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/publication-header.png);
	height: 185px;
	padding-top: 70px;
	width: 575px;
}
.ulcontent {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-size: 8.5pt;
	font-weight: bold;
}
.pubadheader {
	background-color: #FFFFFF;
	height: 38px;
	vertical-align: middle;
}
.pubadcontent {
	background-color: #FFFFFF;
	color: #000000;
	font-size:12px;
	line-height:16px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	height: 75px;
}
.pubissues {
	color: #000000;
	font-size:12px;
	line-height:16px;
	vertical-align: top;
	padding: 5px 0px 0px 15px;
	height: 125px;
	overflow: auto;
	border: 1px solid #333333;
}
.adelliving {
	color: #000000;
	font-size:12px;
	line-height:16px;
	vertical-align: top;
	padding: 5px 0px 0px 5px;
	overflow: auto;
	background-color: #FFFFFF;
}


.link a {}
.link a:hover {}
.publicationleft {
	width: 150px;
	float: left;
}
.publicationright {
	width: 150px;
	float: right;
}



.publicationcenter {
	margin: 0px 155px 0px 155px;
}
.pubadheader {
}
.pubadcontent {
	background-color: #FFFFFF;
	color: #000000;
	font-size:12px;
	line-height:16px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	height: 75px;
}
.pubissues {
	color: #000000;
	font-size:12px;
	line-height:16px;
	vertical-align: top;
	padding: 5px 0px 0px 15px;
	height: 125px;
	overflow: auto;
	border: 1px solid #333333;
}
.staffheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bolder;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 14pt;
	background-image: url(images/chromebg-over.gif);
	font-style: italic;
	padding-left: 4px;
}





.urbangreymenu{
}

.urbangreymenu .headerbar{
	font: 10px;
	color: #003966; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 0 5px 5px;
	background-image: url(images/smallheader2.jpg);
	font-weight: bold;
	background-position: center;
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: #003966;
	display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 10px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 2px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #0B5197;
}
.firstletter {
	float: left;
	margin-right: 7px;
}
.style2 {
	color: #19388A;
	font-weight: bold;
	font-size: 120%;
}
.infoheader {
	color: #19388a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	line-height: 18pt;
}
.pubheader {
	background-image: url(images/pubheader.png);
	padding: 56px 0px 0px 0px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #19388A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	height: 25px;
	width: 498px;
}
.pubheader2 {
	text-align: center;
	color: #19388A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.pubbody {
	background-image: url(images/pubbody.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 5px 0px 0px 0px;
	width: 498px;
}
.pubfooter {
	background-image: url(images/pubfooter.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 25px;
	width: 498px;
}
.adviser {
	padding: 0px 20px 0px 20px;
	font-size: 8pt;
	width: 125px;
	float: left;
	display: inline;
	color: #000000;
}
.living {
	padding: 0px 20px 0px 20px;
	font-size: 8pt;
	height: 140px;
}
.times {
	padding: 0px 25px 0px 20px;
	font-size: 8pt;
	float: right;
	width: 130px;
}
p {}
.websites {
	font-size: 7pt;
}
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
