@charset "UTF-8";
#specialPhrase {
	color: #600;
	background-color: #B3BAD0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 15px;
	margin-top: 5px;
	visibility: hidden;
	border: medium double #600;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
#specialPhrase a {
	font-weight: bold;
	color: #303;
}
#specialPhrase a:hover {
	font-weight: bold;
	color: #F60;
}
a:link {
	color: #FFF;
}
.smallerTxt {
	font-size: .7em;
}
a.bodylink {
	color: #636;
	text-decoration: underline;
}
a.bodylink:hover {
	color: #82B2B5;
	text-decoration: underline;
}
#hiddenThumbs {
	visibility: hidden;
	overflow: hidden;
	height: 50px;
}
.locTab {
	height: 300px;
}

a:hover {
	color:#FF9
}

body {
	background-image: url(images/backgradient.jpg);
	background-repeat: repeat-x;
}
#content {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#content #top {
	background-image: url(images/top.png);
	width: 900px;
	height: 125px;
}
.specialHeader {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/specialback.png);
	background-repeat: repeat-x;
	text-align: center;
}
#content #middle {
	background-image: url(images/side.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#content #middle #bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #2291A3;
	margin-right: auto;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 25px;
}
#content #top #logo {
	position: relative;
	top: -15px;
}
.subjectTitle {
	font-size: 18px;
	font-weight: bolder;
	color: #9E3992;
	text-decoration: underline;
}
#content #bottom {
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
#content #addressRow #addressBlock {
	background-color: #892682;
	border: medium ridge #48C9F5;
	width: 200px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	text-align: center;
}
#content #middle #pgTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #9E3992;
	font-variant: small-caps;
	width: 600px;
	margin-left: 275px;
	font-weight: bold;
	text-align: right;
}
.neededInfo {
	font-weight: bold;
	color: #F00;
}
#content #middle #ipfa {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#coupon {
	background-color: #71A3A7;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FFF;
	text-align: center;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
#content #menuRow {
	width: 877px;
	margin-right: auto;
	margin-left: auto;
	padding-right:10px;
	
	background-repeat: repeat-y;
}

form {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.formButton {
	background-color: #7F3D98;
	color: #FFF;
	padding: 6px;
	font-size: 14px;
}
fieldset {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #99E2FA;
	color: #306;
}
form fieldset legend {
	font-size: 12px;
}
form label {
	display: block;
	text-align: right;
	float: left;
	width: 150px;
	margin-top: 5px;
	clear: none;
}
form input, form textarea, form file , form select{
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFD0BE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #4245A0;
}
form checkbox, form select {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
form input#reset {
	margin-left: 0px;
}
textarea {
	overflow: auto;
}
form br {
}
#cancel {
	background-color: #FC0;
	padding: 7px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #006;
	border: thin double #006;
	margin-bottom: 15px;
}
#buttonRow {
	margin-right: auto;
	margin-left: 100px;
	text-align: center;
	width: 200px;
	padding-top: 15px;
}

