/*******************************************************************************
********************************************************************************
**
* - GENERAL
*
* - PAGE CONTAINERS
*
* - HEADER
*
* - BREADCRUMBS
*
* - CONTENT
*
* - SUBCONTENT
*
* - FOOTER
**
********************************************************************************
 ******************************************************************************/


/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body
{
	color: #000000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link
{
	color: #339999;
	font-weight: bold;
}

a:visited
{
	color: #339999;
	font-weight: bold;
	/*color: #0066FF;*/
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.replacement
{
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
	left: -483px;
}

* html .replacement
{
	top: -20px;
}

a .replacement
{
	z-index: 20;
	cursor: hand;
	c\ursor: pointer;
}

/* PAGE CONTAINERS ---------------------------------------------------------- */

#pageWidth
{
	min-width: 628px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

* html #pageWidth
{
	w\idth: expression(document.documentElement.clientWidth < 760 ? "628px" : "auto");
}

#pageWidthInner
{
	padding: 0 10px;
}

/* HEADER ------------------------------------------------------------------- */

#header
{
	position: relative;
	z-index: 2;
	height: 100px;
	he\ight: 100px;
	border: 1px solid #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background-repeat: repeat-x;
	background-position: center;
}

#logo
{
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 100;
	width: 250px;
	height: 63px;
	overflow: hidden;
	margin-left: 16px;
	margin-top: 20px;
	background: no-repeat;
}

#logo .replacement
{
	width: 222px;
	height: 63px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#pageOptions {
	display: block;
	position: relative;
	top: -1px;
	left: 1px;
	float: right;
	height: 26px;
	background-image: url(images/options.gif);
	background-repeat: repeat-x;
}
#pageOptions.expanded {
	float: none;
	height: 64px;
	margin-left: 174px;
	background-position: 0 -26px;
}
#pageOptionsInner {
	background-image: url(images/options_left.gif);
	background-repeat: no-repeat;
}
#pageOptions.expanded #pageOptionsInner {
	height: 64px;
	background-position: 0 -26px;
}
#pageOptions p {
	position: relative;
	width: 12.5em;
	margin-left: 25px;
	background-image: url(images/options_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	font-size: 85%;
	text-transform: uppercase;
}
#pageOptions.expanded p {
	float: right;
}

#pageOptions p a {
	display: block;
	height: 26px;
	padding-right: 47px;
	color: #FF6600;
	text-decoration: none;
	line-height: 26px;
	text-align: right;
}
#pageOptions p .replacement {
	top: 4px;
	right: 20px;
	width: 17px;
	height: 17px;
	background-image: url(images/button_options.gif);
}
#pageOptions p:hover a .replacement, #pageOptions a.hover .replacement {
	background-position: 0 -17px;
}
#pageOptions.expanded p .replacement {
	background-position: 0 -34px;
}

#pageOptions.expanded p:hover a .replacement, #pageOptions.expanded a.hover .replacement {
	background-position: 0 -51px;
}

#pageOptions ul {
	display: none;
	clear: both;
	margin-right: 20px;
	padding-top: 0.5em;
	font-size: 85%;
	text-align: right;
	text-transform: uppercase;
}

#pageOptions.expanded ul
{
	display: block;
}

#pageOptions li
{
	display: inline;
	margin-right: 1em;
	border-right: 1px solid #FFFFFF;
	padding-right: 1em;
}

#pageOptions li.last
{
	margin-right: 0;
	border-right: 0 none #FFFFFF;
	padding-right: 0;
}

#pageOptions li.on
{
	font-weight: bold;
}

#pageOptions li a
{
	color: #FFFFFF;
	text-decoration: none;
}

#pageOptions li a:hover
{
	text-decoration: underline;
}

#pageOptions li.on a:hover
{
	cursor: default;
	text-decoration: none;
}

#searchForm
{
	position: absolute;
	right: 0;
	bottom: 8px;
	width: 25em;
	margin-right: 20px;
	padding-right: 27px;
	color: #FFFFFF;
}

#searchForm label
{
	float: right;
}

#searchForm input.text
{
	width: 12em;
}

#searchForm span.submit
{
	display: block;
	position: absolute;
	right: 0;
	width: 17px;
	height: 17px;
	overflow: hidden;
	margin: 0.25em 0 0 0;
}

