/*

    TITLE: AICCM
    DATE:  10-16-06
    Last Updated: 8-26-10
*/

    
/* 
 ZERO
-----------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,br,form, {
    margin:0;
    padding:0;
    border:0;
}

img {
    border:0;
}

div.clear-it {
    clear:both;
    height:0;
}

.clear {
    clear:both;
}


    
/* <textEditor> */
.byline {
    font-size:70%;
    font-style:italic;
    margin:0 0 5px;
    padding:0;
}

.imgspacing-upperleft {
    float:left;
    margin:0 10px 5px 0;
}

.imgspacing-upperright {
    float:right;
    margin:0 0 5px 10px;
}

.imgspacing-midleft {
    float:left;
    margin:5px 10px 5px 0;
}

.imgspacing-midright {
    float:right;
    margin:5px 0 5px 10px;
}

.imgspacing-lowleft {
    float:left;
    margin:5px 10px 0 0;
}

.imgspacing-lowright {
    float:right;
    margin:5px 0 0 10px;
}


    
/* </textEditor> */

    
/*
 MAIN 
-----------------------------------------------*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin:0;
    background:#fdf9ed;
    font-size:100.01%;
}

#mainCol .expand h1.title {
    padding:0 0 0 20px;
    background-image:url(../images/bg_h1_expand.gif);
    background-repeat:no-repeat;
    background-position:0 2px;
    text-transform:none;
    margin:0;
    font-size:20px;
    line-height:24px;
    font-style:normal;
    font-weight:normal;
    border-bottom:solid 1px #c6beb7;
}

#mainCol .expand .element {
    padding:10px 20px;
    line-height:22px;
    background:#fdf9ed;
    border-bottom:solid 1px #c6beb7;
}


    
/* links */
a,a:visited {
    font-weight:bold;
    color:#a6182f;
    text-decoration:none;
}

#container a,#container a:visited {
    text-decoration:underline;
}

a:hover {
    text-decoration:underline;
}


    
/* heading */
h1 {
    font-size:182%;
    margin:2px 0;
    padding:13px 0 0;
    text-transform:Uppercase;
}

h2 {
    font-size:159%;
    margin:2px 0;
    padding:2px 0;
}

h3 {
    font-size:144%;
    margin:2px 0;
    padding:3px 0;
    color:#a6182f;
}

h4 {
    font-size:122%;
    margin:2px 0;
    padding:3px 0;
    color:#a6182f;
}

h5 {
    font-size:107%;
    margin:2px 0;
    padding:3px 0;
}

h6 {
    font-size:92%;
    margin:2px 0;
    padding:1px 0;
    font-weight:normal;
}

h1 {
    letter-spacing:.1em;
}

#container h1.title {
    font-size:1em;
}


    
/* para-list */
p,address {
    margin:5px 0;
    padding:3px 0;
}

br {
    margin:0;
}


    
/*
 LAYOUT.
-----------------------------------------------*/
#frame {
    width:976px;
    margin:0 auto;
	margin-bottom: 15px;
	border: 1px solid #f3eee1;
	border-top: none;
	}

#header {
    float:left;
    clear:both;
    width:976px;
    background:#a6182f url(images/header-bg.jpg) no-repeat left top;
}

#identity {
    float:left;
    width:591px;
    height:15px;
    margin:0;
    padding:49px 0 0 25px;
}

#identity strong,#identity a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
    background:url(images/aiccm-logo-web.gif) no-repeat 0 0;
    outline:none;
}

#identity a:hover {
    background-position:0 -16px;
}

#util {
    float:right;
    width:245px;
    padding:36px 31px 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
    font-style:normal;
    font-weight:normal;
}

#util a {
    color:#fff;
    text-decoration:none;
}

#util .search {
    float:left;
    width:100%;
    height:31px;
    padding:0;
    margin:0 0 17px;
}

