/* CSS Document */

body
{
		color: #666666;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.85em;
		padding: 0px;
		margin: 0px;
		background-image: url(images/header-background.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}

#header
{
		color: #FFFFFF;
		font-size: 0.9em;
		font-family: Copperplate, "Times New Roman", Times;
		margin-left: 350px;
		padding-top: 19px;
		padding-right: 0px;
		padding-bottom: 0px;
		height: 27px;
		text-align: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		width: 750px;
}

#header a
{
		color: #FFFFFF;
		text-decoration: none;
}

/* top nav bar with sticky menu */

#navigation
{
		color: #666666;
		font-size: 0.9em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		margin-left: 350px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		text-align: center;
		padding: 0px;
		height: 16px;
		width: 750px;
}

#navigation a:link
{
		color: #666666;
		padding-right: 13px;
		text-decoration: none;
}

#navigation a:visited
{
		color: #666666;
		padding-right: 13px;
}

#navigation a:hover
{
		color:#003B56;
		padding-right: 13px;
}

#navigation a:active
{
		color: #666666;
		padding-right: 13px;
}

#sidebar
{
		height: 138px;
		margin: 0px;
		padding: 0px;
		width: 343px;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-image: url(images/home.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
}

#sidebar-1
{
		height: 500px;
		margin: 0px;
		width: 200px;
		position: absolute;
		top: 175px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 87px;
		font-size: 0.85em;
		color: #999999;
}

#top-fleur
{
		background-image: url(images/top-fleur.jpg);
		height: 20px;
		background-repeat: no-repeat;
		background-position: left;
		margin-left: 375px;
		width: 750px;
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}

#bottom-fleur
{
		background-image: url(images/bottom-fleur.jpg);
		height: 16px;
		background-repeat: no-repeat;
		background-position: left;
		margin-left: 350px;
		width: 750px;
}

.content-mediator
{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 320px;
		position: absolute;
		top: 175px;
		width: 750px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
}


.content-mediator p
{
		padding-right: 150px;
}

/*
.content-mediator img
{
		margin-top: 3px;
		margin-right: 50px;
		margin-bottom: 3px;
		margin-left: 3px;
		padding: 3px;
		position: relative;
		right: auto;
}

*/

.divaGPS-here
{
		/* display: block !important; */
		color: #24546D !important;
}

/* regular links */

a:link
{
		text-decoration: underline;
		color: #666666;
}

a:hover
{
		color: #003B56;
		text-decoration: underline;
}

a:visited
{
		text-decoration: none;
		color: #003B56;
}

/* end regular links */

h1
{
		font-size: 1.4em;
		color: #003754;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
}

h2
{
		font-size: 1.1em;
		color: #003754;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		width: 600px;
}

h4
{
		font-size: 0.9em;
		color: #666666;
		font-weight: normal;
		font-style: italic;
}

ul
{
		list-style-position: outside;
		padding-bottom: 10px;
		padding-left: 15px;
}

.float-image-right
{
		float: right;
}
