﻿/* Main Rules */

body {
	color: #333333;
	background-image: URL(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
}

p {
	line-height: 18px;
	padding-bottom: 10px;
}

/* Main Layout Rules */

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 750px;
	text-align: left;
}

#header {
	float: left;
	background-image: URL(images/logo.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 64px;
	margin-top: 0px;
}

#header #title {
	float: left;
	background-image: URL(images/header_title.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 357px;
	margin-top: 0px;
	margin-left: 64px;
}

#navigation {
	float: left;
	height:18px;
	width: 750px;
	padding: 4px 0px 2px 0px;
	font-weight: bold;
}
#navigation a
{
		padding: 0px 5px;
	float: left;
	line-height: 15px;
	color: #333333;
	text-decoration:none;
}
#navigation a:hover
{
	color: #314ced;
}

/*
div.link
{

}
*/
.advanced_search a
{
	padding: 0px 5px;
	float: left;
	line-height: 15px;
	color:#333333;
	text-decoration:none;
}
.advanced_search a:hover
{
	color:#314ced;

}


#top {
	position: absolute;
	background-repeat: repeat-x;
	top: 118px;
	left: 0px;
	width: 100%;
	height: 78px;
}

#topcontent {
	float: left;
	margin-top: 25px;
	padding: 0px;
	height: 55px;
	width: 750px;
}

.topimage_left {
	float: left;
	background-image: URL(images/destinationniagara_button.jpg);
	width: 183px;
	height: 55px;
	margin-top: 12px;
	cursor: pointer;
}

.topimage_center {
	float: left;
	margin-left: 100px;
	background-image: URL(images/hotnews_button.jpg);
	width: 183px;
	height: 55px;
	margin-top: 12px;
	cursor: pointer;
}

.topimage_right {
	float: left;
	margin-left: 100px;
	background-image: URL(images/researchdata_button.jpg);
	width: 183px;
	height: 55px;
	margin-top: 12px;
	cursor: pointer;
}

#content {
	float: left;
	margin-top: 8px;
	margin-bottom: 15px;
	height: 100%;
}

#content .header {
	font-size: 1.4em;
	font-family: Georgia, sans-serif;
	color: #314ced;
	padding: 10px 0 0 0;
}

#content .paragraph {
	font-size: 0.9em;
	font-family: Georgia, serif;
	padding-bottom: 1em;
	line-height: 18px;
}




#footer 
{
	float: left;
	background-image: URL(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #324492;
	height: 80px;
	width: 100%;
	margin-top: 25px;
}

#footercontent
{
	margin: 0px auto;
	width: 750px;
	text-align: left;
	padding: 10px 0px;
}
#footercontent a 
{ 
	text-decoration:none;
	color: #ffffff; 
}

#footercontent .disclaimer
{
	float: right; 
	padding: 0px 5px 0px 5px;
	color: #bfc5e1; 
}
#footercontent .disclaimer a
{
	color: #bfc5e1; 
}
#footercontent a:hover
{ 
	text-decoration:underline;
	color:#FFFFFF;
}

/*

/* welcome.php Rules */

#welcome {
	height: 100%;
	margin: 0px auto;
}

#welcome #leftside {
	float: left;
	height: 100%;
	width: 100px;
}

#welcome #leftside .image {
	background-image: URL(images/welcomeimg.jpg);
	background-repeat: no-repeat;
	height: 237px;
	width: 100px;
	margin-top: 15px;
}

#welcome #main {
	float: left;
	width: 424px;
	padding: 0px 17px;
	margin: 15px 0px;
}

#welcome #main .content_header {
	font-size: 1.4em;
	font-family: Georgia, serif;
	color: #314ced;
	margin-bottom: 4px;
}

#welcome .content_paragraph {
	font-size: 0.9em;
	font-family: Georgia, serif;
	padding-bottom: 1em;
	line-height: 18px;
}

#welcome #rightside {
	float: left;
	width: 190px;
	margin-top: 15px;
}

#welcome #rightside .content_header {
	font-family: Georgia, serif;
	font-size: 1.4em;
	color: #63b65a;
	margin-bottom: 4px;
}

#welcome #rightside .righttop {
	background-image: URL(images/side_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: -6px;
}