#searchForm span.submit input:hover, #searchForm span.submit input.hover
{
	position: relative;
	margin-top: -17px;
}
/* MENU --------------------------------------------------------------------- */

#menu
{
	position: relative;
	z-index: 2;
	height: 2.5em;
	margin-top: 1px solid #333333;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat;
	border: 1px solid #333333;
}

* html #menu
{
	height: 2.35em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	float: left;
}
#menu a
{
	display: block;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #666666;
	border-left: 1px solid #333333;
	padding: 0.5em 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}

* html #menu a
{
	height: 1px;
	float: left;
}

#menu li.on a
{
	border-top-color: #333333;
	border-left-color: #333333;
	color: #FF9900;
	font-weight: bold;
}

#menu a:hover
{
	color: #FF9900;
}
/* BREADCRUMBS ------------------------------------------------------------------ */

#bread {
	color: #666666;
	background-color: #FFFFFF;
	padding: 3px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-left: 14px;
}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#bread a
{
	color: #669933;
	text-decoration: none;
}
#bread a:hover
{
	color: #669933;
}

/* CONTENT ------------------------------------------------------------------ */

#content
{
	position: relative;
	z-index: 2;
	min-height: 450px;
	background-image: url(images/content_ltgray.gif);
	background-repeat: repeat-y;
	background-position: 29.8% 0;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

* html #content
{
	height: 450px;
}

#contentMain
{
	position: relative;
	float: right;
	width: 69.2%;
	border-top: 0px solid #FFFFFF;
}

#content h1
{
	margin-bottom: -0.6em;
	padding-bottom: 0.6em;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-size: 125%;
	line-height: 1;
	color: #339999;
}

#content h1 a, #content h1 a:visited
{
	color: #000000;
	text-decoration: none;
}

#content h1 a:hover
{
	text-decoration: underline;
}

#content h2
{
	margin-bottom: -0.6em;
	padding-bottom: 0.8em;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-size: 125%;
	color: #339999;
}

#content h3
{
	margin-top: 1.5em;
	margin-bottom: -1.2em;
	font-size: 115%;
}

#content h4
{
	margin-top: 1.5em;
	margin-bottom: -1.25em;
	font-size: 100%;
}

#content li h4
{
	margin-top: 0;
}

#content h4 .archiveDate
{
	padding-left: 1.5em;
	color: #666666;
	font-size: 90%;
	font-weight: normal;
}

#content p
{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#content ul
{
	margin-top: 0.5em;
	list-style: none;
}

#content ol
{
	margin-top: 0.5em;
	margin-left: 1.9em;
}

#content li
{
	margin-top: 0.5em;
}

#content ul li
{
	padding-left: 14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.35em;
	margin-left: 4px;
}

* html #content ul li
{
	height: 1px;
	background-position: 0 0.4em;
}

.textSmall
{
	font-size: 85%;
}
.black11b
{
	font-weight: bold;
}
.code
{
	font-family: Courier, serif;
}

.tabAcross
{
	padding-left: 5em;
}

.panel
{
	padding: 16px;
}

#contentMain .panel
{
	padding-top: 20px;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

* html #contentMain .panel
{
	height: 1px;
}

#contentMain .panelFirst
{
	border-top: 0 none #FFFFFF;
	padding-top: 21px;
	background-position: 0 -1px;
}

#contentMain .panelLast
{
	min-height: 160px;
	border-bottom: 0 none #FFFFFF;
}

* html #contentMain .panelLast
{
	height: 200px;
	he\ight: 160px;
}

#content .feature
{
	display: inline;
	position: relative;
	left: -4px;
	float: left;
	margin: 1.5em 1em 0.5em 0;
	padding: 12px;
	background-repeat: no-repeat;
}

#content h3.categories
{
	display: inline;
	float: left;
	margin: 3em 10px 0 0;
	padding: 4px 10px;
	background-color: #7F7F7F;
	color: #FFFFFF;
	font-size: 85%;
	font-weight: normal;
}

p.categories
{
	margin-top: 3em !important;
	padding: 4px 10px;
	background-color: #DDDDDD;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	font-size: 85%;
}

.columns2 .column
{
	display: inline;
	float: left;
	width: 49.9%;
}

.columns2 .column1 .columnInner
{
	margin-right: 10px;
}

.columns2 .column2 .columnInner
{
	margin-left: 10px;
}

.columns3 .column
{
	display: inline;
	float: left;
	width: 33.3%;
}

.columns3 .column1 .columnInner
{
	margin-right: 13px;
}

.columns3 .column2 .columnInner
{
	margin: 0 7px;
}

.columns3 .column3 .columnInner
{
	margin-left: 13px;
}

.columns4 .column
{
	display: inline;
	float: left;
	width: 24.9%;
}

.columns4 .column1 .columnInner
{
	margin-right: 13px;
}

.columns4 .column2 .columnInner
{
	margin: 0 13px 0 7px;
}

.columns4 .column3 .columnInner
{
	margin: 0 13px 0 7px;
}

.columns4 .column4 .columnInner
{
	margin-left: 13px;
}
#contentMain form
{
	margin-top: 3em;
	background-color: #F2EFEB;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
}

#contentMain fieldset
{
	padding: 0 1em 1em 1em;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#contentMain legend
{
	margin-top: 1em;
	margin-left: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	font-size: 125%;
	font-weight: bold;
}

* html #contentMain legend
{
	margin-left: -7px;
	background-position: 0 0.3em;
}

#contentMain .legendText
{
	position: relative;
	left: -2px;
}

* html #contentMain .legendText
{
	left: 0;
}

#contentMain form p
{
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0.75em;
}

.requiredImage
{
	position: relative;
	top: -0.3em;
	width: 7px;
	height: 7px;
}

.labelText .requiredImage
{
	left: -0.25em;
}

#contentMain label
{
	display: block;
	float: left;
	clear: both;
	width: 21em;
	margin-top: 1em;
	padding-left: 8em;
}

#contentMain .labelText
{
	position: relative;
	left: -8em;
	float: left;
	width: 7em;
	margin-right: -7em;
	font-weight: bold;
}

#contentMain input.text
{
	position: relative;
	top: -0.2em;
	width: 20em;
}

#contentMain textarea
{
	position: relative;
	top: -0.2em;
	width: 20em;
	height: 10em;
}

#contentMain .checkboxLabel
{
	margin-bottom: 1em;
	position: relative;
	padding-left: 10em;
}

#contentMain .checkboxLabel .labelText
{
	position: static;
	left: 0;
	float: none;
	width: auto;
	margin-right: 0;
	font-weight: normal;
}

#contentMain .checkboxLabel input.checkbox
{
	position: absolute;
	left: 8em;
}

* html #contentMain .checkboxLabel input.checkbox
{
	margin-top: -0.2em;
}

#contentMain input.submit
{
	display: block;
	clear: both;
	width: 20.5em;
	height: 2.5em;
	margin-left: 8em;
}

/* SUBCONTENT --------------------------------------------------------------- */

#contentSub
{
	float: left;
	width: 29.8%;
	background-image: url(images/content_ltgray.png));
	background-position: right;
}

#contentSub .panel
{
	position: relative;
	top: -0.6em;
	padding-top: 1px;
}

#contentSub h2
{
	margin-top: 1.9em;
	margin-bottom: -0.25em;
	padding-bottom: 0.45em;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	line-height: 1;
	font-size: 125%;
	color: #585858;
}

#contentSub a
{
	color: #339999;
}

#contentSub ul li
{
	margin-top: 0.4em;
	background-image: url(images/bullet.gif);
	padding-top: 0.2em;
}
.goToLink
{
	padding-right: 15px;
	background-image: url(images/arrow_forward_double_grey.gif);
	background-repeat: no-repeat;
	background-position: 100% 60%;
	text-align: right;
}


/* FOOTER ------------------------------------------------------------------- */

#footer
{
	background-repeat: repeat-x;
	background-position: 70% 0;
	border: 1px solid #333333;
	background-image: url(images/bg_menu.gif);
	text-align: center;
}

#footerInner
{
	border-bottom: 0 none #333333;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat;
	background-position: 0 100%;
	color: #FFFFFF;
	border-right: 1px solid #33333;
	border-left: 1px solid #333333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
}
#footer h2
{
	margin-bottom: -0.85em;
	padding-bottom: 0.65em;
	background-image: url(images/dots_white.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-size: 100%;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: none;
	color: #FF9900;
}
#footer p
{
	position: relative;
	z-index: 2;
	margin-top: 1.5em;
}
