/* CSS Document -- All pages within site */

html, body {
	background-image: url(../../../../../images/bkgdBody.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
	background-color:#FFF7E8;
	color: #666;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

div, p, ul, li {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color:#666;
}

h1, h2, h3, h4 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:26px;
	color:#633A69;
	line-height:100%;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	color:#633A69;
}

p {
	line-height: 125%;
	margin:10px 0;
}

div.menu ul {
	float:right;
	padding:10px 10px 10px 0;
	list-style-type:none;
}

div.menu ul li {
	list-style-type:none;
	text-transform:uppercase;
	display:inline;
	padding:0 15px;
}

div.menu ul li.First {
	border:none;
}

div.menu ul li.Last {
	padding-right:0;
}

div.menu ul li a {
	text-decoration:none;
	color:#fff;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
}

div.menu ul li a:hover {
	text-decoration:underline;
}

#header {
	width:960px;
	height:213px;
	background-image:url(../../../../../images/bkgdHeader.png);
	background-repeat:no-repeat;
}

#header img {
	padding:13px 0 0 32px;
}

/* columns */

.twoColumnLeft {
	width:299px;
	float:left;
	padding:37px 0 0 70px;
}

.threeColumnRight {
	width:450px;
	float:right;
	padding:37px 70px 0 56px;
	background-image:url(../../../../../images/bkgdFold.jpg);
	background-repeat:no-repeat;
	min-height:300px;
}

#footer {
	float:right;
	padding:10px 30px 30px 0;
	text-align:right;
}

/* end columns */

/* divider */

.purpleDividerShort hr {
	border:0;
}

.purpleDividerShort {
	color:#EFE1E2;
	background-color:#EFE1E2;
	height:3px;
	margin:30px 0;
}

.purpleDivider hr {
	border:0;
}

.purpleDivider {
	color:#EFE1E2;
	background-color:#EFE1E2;
	height:3px;
	margin:30px 30px 0 30px;
}

/* end dividers */