#welcome #rightside .rightcontent {
	padding: 0px 10px;
	background-image: URL(images/side_content.jpg);
	background-repeat: repeat-y;
}

#welcome #rightside .rightbottom {
	background-image: URL(images/side_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#welcome #rightside .content_paragraph a
{
	color:#333333;
	text-decoration:none;
}
#welcome #rightside .article_link 
{
	color: blue; 
	float: left;
}
#welcome #rightside .article_link a
{
	color:blue;
	text-decoration:none;
}
#welcome #rightside .article_link a:hover
{
	text-decoration:underline;
}


/* destination.php Rules */

#destination {
	height: 100%;
	margin: 0px auto;
}

#destination #leftside {
	float: left;
	height: 100%;
	width: 100px;
}

#destination #leftside .image {
	background-image: URL(images/aboutimg.jpg);
	background-repeat: no-repeat;
	height: 237px;
	width: 100px;
	margin-top: 15px;
}

#destination #main {
	float: left;
	width: 424px;
	padding: 0px 17px;
	margin: 15px 0px;
}

#destination #main .content_header {
	font-size: 1.4em;
	font-family: Georgia, serif;
	color: #314ced;
	margin-bottom: 4px;
}

#destination .content_paragraph {
	font-size: 0.9em;
	font-family: Georgia, serif;
	padding-bottom: 1em;
	line-height: 18px;
}


#destination #rightside {
	float: left;
	width: 190px;
	margin-top: 15px;
}

#destination #rightside .content_header {
	font-family: Georgia, serif;
	font-size: 1.4em;
	color: #63b65a;
	margin-bottom: 4px;
}

#destination #rightside .righttop {
	background-image: URL(images/side_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: -6px;
}

#destination #rightside .rightcontent {
	padding: 0px 10px;
	background-image: URL(images/side_content.jpg);
	background-repeat: repeat-y;
}

#destination #rightside .rightbottom {
	background-image: URL(images/side_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


/* news.php Rules */

#news {
	height: 100%;
	margin: 0px auto;
}

#news #leftside {
	float: left;
	height: 100%;
	width: 100px;
}

#news #leftside .image {
	background-image: URL(images/newsimg.jpg);
	background-repeat: no-repeat;
	height: 237px;
	width: 100px;
	margin-top: 15px;
}

#news #main {
	float: left;
	width: 614px;
	padding: 0px 17px;
	margin: 15px 0px;
}



#news #main .news_header a 
{
	font-size: 1.4em;
	font-family: Georgia, sans-serif;
	color: #314ced;
	margin-bottom: 4px;
	text-decoration:none;
}

#news .news_publisheddate a 
{
	font-size: 0.8em;
	color: #555555;
	padding-bottom: 2px;
	text-decoration:none;
}

#news .news_paragraph 
{
	font-size: 0.9em;
	font-family: georgia, serif;
	line-height: 18px;
	padding-bottom: 1em;
}

/* researchdata.php Rules */

#researchdata {
	height: 100%;
	margin: 0px auto;
}

#researchdata #main {
	float: left;
	width: 526px;
	padding: 0 17px 0 0;
	margin: 15px 0px;
}

#researchdata #main #research_title {
	background-image: URL(images/title_bg.jpg);
	background-repeat: no-repeat;
	width: 526px;
	height: 100%;
	margin-bottom: 15px;
	padding: 0 8px 0 8px;
}

#researchdata #main .article_header {
	font-weight: bold;
	font-family: Georgia, serif;
	color: #000000;
	margin: 15px 0 2px 0;
}

#researchdata  #main .article_published {
	font-size: 0.8em;
	color: #555555;
	padding-bottom: 2px;
}

#researchdata #main .article_paragraph {
	font-size: 0.9em;
	font-family: Georgia, serif;
	padding-bottom: 1em;
	line-height: 18px;
}

#researchdata #main .article_full_paragraph {
	font-size: 0.9em;
	font-family: Georgia, serif;
	padding-bottom: 1em;
	line-height: 18px;
}
#researchdata #main .article_bottom {
	border-top: 2px solid #888888;
	width: 100%;
	margin: 5px 0 5px 0;
}

#researchdata #main .pagelist 
{
	text-align: center;
	color:Green;
}
#researchdata #main .pagelist a
{
	text-align: center;
	color:#0066cc;
}

