/* Copyright Kitchener Waterloo Multicultural Centre
*  Created by brightStar Media http://www.bstarmedia.com/
*/

/* Colors used:
* Dark blue: #3C4866
* Medium blue: #B9C1D6
* Light blue: #8391BA
* Lighter blue #EDEEF3
* Gray: #C6BDA6
*/

/* Includes */
@import "reset.css";
@import "navigation.css";
@import "layout.css";


/* Font Styles */

body, td, th, h1, h2, h3, h4, p, ul li, ol li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3C4866;
}



	

/* END FONT STYLES */

/* CSS Controlled Images */

img {border:0px;}

.email {background:url(../images/layout/contactfeature.jpg) bottom right no-repeat #edeef3;}

.events {background:url(../images/layout/eventsfeature.jpg) bottom right no-repeat #edeef3;}

.links {background:url(../images/layout/linksfeature.jpg) bottom right no-repeat #edeef3;}

.info {background:url(../images/layout/infofeature.jpg) bottom right no-repeat #edeef3;}

.none {background-color:#edeef3;}

#utilitynav #resize li#text-large a {
background-image:url(../images/layout/text_large.gif);
height:18px;
width:17px;
}
#utilitynav #resize li#text-medium a {
background-image:url(../images/layout/text_medium.gif);
height:18px;
width:17px;
}
#utilitynav #resize li#text-small a {
background-image:url(../images/layout/text_small.gif);
height:18px;
width:17px;
}

div.popup h1 {
background-image: url(../images/logos/kwmclogosmall.gif);
background-repeat:no-repeat;
background-position:left center;
}

div.popup .ltr h1 a {
background-color:transparent;
background-position:right top;
background-repeat:no-repeat;
}

div.popup .rtl h1 a {
background-color:transparent;
background-position:left top;
background-repeat:no-repeat;
}

/* END IMAGES */


/* Link styles */
#contentbox a {
	color:#8391BA;
	text-decoration:underline;
	font-style:normal;
}

#contentbox a:hover {
	color:#667F69;
	text-decoration:none;
}

/* div.email a {
color: #000000;
}
*/
/* END LINKS */

/* List styles */

div.box ul li {
margin: 3px 0 3px;
}

div.popup h1 {
margin:0px;
background-color:#b9c1d6;
display:block;
width:627px;
padding: 10px 10px 10px 63px;
font-size:24px;
}

div.popup h1 a {
display:block;
overflow:hidden;
text-decoration:none;
text-indent:-5000px;
width:22px;
height:22px;
position:absolute;
top:5px;
background: url(../images/layout/closebutton.gif) no-repeat scroll top right;
}


div.popup iframe {
border:0px;
width:664px;
height:auto !important;
min-height:350px;
height:386px;
padding: 18px;
}

#utilitynav {
font-size:14px;
line-height:20px;
padding:0;
left:5px;
height:35px;
width:941px;
margin:0 0 10px;
/*margin-bottom:10px; */
position:relative;
background:#FFFFFF url(../images/layout/breadcrumbbg.gif) repeat-x scroll center center;
}

* html #utilitynav {
margin-top: -3px;
}

#utilitynav li a {
text-decoration:none;
}

#utilitynav #resize {
list-style-type:none;
padding:4px 0 0;
margin: 0;
position:absolute;
right:0px;
top:0px;
width:20%;
}

#utilitynav #resize li {
display:none;
float:right;
margin:0 5px 0 0;
}



#utilitynav ul li {
background-image:none;
display:inline;
float:left;
margin:0;
padding:0;
}

#resize li a, .hdr-graphic {
background-color:transparent;
background-position:left top;
background-repeat:no-repeat;
display:block;
overflow:hidden;
text-decoration:none;
text-indent:-5000px;
}
