/* CSS Document */



body, h1, h2, h3, h4, p, dt, dd {
	font-family: arial,verdana,sans-serif;
}

h1,h2,h3,h4 {
	color: #0094D6;
	font-weight: normal;
}

em {
	font-weight: bold;
}

#main {
	font-size: 14px;
}

#main h1 {
	font-size: 24px;
	padding-bottom: 1em;
}

#main h2 {
	font-size: 20px;
	padding-bottom: 1em;
}



#main dt {
	font-weight: bold;
}

#wrapper {
	width: 800px;
	margin: 10px auto;
	
	
}
#inner-wrapper {
	border-left: 1px solid  #7Dc709;
	border-right: 1px solid  #0094D6;
}

#heading {
	background-image: url(http://swete.weblite.ca/images/gradient1.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#heading h1 span {display: none;}
#heading h1 {
	width: 300px;
	height: 100px;
	margin: 0 25px;
	
	background-image: url(http://swete.weblite.ca/images/swete-logo.png);
	background-repeat: no-repeat;
	behavior: url(http://swete.weblite.ca/iepngfix.htc);
	
}

#heading ul.nav-menu {
	height: 25px;
	margin: 0 auto;
	border-top: 1px dotted #7Dc709;
	border-bottom: 1px dotted  #0094D6;
	padding-bottom:12px;
	padding-top: 7px;
	font-family: sans-serif;
	text-transform: lowercase;
}

#heading ul.nav-menu li {
	float: left;
	list-style: none;
}

#heading ul.nav-menu li a {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #0094D6;
	text-decoration: none;
	border-bottom: 5px solid white;
}

#heading ul.nav-menu li a:hover {
	border-bottom: 5px solid #0094D6;
}

#footer {
	text-align: center;
}

#main {
	padding: 10px 30px 10px 30px;

	
}

#top-bar {
	background-color: #0094D6;
	padding: 0;
	height: 20px;
	width: 100%;
	margin: 0;
}

#top-left {
	background-image: url(http://swete.weblite.ca/images/top-left.png);
	display: block;
	width: 20px;
	background-repeat: no-repeat;
	height: 15px;
	float: left;
	margin: 0;
}

#top-right {
	background-image: url(http://swete.weblite.ca/images/top-right.png);
	display: block;
	width: 29px;
	float: right;
	height: 15px;
	background-repeat: no-repeat;
	margin: 0;
}

#bottom-bar {
	background-color: #7Dc709;
	height: 20px;
	padding:0;
	width: 100%;
}

#bottom-left {
	background-image: url(http://swete.weblite.ca/images/bottom-left.png);
	display: block;
	width: 29px;
	float: left;
	height: 20px;
	background-repeat: no-repeat;
}

#bottom-right {
	background-image: url(http://swete.weblite.ca/images/bottom-right.png);
	display: block;
	width: 24px;
	float: right;
	height: 20px;
	background-repeat: no-repeat;
}

#footer {
	font-size: 10px;
	color: #666;
}

#languages {
	position: absolute;
	top: 0px;
	right: 0;
	width: 400px;
	height: 30px;
}


#site-network {
	font-size: 11px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	width: 300px;
	position: absolute;
	top: 75px;
	right: 10px;
}

#site-network ul {
	padding:0;
	margin:0;
	display: inline;
}

#site-network li {
	float: left;
	list-style: none;
}

#site-network li a {
	display: block;
	padding: 3px 5px 3px 5px;
	margin: 0;
	text-decoration: none;
	color: #0094D6;
}

#site-network li.selected {
	background-image: url(http://swete.weblite.ca/images/gradient1.jpg);
	background-repeat: repeat-x;
}

#site-network li.selected a {
	font-weight: bold;
}

#site-network li a:hover {
	text-decoration: underline;
}

#site-network h4 {
	float: left;
	padding: 3px 5px 3px 5px;
	margin: 0;
	color: black;
}

#addthis {
	float: right;
	width: 150px;
}

h1,h2,h3,h4 {
	border-bottom: none;
}

#heading ul.nav-menu li {
	font-size: 16px;
}

#heading h1 {
	padding: 0;
}

#heading ul.nav-menu {
	padding-left: 40px;
}

#fb-links {
  float: right;
  }
  
#fb-links img {
    border: none;
	height: 40px;
	padding-top: 3px;
	
}
