/*** !!! FONTS !!! ***/
@font-face {
    font-family: 'Sanchez';
    src: url('../fonts/sanchezregular-webfont.eot');
    src: url('../fonts/sanchezregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanchezregular-webfont.woff') format('woff'),
         url('../fonts/sanchezregular-webfont.ttf') format('truetype'),
         url('../fonts/sanchezregular-webfont.svg#sanchez_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sanchez Italic';
    src: url('../fonts/sanchezregular-ita-webfont.eot');
    src: url('../fonts/sanchezregular-ita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanchezregular-ita-webfont.woff') format('woff'),
         url('../fonts/sanchezregular-ita-webfont.ttf') format('truetype'),
         url('../fonts/sanchezregular-ita-webfont.svg#sanchez_regular_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*** !!! GLOBAL !!! ***/

html {
	background:#272525;
}
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	min-width: 1024px;
	color:#343535;
}

h1 {
	font-family: Sanchez;
	font-weight: normal;
}

h2 {
	color: #265a8b;
	font-size:22pt;
	font-family: Sanchez;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-family: Sanchez;
	font-weight: normal;
	text-transform: uppercase;
	color: #0054a4;
	font-size:16pt;
}

h4 {
	font-family: Sanchez;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	font-size:16pt;
	margin-top: 20px;
}

h4:after {
	content:'..............................................';
	display: block;
	letter-spacing: 4px;
	color:#8fc5f8;
	margin-top:-10px;
}

h5 {
	font-family: Sanchez;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	font-size:16pt;
	margin-top:10px;
	margin-bottom:0px;
}

h6 {
	font-family: Sanchez;
	font-weight: normal;
	font-size: 14pt;
	margin-top:10px;
	margin-bottom:0px;
}

hr {
	border: 3px dotted #A6DAD6;
	border-style: none none dotted;
	padding: 0;
	margin: 0;
}

.enclosure {
	width:994px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

a {
	text-decoration: none;
	color: #0054a4;
}

.shadow_line {
	position:relative;
	text-align: center;
	margin-top:-10px;
	z-index:-10;
	height:10px;
	box-shadow:0 10px 5px -5px rgba(0,0,0,1);
}

.shadow_line:after {
	content:' ';
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:20px;

	background:-webkit-radial-gradient(center top, ellipse farthest-side, rgba(0,0,0,0.1), rgba(0,0,0,0));
	background:-o-radial-gradient(center top, ellipse farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0));
	background:radial-gradient(ellipse farthest-side at center top, rgba(0,0,0,0.1), rgba(0,0,0,0));
}

.orange_button {
	background-color:#eab020;
	color: #ffffff;
	padding:7px;
	text-transform: uppercase;
	padding-left:20px;
	padding-right:20px;
	border:0px;
	cursor:pointer;
	user-select:none;
}

.orange_button:hover {
	background-color:#f9bc26;
	box-shadow:1px 1px rgba(0,0,0,0.3);
}

.orange_button:active{
	box-shadow:inset 1px 1px rgba(0,0,0,0.3);
}

.blue_button {
	background-color:#4993d7;
	color: #ffffff;
	padding:5px;
	text-transform: uppercase;
	padding-left:20px;
	padding-right:20px;
	border:0px;
	cursor:pointer;
}

.blue_button:hover {
	background-color:#4389c8;
}



/*** !!! HEADER !!! ***/

#top_stripes {
	background-image:url('../images/layout/top_border.png');
	height: 6px;
	display: block;
}

#top_stripes.open {
	height: 5em;
}

#colors {
	background-image:url('../images/layout/colors.png');
	height: 14px;
	display: block;
	margin-top:-1px;
}

header {
	height:218px;
	background-image:url('../images/layout/top_texture.png');
	padding:0px;
	background-repeat: repeat-x;
	font-family: Sanchez;
	color: #565d63;
}

#logo {
	width:281px;
	height:122px;
	background-image:url('../images/layout/PAA-logo-TM.png');
	text-indent:-9999px;
	background-repeat: no-repeat;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.heading {
	text-align: center;
	font-size:18pt;
	margin-top:0px;
}

