/* CSS Document */

/* RESET */

* {
	margin: 0px;
	padding: 0px;
}

/* BODY & TYPE */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #E4E2CC;
	background-image: url(../images/background-fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	color: #000000;
	font-size: 1.6em;
	line-height: 1.5em;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



#purple-footer h1 {
	color: #FFFFFF;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #FFFFFF;

}


.larger-copy {
	font-size: 2em;
}
.last-paragraph {
	margin-bottom: 20px;
}


/* LOGO COLUMN */


#logo-column {
	width: 264px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo-column p {
	text-align: center;
	line-height: 1.3em;
	padding-bottom: 15px;
}
#logo-column a:link {
	color: #7A6F00;
	text-decoration: none;
	text-align: center;
}
#logo-column a:visited {
	color: #7A6F00;
	text-decoration: none;
}
#logo-column a:hover {
	color: #5A2049;
	text-decoration: none;
}
#logo-column a:active {
	text-decoration: underline;
}

/* CONTENT COLUMN */


#content-column {
	width: 712px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 264px;
}
#tag-line {
	background-image: url(../images/top-arc.jpg);
	height: 94px;
	width: 712px;
	text-align: right;
	padding-top: 62px;
}
#tag-line p {
	font-style: italic;
	color: #7A6F00;
}
#menu-container {
	background-color: #5A2049;
	height: 40px;
	width: 712px;
}
#slideshow {
	height: 249px;
	width: 712px;
}
#content-variable {
	background-color: #FFFFFF;
	width: 712px;
}
#content-variable p {
	padding-right: 20px;
	padding-left: 20px;
}
#content-variable h2 {
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #5A2049;
	font-size: 1.8em;
}
#content-variable ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 50px;
}
#content-variable ul li{
	font-size: 1.6em;
	line-height: 1.5em;
}
#content-variable ul ul{
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 25px;
}
#purple-footer {
	background-color: #5A2049;
	width: 712px;
	text-align: center;
	height: 70px;
	padding-top: 10px;
}
#purple-footer p {
	color: #FFFFFF;
}
#purple-footer h2 {
	font-size: 1.8em;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 20px;
}
#purple-footer h3 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.4em;
	padding-bottom: 1px;
}
#copyright {
}
#copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	padding-top: 20px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #5A2049;
	text-decoration: underline;
}
a:active {
	color: #E4E2CC;
	text-decoration: underline;
}
.inline-subhead {
	font-weight: bold;
	color: #5A2049;
}
.call-to-action {
	font-style: italic;
	color: #5A2049;
	text-align: center;
}
.logo {
	margin-bottom: 5px;
}
