@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(/themes/default/css/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden 
@import url(http://stage.immigrationkingston.ca/themes/default/css/yaml/navigation/nav_newcomers.css);*/
@import url(/themes/default/css/yaml/navigation/nav_shinybuttons.css);
@import url(/themes/default/css/yaml/screen/basemod.css);
@import url(/themes/default/css/yaml/screen/content_default.css);
@import url(/themes/default/css/yaml/screen/content.css);
@import url(/themes/default/css/yaml/screen/forms.css);

/* import print layout | Druck-Layout einbinden */
@import url(/themes/default/css/yaml/print/print_draft.css);

div.search h2 { display:none; }
/*
div.search { top:9px; left:-8px; position:relative; }
.search input { height:16px; padding-top:1px; font-size:12px; border:0px;}
*/

  #pdfDownload {
	text-decoration:none;

        bottom: 2px;
        display: block;
        width: 20px;
        height: 15px;
        _height: 15px; /* min-height for ie6 */
        background: url(http://www.ccaecanada.org/themes/default/images/pdf_button.png) no-repeat right center;
    }

     #sendEmail {
	text-decoration:none;
        bottom: 2px;
        display: block;
        width: 20px;
        height: 15px;
        _height: 15px; /* min-height for ie6 */
        background: url(http://www.ccaecanada.org/themes/default/images/email_button.png) no-repeat right center;
    }

    #doPrint {
	text-decoration:none;
        bottom: 2px;
        display: block;
        width: 20px;
        height: 15px;
        _height: 15px; /* min-height for ie6 */
        background: url(http://www.ccaecanada.org/themes/default/images/print_button.png) no-repeat right center;
    }

div#pageopts {
		float:right; 
		height:1px; 
		width:80px; 
		margin-top:2px; 
		overflow:visible; 
		text-align:right;
		margin-right:10px;
	}
/*	
	div#col1_content div.submenu ul li.current li a
	{
		background:#fff;
		text-decoration:none;
		color:#000;
		
	}
	
	div#col1_content div.submenu ul li li a:hover,
	div#col1_content div.submenu ul li.current li.current a
	{
		background:#558bc3;
		text-decoration:none;
		color:#fff;

	}
	*/

/* Added by aking@cityofkingston.ca to allow anchor targets in H2 headers */

H2 a, H2 a:hover, H2 a:focus, H2 a:active {
	text-decoration: inherit;
	color: inherit;
	font-weight: inherit;
	background: inherit;
}

/* feedback form - aking@cityofkingston.ca */

#feedback_survey {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #EAE886;
	margin:40px 0 0;
	padding:10px;
	line-height: 150%;
}

span.type-check input {
	margin-left: 5px;
	margin-right: 0px;
}

input.textstyle {
	margin-left: 5px;
	margin-right: 0px;
	border: none;
	border-bottom: 1px solid #3366CC;
	background: none;
	background-color: none;
	color: #3366CC;
	font-family: Arial,Helvetica,sans-serif;
	font-size:100.01%;
	font-weight: bold;
}
/* END feedback form */

/* photo captions - aking@cityofkingston.ca */

P.photocaption {

}

/* END photo captions */