.heading:before, .heading:after {
	content: ' ';
	background-color:#565d63;
	height:1px;
	width:30px;
	display: inline-block;
	margin-right:15px;
	margin-left:15px;
	vertical-align: middle;
}

#login_ribbon {
	background-image:url('../images/layout/login_ribbon.png');
	width:61px;
	height:52px;
	display: block;
	position: absolute;
	top:-20px;
	right:30px;
	color:white;
	text-transform: uppercase;
	font-family: Futura;
	padding-top:15px;
	text-align: center;
	font-size:8pt;
}


/*** !!! NAVIGATION !!! ***/

#top_nav {
	background-image:url('../images/layout/nav_texture.png');
	height:56px;
	background-repeat: repeat-x;
	text-align: center;
	margin-top:-24px;
	display: block;
}

#top_nav ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding-top:18px;
	display: block;
}

#top_nav>ul>li {
	display: inline-block;
	position: relative;
}

#top_nav>ul>li>a {
	color:white;
	text-transform: uppercase;
	padding:18px;
	padding-left:10px;
	padding-right:10px;
	font-size: 11pt;
}

#top_nav>ul>li>a:hover {
	color:#eab020;
}

/* Second level */
#top_nav li ul {
	position:absolute;
	display:none;
	text-align:left;
	background:#ffffff;
	z-index:1001;
	font-size:9pt;
	padding:0.5em 0;
	min-width:18em;
	box-shadow:0 0.5em 0.8em rgba(0,0,0,0.4);
	margin-top:25px;
}
#top_nav li:hover>ul {
	display:block;
}
#top_nav li ul a {
	padding:0.5em 1.5em 0.5em 1em;
	color:#0054a4;
	display: block;
}
#top_nav li ul a:hover {
	background:#f8f6f3;
}

#top_nav>ul>li>ul:before {
	content:' ';
	position:absolute;
	display:block;
	height:15px;
	width:100%;
	bottom:100%;
	background-image:url('../images/layout/nav_dropdown.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#top_nav li.sel ul{
	z-index:1000;
}

#top_nav li:not(.sel) ul.why-join-nav{
	margin-left:-56px;
}



/*** !!! BANNERS !!! ***/

#banners {
	background-image:url('../images/layout/banner_texture.png');
	height:465px;
	display: block;
	padding:0px;
	margin-top:56px;
	padding-bottom:45px;
	text-align: center;
	position: relative;
}

#banner-prev {
	position: absolute;
	top:200px;
	left:0px;
	background-image:url('../images/layout/left.png');
	width: 62px;
	height: 64px;
	display: block;
	text-indent: -9999px;
	z-index: 9999;
}

#banner-next {
	position: absolute;
	top:200px;
	right:0px;
	background-image:url('../images/layout/right.png');
	width: 62px;
	height: 64px;
	display: block;
	text-indent: -9999px;
	z-index: 9999;
}

#banners nav {
	position: absolute;
	bottom:10px;
	width:100%;
	text-align: center;
	margin-left:-15px;
	z-index: 9999;
}


#banners nav>ol {
	list-style: none;
	padding:0px;
	margin:0px;
}

#banners nav>ol>li {
	display: inline-block;
	background-image:url('../images/layout/indicator.png');
	width:12px;
	height:12px;
	background-position: right center;
	cursor:pointer;
	vertical-align: middle;
}

#banners nav ol a {
	text-indent: -9999px;
	display: block;
	z-index: 9999;
}

#banners nav>ol> .sel {
	background-position: left center;
}

#banners nav>ol>li:hover {
	background-position: left center;
}

#banner-tiles {
	list-style:none;
}

#banner-tiles figure {
	position: relative;
	margin-left: 0px;
	z-index: 1000;
}

#banner-tiles figure img {
/* 	border-bottom:10px solid #ce9c45; */
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	
	max-width:100%;
}

#banner-tiles li:first-child {
	display:block;
}

#banner-tiles li {
	opacity: 0;
	position:absolute;

	top:15px;
	left:67px;
	
	height:440px;
	
/*
	-webkit-transition:all 1s 0s ease;
	-ms-transition:all 1s 0s ease;
	-o-transition:all 1s 0s ease;
	transition:all 1s 0s ease;
*/

}

/* Animation */
#banner-tiles li.sel {
	opacity:1;
	display: block;
}


