/* HTML styles */
body {
	background-color: #E1DCD2;
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	font-family: times, serif,sans-serif, cursive;
}
img.center { display: block; margin-left: auto; margin-right: auto; }
h1 { padding: 5px 10px; font-size: 20pt; font-weight: 700; }
h3 { padding: 4px 8px; font-size: 14pt; font-weight: 700; }
strong { font-style: italic; font-weight: 700; }

ul { margin: 0px; padding-top: 0px; padding-left: 40px; list-style-type: disc; }

li { padding-bottom: 6px; }
li:first-child { padding-top: 8px; }
li:last-child { padding-bottom: 15px; }

p { display: block; padding: 5px 10px; text-align: justify; line-height: 14pt; }

#header h1 a: link{
	text-decoration: none;
}

a{
	color: #954636;
	text-decoration: none;
}
a: visited{
	color: red;
}
/* ID Styles*/
#header {
	background-color: none;
	background-image: url('../images/acgs_logo.png');
	background-repeat: no-repeat; width: 760px; height: 125px;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#container { background-color: none; width: 760px; min-height: 985px; position: relative; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 15px; }
#primarynav { background-color: brown; width: 760px; height: 35px; position: absolute; top: 0px; left: 0px; }
#banner { background-image: url('../images/gavel.jpg'); width: 760px; height: 250px; position: absolute; top: 45px; left: 0px; }
#mainSection { background-color: white; width: 720px; min-height: 450px; position: absolute; top: 305px; left: 0px; padding: 10px 20px; }

#footer { color: white; background-color: #954636; width: 100%; min-height: 25px;  position: relative; margin-left: auto; margin-right: auto; padding-top: 10px; text-align: center; }
#header h1{ color: #505050; position: absolute; top: 43px; left: 90px; font-size: 24pt; font-weight: 100;}

/* Class Styles*/
/*.divShadow { moz-box-shadow: 0px 0px 7px #333; -webkit-box-shadow: 0px 0px 7px #333; box-shadow: 0px 0px 7px #333; } */
.divShadow { moz-box-shadow: inset 0px 0px 25px #E1DCD2; -webkit-box-shadow: inset 0px 0px 25px #E1DCD2; box-shadow: inset 0px 0px 25px #E1DCD2; }

.contentSection {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.profile {
	clear: both;
	padding-top: 40px;
}
.profile img {
	width: 250px;
	float: left;
	padding-right: 15px;
	padding-left: 10px;
}
