@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../assets/pics/body-bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font: 12px Arial, Helvetica, sans-serif;
}
#thankyou {
	width: 400px;
	margin: 50px auto 250px;
}
.shadow #content #thankyou p {
	font-size: 12px;
}


p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
}
.shadow #extras p {
	background-color: #B7D7F0;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Georgia, Tahoma;
	border: 2px ridge #EDCEF8;
}
.shadow #extras #star img {
	margin-top: 15px;
}

h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
	font-size: 12px;
}
.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin-top: 5px;
}
#content {
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	text-align: right;
	background-color: #F4F4F4;
	background-image: url(../assets/pics/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-top: 17px;
}
#header h1 {
	font-size: 14px;
}


.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	background-image: url(../assets/images/arrowblue.gif);
	background-position: 100% 0;
}	
#header {
	height: 150px;
	width: 980px;
	background-attachment: scroll;
	background-image: url(../assets/pics/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.shadow {
	background-image: url(../assets/images/top-border-shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000000;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}
#content h1 {
	font-size: 16px;
	color: #5D79A9;
	margin-top: 15px;
}
#footer p {
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer a {
	margin: 0px;
	text-decoration: none;
}
.fade {
	background-image: url(../assets/pics/view_fade.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.shadow .style1 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #871012;
}