.overlay_top {
	position: absolute;
	bottom:180px;
	left:50px;
	color: #0054a4;
	background-color:rgba(255,255,255,1);
	text-transform: uppercase;
	padding:5px;
	font-size: 22pt;
	font-family: Sanchez;
}

.overlay_bottom {
	position: absolute;
	bottom:125px;
	left:50px;
	color: #0054a4;
	background-color:rgba(255,255,255,1);	
	text-transform: uppercase;
	padding:5px;
	font-size:22pt;
	font-family: Sanchez;
}

.rollover {
	position: absolute;
	background-color:rgba(206,156,69,0.7);
	color:white;
	bottom:13px;
	left:12px;
	width:830px;
	text-align: left;
	padding-left:30px;
	padding-right:30px;
	font-size:10pt;
}

.rollover {
	height: 10px;
	bottom: 3px;
	overflow: hidden;
	-webkit-transition:all .5s 0s ease;
	-ms-transition:all .5s 0s ease;
	-o-transition:all .5s 0s ease;
	transition:all .5s 0s ease;
}

#banner-tiles li figure:hover  .rollover {
	height:100px;
	bottom:3px;
}


/*** !!! TABS !!! ***/

#tabs {
	background-image:url('../images/layout/crosses.png');
	display: block;
	text-align: center;
	position:relative;
	z-index:9999;
}

#tabs nav>ul {
	list-style: none;
	margin:0px;
	padding:0px;
	
	position:relative;
	z-index:1000;
}

#tabs nav>ul>li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin:0px;
	padding:15px 0px;
	position:relative;
}

#tabs nav>ul>li>a {
	padding-top:18px;
	padding-bottom:16px;
	font-family: Sanchez;
	font-weight: normal;
	font-size: 12pt;
	text-transform: uppercase;
	color: #565d63;
	padding-left:30px;
	padding-right:30px;
}

#tabs .enclosure{
	padding:0;
}
#tabs nav>ul>li>div.tab-slideup{
	display:none;
	position:absolute;
	transition:all 1s;
	background-image:url('/images/layout/crosses.png');
	width:100%;
	bottom:100%;
	left:0;
	border-top-left-radius:1em;
	border-top-right-radius:1em;
	z-index:10001;
	border: 1px solid #888;
	border-bottom: none;
	box-shadow: 0 -5px 5px rgba(0,0,0,0.3);
}
#tabs nav>ul>li:hover>div.tab-slideup{
	display:block;
}

#tabs nav>ul>li:first-child a {
	border-right:1px solid #e7e7e8;
}

#tabs nav>ul>li:last-child a {
	border-left:1px solid #e7e7e8;
}

#tabs nav>ul>li>a:hover {
	color: #0054a4;
}

#tabs nav>ul>li>a:before {
	content:'+';
	margin-right:10px;
	font-weight: bold;
	margin-left:0px;
}

/*** !!! TABS CONTENT !!! ***/

#tabs_body {
	background-image:url('../images/layout/content_texture.png');
	display: block;
	color: #2c2d2e;
	height:271px;
}

#map {
	float:right;
	margin-left:30px;
	background-image:url('../images/layout/map.png');
	display: block;
	width:360px;
	height:240px;
	position: relative;
}

#find_chapter {
	background-color: #4993d7;
	color: #ffffff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	text-transform: uppercase;
	position: absolute;
	right:70px;
	bottom:10px;
}

#find_chapter:hover {
	background-color:#4487c4;
}

.arrow_link {
	color: #ce9c45;
	font-weight: bold;
	text-transform: uppercase;
	font-size:11pt;
}

.arrow_link:after {
	content:'\2192';
	text-transform: none;
	color:#265a8b;
	margin-left:10px;
	font-weight: bold;
}


/*** !!! CORD & TASSEL !!! ***/

#cord {
	width:80%;
	height:9px;
	display: inline-block;
	background-image:url('../images/layout/cord.png');
	background-position: right;
	position: relative;
	margin:0px;
	padding:0px;
	margin-top:-5px;
	vertical-align: top;
}

#cord:after {
	content: ' ';
	background-image:url('../images/layout/tassel.png');
	width:181px;
	height:190px;
	display: inline-block;
	position: absolute;
	right:-181px;
	vertical-align: top;
}

