﻿/* CSS layout */

body {
	background-color:#E0E0C2;
	text-align:center;
	margin-top:20px;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #606040;
	line-height: 140%;

}

#masthead {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 175px;
	text-align: left;
}

#mastheadLocation {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 175px;
	text-align: left;
}

/* Top menu --------------------------*/

#top_nav {
	border-top: 1px #9B2700 solid;
	border-bottom: 1px #9B2700 solid;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #CC3300;
}

#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_nav li {
	margin: 0px;
	padding: 2px 10px;
	display: inline;
	background-color: #CC3300;
	line-height: 200%;
	border-right-color: #9B2700;
	border-right-style: solid;
	border-right-width: 1px;
}

li a:visited {
	text-decoration: none;
	color: #FFB59B;
}

#top_nav li a:link {
	text-decoration: none;
	color: #FFB59B;
}

#top_nav li a:hover {
	text-decoration: none;
	color: #FFF;
}

/* Top menu LOCATION--------------------------*/

#top_navLocation {
	border-top: 1px #9B2700 solid;
	border-bottom: 1px #9B2700 solid;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #CC3300;
}

#top_navLocation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_navLocation li {
	margin: 0px;
	padding: 2px 10px;
	display: inline;
	background-color: #CC3300;
	line-height: 200%;
	border-right-color: #9B2700;
	border-right-style: solid;
	border-right-width: 1px;
}

li a:visited {
	text-decoration: none;
	color: #FFB59B;
}

#top_navLocation li a:link {
	text-decoration: none;
	color: #FFB59B;
}

#top_navLocation li a:hover {
	text-decoration: none;
	color: #FFF;
}


/* Main Container ----------------------------*/

#container {
	background-position: 50% bottom;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('../images/bottomgrad.jpg');
	background-repeat: no-repeat;
	overflow:auto;
}

#containerInnerLeft {
	padding: 20px;
	padding-left: 30px;
	width: 300px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-top: 30px;
}
#containerInnerRight {
	border: 1px #D6D6AB solid;
	width: 280px;
	float: right;
	text-align: left;
	background-color: #F0F0E3;
	margin-top: 30px;
	margin-right: 20px;
	height: 430px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}

#affiliations {
	float:left;
	clear:both;
	width: 700px;
	height: 175px;
	background: url('../images/affiliations.gif') top no-repeat;


}

#affiliationsLoc {
	float:left;
	width: 1000px;
	height: 175px;
	background: url('../images/affiliations.gif') top centre no-repeat;
	clear:both;


}

#footer {
	background-position: center center;
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	background-color: #606040;
	background-image: url('../images/bottomDundee.gif');
	background-repeat: no-repeat;
	border-bottom-color: #4C4A2C;
	border-bottom-width: 20px;
	border-bottom-style: solid;

}

#footerLocation {
	background-position: center center;
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	background-color: #606040;
	background-image: url('../images/bottomDundee.gif');
	background-repeat: no-repeat;
	border-bottom-color: #4C4A2C;
	border-bottom-width: 20px;
	border-bottom-style: solid;

}

#keywords {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #999999;
	height: 20px;
}

#topShadow {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-image: url('../images/top_shadow.jpg');
	background-repeat: no-repeat;
	height: 20px;
}

#topShadowLocation {
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	background-image: url('../images/top_shadowLocation.jpg');
	background-repeat: no-repeat;
	height: 20px;
}

#bottomShadow {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-image: url('../images/bottom_shadow.jpg');
	background-repeat: no-repeat;
	height: 20px;
}

#bottomShadowLocation {
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	background-image: url('../images/bottom_shadowLocation.jpg');
	background-repeat: no-repeat;
	height: 20px;
}

#middleShadow {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-image: url('../images/middle_shadow.jpg');
	background-repeat: repeat;
}

#middleShadowLocation {
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	background-image: url('../images/middle_shadowLocation.jpg');
	background-repeat: repeat;
}

#botNav {
	text-align: center;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
	margin-bottom: 30px;
}

#botNav a:visited {
	color: #999999;
}

#botNav a:link {
	color: #999999;
}

#botNav a:hover {
	color: #cc3300;
}

#botNavLocation {
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
	margin-bottom: 30px;
	clear:both;
}

#activePage {
	color: #FFF;
	border-bottom: 3px #9B2700 solid;

}

#activePageBot {
	color: #cc3300;
	text-decoration: none

}

#galleryMainPic {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
}

#galleryRow1 {
	width: 415px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	margin-bottom: 8px;
}

#galleryRow2 {
	padding-top: 5px;
	width: 415px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	margin-bottom: 8px;
}

#galleryRow3 {
	padding-top: 5px;
	width: 415px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	height: 60px;
}

.thumb1 {
	float: left;
}

.thumb2 {
	float: left;
	margin-left: 8px;
}


#containerInnerRightLocation {
	border: 1px #D6D6AB solid;
	width: 900px;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}
#containerLocation {
	background-position: 50% bottom;
	width: 1000px;
	background-color: #FFFFFF;
	background: #FFF url('../images/bottomgradLocation.jpg') bottom repeat-x;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
}
#containerInnerLeftMax {
	padding: 20px;
	padding-left: 30px;
	width: 650px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.imgBorder {
	border: 1px solid #000;
}

#Clickthumb {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
#containerInnerLeftContact {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

label {
	padding-top: 8px;
}

form {
	padding-bottom: 40px;
}