#researchdata #rightside {
	float: left;
	width: 190px;
	margin-top: 15px;
}

#researchdata #rightside .content_header {
	font-size: 1.4em;
	font-family: Georgia, serif;
	color: #63b65a;
	margin-bottom: 4px;
}

#researchdata .content_getadobereader {
	color: #888888;
	font-size: 0.8em;
	line-height: 15px;
}

#researchdata #rightside .righttop {
	background-image: URL(images/side_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: -6px;
}

#researchdata #rightside .rightcontent {
	padding: 0px 10px;
	background-image: URL(images/side_content.jpg);
	background-repeat: repeat-y;
}

#researchdata #rightside .rightbottom {
	background-image: URL(images/side_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#researchdata form {
	margin: 2px 0 -15px 0;
}

#researchdata input,select,textarea {
	color: #222222;
}


/* login.php Rules */

#login fieldset {
	border: 1px solid #cccccc;
	padding: 0 20px;
}

#login {
	width: 250px;
}

#login legend {
	border: solid 1px #cccccc;
	padding: 5px 10px;
	background-color: #eeeeee;
	color: #555555;
	font-weight: bold;
	font-size: 90%;
	border-bottom-color: #888888;
	border-right-color: #888888;
}

#login label {
	color: #555555;
	font-weight: bold;
}

#login input,select,textarea {
	color: #222222;
}


/* advancedsearch.php Rules */

#advancedsearch fieldset {
	border: 1px solid #cccccc;
	padding: 0 20px;
}

#advancedsearch {
	/* width: 550px; */
	float: left;
	width: 526px;
	padding: 0 17px 0 0;
	margin: 15px 0px;
}

#advancedsearch legend {
	border: solid 1px #cccccc;
	padding: 5px 10px;
	background-color: #eeeeee;
	color: #555555;
	font-weight: bold;
	font-size: 90%;
	border-bottom-color: #888888;
	border-right-color: #888888;
}

#advancedsearch label {
	color: #555555;
	font-weight: bold;
}

#advancedsearch input,select,textarea {
	color: #222222;
}

#advancedsearch #title {
	background-image: URL(images/title_bg.jpg);
	background-repeat: no-repeat;
	width: 526px;
	height: 89px;
	margin: -16px 0 10px 0;
	padding: 10px 8px 0 8px;
}

#advancedsearch .content_header {
	font-family: Georgia, serif;
	font-size: 1.4em;
	color: #314ced;
	margin-bottom: 4px;
}

#advancedsearch .content_paragraph {
	font-size: 0.9em;
	font-family: Georgia, serif;
	padding-bottom: 1em;
	line-height: 18px;
}

#advancedsearch_right {
	float: left;
	width: 190px;
	margin-top: 15px;
}

#advancedsearch_right .righttop {
	background-image: URL(images/side_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: -6px;
}

#advancedsearch_right .rightcontent {
	padding: 0px 10px;
	background-image: URL(images/side_content.jpg);
	background-repeat: repeat-y;
}

#advancedsearch_right .rightbottom {
	background-image: URL(images/side_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


/* upload.php Rules */

#upload {
	width: 500px;
	height: 100%;
	float: left;
	padding-right: 10px;
}

#upload fieldset {
	border: 1px solid #cccccc;
	padding: 0 20px;
}

#upload label {
	color: #555555;
	font-weight: bold;
}

#upload input,select,textarea {
	color: #222222;
}

#upload_right {
	float: left;
	width: 190px;
	padding: 0px;
	margin: 20px 0 0 0;
}

#upload_right .righttop {
	background-image: URL(images/side_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: -6px;
}

#upload_right .rightcontent {
	padding: 0px 10px;
	background-image: URL(images/side_content.jpg);
	background-repeat: repeat-y;
}

#upload_right .rightbottom {
	background-image: URL(images/side_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#upload .boxwidth {
	width: 450px;
}

/*
table {
	border: none;
	 width: 750px; 
	float: left;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1em;
}

th {
	border-bottom: 1px solid #bbbbbb;
	font-size: 1.1em;
	text-align: left;
	vertical-align: bottom;
	padding: 5px 8px;
}

td {
	vertical-align: top;
	padding: 5px 8px;
	font-size: 1em;
	border-bottom: 1px solid #bbbbbb;
}
*/