/*** !!! NEWS AND SOCIAL FEED !!! ***/

#news_header {
	-webkit-box-shadow: 0 8px 6px -6px #c6c7c8;
	   -moz-box-shadow: 0 8px 6px -6px #c6c7c8;
	        box-shadow: 0 8px 6px -6px #c6c7c8;
	        margin-top:-20px;
	        width:100%;
	background-color: #FFF;
}

#triangle {
	background-image: url('../images/layout/triangle.png');
	background-repeat: no-repeat;
	z-index: 100;
	width:34px;
	height:25px;
	display: block;
	position: absolute;
	bottom:-25px;
	left:50px;
}

#news_header h2 {
	display: inline-block;
}

#news_header p {
	display: inline-block;
}

#latest {
	display:inline-block; 
	margin-left:15px;
}

#submit_news {
	text-align:right; 
	padding-right:150px;
}

#news {
	background-image:url('../images/layout/crosses.png');
	margin-top:5px;
}

.news_column {
	display: inline-block;
	vertical-align: top;
}

#news .enclosure {
	padding-left:30px;
	padding-right:30px;
	width:964px;
}

.news_box {
	background-image:url('../images/layout/news_bg.png');
	background-size: 100% 100%;
	display: block;
/* 	width:239px; */
	width:187px;
	height:200px;
	background-repeat: no-repeat;
	margin-top:30px;
	position: relative;
	padding-left:50px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom: 25px;
}

.news_page .news_box{
	width:500px;
	height:145px;
	background-image:url('../images/layout/news_bg_wide.png');
	background-size: auto;
}

.side_col .callout,.side_col .center{
	display:block;
	padding-bottom: 40px;
	padding-top: 40px;
}
.side_col .callout img,.side_col .center img{
	display:block;
	max-width:100%;
}

.side_col .archives ul{
	padding-left:0;
}
.side_col .archives li{
	display:block;
}

.news_date {
	background-color:#a6dad6;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	position: absolute;
	top:20px;
	left:-10px;
	content:' ';
	display: block;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.news_date:before {
	background-image:url('../images/layout/corner.png');
	width:10px;
	height:9px;
	display: block;
	content:'';
	position: absolute;
	left:0px;
	bottom:-9px;
}

.news_box h3 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: none;
	font-family: Futura;
	margin-bottom: 5px;
	margin-left: 15px;
}

.news_box p {
	font-size: 8pt;
	margin:0 0 0 15px;
}

.meta {
	font-style: italic;
	display: block;
}

.news_box .arrow_link {
	display: block;
	margin-top: 10px;
	text-transform: none;
}

.news_box .arrow_link:hover {
	color:#eab020;
}

#facebook_column {
	display: inline-block;
	vertical-align: top;
	z-index: 200;
	margin-top:-40px;
/* 	width:273px; */
	width:361px;
	background-color: #0055a3;
	margin-left:25px;
	margin-right:35px;
	position:relative;
}

#facebook_column_header {
	background-color:#4993d7;
	text-align: center;
	color:white;
	padding:20px;
	text-transform: uppercase;
	font-family: Futura;
	font-weight: bold;
	font-size: 9pt;
}

#facebook_column_header h3 {
	color:white;
	margin:0px;
	margin-top:15px;
}

#facebook_column_body {
	background-image:url('../images/layout/blue_triangle.png');
	background-position: 15px top;
	background-repeat: no-repeat;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:12px;
	padding-right:12px;
	font-size:10pt;
	color:white;
	text-align: center;
	display:none;
}

#twitter_column_body{
	background-image:url('../images/layout/blue_triangle.png');
	background-position: 184px top;
	background-repeat: no-repeat;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	font-size:10pt;
	color:white;
	text-align: center;
/* 	display:none; */
}

#facebook_column_body a {
	color:#7bb7f1;
	text-decoration: underline;
}

#twitter_column_body a {
	color:#7bb7f1;
	text-decoration: underline;
}
#twitter_column_body p {
	text-align: left;
}

#facebook_column hr {
	height:30px; 
	overflow:hidden;
	border:0px;
	color:#8fc5f8;
}