#util .search label {
    float:left;
    height:1px;
    text-indent:-9999px;
    width:1px;
}

#util .search .searchInput {
    float:left;
    width:165px;

    
/* 175 */
    height:21px;

    
/* 31 */
    color:#fff;
    font-size:123.1%;
    margin:0;
    padding:5px;
    border:none;
    background:url(images/search-input-bg.png) no-repeat left top;
}

#util .search .searchButton {
    float:right;
    width:65px;
    height:0;
    margin-top:2px;
    padding-top:27px;
    vertical-align:top;
    cursor:pointer;
    border:none;
    background:url(images/search-btn.png) no-repeat left top;
}

#util .search .searchButton {
    *height: 27px;
    }


#util .util-nav {
    float:left;
    width:240px;
    height:35px;
    clear:both;
    margin:0;
    padding:0 0 0 5px;
}

#util .util-nav li {
    list-style:none;
    float:left;
    padding:0 17px 0 0;
}

#util .util-nav li a {
    font-weight:normal;
    color:#fff;
    font-weight: bold;
    text-decoration:none;
    border-bottom: 1px dotted #e4c9c1;
}

#util .util-nav li a:hover {
    color:#fff;
    text-decoration:none;
    border-bottom: 1px solid #fff;
}

#container {
    width:976px;
    background:#fff;
}

#container h1 {
    padding-bottom:8px;
}

.blogList ul li .postTitle,.blogList ul li .postTitle a,.eventsList ul li a {
    text-decoration:underline!important;
}

.blogList ul li .postTitle a:hover,.eventsList ul li a:hover {
    text-decoration:underline!important;
}

#mainCol {

    
/* min height ***********/
    width:580px;
    height:auto;
    min-height:360px;
    _height:365px;
    float:left;
    background:#fff;
    border-right:1px solid #bbb9b3;
    font-size:77%;
}

body.scroll #mainCol {
    width:580px;
    height:360px;
    _height:365px;
    float:left;
    overflow:auto;
    overflow-x:hidden;
    background:#fff;
    border:0;
}

#content {
    width:540px;
    padding:10px;
}

#subCol {
    width:393px;
    min-height:338px;
    _height:338px;
    float:right;
    font-size:77%;
}

body#inside #subCol {
    height:auto;
    min-height:365px;
    _height:365px;
}

body#inside #subCol .textElement {
    padding:10px;
}




/* TwoCol Inside */

body.twoCol #frame #container #mainCol {
	float: left;
	width: 480px;
	}
	
body.twoCol #frame #container #subCol {
	float: right;
	width: 395px;
	padding: 50px 50px 50px 40px;
	}

body.twoCol #frame #container #mainCol #content {
	width: auto;
	padding: 50px;
	}



body.scroll #subCol {
    width:393px;
    height:338px;
    float:right;
    border-left:1px solid #bbb9b3;
}

#adminBdy {
    width:934px;
    float:left;
    padding:20px;
    background:#fff;
}

#footer {
    width:956px;

    
/* height: 114px; */
    position:relative;
    padding:20px 10px 50px;
    _margin:-3px 0 0 0;
    color:#A6182F;
    text-align:justify;
    border-top:13px solid #000; /* #e5e5e5 */
    background:#fff;
    font-size:77%;
}
#footer.noborder {
    border: none;
    min-height: 0 !important;
}

#footer br {
    margin:1px 0;
    padding:0;
}

#footer p {
    margin:1px 0;
    padding:0;
}

body#inside #footer {
    height:auto!important;
   /*
 height:134px;
    min-height:134px;
*/
    margin-top:-5px!important;
    margin-top:-3px;
    padding:20px 10px 50px;
    width:954px;
}

#ftLeft {
    width:350px;
    float:left;
}

