/* OnlySweet Print Styles*/

html {
	width: 100%;
}
body {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../img/headerBG.jpg) no-repeat 0 0;
	color: #8A8C8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
}

img {
	border: 0;
}
/*Hidden Content */
.siteFunctions, #flashcontent, .hidden, .mainNav, #nav, .breadcrumbs {
	display:none;
}
/*Link Styles */
a:focus {
	outline:none;
} 
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #8A8C8E;
}
a:visited {
	text-decoration: underline;
	color: #8A8C8E;
}
a:hover {
	text-decoration: none;
}

/* Misc */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center
}
.hidden {
	display: none
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0;
}
/* images */
.imageFloatLeft {
	float: left;
	margin:7px 20px 10px 0;
}
.imageFloatRight {
	float: right;
	margin: 7px 0 10px 20px;
}
ul {
	color:#8A8C8E;
	font-size:9px;
	line-height:13px;
	list-style-type: none;
	text-transform:uppercase;
	padding-left: 20px;
}

/* Text Styles */
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #F89728;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 30px;
}
h2 {
	color: #F89728;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding-bottom: 25px;
}
h3 {
	color: #8A8C8E;
}
h4 {
	color: #8A8C8E;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 20px;
}
p {
	color: #8A8C8E;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
}
p.smallText {
	color: #8A8C8E;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 20px;
}

/* ---- siteMap Styles ---- */
#siteMap {
	margin: 0;
	padding: 0;
}
#siteMap li {
	list-style-type: none;
	list-style-image: none !important;
}
#siteMap li a {
	display: block;
	font-size: 13px;
	padding: 4px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #8A8C8E;
	width: 305px;
}
#siteMap li a:hover {
	color: #F89728;
}
#siteMap ul {
	margin: 0;
	padding: 0;
}
#siteMap ul ul {
	margin: 0;
	padding: 3px 0;
}
#siteMap ul ul li a {
	display: block;
	border: none;
	padding: 4px 4px 4px 20px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline
}
#siteMap ul ul li a:hover {
	background-color: transparent !important;
	text-decoration: none;
}
#siteMap ul ul ul li a {
	border: none;
	padding: 4px 4px 4px 38px;
	font-size: 13px;
	font-weight: normal
}


/* ---- Form Builder Styles ---- */
/* Form Elements =====*/
form {
	display: inline;
	
}
form td {
	padding: 5px;
}
form input, text area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
	position: relative;
	display: block;
	border: 1px #CCC solid;
	padding: 25px 15px 15px 10px;
	margin: 20px 0 10px 0;
}

fieldset legend {
	position: absolute;
	top: -10px;
	left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0 10px 0 10px;
	margin: 0;
	background-color: #FFF;
	border: 1px #FFF solid;
}

fieldset legend a {
	font-size: 11px;
	cursor: pointer !important;
	cursor: hand !important;
}

fieldset legend em {
	color: #F00;
	font-size: 20px;
	font-style: normal !important:
}

label {
	display: block;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	border: 1px #FFF solid;
	/*border-bottom: 1px #DDD solid;*/
	padding: 0;
	clear: both;
}

label strong {
	display: block;
	float: left;
	width: 175px;
	font-size: 12px;
	color: #444;
	text-align: right;
	padding: 0 5px 20px 0;
}

label strong em {
	color: #F89728;
	font-size: 20px;
	font-style: normal !important:
}