#facebook_column hr:after {
	content:".......................................................................";
	font-size: 14pt;
	letter-spacing: 5px;
}

#facebook_column .orange_button {
	text-decoration: none;
	color:white;
	display: inline-block;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.fb-page,
.fb-page span,
.fb-page iframe {
	width: 100% !important;
	max-width: 359px !important;
}

#facebook {
	background-image:url('../images/layout/facebook.png');
	width:37px;
	height:41px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: -9999px;
	cursor:pointer;
}

#twitter {
	background-image:url('../images/layout/twitter.png');
	width:37px;
	height:41px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: -9999px;
	cursor:pointer;
}

#facebook:hover,#facebook.sel{
	background-position:left center;
}

#twitter:hover,#twitter.sel{
	background-position:left center;
}


/*** !!! TESTIMONIALS !!! ***/

#testimonials_border {
	background-image:url('../images/layout/lil_dot.png');
	content:'';
	width:100%;
	height:6px;
	display: block;
}

#testimonials {
	background-image:url('../images/layout/content_texture.png');
	background-repeat: repeat-x;
	color: #504f4f;
	font-size: 14pt;
	height:271px;
}

#testimonials .enclosure {
	padding-left:80px;
	padding-right:80px;
	width:864px;
	height:211px;
	overflow: hidden;
}

#testimonials .enclosure>section{
	overflow:hidden;
}

.testimonial_photo {
	border:3px solid rgba(0,0,0,.2);
	border-radius: 5px;
	float:left;
	margin-right:30px;
	max-width:120px;
	max-height:100px;
}

.testimonial_photo_sidebar {
	border:3px solid rgba(0,0,0,.2);
	border-radius: 5px;
	float:left;
	margin-right:30px;
	max-width:200px;
	margin-bottom: 15px;
}

.side_col>.testimonial_photo{
	float:none;
	margin-right:0;
	max-width:190px;
	max-height:150px;
	margin-left:60px;
	margin-top:1em;
}

#quotes {
	list-style: none;
	padding: 0;
	margin: 0;
	white-space:nowrap;
}

#quotes li {
	padding:50px;
	padding-top:10px;
	padding-bottom: 15px;
	display: inline-block;
	white-space:normal;
	height:211px;
	width:620px;
	vertical-align: middle;
	margin-left:100px;
	margin-right:100px;
	padding-top:60px;
}

#quotes li p {
	margin-top:0px;
	font-size: 12pt;
}

#quotes li:before {
	content: '\201C';
	color:#a6dad6;
	position: absolute;
	left:90px;
	top:30px;
	font-size:200pt;
	font-family: Helvetica;
}

#quotes li:after {
	content: '\201D';
	color:#a6dad6;
	position: absolute;
	right:90px;
	bottom:-180px;
	font-size:200pt;
	font-family: Helvetica;
}

.testimonial_author {
	display: block;
	font-size:11pt;
}

#slider-prev {
	position: absolute;
	top:60px;
	left:0px;
	background-image:url('../images/layout/left.png');
	width: 62px;
	height: 64px;
	display: block !important;
	text-indent: -9999px;
}

#slider-next {
	position: absolute;
	top:60px;
	right:0px;
	background-image:url('../images/layout/right.png');
	width: 62px;
	height: 64px;
	display: block !important;
	text-indent: -9999px;
}


/*** !!! NASPAA !!! ***/

#naspaa {
	background-image:url('../images/layout/bottom_texture.png');
	color:white;
	margin-top:10px;
}

#naspaa_logo {
	background-image:url('../images/layout/naspaa-logo.png');
	background-repeat: no-repeat;
	width:170px;
	height:70px;
	display: inline-block;
	vertical-align: middle;
	margin-top:60px;
	margin-left:50px;
}

#naspaa_info {
	display: inline-block;
	vertical-align: top;
	width:638px;
	margin-left:70px;
}

#naspaa_info h3 {
	color:#a6dad6;
	text-transform: none;
}

#naspaa_info .arrow_link {
	margin-top:30px;
	margin-bottom:15px;
	display: inline-block;
	color:white;
}

#naspaa_info .arrow_link:hover {
	color:#a6dad6;
}

/*** !!! SIGN UP !!! ***/

