/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -ms-interpolation-mode: bicubic;
}

html, body {
    height: 100%;
}

body {
    background: #ffffff url(../images/bgland.gif) repeat-y center top;
    font: normal 12px/1.5 arial, helvetica, sans-serif;
    color: rgb(150,150,150);
}

.wrapper {
    width: 780px;
    margin: 0 auto;
}

#headimg {
    height: 101px;
    width: 780px;
    background: transparent url(../images/header.jpg) no-repeat 0 0;
    text-indent: -9999px;
}

#headbar {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid white;
    background-color: rgb(93,100,105);
}

#headbar a {
	font-weight: bold;
	margin-left: 15px;
	color: white;
}
#headbar a:link {
	text-decoration: none;
}
#headbar a:visited {
	text-decoration: none;
}
#headbar a:hover {
	text-decoration: underline;
}
#headbar a:active {
	text-decoration: underline;
}


#spacer {
    height:7px;
    background-color: rgb(204,204,204);
    border-top: 1px solid white;
    border-bottom: 3px solid black;
}

#maincontent {
    background-image: url(../images/maindbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 780px;
    height: 284px;
    margin: 15px 0 0 0;
}


p {
    float:left;
    width: 500px;
    margin: 15px 20px 0px 20px;
    padding: 0;
    text-align: justify;
    line-height: 1.7em;
    color: black;
}

#country {
    float: left;
    clear: both;
    padding: 30px 0 0 30px;
    width: 750px;
}

a:focus {
	outline: none;
}

a {
    text-decoration:none;
}

a:link {
	text-decoration: none;
	color: rgb(0,89,156);
}
a:visited {
	text-decoration: none;
	color: rgb(0,89,156);
}
a:hover {
	text-decoration: none;
	color: rgb(255,102,0);
}
a:active {
	text-decoration: none;
	color: rgb(255,102,0);
}

.link-list {
    float: left;
    width: 200px;
    padding: 0 0 0 40px;
    background-repeat: no-repeat;
}

.link-list li li {
    line-height: 1.7;
}

.link-list h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #666;
}

.icn-us {
    background-image: url(../images/icn-usa.png);
}

.icn-can {
    background-image: url(../images/icn-can.png);
}