#ftRight {
    width:393px;
    float:right;
    display:inline;
    background:transparent;
    border-left:1px solid #bbb9b3;
}


    
/*
 NAVIGATION.
-----------------------------------------------*/

    
/* Global Menu 
-----------------------------------------------*/
#main_nav {
    position:relative;
    float:left;
    clear:both;
    width:100%;
    border-bottom:1px solid #eee;
    background:#fff;
    z-index:90;
}

#main_nav .nav {

    
/*     z-index: 1000; */
    float:left;
    width:720px;
    margin:0;
    padding:10px 0 0;
}

#main_nav .nav li {
    border-top:5px solid #245887;
    list-style:none;
    padding:0;
    margin:0;
    float:left;
}

#main_nav .nav li.navBrown {
    margin:0 0 0 7px;
    border-top:5px solid #251A0C;
}

#main_nav .nav li.navGreen {
    margin:0 0 0 10px;
    border-top:5px solid #615a26;
}

#main_nav .nav li.navOrangeFirst {
    margin:0 0 0 10px;
    border-top:5px solid #995409;
}

#main_nav .nav li.navOrange {
    border-top:5px solid #995409;
}

#main_nav .nav li a {
    height:26px;
    color:#000;
    _float:left;
    display:block;
    padding:6px 8px 0;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
}

#main_nav .nav li.navBrown a {

    
/*color: #995409;*/
    color:#000;
}

#main_nav .nav li.navGreen a {

    
/*color: #615a26;*/
    color:#000;
}

#main_nav .nav li.navOrange a,#main_nav .nav li.navOrangeFirst a {

    
/*color: #995409;*/
    color:#000;
}

#main_nav .nav li a:hover {
    text-decoration:none;
    color: #444;
}

#main_nav .nav li ul li a {
    font-size:10px;
}

#main_nav .nav li.noshow ul {
    display:none!important;
}

.nav .hidden {
    display:none!important;
}


    
/* FLYOUT */
#main_nav .nav li {

    
/* all lists */
    padding:0;
    margin:0;
    list-style:none;
}

.nav {
}

#main_nav .nav li {

    
/* all list items */
    float:left;
    position:relative;
    display:block;
    z-index:99999;
}

#main_nav .nav li ul {

    
/* second-level lists */
    display:none;
    position:absolute;
    top:32px;
    left:0;
    width:143px;
    padding:0;
    margin:0;
    background:#151515;
    background: rgba(0, 0, 0, 0.9);
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
    z-index:99999;
}

#main_nav .nav li ul.level2 ul {

	left: 143px;
	top: 0;
	/* min-height: 50px;   */  

}

#main_nav .nav li ul.level2 ul li a {

    
/* second-level lists */
    padding-left:2em;
    width:115px;
}

#main_nav .nav li ul.level2 li {
    border:none!important;
    width:143px;
    padding:0;
    margin:0;
    float:left;
    clear:both;
}

#main_nav .nav li ul.level2 li a {
    width:123px;
    height:auto;
    padding:4px 10px;
    color:#eee;
    border-bottom: 1px solid #222;
}

#main_nav .nav li ul.level2 li a:hover {
    background:#a61830;
}

#main_nav .nav li > ul.level2 {    
/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top:25px;
    left:0;
}

#main_nav .nav li:hover ul.level2, #main_nav .nav li.sfhover ul.level2,
#main_nav .nav li ul.level2 li:hover ul.level3, #main_nav .nav li ul.level2 li.sfhover ul.level3 {

    
/* lists nested under hovered list items */
    display:block;
}






#main_nav .nav li ul.level3 {
    display: none;
    }

    
/* =Transport Bar */
.transport-bar {
    float:right;
    width:225px; /* OLD 249 */
    height:26px;
    margin:0;
    padding:9px 6px 0 0;
}

.transport-bar li {
    float:left;
    height:26px;
    margin:0 5px 0 0;
    list-style:none;
}

.transport-bar li a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
    background:url(images/social-icons-new.gif) no-repeat left top;
    outline:none;
}

