body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	font-weight: bold;
}


h3 {
	font-size: 22px;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	font-weight: bold;
}

h6 {
	font-size: 14px;
	font-weight: bold;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

a, a:link {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:active, a:hover {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

/**
 * Class for all Site Palette produces text, including labels, descriptions, etc
 **/
.SitePalette_Text {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#header_div {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height: 100px;
	/* IE min-height hack fix: */
	_height: 100px;
}

#header_div p,
#lowerleft_div p,
#footer_div p {
	margin: 0px;
	padding: 10px;
}

#topnav_div {
	margin: 0px;
	padding: 4px;
	min-height: 10px;
	/* IE min-height hack fix: */
	_height: 10px;
	text-align: center;
}

#topnav_div a,
#topnav_div a:link {
	color: #000;
	text-decoration: none;
}

#topnav_div a:visited {
	color: #000;
}

#topnav_div a:hover,
#topnav_div a:active,
#topnav_div li.pageSelected a,
#topnav_div li.pageSelected a:link {
	color: #000;
	text-decoration: underline;
}

#body_div {
	margin: 0px;
	padding: 0px;
}

#left_div {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	min-height: 480px;
	/* IE min-height hack fix: */
	_height: 480px;
	text-align: left;
}
#leftnav_div {
	width: 160px;
	margin: 0px;
	padding: 10px;
	min-height: 280px;
	/* IE min-height hack fix: */
	_height: 277px;
	text-align: left;
	overflow:hidden;
}
#lowerleft_div {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	min-height: 180px;
	/* IE min-height hack fix: */
	_height: 180px;
	text-align: left;
	overflow:hidden;
}
#search_form_q_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 15px;
	width: 100px;
	border: 1px solid #000000;
}
#right_div {
	width: 180px;
	float:right;
	margin: 0px;
	padding: 0px;
	min-height: 420px;
	/* IE min-height hack fix: */
	_height: 420px;
}
#rightnav_div {
	width: 160px;
	margin: 0px;
	padding: 10px;
	min-height: 280px;
	/* IE min-height hack fix: */
	_height: 280px;
	text-align: right;
}
#lowerright_div {
	width: 160px;
	float:right;
	margin: 0px;
	padding: 10px;
	min-height: 100px;
	/* IE min-height hack fix: */
	_height: 100px;
	text-align: right;
	display: none;
}
#content_div {
	min-height: 470px;
	/* IE min-height hack fix: */
	_height:470px;
	padding: 10px;
	padding-top: 8px;
	margin-left: 180px;
	margin-right: 180px;
	margin-bottom: 0px;
	padding: 0px 10px 10px 10px;
}
#content_div div.content {
	position: relative;
	top: 0px;
	left: 0px;
}
#breadcrumb_div {
	min-height:20px;
	/* IE min-height hack fix: */
	_height:20px;
	margin: 0px -10px 0px -10px;
	padding: 10px 10px 4px 10px;
	font-weight: bold;
}
div.clear {
	clear:both;
}
#copyright_div {
	margin: 10px auto 0px auto;
	text-align:center;
}
#footer_div {
	min-height: 40px;
	text-align:center;
}
ul.pageLink {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li.pageLink, li.pageLink a, li.pageLink a:link {
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
}
li.pageLink a, li.pageLink a:link {
	text-decoration: underline;
}
li.pageLink a:active, li.pageLink a:hover {
	text-decoration: none;
}
li.pageSelected a,li.pageSelected a:link, li.pageSelected a:active, li.pageSelected a:visited, li.pageSelected a:hover {
	text-decoration: underline;
}
#topnav_div ul.pageLink {
	text-align: center;
	margin: 0px auto 0px auto;
	display: block;
}
#topnav_div li.pageLink {
	display: inline;
}
#poweredBy {
	padding: 0px 0px 20px 0px;
	margin: 10px auto 0px auto;
	text-align:center;
}

#copyright_div {
	font-size: 10px;
}

form.DFThemeObject {
	display: none;
}

.required {
	font-weight: bold;
	color:#f00;
}
.err, .error {
	color:#f00;
}
input.defaultText, select.defaultText, textarea.defaultText {
	color: #666;
}

form.DFThemeObject {
	display: none;
}


/* LivePipe_____________________________________________________________________ */


