/* Lewisporte Canada Base Layout */

* {
	padding:0px; margin:0px;
}
body {
	background:#274C88;
}
p {
	margin:10px 0px;
	font-size:11px;
}

#Site {
	background:url(../images/body-bkg.gif) repeat-y #E8EBEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	min-width:845px;
}
/* Header and Top Navigation */
#Header {
	background:url(../images/header-bkg.gif) repeat-x #FFFFFF;
	height:115px;
	position:relative;
}
#Logo {
	position:absolute;
	top:20px; left:20px;
}
#AltMenu {
	position:absolute;
	top:50px; left:612px;
	width:175px;
}
#AltMenu a {
	color:#666666;
	text-decoration:none;
}
#AltMenu a:hover {
	text-decoration:underline;
}
#AltMenu img {
	padding:0px 7px 2px 7px;;
}
#Menu {
	background:url(../images/tab-left.jpg) no-repeat;
	position:absolute;
	left:0px; bottom:0px;
	height:32px;
	width:835px;
}
#Menu .tab {
	float:left;
	color:#333399;
	display:inline;
	border-right:1px solid #DEDEDE;
	padding:8px 8px;
}
#Menu .tab a {
	color:#333399;
	text-decoration:none;
}
.SubMenu .Options {
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #DEDEDE;
		background-color:#FFFFFF;
}
.SubMenu a {
		color:#333399;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
}
.SubMenu a:hover {
		background-color:#DEDEDE;
}


#WelcomeTab {
	margin-left:191px;
}

/* Content Header Image */
#Content-HeaderImg {
	background:#5F90BA;
	height:100px;
	position:relative;
	margin-left:191px;

}
#Content-HeaderImg img {
	border-right:1px solid #D0D5DC;
}

/* Vertical Section Title */
#VerticalSectionTitle {
	position:absolute;
	top:270px; left:790px;
}


/* Left Side Menu */

#SideBar {
	position:relative;
	width:191px;
	text-align:center;
	float:left;
}
#SideBar div {
	margin:10px auto;
}
#SideBar .QuickLinks {
}
#SideBar .QuickLinks .ql-header {
	background:url(../images/quickLinksTop.gif) no-repeat;
	width:162px;
	height:47px;
	margin:0px; padding:0px;
}
#SideBar .QuickLinks .ql-body {
	background:#d6d9dc;
	width:162px;
	height:85px;
	margin:0px; padding:0px;
	text-align:left
}
#SideBar .QuickLinks .ql-body ul {
	list-style:none;
	margin-left:15px;
}
#SideBar .QuickLinks .ql-body ul li {
	padding:0px;
	margin:0px 0px 2px 0px;
}
#SideBar .QuickLinks .ql-body a {
	color:#666666;
	text-decoration:none;
}
#SideBar .QuickLinks .ql-body a:hover {
	color:#000000;
}
#SideBar .QuickLinks .ql-footer {
	background:url(../images/quickLinksBottom.gif) no-repeat;
	width:162px;
	height:13px;
	margin:0px; padding:0px;
}
#SideBar .EventsCalendarLink {
}
#SideBar .WeatherLink {
	margin-top:15px;
}

/* Main Content Area */
#Content-Area {
	width:578px;
	padding:10px;
	margin-left:191px;
	min-height:400px;
	position:relative;
}
/* for Internet Explorer */
/*\*/
* html #Content-Area {
height: 400px;
}
/**/



/* Footer */
#Footer {
	position:relative;
	height:40px;
	background:#274C88;
	border-top:1px solid #CDD4DE;
}
#Footer #FooterBKG {
	position:absolute;
	top:-1px; left:0px;
	background:url(../images/footer.gif) no-repeat;
	width:533px; height:25px;
}
#Footer #FooterText {
	position:absolute;
	top:12px; left:565px;
	z-index:10;
	color:#FFFFFF;
}
#SiteMap {
	margin-left:10px;
}
#SiteMap ul {
	margin:0px 20px;
}
#SiteMap ul li {
	margin:3px 0px;
}