#sign_up {
	background-color:#0055a3;
	color:white;
}

#sign_up h3, #sign_up h4 {
	color:white;
	margin-bottom: 0px;
}

#sign_up p {
	margin-top:0px;
	font-size:10pt;
	margin-bottom: 5px;
}

#sign_up .enclosure {
	padding-left:30px;
	padding-right:30px;
	width:964px;
}

#sign_up .enclosure div {
	display:inline-block;
	vertical-align: top;
}

#sign_up .enclosure div:first-child {
	width:525px;
	margin-right:30px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	padding:5px;
	border:0px;
}

#helpful_links {
	list-style: none;
	padding:0px;
	margin:0px;
	margin-top:5px;
}

#helpful_links a {
	color:white;
	text-transform: uppercase;
}

#helpful_links a:hover {
	color:#eab020;
}

#helpful_links a:after {
	content:'\2192';
	text-transform: none;
	color:#eab020;
	margin-left:10px;
	font-weight: bold;
}

/*** !!! FOOTER !!! ***/

footer {
	background-color:#272525;
	color:#9a9999;
}

footer a {
	color:#9a9999;
}

#footer_logo {
	background-image:url('../images/layout/PAA-logo-TM-sm.png');
	display: inline-block;
	width:148px;
	height:72px;
	background-repeat: no-repeat;
}

footer .enclosure {
	padding-left:30px;
	padding-right:30px;
	width:964px;
}

footer .enclosure div {
	display:inline-block;
	vertical-align: top;
}

footer address {
	margin-top:10px;
	font-size:9pt;
	font-style: normal;
}

footer nav {
	display: inline-block;
}

footer nav ul {
	list-style: none;
	padding:0px;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	margin-left:20px;
	margin-right:20px;
}

footer nav ul li {
	margin-bottom:10px;
}

footer h3 {
	margin:0px;
	color:white;
	font-size: 12pt;
	margin-top:10pt;
}

#footer_social {
	padding-left: 0;
	list-style: none;
}

#footer_social li {
	display: inline;
}
#footer_social li + li {
	margin-left: 10px;
}

footer .facebook {
	background-image:url('../images/layout/social_footer.png');
	width:45px;
	height:45px;
	display: inline-block;
	background-position: left center;
	text-indent: -9999px;
/* 	margin-right:10px; */
}

footer .twitter {
	background-image:url('../images/layout/social_footer.png');
	width:45px;
	height:45px;
	display: inline-block;
	background-position: 90px center;
	text-indent: -9999px;
}

footer .linkedin {
	background-image:url('../images/layout/linked-in-icon.png');
	width:45px;
	height:45px;
	display: inline-block;
	background-position: center;
	text-indent: -9999px;
}

footer .facebook:hover {
	background-position: 135px center;
}

footer .twitter:hover {
	background-position: 45px center;
}

footer .linkedin:hover {
	background-image: url(/images/layout/linked-in-icon-hover.png);
}

footer p {
	font-size: 10pt;
}

/**** fancy forms ******/
.fancy-form {
	position:relative;
	padding-right:2em;
}

.fancy-form abbr {
	color:#7B0101;
	font-size:20px;
	font-weight:bold;
	line-height:1;
	padding:0 1px;
	vertical-align:middle;
	border:none;
}

.fancy-form label abbr {
	font-size:23px;
	padding:0;
	position:absolute;
	right:10px;
}

.fancy-form p {
	clear:left;
	background:rgba(20,20,20,0.03);
	color:#666;
	margin:0 0 1em 10em;
	padding:0.5em;
	border-radius:0.4em;
	position:relative;
}
.fancy-form p.note {
	background:none;
	font-size:9pt;
	margin:1em 0 0 0;
}
.fancy-form p.buttons {
	background:none;
	text-align:center;
	/* Swap margin for padding to fix an ugly IE7 glitch */
	margin-left:0;
	padding-left:10em;
}

.fancy-form p label:first-child,
.fancy-form p .label:first-child {
	color:#006BB7;
	float:left;
	font-size:10pt;
	margin:0 0 0 -12em;
	width:10.5em;
	text-align:right;
	line-height:2;
}

