@charset "UTF-8";
/* CSS Document */

#container {
	width: 1000px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	z-index:-1;
}

#mainContent {
	padding-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	background-color:#ead573;
}

#header {
	height:120px;
	background-image:url(../images/headerGradient.jpg);
	background-repeat:repeat-y;
	border-bottom:#000 solid 3px;
}

#linkMenu {
	height:33px;
	background-color:#682118;
}

#footer {
	clear:both;
	height:35px;
	background-color:#682118;
}

#homeLink a:link {
	border:none;
}

#homeLink a:hover {
	border:none;
}

#homeLink a:visited {
	border:none;
}

#homeLink a:active {
	border:none;
}

#linkMenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}

#linkMenu ul li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	padding-right:10px;
	color:#907b40;
	display:inline;
}

a.nav:link {
	color:#907b40;
	text-decoration:none;
}

a.nav:hover {
	color:#907b40;
	text-decoration:underline;
}

a.nav:active {
	color:#907b40;
	text-decoration:none;
}

a.nav:visited {
	color:#907b40;
	text-decoration:none;
}

h2 {
	color:#8a0c19;
	font-size:24px;
	font-weight:lighter;
}

h3 {
	color:#8a0c19;
	font-size:18px;
	font-weight:lighter;
}

#clientListContainer {
	width:100%;
	height:400px;
	position:relative;
}

#clientList div a {
	text-decoration:none;
	color:#000;
}

#clientList div a:visited {
	text-decoration:none;
	color:#000;
}

#clientList div a:hover {
	text-decoration:none;
	color:#682118;
}

#imageGallery1 {
	width:100%;
	height:400px;
	position:relative;
	margin-bottom:5px;
	margin-left:10px;
	overflow-y:scroll;
}