.transport-bar li#t-okvision {
    width:101px;
    height:19px;
    margin-top:3px;
}

.transport-bar li#t-okvision a {
    background-position:0 -2px;
}

.transport-bar li#t-okvision a:hover {
    background-position:0 -30px;
}

.transport-bar li#t-news {
    width:21px;
}

.transport-bar li#t-news a {
    background-position:-106px 0;
}

.transport-bar li#t-news a:hover {
    background-position:-106px -28px;
}

.transport-bar li#t-cal {
    width:25px;
}

.transport-bar li#t-cal a {
    background-position:-132px 0;
}

.transport-bar li#t-cal a:hover {
    background-position:-132px -28px;
}

.transport-bar li#t-facebook {
    width:24px;
}

.transport-bar li#t-facebook a {
    background-position:-162px 0;
}

.transport-bar li#t-facebook a:hover {
    background-position:-162px -28px;
}

.transport-bar li#t-twitter {
    width:24px;
}

.transport-bar li#t-twitter a {
    background-position:-191px 0;
}

.transport-bar li#t-twitter a:hover {
    background-position:-191px -28px;
}

.transport-bar li#t-rss {
    width:24px;
}

.transport-bar li#t-rss a {
    background-position:-220px 0;
}

.transport-bar li#t-rss a:hover {
    background-position:-220px -28px;
}


    
/*
 CONTENT.
-----------------------------------------------*/

    
/* nav & header ****/
#iCal {
    position:absolute;
    width:74px!important;
    width:69px;
    height:55px;
    padding:8px 15px 6px 5px!important;
    padding:8px 10px 6px;
    right:0;
    top:0;
    text-align:center;

    
/*border-left: 1px solid #b7aa9d;*/
    background:#fdf9ed;
}

#iCal img {
    width:64px;
    padding:4px 0 0 2px;
}

#blueHead {
    position:absolute;
    width:61px;
    height:20px;
    top:7px;
    left:20px;
}

#greenHead {
    position:absolute;
    width:53px;
    height:20px;
    top:8px;
    left:575px;
    _left:555px;
}

#brownHead {
    position:absolute;
    width:48px;
    height:18px;
    top:10px;
    left:685px;
    _left:665px;
}


.blogList {
    font-size:80%;
}

    
/* events */
.eventDetailModule .h1 {
    color:#a6182f;
    font-size:1.5em;
    margin:2px 0;
    padding:13px 0 0;
    text-transform:Uppercase;
}

.eventDetailModule {
    color:#a6182f;
}



    
/* footer */
#footer a {
    text-transform:Uppercase;
    text-decoration:none;
}

.green {
    text-transform:Uppercase;
    color:#a6182f;
    font-family:Georgia, "Times New Roman", Times, serif;
}

#newsletter {
    width:75px;
    height:51px;
    position:absolute;
    left:880px;
    top:50px;
}

#p-url { display: none; }

    
/*#footer .contact a {
    display: block;
    text-indent: -9999px;
    width: 776px;
    height: 24px;
    text-decoration: none;
    right: 0;
    bottom: 0;
    position: absolute;
    }*/
#footer .contact {
    width:958px;
    height:24px;
    border-top:solid 1px #ddd;
    text-decoration:none;
    padding:10px 8px;
    left:0;
    bottom:0;
    position:absolute;
    color:#a6182f;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    text-align: center;
}

#footer .contact a {
    text-decoration:none;
}

#footer .contact a:hover {
    text-decoration:underline;
}

#footer .btns {
    text-align:right;
    width:234px;
}

#footer .btns a {
    padding:0 0 0 10px;
}

#footer .contact .pad {
/*     width:688px; */
    padding:6px 0 0;
}

div.rss {
    display:none;
}


    
/*
 MISC.
-----------------------------------------------*/
td {
    font-size:11px;
}

.left {
    float:left;
}

.right {
    float:right;
}