.fancy-form input[type="text"],
.fancy-form input[type="tel"],
.fancy-form input[type="email"],
.fancy-form input[type="password"],
.fancy-form textarea,
.fancy-form select {
	display:block;
	color:#333;
	font:11pt/1.2 Arial,Helvetica,sans-serif;
	margin:0;
	width:100%;
	padding:0.3em 0.4em;
	background:#fefefe;
	border:1px solid #ccc;
	border-radius:0.3em;
	box-shadow:inset 0.1em 0.1em 0.1em rgba(0,0,0,0.1);

	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.fancy-form input[type="text"]:focus,
.fancy-form input[type="tel"]:focus,
.fancy-form input[type="email"]:focus
.fancy-form input[type="password"]:focus,
.fancy-form textarea:focus,
.fancy-form select:focus {
	border-color:#aaa;
	box-shadow:inset 0.1em 0.1em 0.1em rgba(0,0,0,0.05);
}
.fancy-form input[type="text"].inline{
	display:inline-block;
	width:10em;
}
.fancy-form select {
	width:auto;
}
.fancy-form textarea {
	height:7em;
}

.fancy-form .captcha img {
	vertical-align:middle;
	margin:0.5em 0;
}
.fancy-form #code {
	width:auto;
	display:inline;
	margin-left:0.6em;
}

.fancy-form #state {
	display:inline-block;
	width:30%;
}
.fancy-form #zip {
	display:inline-block;
	width:67%;
}


/* Validation colors */
.fancy-form input.OK {
	/*background-color:#cfc;*/
}
.fancy-form input.error {
	background-color:#fcc;
	cursor:help;
}


.fancy-form h4 {
	margin:2em 0 1em 3.5em;
	padding-bottom:0.3em;
	color:#006BB7;
}
.fancy-form .nowrap {
	white-space:nowrap;
	display:inline-block;
	min-width:8em;
	margin:0.1em;
}
.fancy-form .nowrap label {
	padding:0 0.1em;
}
.fancy-form em{
	font-size:75%;
}
.fancy-form input[type="text"].datePicker{
	width:8em;
}
.fancy-form .datePickerLink{
	position:absolute;
	left:10em;
	top:10px;
}

/**************
| Login Form (Top)
***************/

#login-box {
	display: none;
	height: 100%;
}

#login-box form {
	position: absolute;
	background-color: #565D63;
	margin: 0 auto;
	top: 7px;
	right:30px;
	padding: 0 1em;
	border-radius: 5px 5px 0 5px;
}

#login-box form p {
	display: inline-block;
	margin-left: 1em;
}

#login-box form p:first-child {
	margin-right: 0;
}

#login-box form label {
	color: #FFF;
}

#login-box form>a{
	color:white;
}

.document{
	padding:4px 4px 4px 32px;
	cursor:pointer;
	border-radius:4px;
	margin-top:4px;
	background-position:4px 10px;
	background-repeat:no-repeat;
}
.document:hover{
	background-color:#f8f8ff;
}
.document span{
	display:block;
}
.document .document-title{
	font-size:110%;
}
.document .document-description{
	color:black;
}
.document-month{
	margin-bottom:4px;
}
.word.document{
	background-image:url('/images/icons/word-document.png');
}
.pdf.document{
	background-image:url('/images/icons/pdf-document.png');
}

/************************************************************
Modal window */

#modal {
	display:none;
	background:#fff;
	color:#2E2D2D;
	padding:1px 15px 1em 15px;
	width:900px;
	height:400px;
	margin:auto;
	overflow:auto;
	border-radius: 10px;
	border:5px solid #0054A4;
	height:260px;
}
#modal h2 {
	margin:-1px -15px 0.5em -15px;
	padding:0.5em;
	background:#eff0f0;
}
#modal .simplemodal-close {
	cursor:pointer;
	float:right;
	font-size:12pt;
	margin-top:0.5em;
}


.back-to-top{
	display:none;
	position:fixed;
	right:6em;
	bottom:6em;
	background-image:url('/images/layout/crosses.png');
	padding:1em;
	border-radius:.5em;
	border:1px solid #888;
	cursor:pointer;
}
.back-to-top:hover{
	border:1px solid black;
}


.member-nav{
	padding-left:0;
}
.member-nav>li{
	display:block;
}