

/* CSS Document */
*{
}
a:link{
    color: #333;
	text-decoration:underline;
}
a:visited{
    color: #333;
}
a:hover{
	color:#369;
	text-decoration:underline;
}


/*-----------------------------------conditionals for FCKeditor/print/popup body------------------------------------*/
html {
    height:100%;
}
body {
    font-size: 11px;
	
        /* Displayed for Normal Pages */
        margin:0;
        padding:0;
        text-align:center;
        background:url(http://www.peterkiewitfoundation.org/images/bg.gif);
        height:100%;
    
}
/*----------------------------------- Body/Wrapper/Border Styles------------------------------------*/
#home_bg{
	background-color:#6699cc;
	width:100%;
	height:202px;
	position:absolute;
	left:0;
	top:103px;
}
#content, #content_ui{
	margin:0 auto;
	width:639px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background:url(http://www.peterkiewitfoundation.org/images/bg_home.gif) repeat-y 111px #FFFFFF;
	position:relative;
	text-align:left;
	font-size:10px;
}
#content_ui{
	background:url(http://www.peterkiewitfoundation.org/images/bg_ui.gif) repeat-y 135px #FFFFFF;
}
#content #border, #content_ui #border{
	position:absolute;
	left:0;
	bottom:0;
	width:637px;
	height:100%;
	border:1px solid #bababa;
	border-bottom:none;
	border-top:none;
}
/*----------------------------------- siFR 3 settings --------------------------------------*/
/* Settings for specific sIFR3 elements are found below */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/*----------------------------------------------------Content------------------------------------------------------*/
#main{
	font-family:Arial, Helvetica, sans-serif;
    line-height: 15px;
    font-size: 11px;
	float:left;
    padding:15px;
    width:396px !important;
    width:366px;
    position:relative;
    color: #666;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    overflow:hidden;
}
#main p{
	margin:0;
}
#main table{
	border:none;
}
/*----  #main table td{
    border:1px solid #666666;
    margin:0px;
    padding:2px; -----*/
}

#main table td{
    margin:0px;
    padding:2px;
}

/*----------------------------------------------------Site Map------------------------------------------------------*/
#sitemap ul{
    color:#336699;
    font-family: New York, Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:25px;
    list-style:none;
    padding:0pt 0pt 10px 0px;
}
#sitemap ul ul{
    font-family: Arial;
    color: #666;
    line-height: 15px;
    font-size: 10px;
    padding:0pt 0pt 0px 15px;
}

/*----------------------------------------------------FCKEditor options------------------------------------------------------*/
.image_right {
	float:right;
	margin: 0 0 20px 20px;
}
.image_left {
	float:left;
	margin: 0 20px 20px 0;
}
  
h1.subhead1 {
    font-family: New York, Times New Roman, Arial, Helvetica, sans-serif;
    color: #369;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 15px;
    font-size: 14px;
    margin:5px 0 5px;
    padding:0;
    font-weight:normal;
	font-variant:small-caps;
}

h2.subhead2 {
    font-family: New York, Times New Roman, Arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 15px;
    font-size: 12px;
    margin:0;
    padding:0;
    font-weight:bold;
}

h3.subhead3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 15px;
    font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

blockquote.blockquote {
	background: url(http://www.peterkiewitfoundation.org/images/break_diamond_blur.gif) no-repeat top center;
    font-family: New York, Times New Roman, Arial, Helvetica, sans-serif;
    color: #369;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0;
    line-height: 15px;
    font-size: 15px;
    margin:5px 0 5px;
    padding:45px 0 0;
    font-weight:normal;
	font-variant:small-caps;
    text-align:center;
}

span.author{
	margin:7px 0 0;
	text-align:right;
    float:right;
}

.emailform {
    width: 90%;
    font-size: 10px;
    font-family: Arial;
}

.normalCase {
	text-transform: none !important;
}

#content_in ul{
	list-style:square;
    margin:0 0 0 15px;
}

/*------------------------------------------------------badge--------------------------------------------------------*/

