/* @override http://concreteopenings.affiniscape.com/associations/10656/css/concreteopenings-styles.css */

body {
	margin: 0;
	background: #fff;
}

body#nobackground { background: #fff none; }

body,
td,
p {
	color: #333;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	color: #4E8CC9;
	font: 36px/1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 0 18px 0;
}

h2 {
	color: #00A3A0;
	font: 30px/1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 5px 0 0 0;
	border-top: 2px solid #757f88;
}

h3 {
	color: #9F6118;
	font: 30px/1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 5px 0 0 0;
	border-top: 2px solid #757f88;
}

h4 {
	color: #A8A71B;
	font: 30px/1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 5px 0 0 0;
	border-top: 2px solid #757f88;
}

h5 {
	color: #022753;
	font: 20px/1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	border-top: 2px solid #768088;
}

h6 {
	color: #022753;
	font: 15px/1em "Trebuchet MS", Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 10px 0;
	text-transform: uppercase;
}

a:link, 
a:active, 
a:visited,
#maincontentcell a:link, 
#maincontentcell a:active, 
#maincontentcell a:visited {
	color: #022753;
}

a:hover,
#maincontentcell a:hover {
	text-decoration: none;
}

hr {
	color: #ccc;
	background-color: #ccc;
}


/* Global Navigation
----------------------------------------*/
#navtop1 li ul,
#navtop2 li ul {
	border: none;
	background: #022753;
	padding: 0;
	width: 175px;
}

#navtop1 li ul li,
#navtop2 li ul li { border: none; }

ul#navtop1 li li a,
ul#navtop2 li li a {
	color: #fff;
	background: none;
	font: normal 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 999;
	padding: 8px 10px 6px 10px;
	width: 155px;
}

ul#navtop1 li li a:hover, 
ul#navtop2 li li a:hover {
	color: #fff; 
	background: #ea6a2d;
	font: normal 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

* html ul#navtop1 li li a,
* html ul#navtop1 li li a:hover,
* html ul#navtop2 li li a,
* html ul#navtop2 li li a:hover { width: 175px; }

/* Global Nav - Below Banner 
ul#navtop2 { background: #fff url(/associations/10656/imgs/bak-navtop2.png) repeat-x left bottom; }
ul#navtop2 li { margin-bottom: 16px; }
ul#navtop2 li li { margin: 0; }*/


/* System Messages
----------------------------------------*/
#returnlinktable,
.infomessage,
.errormessage,
loginmessage {
	background: #fff none;
	margin: 0;
	padding: 5px;
}

#pageheadertable { 
	background: #00a3a0; 
	border-top: 1px solid #9f6118;
}

td#pageheadercell {
	text-align: center;
}

table#returnlinktable {
	border-top: 1px solid #9f6118;
}


/* Main Content
----------------------------------------*/
#maincontentcell {
	background: url(/associations/10656/imgs/bak-maincontentcell.png) repeat-x;
	margin: 0;
	padding: 0;
}

#maincontentcell ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#maincontentcell ul li {
	background: transparent url(/associations/10656/imgs/li-arrow.png) no-repeat left 4px;
	line-height: 1.2em;
	padding: 0 0 10px 15px;
}

* html #maincontentcell ul li {
	padding: 0 0 8px 15px;
}


/* Sub Content
----------------------------------------*/
#maincontentsubcell p { line-height: 1.5em; }

td#maincontentsubcell {
	padding: 16px 15px 20px 15px;
	background: #cedff0 url(/associations/10656/imgs/bak-maincontentsubcell-home.png) repeat-x;
}

#maincontentsubcell blockquote {
	border-top: 1px solid #8eb5dc;
	border-bottom: 1px solid #8eb5dc;
	padding: 0;
	margin: 10px 0;
}

#maincontentsubcell blockquote,
#maincontentsubcell blockquote p {
	font: 12px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}


/* Client-side Left Navigation
----------------------------------------*/
#leftnavcell {
	padding: 16px 30px 0 0;
}

