@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	background-color:#fff;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.25em;
}


h1 {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3D2914;
	font-size: x-large;
	font-weight: normal;
}
#mainContentArea {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#header {
	padding:10px;
	height:175px;
	margin: 0px;
	background-image: url(../images/modernity_logo.gif);
	background-repeat: no-repeat;
	background-position: 22px 22px;
	width: 100%;
	background-color: #FFF;
}

#sidePanel {
	background-color: #E8E8E8;
	float: right;
	width: 240px;
	margin-left: 22px;
	border: 1px none #CCC;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sidePanel h2 {
	color:#FFF;
	font-weight:normal;
	font-size:medium;
	background-color: #84725A;
	margin: 0px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#sidePanel ul {
	list-style-type: square;
	
}

#sidePanel ul li {
	color: #000;
	margin: 0px;
	padding: 0px;
}


#navigation {
	clear: left;
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 9px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #3D2914;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hovermenu ul{
	height: 30px;
	background-color: #FFF;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	border: 1px none #0C6;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.hovermenu ul li a{
	float: left;
	color: #333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	text-align: center;
	text-decoration:none;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 22px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.hovermenu ul li a:hover{
	color: #000;
	text-decoration:underline;
	font-weight: normal;

}
.smallFont {
	font-size: 75%;
	color: #333;
}


.pictureGrid {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #D4D0C8;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.pictureGrid li {
	padding: 6px;
	float: left;
	margin: 6px;
	width: 330px;
	height: 150px;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pictureGrid li img 
{
	border:5px none #FFF;
	clear: left;
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pictureGrid li p {
	color:#000;
	font-size:80%;
	display:block;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}


.pictureGrid li p strong 
{
	color: #000;
}
#PageDiv {
	background-color: #FFF;
	width: 930px;
	text-align: left;
	border: 1px none #CCC;
	height: 99%;
}
#outerPageDiv {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 55px;
	padding-left: 55px;
}

