@charset "UTF-8";
/* CSS Document */

   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
 h1{font-family: Palatino, serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #484735;
	text-decoration: none;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	}
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 1000px;
   }
   .breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
.breadcrumb_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: circle;
}
.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
a.effect1:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #484735;
	text-decoration: underline;
}
a.effect1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
a.effect1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: underline;
}
a.effect1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #484735;
	text-decoration: none;
}
a.effect2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #484735;
	text-decoration: underline;
}
a.effect2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
a.effect2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: underline;
}
a.effect2:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #484735;
	text-decoration: none;
}
a.effect3:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #484735;
	text-decoration: none;
}
a.effect3:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #484735;
	text-decoration: none;
}
a.effect3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #484735;
	text-decoration: underline;
}
a.effect3:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #484735;
	text-decoration: none;
}
/*Main navigation menu*/

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 16px 0 12px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #FFFFFF;
padding: 16px 10px 12px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-top: 6px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-top-color: white;
}

/*end*/

/*Sub navigtion menu*/

.urbangreymenu{
width: 250px; /*width of menu*/
}

.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: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #484735;
}

.urbangreymenu ul li a:hover { /*hover state CSS*/
color: white;
background: #484735;
}
.urbangreymenu ul li a:current { /*hover state CSS*/
color: white;
background: #484735;
}
/*end*/

.smallheadline {
	font-family: Palatino, serif;
	font-size: small;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .2em;
}
.mediumheadline {
	font-family: Palatino, serif;
	font-size: small;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	text-transform: uppercase;
}
.companylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
}
.lozenge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	color: #484735;
}
.lozengeHead {
	font-family: Palatino, serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #484735;
	text-decoration: none;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
}
.AYRBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
.subhead{
font-family:"Times New Roman", Times, serif; 
font-size:13px; 
text-decoration:none;
color:#6a6968;
}
.Headline1 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	text-transform: none;
	color: #484735;
	text-decoration: none;
	letter-spacing: .1em;
	}
.style11 {font-family: "Times New Roman", Times, serif}
.Headline {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #484735;
	text-decoration: none;
	letter-spacing: .1em;
	padding-top:0px;
	}