body {
	font: 11px/150% Tahoma, Arial, Helvetica, Verdana, Geneva, Sans-serif;
	color: #000000;
}

/* links */
a {
	text-decoration: underline;
	color: #020000;
}
a:hover {
	text-decoration: underline;
	color: #1fadff;
}

.more a {
	padding-left: 7px;
	background: url(../images/bullet_more.png) no-repeat left 5px;
}

:-moz-any-link:focus { /* avoid dotted borders around active links in Firefox */
  outline: none;
}

/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, p, pre, table {
	margin: 0; padding: 0;
}
table, p, dl, ol, ul {
	margin-top: 0;
}

/* text */
.large {
	font-size: 1.2em;
}
.medium {
	line-height: 125%;
	font-size: 0.9em;
}
.small {
	line-height: 120%;
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #020000;
	margin: 0 0 7px 0;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}

/* sifr headers */
h2.gray1,
h3.gray1,
h2.gray2,
h3.gray2,
h2.white,
h3.white {
	font-family: "Avant Garde", "Century Gothic", Tahoma, Arial, Verdana, Geneva;
	margin: 0;
}
.gray1 {
	color: #020000;
}
.gray2 {
	color: #776d60;
}
.gray3 {
	color: #dedbd7;
}
.white {
	color: #ffffff;
}
.orange {
	color:#ff7800;
}
.blue {
	color:#1f216d;
}
hr {
	margin: 0; padding: 0;
	height: 0;
	border-collapse: collapse;
	border: none;
	border-bottom: 1px solid #dedbd7;
}

/* lists */

ul {
	margin-left: 28px; padding-left: 0;
}

dl dt {
	clear: left;
	float: left; display: inline;
	margin: 0; padding: 0;
	font-weight: bold;
}
dl dd {
	display: block;
	margin: 0 0 0.25em 12em; padding: 0;
}
* html dd {
	height: 1px;
}
*+html dd {
    min-height: 0;  /* clear floats for IE7 */
}
html>body dd {
	height: auto;
	min-width: 1em;
}
body dd:after {
	content: ".";
	visibility: hidden;
	line-height: 0%;
	font-size: 0;
}

/* images & alignment */
a img {
	border: none;
}
.border img,
img.border {
	border: 1px solid #81786c;
}
.left {
	float: left; display: inline;
}
.right {
	float: right; display: inline;
}
.imgLeft {
	float: left; display: inline;
	margin: 0.3em 2em 2em 0;
}
.imgRight {
	float: right; display: inline;
	margin: 0.3em 0 2em 2em;
}
.bannerRight {
	float: right; display: inline;
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
.clear,
.clearBoth,
.clearLeft,
.clearRight {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	font-size: 0;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}


/* tables */
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding:0px;
	vertical-align: top;
	text-align: left;
}

/* forms */
input.textfield, textarea.textarea, select.select {
	font: 11px/13px Tahoma, Arial, Helvetica, Verdana, Geneva, Sans-serif;
	border: 1px solid #c3beb7;
	color: #776d60;
}
input.textfield, 
textarea.textarea {
	padding: 2px 0 2px 10px;
}
input.radio,
input.checkbox {
	border: none !important;
}
#wrapper input.disabled,
#wrapper select.disabled,
#wrapper textarea.disabled  {
	background: #efedeb;
	border-color: #dedbd7;
}
#wrapper input.error,
#wrapper select.error,
#wrapper textarea.error {
	background: #f9e9e9;
	border-color: #bd1818;
}
.required,
.error {
	color: #bd1818;
}
div.error {
	margin: 0 0 10px 0;
}
.error ul,
.error li {
	margin: 0; padding: 0;
	list-style: none;
}
.error li {
	padding-left: 10px;
	list-style: none;
	background: url(../images/bullet_error.png) no-repeat 3px 7px;
}
td.error {
/*	font-size: 10px;*/
}
th.label,
td.label,
td.error {
	padding-top: 3px;
}
th.label,
td.label {
	padding:0;
	font-weight: normal;
	width:150px;
}
.defaultWidth {
	width: 180px;
}
select.defaultWidth {
	width: 185px;
}
.width1 {
	width: 10px;
}
.width2 {
	width: 15px;
}
.width3 {
	width: 25px;
}
.width4 {
	width: 30px;
}
/* Shadow Styles */
td.shtopleft {
	background: url("../images/shadow_lt.png");
}
* html td.shtopleft {
	_background:none;_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='images/shadow_lt.png');
}
td.shtopmid {
	background: url("../images/shadow_t.png");
	background-repeat:repeat-x;
}
* html td.shtopmid {
	_background:none;_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='images/shadow_t.png');
}
td.shtopright {
	background: url("../images/shadow_rt.png");
}
* html td.shtopright {
	_background:none;_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='images/shadow_rt.png');
}
td.shleft {
	background: url("../images/shadow_l.png");
	background-repeat:repeat-y;
}
* html td.shleft {
	_background:none;_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='images/shadow_l.png');
}
td.shright {
	background: url("../images/shadow_r.png");
	background-repeat:repeat-y;
}
* html td.shright {
	_background:none;_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='images/shadow_r.png');
}

td.shbotleft {
	background: url("../images/shadow_lb.png");
}
* html td.shbotleft {
	_background:none;_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='images/shadow_lb.png');
}
td.shbotmid {
	background: url("../images/shadow_b.png");
	background-repeat:repeat-x;
}
* html td.shbotmid {
	_background:none;_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='images/shadow_b.png');
}
td.shbotright {
	background: url("../images/shadow_rb.png");
}
* html td.shbotright {
	_background:none;_filter:Progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='scale',src='images/shadow_rb.png');
}
/* Shadow Styles */