.black {
    color:#000;
}

.grey {
    color:#8b7c70;
}


    
/*.white{
    color: #fff;    
}*/
.hide {
    display:none;
}

/*
.blue h1,.blue h2,.blue h3,.blue h4,.blue strong {
    color:#a6182f;
}
*/

.brown em, .brown i {
    color:#000;
    font-style:normal;
}

.purple {
    color:#896b70;
}

.red {
    color:#A6182F;
}

.white {
    background:#FFF;
}

.blue {
    color:#000;
}



    
/* clearing */
#container:after {
    content:'.';
    height:0;
    visibility:hidden;
    display:block;
    clear:both;
}

.padding,#subCol .white,#subCol .grey,#subCol .brown,#subCol .purple,#subCol .blue {
    padding:10px;
    background:#FFF;
}

div.blueHeader {
    color:#8b7c70;
    padding:18px;
    border-bottom:1px solid #8b7c70;
    text-align:right;
    background:#FFF;
}

#mainCol div.blueHeader {
    padding:0;
}

div.blueHeader h1,div.blueHeader h1.title,div.blueHeader h2,div.blueHeader h3,div.blueHeader h4,div.blueHeader h5,div.blueHeader h6 {
    color:#000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:.2em;
    padding:0;
    margin:0 0 10px;
    line-height:1em;
}

div.blueHeader h1 {
    font-size:2.1em;
}

div.blueHeader h2 {
    font-size:1.7em;
}

div.blueHeader h1.title {
    font-size:2.6em;
}




/* Share Link */

#share-link {
	float: left;
	clear: both;
	text-decoration: none;
	margin: 6px 0 15px;
	padding: 4px 6px 4px 25px;
	text-decoration: none !important;
	color: #666;
	border: 1px solid #ddd;
	background: #efefef url(images/share-icn.png) no-repeat 6px 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	}

#share-link-box {
	clear: both;
	display: none;
	margin: 0 0 20px;
	padding: 15px;
	background: #efefef;
	}

#share-link-box li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#share-link-box li a {
	display: block;
	margin: 0 0 5px;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	background: url(images/twitter.png) no-repeat 0 50%;
	}

#share-link-box li a#sh-twitter { background: url(images/twitter.png) no-repeat 0 50%; }
#share-link-box li a#sh-facebook { background: url(images/facebook.png) no-repeat 0 50%; }
#share-link-box li a#sh-google { background: url(images/google.png) no-repeat 0 50%; }
#share-link-box li a#sh-delicious { background: url(images/delicious.png) no-repeat 0 50%; }

#share-link-box li a:hover {
	color: #333;
	text-decoration: none;
	}




/* Bead Progress Bar */

#bead-progress {
	position: relative;
	width: 561px;
	height: 100px;
	overflow: hidden;
	padding-bottom: 20px;
	}
	
	
#bead-overlay {
	position: absolute;
	width: 561px;
	height: 100px;
	background: #fff;
	z-index: 2;
	}

#amount-raised {
	display: none;
	position: absolute;
	padding: 10px;
	top: 27px;
	left: 0;
	color: #fff;
	z-index: 3;
	font-size: 17px;
	font-weight: bold;
	background: #000;
	}

#bar-overlay {
	position: absolute;
	height: 19px;
	width: 0;
	top: 78px;
	left: 0;
	background: green;
	}




address {
    font-style:normal;
}

.mnBlue,.mnGreen,.mnBrown,.greenFirst,.brownFirst {

    
/* safari hack for negative letter spacing */
    letter-spacing:-.05em;
}


    
/* nothing below this rule */

    
/* Photo Gallery */
#galleryBdy {
    width:734px;
    float:left;
    padding:20px;
    background:#fff;
    color:#000;
    font-size:1em;
}

#galleryBdy h2 {
    color:#a6182f;
}

#gallery {
    width:734px;
    color:#000;
}