ul.tabs {
	border-bottom: 1px solid #000;
	height:15px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.tabs li.tab {
	float:left;
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
}

ul.tabs li.tab a {
	color:#000;
	display:block;
	height:14px;
	line-height: 14px;
	padding: 0 6px;
	border: 1px solid #000;
	text-decoration: none;
}

ul.tabs li.tab a.active {
	border-bottom-color: white;
}

/*
Controls_____________________________________________________________________
*/

div.dropdownList {
	position: relative;
	background-image: url(../images/dropdown.png);
	background-repeat: no-repeat;
	height: 22px;
	padding: 0px 22px 0px 10px;
}

div.dropdownList div.arrows {
	position: absolute;
	right: 0px;
	height: 100%;
	width: 22px;
	background-image: url(../images/dropdown.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div.dropdownList div.hit {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

div.dropdownList div.value {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-top: 3px;
}

div.dropdownList ul {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 99.5%;
	max-height: 400px;
	overflow: auto;
	z-index: 9000;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
	background-color:#fff;
}

div.dropdownList ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.dropdownList ul li:hover {
	background-color: #ff0;
}

/** Default contact us form style **/

div.EmailForm {
	text-align: center;
}
div.EmailForm .h {
	display: none;
}
div.EmailForm span.required_label {
	font-size: 11px;
}
div.EmailForm form table {
	margin: 10px auto;
}
div.EmailForm form table th {
	font-weight: normal;
	padding: 0px;
}
div.EmailForm form table thead th {
	height: 35px;
}
div.EmailForm form table tbody th {
	text-align:right;
	vertical-align: top;
	white-space: nowrap;
}
div.EmailForm form table tbody td {
	text-align:left;
	vertical-align: top;
}
div.EmailForm table tbody td label {
	text-align: right;
}
div.EmailForm form input {
	width: 175px;
}
div.EmailForm form input.checkbox {
	width: auto;
}
div.EmailForm form textarea {
	width: 250px;
}
div.EmailForm form input#subject {
	width: 246px;
}
div.Module_EmailForm_Buttons {
	margin-top: 4px;
	text-align: right;
}
p.Module_EmailForm_Thanks {
	text-align: center;
}
div.EmailForm form div.Module_EmailForm_Buttons input {
	width: auto;
}

/* Custom Buttons */

span.button {
	position: relative;
	display: inline-block;
	top: 0px;
	left: 0px;
	/*
	margin: 2px 4px 2px 6px;
	padding: 4px 2px 5px 0px;
	*/
	margin: 0px 4px 0px 6px;
	min-height: 22px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
}

span.button a,
span.button a:hover,
span.button a:active,
span.button a:visited {
	/*
	top: 0px;
	left: -2px;
	margin: 0px;
	padding: 4px 2px 5px 6px;
	*/
	display: block;
	position: relative;
	top: 0px;
	left: -2px;
	margin: 0px;
	padding: 4px 10px 4px 12px;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	color: #000;
}

span.button:hover { background-position: 100% -30px; }
span.button a:hover { background-position: 0 -30px; }

span.button:active { background-position: 100% -60px; }
span.button a:active { background-position: 0 -60px; }

/*
span.button.active { background-position: right -90px; }
span.button a.active { background-position: left -90px; }
*/

/* DFThemeObject.point */

/**
 * Point Content.
 *
 * (This should be div.DFThemeObjevt-Point.content but IE6 doesn't support that, bah.)
 */
div.DFThemeObject-Point {
	display: none;
}


/* DFThemeObject.Dropdown */
div.dropdown_container {
	border: none;
	padding: 0px;
	z-index: 9990;
}
div.dropdown_outer {
	border: 1px solid #333;
	padding: 0px;
	z-index: 9991;
	background-color: #666;
	cursor: pointer;
}
div.dropdown_inner {
	border: none;
	padding: 0px;
	z-index: 9993;
	cursor: pointer;
}
div.dropdown_inner ol {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
	list-style-type: none;
	z-index: 9994;
	cursor: pointer;
}
div.dropdown_inner ol li {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 1px;
	border: none;
	background-color:#fff;
	z-index: 9995;
	cursor: pointer;
}
div.dropdown_inner ol li:hover {
	background-color:#eee;
}

/* DFThemeObject.Popin */

/**
 * Popin Container
 * 
 * This is the container div which contains all popin elements
 */
div.DFThemeObject-Popin {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 8001;
	width: 100%;
	height: 0px;
	overflow: visible;
}


/**
 * Popin Container
 * 
 * This is the container div which popins will be contained within
 */
div.DFThemeObject-Popin div.container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 8001;
	width: 700px;
	height: 400px;
	margin: 40px auto 50px auto;
	background-color: #fff;
}

/**
 * Loading Mask Div, hides the site when the popin is displayed.
 *
 */
div.DFThemeObject-LoadingIndicator {
	display: block;
	position: absolute;
	z-index: 8999;
	background-image: url(/images/mask.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/mask.png');
	_background-image: none;
	background-repeat: repeat;
	background-color: transparent;
}

div.DFThemeObject-LoadingIndicator div.loading {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}

div.DFThemeObject-LoadingIndicator div.loading div {
	padding: 10px;
	border: 1px solid #eee;
}

div.DFThemeObject-LoadingIndicator div.loading div p {
	margin: 0px;
}

/**
 * Mask Div, hides the site when the popin is displayed.
 *
 */
div.DFThemeObject-Popin div.mask {
	display: block;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 8000;
	width: auto;
	height: auto;
	margin: auto;
	background-image: url(../images/mask.png);
	background-repeat: repeat;
	background-color: transparent;
}

/**
 * Close Box
 */
div.DFThemeObject-Popin div.container div.close {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 8099;
	height: 16px;
	margin: 0px;
	padding: 2px 4px 4px 0px;
	background-color:#DDDDDD;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	background: url(../images/popinCloseBarBg.png);
	background-repeat: repeat-x;
}

/**
 * Close Link
 */
div.DFThemeObject-Popin div.container div.close a,
div.DFThemeObject-Popin div.container div.close a:link,
div.DFThemeObject-Popin div.container div.close a:visited {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/**
 * Close Link Hover/Active
 */
div.DFThemeObject-Popin div.container div.close a:active,
div.DFThemeObject-Popin div.container div.close a:hover {
	color: #000;
	text-decoration: none;
}





/* DFThemeObject.ZoomableImage */

div.ZoomableImage-ZoomedImage {
	position: fixed;
	top: 100px;
	margin: 0px auto;
}

div.DFThemeObject-Popin div.container div.zoomable {
	line-height:8px;
}


/*  SkyByte.js v1.0-beta, May 17 2007
 *  (c) 2007 Aleksandras Ilarionovas (Alex)
 *
 *  SkyByte.js is freely distributable under the terms of an MIT-style license.
 *  For details, see the SkyByte.net web site: http://www.skybyte.net/scripts/
 *
 *--------------------------------------------------------------------------*/

.drop{ position:absolute; top:-10px; left:-10px; overflow:hidden; background:red; z-index:998; }
.drag, .dragmove{ position:absolute; top:-40px; left:-40px; background:#fff; color:red; border:1px solid #ccc; font:10px verdana, sans-serif; padding:1px; overflow:hidden; z-index:999; }
.dragmove{ color:#000; }
.resizeknob{ position:absolute; z-index: 9999; top:-40px; left:-40px; background:#fff; width :6px; height:6px; border:1px solid #000; overflow:hidden; }
.resizet, .resizeb { position:absolute; z-index: 9999; top:-40px; left:-40px; background: transparent url(../images/rsh.gif) repeat-x 0 0; width :1px; height:1px; overflow:hidden; }
.resizer, .resizel { position:absolute; z-index: 9999; top:-40px; left:-40px; background: transparent url(../images/rsv.gif) repeat-y 0 0; width :1px; height:1px; overflow:hidden; }
.resizebox{ font:10px arial; z-index: 9999; border:1px solid #000; padding:2px; background:#ccc; filter:alpha(opacity=90); opacity: 0.9; -moz-opacity:0.9; }







/* -- Left Nav Sub Page Links___________________________________________________ */

/**
 * List of secondary CMS pages
 *
 * This is the list of secondary CMS pages
 *
 */
ul.secondaryPageLink {
	list-style-type: none;
	margin: 8px 0px 0px 0px;
	margin-left: 0px;
	padding-left: 0px;
}

/**
 * Secondary page item
 *
 */
ul.secondaryPageLink li {
	margin: 0px 0px 4px 0px;
	padding-left: 0px;
}

/**
 * Secondary page link
 *
 */
ul.secondaryPageLink li a,
ul.secondaryPageLink li a:link,
ul.secondaryPageLink li a:visited {
	color: #000;
	text-decoration: none;
}

/**
 * Secondary page link hover/active
 *
 */
ul.secondaryPageLink li a:hover,
ul.secondaryPageLink li a:active,
ul.secondaryPageLink li a.selected {
	color: #000;
	text-decoration: underline;
}

/**
 * Sub-sub pages and below
 *
 * This is a list of grandchild pages
 *
 */
ul.secondaryPageLink li ul {
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	padding-left: 10px;
}

/**
 * Sub-sub pages and below
 *
 */
ul.secondaryPageLink li ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}