

/*Hide Things ________________________*/
h1#logo, #subNav, #tagline, #login, #toggle, #globalNav, #buttons, #aside, #boxRFP, #boxNews .button, #contentRibbon, #footer
{display: none!important;}



/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

body, p, li, td {
	font-family: verdana, helvetica, sans-serif;
}

p, li, td, blockquote {
        font-size: 16px;
	line-height: 26px;
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

a.button:link, a.button:visited {
	border: 2px solid #DAD4C4;
	padding: 3px 15px;
	background-image: url(http://www.swisscanadian.ca/themes/site_themes/prohouse/images/bg_button.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: .85em;
	text-transform: uppercase;
}

a.button:hover, a.button:active {
	background-image: none;
	background-color: #AEA37D;
	color: #fff!important;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(http://www.swisscanadian.ca/themes/site_themes/prohouse/images/icon_pdf.gif) no-repeat center right;
}

a[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(http://www.swisscanadian.ca/themes/site_themes/prohouse/images/icon_xls.gif) no-repeat center right;
}

a[href $='.ppt'] { 
   padding-right: 18px;
   background: transparent url(http://www.swisscanadian.ca/themes/site_themes/prohouse/images/icon_ppt.gif) no-repeat center right;
}

a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(http://www.swisscanadian.ca/themes/site_themes/prohouse/images/icon_word.gif) no-repeat center right;
}

.clear {
	clear: both!important;
}

img.thumb {
	border: 3px solid #b8b8b8;
}

h3 {
	font-size: 2.1em;
	height: 30px;
	margin: 0 0 7px 0;
	color: #000;
	font-weight: lighter;
}

h4 {
	font-size: .9em;
	height: 14px;
	margin: 0 0 25px 0;
	color: #A19468;
	text-transform: uppercase;
}

h5 {
	color: #344261;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

blockquote {
	margin: 30px 0;
	padding: 15px 20px;
	border-left: 3px solid #A19468;
	background-color: #E7E4D9;
}










#container {
	position: relative;
	margin: 0 auto;
	width: 990px;
}




/* Feature area __________________________________*/
#feature {
	width: 631px;
	height: 325px;
	margin: 25px 0 25px 40px;
}






/* Content Area _________________*/
#content {
	width: 550px;
	padding: 25px 0 0 10px;
	margin-bottom: 55px;
}

#content p {
	margin-bottom: 15px;
}

#content ul, #content ol {
	margin: 0 0 15px 25px;
}

#content ol {
	list-style-type: decimal;
}

#content li {
	padding-left: 15px;
	background-image: none;
}

#content ol li {
	background-image: none;
	margin-left: 15px;
	padding-left: 0;
}



/* Text Styles __________________________*/
.contentPage h2 {
	margin: 35px 15px 35px 0;
	font-family: georgia, times new roman, serif;
	font-size: 42px;
	font-weight: lighter;
	color: #269fce;
}

.contentPage p {
	margin-bottom: 15px;
}



/* Article ______________________________*/
#article span.intro p {
	font-family: georgia, times new roman, serif!important;
	font-size: 26px!important;
	line-height: 28px !important;
	color: #269fce;
}

#article p {
	margin-bottom: 15px;
}

#article ul, #article ol {
	margin: 0 0 15px 25px;
}

#article ol {
	list-style-type: decimal;
}

#article li {
	padding-left: 15px;
        margin-bottom: 5px;
	background-image: url(http://66.147.244.169/~swisscan/themes/site_themes/swiss/images/bullet_blue_square.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

#article ul li ul li {
        font-size: 1em;
}

#article ol li {
	background-image: none;
	margin-left: 15px;
	padding-left: 0;
}

#article a:link, #article a:visited {
        border-bottom: 1px dotted #344261;
}

#article a:hover, #article a:active {
        border-bottom: 1px dotted #a19468;
}

img#map, #article iframe {
        border: 3px solid #e6e6e6;
}

iframe {
        margin-bottom: 15px;
}




/* Forms _______________________*/
legend {
	color: #344261;
	text-transform: uppercase;
	padding: 25px 0 15px 0;
        font-size: .9em;
        font-weight: bold;
}

label {
        width: 300px;
        float: left;
}

input, textarea {
        border: 1px solid #e6e6e6;
        padding: 3px 5px;
        font-family: arial, helvetica, sans-serif;
        font-size: 1em;
}

input.text, textarea.text {
        width: 350px;
}

input.button {
        height: 24px;
        font-size: .8em;
        padding: 2px 15px;
        margin: 25px 0 25px 0;
        cursor: pointer;
}

textarea.text {
        height: 200px;
}

.required {
        color: #ba2119;
        font-weight: bold;
}

input.radio {
        margin-left: 120px;
}









/* Footer ________________________*/
#footer {
	clear: both;
	padding-top: 15px;
}

.contentPage #footer {
	padding-top: 65px;
}

#footer p {
	font-size: .7em;
	margin-bottom: 2px;
}

#footer p#disclaimers {
	float: right;
	margin-top: 18px;
}

#footer a {
	border-bottom: 1px dotted #344261;
}
