@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #cae3f7;
	text-align: center;
	line-height: 21px;
	background-image: url(http://www.cstns.ca/themes/cstns/images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.cstns.ca/themes/cstns/images/content.jpg);
	background-repeat: repeat-y;
}
#inner {
	background-image: url(http://www.cstns.ca/themes/cstns/images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	height: 148px;
}
#header h1 {
	text-indent: -9000px;	
}

/* Nav Bar */
#nav {
	height: 52px;
	width: 960px;
	padding-left: 30px;
}
#nav a {

}
ul.navtop  {
	list-style-type: none;
}
ul.navtop li {
	float: left;
}
a.nav-home, a.nav-home_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	height: 52px;
	width: 125px;
	display: block;
	background-position: -15px 0px;
}
a.nav-home:hover {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -15px -52px;
}
a.nav-home_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -15px -104px;
}
a.nav-members, a.nav-members_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	height: 52px;
	width: 125px;
	display: block;
	background-position: -145px 0px;
}
a.nav-members:hover {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -145px -52px;
}
a.nav-members_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -145px -104px;
}
a.nav-why, a.nav-why_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	height: 52px;
	width: 125px;
	display: block;
	background-position: -275px 0px;
}
a.nav-why:hover {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -275px -52px;
}
a.nav-why_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -275px -104px;
}
a.nav-professionals, a.nav-professionals_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	height: 52px;
	width: 125px;
	display: block;
	background-position: -405px 0px;
}
a.nav-professionals:hover {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -405px -52px;
}
a.nav-professionals_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -405px -104px;
}
a.nav-minutes, a.nav-minutes_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	height: 52px;
	width: 125px;
	display: block;
	background-position: -535px 0px;
}
a.nav-minutes:hover {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -535px -52px;
}
a.nav-minutes_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -535px -104px;
}
a.nav-contact, a.nav-contact_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	height: 52px;
	width: 125px;
	display: block;
	background-position: -665px 0px;
}
a.nav-contact:hover {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -665px -52px;
}
a.nav-contact_a {
	background-image: url(http://www.cstns.ca/themes/cstns/images/navbar.jpg);
	background-position: -665px -104px;
}


#content {
	min-height: 400px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#content blockquote {
	font-style: oblique;
	color: #999999;
}
a{
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
#logo {
	
}

p,h2,h3,h4,ul {
	padding-bottom: 10px;
}
#content li {
	margin-left: 30px;
	padding-left: 5px;	
}
#footer {
	background-image: url(http://www.cstns.ca/themes/cstns/images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #cae3f7;
	background-position: center top;
}
#footer-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	height: 55px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebarmenu {

	list-style-type: none;
}
#content h1, #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #054a5b;
}