#gallery td {
    width:153px;
}

#gallery tr {
    padding:10px 0;
}

#homePage #subCol #sub-content .textElement {
    padding:0 15px;
}

#homePage h2,#homePage h3 {
    text-transform:uppercase;
    letter-spacing:.1em;
}



.photoGalleryElement .thumbnail .thumbContents {
	min-height: 160px;
	_height: 160px;
	}

.photoGalleryElement .thumbnail .thumbContents a img {
	width: 80px;
	height: 80px;
	}

.photoGalleryElement .thumbnail {
	width: 100px !important;
	min-height: 0 !important;
	margin-bottom: 12px !important;
	}

    
/* =Home */
#homePage #mainCol {
    float:left;
    width:563px;
    height:auto;
    margin:20px 0;
    min-height:0;
    _height:auto;
    /* font-size:100%; */
    border:none;
    background:none;
}

#homePage #subCol {
    margin:20px 0;
}

#homePage #extraCol {	
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	}


#home-col-1,
#home-col-2,
#home-col-3,
#home-col-4,
#home-col-5 {
	float: left;
	width: 170px;
	padding: 0 0 0 20px;
	}



#homePage #mainCol .element,
#homePage #mainCol .title {
	padding: 0 0 0 20px;
	}

#feature {
    width: 543px;
    /* height:269px; */
    margin:0 0 25px;
    padding: 0 0 0 20px;
/*     background:#eee; */
}

#feature .element {
    padding: 0 !important;
    }


#homePage #mainCol .container {
    padding:0 0 0 20px;
}

#storytellers {
    float:left;
    clear:both;
    width:543px;
    margin: 0 0 10px;
    padding:0 0 0 20px;
}

#st-nav {
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

#st-nav li {
    float:left;
    width:180px;
    height:131px;
    margin:0 1px 1px 0;
    padding:0;
    list-style:none;
}

#st-nav li a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
    outline:none;
}

#st-nav li#n-st-art a {
    background:url(images/st-art.jpg) no-repeat left top;
}

#st-nav li#n-st-dev a {
    background:url(images/st-dev.jpg) no-repeat left top;
}

#st-nav li#n-st-ope a {
    background:url(images/st-ope.jpg) no-repeat left top;
}

#st-nav li#n-st-con a {
    background:url(images/st-con.jpg) no-repeat left top;
}

#st-nav li#n-st-ins a {
    background:url(images/st-ins.jpg) no-repeat left top;
}

#st-nav li#n-st-out a {
    background:url(images/st-out.jpg) no-repeat left top;
}

#st-nav li#n-st-mar a {
    background:url(images/st-mar.jpg) no-repeat left top;
}


#st-nav li#n-st-vid a {
    background:url(images/st-vid.jpg) no-repeat left top;
}

#st-nav li#n-st-new a {
    background:url(images/st-news.jpg) no-repeat left top;
}


/*
#st-nav li#n-st-blogs a {
    background:url(images/st-blogs.gif) no-repeat left top;
}

#st-nav li#n-st-subscribe a {
    background:url(images/st-subscribe.gif) no-repeat left top;
}
*/

.st-box {
    display:none;
}

#homePage #zoom_content h1,
#homePage #zoom_content h1.title,
#homePage #zoom_content h1.title {
    padding:0;
    margin:0;
}

#homePage #zoom_content hr {
    margin:10px 0 5px;
}


#homePage #zoom_content .blogList {
    margin:5px 0 25px;
    font-size: 90%;
}

#homePage #zoom_content .blogList li {
    list-style: disc;
    padding: 5px 0;
    margin: 0 0 0 20px;    
    }

#homePage #zoom_content .blogList .postInfo { display: none; }
#homePage #zoom_content .blogList .rss { display: block; }


#homePage #zoom_content .blogList .postTitle {
    font-size:120%;
}



#sub-feature {
    margin:0 0 34px;
}