#leftnavcell p {
	line-height: 1.5em;
	margin: 10px 0;
	padding: 0;
}

#leftnavcell table {
	border: 1px solid #ccc;
	background: url(/associations/10656/imgs/bak-ln-table.png) repeat-x top;
	margin: 10px 0 0 0;
}

#leftnavcell table td {
	padding: 10px;
}

#leftnavcell table h6 {
	margin: 0 0 10px 0;
	color: #E4672C;
	font-size: 19px;
	text-align: center;
}

#leftnavcell h6 {
	text-align: center;
	font-size: 19px;
	margin-bottom: 0;
}



/* Client-side Right Navigation
----------------------------------------*/
td#rightnavcell {
	padding: 16px 0 0 30px;
	background: transparent;
	width: 300px;
}

#rightnavcell p {
	line-height: 1.5em;
	width: 300px;
}

td#rightnavcell h2 {
	color: #d3002d;
}


/* Footer
----------------------------------------*/
#footertablecell {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	border-top: 3px solid #9f6118;
}

#footertablecell,
#footertablecell p {
	font-size: 11px;
	line-height: 1.1em;
}

#footertablecell a { color: #333; }

#footertablecell a:hover { text-decoration: none; }


/* Example Two
----------------------------------------*/
div#example6.quick-cal {
	margin: 5px 0 10px 0;
}

div#example6.quick-cal h3 {
	color: #022753;
	margin: 0;
	padding: 0;
	font: 16px "Helvetica Neue", Arial, Helvetica, sans-serif;
	border-top: none;
}

div#example6.quick-cal h3 a {
	color: #022753;
	text-decoration: none;
	display: none;
}

div#example6.quick-cal h3 a:hover {
	color: #666;
}

div#example6.quick-cal ul {
	border-bottom: 3px solid #4e8cc9;
	border-top: 3px solid #4e8cc9;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#example6.quick-cal li {
	padding: 0 0 0 0;
	background: none;
}

div#example6.quick-cal li.odd { background: #cadcef; }

div#example6.quick-cal li div {
	padding: 4px 0 7px 50px;
}

div#example6.quick-cal li div:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#example6.quick-cal li div {display:inline-block;}
/* Hide from IE Mac \*/
div#example6.quick-cal li div {display:block;}
/* End hide from IE Mac */

div#example6.quick-cal span.date {
	color: #333;
	display: block;
	float: left;
	font: normal 12px/1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
	margin: 0 0 0 -45px;
}

div#example6.quick-cal span.date span {
	display: block;
	font-weight: normal;
	line-height: 0;
	vertical-align: top;
}

div#example6.quick-cal span.date em {
	display: block;
	font-size: 170%;
	font-style: normal;
	font-weight: normal;
}

div#example6.quick-cal h4 {
	margin: 5px 5px 5px 0;
	font: bold 12px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: none;
	padding: 0;
	text-align: center;
}

div#example6.quick-cal h4 a {
	color: #222;
	text-decoration: none;
}

div#example6.quick-cal h4 a:hover {
	color: #e4672c;
	text-decoration: none;
}

div#example6.quick-cal p {
	color: #666;
	font-size: 11px;
	line-height: 14px;
}

div#example6.quick-cal span.register {
	background: transparent url(http://www.affiniscape.com/associations/6897/files/imgs/bak_register_span.png) no-repeat right top;
	float: right;
	margin: 0 10px;
}

div#example6.quick-cal span.register a {
	background: transparent url(http://www.affiniscape.com/associations/6897/files/imgs/bak_register_a.png) no-repeat left top;
	color: #fff;
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}


/* Module Padding Adjustments */
table#maincontenttable.module td#maincontentcell { padding: 20px; }


/* Landing Table
----------------------------------------*/
table#concrete {
	margin-top: 10px;
}

table#concrete img {
	border: 1px solid #022753;
	margin:  0 15px 10px 0;
}

table#concrete h6 {
	margin-top: 0;
}


