/*
*	File:		canalayout1.css
*	Created:	11/04/2013
*
*	Diana's comments:Page layout styles for 2 column layout, menu and main text
*
*	Left column width set to 18% so column proportions remain constant when
*	text size increases.
*/

body

{
	position: relative;
	background-position: top center;
	background-image: url(../stymages/wipcanalion1098.jpg);
	background-repeat: no-repeat;
	background-color: #cff0f7;
	background-position: center top;
	font: georgia, sans-serif;
	font-size: 120%;
	line-height: 1.4; 
}

.top
{
	position: relative;
	width: 1098px;
}


.page
{
	position: relative;
	width: 998px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

p
{
	text-align: justify;
	margin: 70px;
	line-height: 150%;
}


ul
{
    margin-left: 70px;
}

li
{
    list-style: none;
}

#skiplinks p 
{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin-top: -35px;
}





/* using an image to replace text in an h1. See: http://goo.gl/GXxdI */


h1.title	 
{ 
	width: 1098px;
	height: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-position: top left;
	background: url(../stymages/canatit.png);
	background-repeat: no-repeat;
}




.title 
{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}








div#linksmenu
{
	position: absolute;
	z-index: 2;
	top: 400px;
	right: 100px;
	width: 200px;
	max-height: 250px;
	margin-left: 30px;
	padding-bottom: 10px;
	background-color: #dcdbc6;
}


/*
ul.nav
{
	border-style: solid;
	border-width: 1px;
}
*/

h2#linksmenutitle
{
	text-align: center;
}




#linksmenu h4
{
	font-size: 100%;
	text-align: center;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}




.linksmenuitem
{
	line-height: 200%;
	font-size: 95%;
	text-align: center;
	list-style: url(../stymages/dandy.gif);
}

#maincontent
{	
	position: relative;
	margin-left: 40px;
	margin-right: 100px;
} 

h2
{
	color: #fe3f05;
	text-align: center;
}


h3
{
	margin-left: 70px;
}



.box
{
    float: right;
    margin: 30px;
    background-color: #cfc;
    width: 55%;
    padding: 10px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    margin-left: 50px;
    margin-right: -100px;
    padding-bottom: 50px;
}

.box p
{
    margin: 20px;
}

.intro
{
    float: left;
}

.intro ul
{
    float: left;
    list-style: none;
}


h2.headline
{
    position: absolute;
    top: 600px;
    right: 300px;
}

a:link
      {
text-decoration: none;
      }

a:hover
      {
background-color: #fee;
      }

a:focus
      {
background-color: #fee;
      }

a:visited
      {
color: purple;
      }