/* CSS Document */
/*
This page has been created by RBDesigns for DuckyDesigns.
http://www.rbdesigns.ca
*/


body {
background:#e1f4fc url('images/background.jpg') repeat-x;
font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
margin: 0 auto;
padding: 0;
}

#header{
margin: 0 auto;
width: 100%;
height: 149px;
background: url('images/headerbackground.jpg');
}
#navigation{
width: 100%;
	background: url('images/navigation.jpg') repeat-x;
}
#undernav{
	width: 100%;
	height: 39px;
	background: url('images/undernav.jpg') repeat-x;
}
#container{
	width: 1000px;
	margin: 0 auto;
	
/*	margin: 0 50%;  */
}
#mastercolumn{
	float: left;
	width: 675px;
}
.mastercontent{
	float: left;
	width: 582px;
	border: solid #cadde9 4px;
	background: #fff;
	margin: 10px 0 40px 50px;
	padding: 10px;
}

.mastercomments{
	float: left;
	width: 582px;
	border: none;
	margin: 10px 0 40px 50px;

}
#sidebar{
	display: block;
	clear: right;
	margin: 10px 0 0 685px;
	width: 325px;
}
.sidecolumn{
	width:275px;
	border: solid #cadde9 4px;
	background: #fff;
	margin: 20px 0 20px 25px;
	padding: 10px;
}
#footer{
	clear: both;
	width: 100%;
	height: 344px;
	background: url('images/footer.jpg') repeat-x;
}
#logostation{
position: absolute;
	float: left;
	width: 215px;
	height: 344px;
	background: url('images/logo.jpg') no-repeat;
	margin: 0 0 0 60px;
}
#textstation{
	margin: 0 0 0 40px;
	padding: 60px 0 0 300px;
}
.center{
	margin: 0;
	text-align: center;
	}
.readleft{
	margin: 0 0 0 50px;
	text-align: left;
	display: inline;
}
.readright{
	float: right;
	margin: 0 0 30px 0;
	text-align: right;
	display: inline;
}
.centerfooter{
	margin: 0 auto;
	width: 1000px;
}
h2{
	font-size: 3.5em;
	color: #001f2b;
	margin: 0 0 0 50px;
	padding: 10px 0 0 0;
	clear: both;
	width: 600px;
display: block;
}
.heading2{
	background: url('images/h2underline.jpg');
	width: 608px;
	border-top: #fff solid 1px;
	border-bottom: #001f2b solid 6px;
	text-align: left;
	margin: 0 0 0 50px;
	padding: 0;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
}
h3{
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 32px;
	color: #001f2b;
	display: inline;

}
.heading3{
	width: 260px;
	border-top: #001f2b solid 1px;
	border-bottom: #e1f4fc solid 8px;
	border-left: 0px;
        border-right: 0px;
}
.sidebartext{
	font-family: Helvetica, Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #ace1f7;	
}
h4{
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 32px;
	color: #ace1f7;
	display: inline;
}
.footertext{
	font-family: Helvetica, Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #ace1f7;
}
.navtext{
	font-family: Helvetica, Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #001f2b;
	width: 1000px;
	margin: 0 auto;
	height: 51px;
}
.navlinks{
	display: inline;
	line-height: 50px;
}
#navigation ul li{
	padding: 0 0 0 25px;
	list-style-type: none;
	display: inline;
	line-height: 50px;
}
img{
	border: 0px;
}
/* The below changes the text for links */
a:link {
	color:#001f2b;
	text-decoration:none;
}

a:hover {
	color:#001f2b;
	text-decoration: underline;
}

a:visited {
	color: #001f2b;
	text-decoration: none;
}
    
a:active{
color: #001f2b;
text-decoration: none;
}
.navlinks a:hover{
padding: 10px 10px 20px 10px;
	background-color: #000;
	height: 60px;
	color: #fff;
	margin: 0;
}
.navlinks a:link, .navlinks a:visited, .navlinks a:active{
padding: 10px 10px 20px 10px;
}
.social{
	width: 62px;
	height: 78px;
}
.more-link a{
	font-weight: bold;
	text-decoration: underline;
}