.badge{
	background:url(http://www.peterkiewitfoundation.org/images/bg_badge_right.gif) repeat-y right #E6E6E5;
	position:relative;
    width:100%;
}

.badge .topCap{
	background:url(http://www.peterkiewitfoundation.org/images/bg_badge_top.gif) repeat-x;
	width:100%;
	height:41px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.badge .topRightCap{
	background:url(http://www.peterkiewitfoundation.org/images/bg_badge_topRight.gif) no-repeat;
	width:8px;
	height:41px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

.badge .bottomCap{
	background:url(http://www.peterkiewitfoundation.org/images/bg_badge_bottom.gif) repeat-x #FFFFFF;
	width:100%;
	height:38px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

.badge .bottomLeftCap{
	background:url(http://www.peterkiewitfoundation.org/images/bg_badge_bottomLeft.gif) no-repeat #FFFFFF;
	width:12px;
	height:38px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

.badge .bottomRightCap{
	background:url(http://www.peterkiewitfoundation.org/images/bg_badge_bottomRight.gif) no-repeat #FFFFFF;
	width:8px;
	height:38px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}

.badge .content{
	margin:0;
	padding:16px 20px;
    position:relative;
    z-index:3;
}

h2.badgeHeader{
	position:relative;
	font-family:Arial;
    color:#666;
    line-height:15px;
    font-size:12px;
	margin:0;
	padding:0;
	z-index:2;
}

.badgeCopy{
	position:relative;
	font-family:Arial;
    color:#666;
    line-height:15px;
    font-size:10px;
	margin:0;
	padding:0;
	z-index:2;
}

/*------------------------------------------------------header--------------------------------------------------------*/
#content #header{
	background:#000000;
	height:103px;
	width:100%;
	position:relative;
}
#content_ui #header{
	background:url(http://www.peterkiewitfoundation.org/images/header_ui.gif) no-repeat 38px 25px #000000;
	height:65px;
	width:100%;
	position:relative;
}

/*-----------flash--------------------*/
#content #quotes{
	background:#336699;
	width:100%;
	height:202px;
	position:relative;
}
#content_ui #quotes{
	background:#336699;
	width:100%;
	height:140px;
	position:relative;
}
#content #flash{
	position:absolute;
	width:100%;
	height:305px;
	top:0;
	left:0;
}
#content_ui #flash{
	position:absolute;
	width:100%;
	height:140px;
	top:93px;
	left:0;
}

/*------------------------------------------------------primary navigation---------------------------------------------*/
/*------------------ Rollover Positions inside the backgrounds - Off (left) -- On (center) -- At (right) --------------*/
/*---------------------------------------------- located in navigation.aspx file --------------------------------------*/



/*------------------------------------------------------content--------------------------------------------------------*/
#clear{
	clear:both;
	padding:0 0 49px;
}
#content_ui #clear{
	padding:0 0 80px;
}

/*-------------------------------------------------------footer--------------------------------------------------------*/
#utility_box{
    bottom:60px;
    left:25px;
    position:absolute;
    text-align:left;
}
#utility_box a{
	height:8px;
    float:left;
}

#utilTop{width:38px;}
#utilPrint{width:80px;}
#utilEmail{width:52px;}

#utilTop span{background-image:url(http://www.peterkiewitfoundation.org/images/utility_top.gif);}
#utilPrint span{background-image:url(http://www.peterkiewitfoundation.org/images/utility_print.gif);}
#utilEmail span{background-image:url(http://www.peterkiewitfoundation.org/images/utility_email.gif);}

#footer{
	background:url(http://www.peterkiewitfoundation.org/images/bg_footer.gif) repeat-x #FFFFFF;
	height:33px;
	width:637px;
	padding:16px 0 0;
	position:absolute;
	bottom:0;
	left:1px;
	font-family:Gil Sans, sans-serif, Arial;
	text-align:center;
	font-size:9px;
	color:#999;
	z-index:1;
}
#footer p{
	margin:0;
	line-height:12px;
}
#footer .nav{
	font-family:Futura, Arial, Helvetica;
	font-size:9px;
}
#footer a:link, #footer a:visited{
	margin:0 3px;
	text-decoration:none;
	color:#999;
}
#footer a:hover{
	color:#777;
}

/*-------------------------------------------------------popups--------------------------------------------------------*/

.itemList_item {
    margin: 5px 0 20px 0;
}
.itemList_title {
    margin: 0;
}
.graphical, .button, .button_at{
	position:relative;
	overflow:hidden;
	display:block;
}
.graphical span, .button span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.button_at span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left top;
}
.button:hover{
	border:none;
}
.button:hover span{
	background-position:right top;
}


/*--------------General----------------------*/
.graphical, .button, .button_at{
	position:relative;
	overflow:hidden;
	display:block;
}
.button_at{
	cursor:default;
}
.graphical span, .button span{
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	float:left;
}
.button_at span{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:left top;
	cursor:default;
}
.button:hover{
	border:none;
}
.button:hover span{
	background-position:right top;
}
.printable{
	visibility:hidden;
	display:none;
}
/*---------------------------------------------------Image Gallery---------------------------------------------------*/


.jqGSContainer{
    position:relative;
    background:#ffffff url(http://www.peterkiewitfoundation.org/images/gallery.gif) no-repeat;
    padding:25px 0;
    width:396px;
}
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{
    padding:0;
    margin:0;
    position:relative;
    list-style:none;
    line-height: 1em !important;
}
.jqGSContainer .jqGSImgContainer ul li{
	list-style-type: none !important;
	list-style-image: none !important;
	list-style-position: inside !important;
	padding:0;
	margin:0;
	position:relative;
	margin-top:0;
	margin-bottom:0px;
}

.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{
    background:url(http://www.peterkiewitfoundation.org/images/loadingAnimation.gif) no-repeat center center;
    width:100%;
    height:100%;
    position:absolute;
}
.jqGSContainer .jqGSImgContainer ul li img{
    position:absolute;
    top:50%;
    left:50%;
}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{
    background:#000;
    position:absolute;
    right:0px;
    top:0px; 
    padding:3px;
    color:#fff;
    width:390px;
}
.jqGSContainer .jqGSPagination{
    padding: 10px 0;
}
.jqGSContainer .jqGSPagination ul{
    padding:0;
    margin:0;
    list-style:none;
    line-height: 1em !important;
}
.jqGSContainer .jqGSPagination ul li{
    float:left;
    text-align:center;
    line-height: 1em !important;
	margin:0px 0px 0px 0px !important;
	padding: 0px 1px 1px 0px !important;
	list-style-type: none !important;
	list-style-image: none !important;
	list-style-position: inside !important;
}
.jqGSContainer .jqGSPagination ul li a{
    padding:2px 0px;
    background:#eaeaea;
    text-decoration:none;
    display:block;
    width:20px;
    font:10px Verdana, Arial, Helvetica, sans-serif;
}
.jqGSContainer .jqGSPagination ul li a:hover {
    background:#000;color:#fff;
}
