/* DOCUMENT AND BODY TAGS  */

html {
	font-size: 100.01%;
}

body {
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, 'Lucida Sans Unicode', 'Bitstream Vera Sans', sans-serif;
	font-size: 0.95em;
	color: #333;
	background: #e8e8e8 url(/_gfx/body_background.png) repeat;
}


/* DEFAULT ELEMENT STYLES */

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Geneva, Calibri, Verdana, 'Bitstream Vera Sans', sans-serif;
	font-weight: normal;
	color: #666;
}

h1, .heading1, .h1 {
	font-size: 1.7em;
	line-height: 1.25em;
	letter-spacing: -1px;
}

h2, .heading2, .h2 {
	font-size: 1.7em;
	line-height: 1.25em;
	letter-spacing: -1px;
	margin: 0.4em 0;
}

h3, .heading3, .h3 {
	font-size: 1.3em;
	line-height: 1.35em;
	letter-spacing: -1px;
	margin: 0.4em 0;
}

h4, h5, .heading4, .h4, .heading5, .h5 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.35em;
	letter-spacing: -1px;
	margin: 0.4em 0;
}

* + h1, * + h2, * + h3, * + h4, * + h5 {
	margin-top: 1.2em;
}

div + h1, div + h2, div + h3, div + h4, div + h5 {
	margin-top: 0.6em;
}

p, blockquote {
	margin: 0.9em 0 0 0;
}

li, p, blockquote {
	line-height: 1.5em;
	font-size: 0.85em;
}

p + ul, p + ol {
	margin-top: 0.6em;
}

ul				{ list-style: disc; }
ul.circle		{ list-style: circle; }
ul.square		{ list-style: square; }

ol				{ list-style: decimal; }
ol.alpha_lc 	{ list-style: lower-alpha; }
ol.alpha_uc 	{ list-style: upper-alpha; }
ol.roman_lc 	{ list-style: lower-roman; }
ol.roman_uc 	{ list-style: upper-roman; }

code, pre, .monospace, .mono {
	font-size: 110%;
	font-family: Consolas, 'Courier New', 'Bitstream Vera Sans Mono', 'Lucida Console', 'Andale Mono', Courier, monospace;
}

table {
	margin: 0.6em 0 0.3em 0;
	border-collapse: collapse;
	font-size: 0.85em;
	line-height: 140%;
	clear: both;
}

th, td {
	text-align: left;
	vertical-align: middle;
	padding: 4px 8px;
line-height: 1.25em;
}

th {
	font-weight: bold;
}

td {
	border-top: 1px solid #aaa;
}

td.divider {
	border-top: 1px solid #567;
}

form {
	margin-top: 0.6em;
	margin-bottom: 0.4em;
}

input, textarea, select {
	font-family: 'Lucida Sans Unicode', Verdana, Tahoma, Calibri, Arial, Geneva, Helvetica, 'Bitstream Vera Sans', sans-serif;
	font-size: 0.85em;
	padding: 3px;
	border: 1px solid #777;
}

p input, p textarea, p select, p .textbox, p .submit, p .button {
	font-size: 1em;
}

option {
	padding: 0px 6px;
}

p + input {
	margin: 0;
}

input.textbox, input.select {
	border: 1px solid #678;
}

input.submit, input.button {
	font-weight: normal;
	padding: 1px 1px;
	border: 1px solid #678;
	background: #d8d8df;
	color: #111;
}

textarea {
	border: 1px solid #678;
}

form dl {
	line-height: 1.2em;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 1em;
}

form dt {
	float: left;
	clear: left;
	width: 180px;
	font-size: 0.85em;
	margin-top: 0.25em;
	text-align: right;
	font-weight: bold;
	position:relative /*IEWin hack*/
}

form dd {
	clear: right;
	text-align: left;
	padding-left: 1em;
	margin-left: 180px;
	margin-bottom: 1.4em;
}

.dlfollowon {
	margin-top: -1em;
}

.dltext {
	line-height: 1.6em;
}

.dltext p {
	font-size: 0.75em;
	margin-left: 0;
}

.dlnote {
	font-size: 0.75em;
}

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

a:active {
	color: #ed6790;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover,
h1 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h1 a, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover,
h1 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:hover,
h1 a, h5 a:link, h5 a:visited, h5 a:active, h5 a:hover,
a h1, a h2, a h3, a h4, a h5 {
	text-decoration: none;
}




/* DOCUMENT STRUCTURE */

#master_container {
	background: transparent url(/_gfx/page_background.png) repeat-x;
}

#container {
	margin: 0 auto 0 auto;
	padding: 0 16px 1em 16px;
	width: 880px;
}

#container_fill { /* GREY BACKGROUND, IE7 SILLY-ZOOM-FEATURE WORKAROUND */
	width: 100%;
	padding: 0;
	margin: 0;
	background: #e8e8e8 url(/_gfx/body_background.png) repeat;
}

#header {
	position: relative;
	width: 100%;
	height: 150px;
	background: transparent url(/_gfx/header_background.png) repeat-x;
	z-index: 100;
}

#header_logo {
	position: absolute;
	top: 38px;
	left: 12px;
	width: 97px;
	height: 96px;
	background: transparent url(/_gfx/header_logo_2.png) no-repeat;
	z-index: 105;
}

#header_search {
	position: absolute;
	top: 53px;
	right: 16px;
	z-index: 110;
}

#header h1 {
	position: absolute;
	top: 35px;
	left: 113px;
	width: 294px;
	height: 52px;
	font-size: 2px;
	z-index: 105;
}

#header h1 a, #header h1 a:hover {
	position: absolute;
	top: 2px;
	left: 4px;
	display: block;
	width: 327px;
	height: 52px;
	background: url(/_gfx/header_title_3.png) no-repeat;
	text-decoration: none;
	text-indent: -9999em;
}

#header p, #header li, #footer p, #footer li {
	line-height: 140%;
	font-size: 0.85em;
}

#header p, #header li {
	font-weight: bold;
}

#header_search_form {
	margin: 0;
}

#q {
	width: 164px;
	padding: 1px 2px;
}

#q_submit {
	padding: 1px 2px;
}

#q, #q_submit {
	margin: 0;
	font-size: 0.85em;
}

#menu {
	position: relative;
	width: 100%;
	background: transparent none repeat;
	padding: 10px 0 0 0;
	z-index: 115;
}

#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #ee2e69;
	overflow: hidden;
}

#menu a:active {
	color: #ed6790;
}

#menu a:hover {
	color: #666;
}

#menu_left {
	text-align: left;
	width: 68%;
	position: absolute;
	top: 98px;
	left: 120px;
}

#menu_left_items {
	list-style: none;
}

#menu_left_items li {
	float: left;
	font-weight: bold;
	font-size: 0.75em;
	margin: 0 1em 0 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #ccc;
}

#menu_right {
	text-align: right;
	width: 22%;
	position: absolute;
	top: 98px;
	right: 16px;
}

#menu_right_items {
	list-style: none;
}

#menu_right_items li {
	float: right;
	font-weight: bold;
	font-size: 0.75em;
	margin: 0 0 0 1em;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #ccc;
}

#body_container {
	line-height: 1;
	padding: 0 16px 0 16px;
	z-index: 115;
}

#body {
	position: relative;
	width: 100%;
	min-height: 16em;
	margin: 0 auto 0 auto;
	padding: 0 0 1.2em 0;
}

#body ul, #body ol {
	padding: 0.2em 0 0.4em 3em;
}

#body p, #body blockquote {
	padding-bottom: 0.4em;
}

#footer_container {
	background: #e8e8e8 url(/_gfx/body_background.png) repeat;
	width: 100%;
	margin: 0 auto 0 auto;
	z-index: 110;
}

#footer {

	color: #666;
	margin: 0 16px 0 16px;
	font-size: 0.85em;
}

#footer_inner {
	background: transparent url(/_gfx/footer_background.png) repeat-x;
	height: 3px;
	font-size: 1%;
	width: 100%
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #666;
	overflow: hidden;
}

#footer a:active {
	color: #333;
}

#footer a:hover {
	color: #ed6790;;
}

#footer_left_upper, #footer_left_lower {
	background: transparent;
	float: left;
	text-align: left;
	width: 64%;
}

#footer_right_upper, #footer_right_lower {
	background: transparent;
	float: right;
	text-align: right;
	width: 35%;
}

#footer_left_upper, #footer_right_upper {
	margin-top: 1.2em;
}

#footer_left_lower, #footer_right_lower {
	margin-top: 0.6em;
}

.footer_left_items, .footer_right_items {
	list-style: none;
}

.footer_left_items li {
	height: 28px;
	float: left;
	margin: 0 1.2em 0 0;
}

.footer_right_items {
	line-height: 1em;
	margin-top: 0;
}

.footer_right_items li, .footer_right_items p {
	height: 28px;
	float: right;
	margin: 0 0 0 1.2em;
}

#footer_bottom_left {
	background: transparent;
	width: 64%;
	float: left;
}

#footer_bottom_right {
	background: transparent;
	width: 35%;
	float: right;
	text-align: right;
}

#footer_bottom_left p, #footer_bottom_right p {
	line-height: 1.6em;
}

#footer_logo {
	margin-top: 13px;
	width: 216px;
	height: 48px;
}




/* REUSABLE STRUCTURE CLASSES */

.divider {
	margin: 5px 16px 7px 16px;
	height: 13px;
	background: transparent url(/_gfx/divider.png) repeat-x;
	clear: both;
}

.icon {
	width: 100px;
	height: 100px;
}

.column_bl_container { /* BIG LEFT COLUMN, CONTAINER */
	float: left;
	margin-right: -220px;
	width: 100%;
}

.column_bl { /* BIG LEFT COLUMN */
	margin-right: 236px; /* 236PX - 220PX = 16 PX CENTRAL GUTTER */
}

.column_sr { /* SMALL RIGHT COLUMN */
	float: right;
	width: 220px;
}

.column_br_container { /* BIG RIGHT COLUMN, CONTAINER */
	float: right;
	margin-left: -220px;
	width: 100%;
}

.column_br { /* BIG RIGHT COLUMN */
	margin-left: 236px; /* 236PX - 220PX = 16 PX CENTRAL GUTTER */
}

.column_sl { /* SMALL LEFT COLUMN */
	float: left;
	width: 220px;
}

.column_sl h2, .column_sr h2 {
	letter-spacing: -0.04em;
}

.column_br ul, .column_bl ol,
.column_bl ul, .column_br ol {
	margin: 0.6em 16px -0.6em -0.3em;
}

.column_sr ul, .column_sl ol,
.column_sl ul, .column_sr ol {
	margin: 0.6em 16px -0.8em -1.2em;
}

.column_sr li, .column_sl li,
.column_bl li, .column_br li {
	line-height: 1.3em;
	padding-bottom: 0.6em;
	padding-left: 0.3em;
}

.column_hl {
	float: left;
	width: 49%;
}

.column_hr {
	float: right;
	width: 49%;
}

.column_tl, .column_tc, .column_tr {
	float: left;
	width: 33%;
}

.box_primary, .box_secondary {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 0 16px 0;
}

.box_primary_title, .box_secondary_title {
	width: 100%;
	min-height: 2.2em;
}

.box_primary_title_hollow, .box_secondary_title_hollow {
	width: 100%;
	min-height: 15px;
	height: 15px;
}

.box_primary {
	position: relative;
	background: #fff url(/_gfx/box_primary.png) repeat-y right;
	color: #000;
}

.box_primary_inner {
	position: relative;
	background: transparent url(/_gfx/box_primary_inner.png) repeat-y left;
}

.box_primary_title {
	position: relative;
	background: #435a7a url(/_gfx/box_primary_title.png) repeat;
	color: #fff;
}

.box_primary_title_hollow {
	position: relative;
	background: transparent url(/_gfx/box_primary_hollow.png) repeat-x top;
	color: #333;
}

.box_primary a, .box_primary a:link, .box_primary a:visited {
	color: #1065ba;
}

.box_primary a:active {
	color: #137ce6;
}

.box_primary a:hover {
	color: #666;
}

.box_secondary {
	position: relative;
	background: #fff url(/_gfx/box_secondary.png) repeat-y right;
	color: #000;
}

.box_secondary_inner {
	position: relative;
	background: transparent url(/_gfx/box_secondary_inner.png) repeat-y left;
}

.box_secondary_title {
	position: relative;
	background: #ee2e69 url(/_gfx/box_secondary_title.png) repeat;
	color: #fff;
}

.box_secondary_title_hollow {
	position: relative;
	background: transparent url(/_gfx/box_secondary_hollow.png) repeat-x top;
	color: #333;
}

.box_secondary a, .box_secondary a:link, .box_secondary a:visited {
	color: #ee2e69;
}

.box_secondary a:active {
	color: #fe5e99;
}

.box_secondary a:hover {
	color: #666;
}

.box_primary_title h1, .box_primary_title h2, .box_primary_title h3, .box_primary_title h4, .box_primary_title h5,
.box_secondary_title h1, .box_secondary_title h2, .box_secondary_title h3, .box_secondary_title h4, .box_secondary_title h5,
.box_primary_title_hollow h1, .box_primary_title_hollow h2, .box_primary_title_hollow h3, .box_primary_title_hollow h4, .box_primary_title_hollow h5, 
.box_secondary_title_hollow h1, .box_secondary_title_hollow h2, .box_secondary_title_hollow h3, .box_secondary_title_hollow h4, .box_secondary_title_hollow h5 {
	margin-top: -0.55em;
}

.box_primary_title h1, .box_primary_title h2, .box_primary_title h3, .box_primary_title h4,
.box_secondary_title h1, .box_secondary_title h2, .box_secondary_title h3, .box_secondary_title h4,
.box_primary_title_hollow h1, .box_primary_title_hollow h2, .box_primary_title_hollow h3,
.box_secondary_title_hollow h1, .box_secondary_title_hollow h2, .box_secondary_title_hollow {
	color: #fff;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: normal;
}

.box_primary_title_hollow h1, .box_primary_title_hollow h2, .box_primary_title_hollow h3,
.box_secondary_title_hollow h1, .box_secondary_title_hollow h2, .box_secondary_title_hollow {
	color: #333;
}

.box_primary h1, .box_primary h2, .box_primary h3, .box_primary h4, .box_primary h5,
.box_secondary h1, .box_secondary h2, .box_secondary h3, .box_secondary h4, .box_secondary h5,
.box_primary p, .box_primary blockquote, .box_primary pre, .box_primary code,
.box_secondary p, .box_secondary blockquote, .box_secondary pre, .box_secondary code {
	margin-left: 16px;
	margin-right: 16px;
}

.box_primary ol, .box_primary ul,
.box_secondary ol, .box_secondary ul {
	margin-right: 16px;
}

.box_primary td, .box_secondary td {
	border-top: 1px solid #ccc;
}

.corner_primary_filler, .corner_primary_title_filler, .corner_primary_title_hollow,
.corner_secondary_filler, .corner_secondary_title_filler, .corner_primary_title_hollow {
	width: 100%;
	padding: 0;
	margin: 0;
}

.corner_hollow {
	margin-top: -9px;
}

.corner_primary_filler, .corner_secondary_filler {
	min-height: 15px;
	max-height: 15px;
}

.corner_primary_filler {
	background: transparent url(/_gfx/corners_primary_filler.png) repeat-x bottom;
	background-position: 0px -69px;
}

.corner_secondary_filler {
	background: transparent url(/_gfx/corners_secondary_filler.png) repeat-x;
	background-position: 0px -69px;
}

.corner_primary_top, .corner_primary_bottom, .corner_primary_title_top, .corner_primary_title_bottom, .corner_primary_title_hollow_top,
.corner_secondary_top, .corner_secondary_bottom, .corner_secondary_title_top, .corner_secondary_title_bottom, .corner_secondary_title_hollow_top  {
	float: left;
	width: 15px;
	height: 15px;
}

.corner_primary_top_right, .corner_primary_bottom_right, .corner_primary_title_top_right, .corner_primary_title_bottom_right, .corner_primary_title_hollow_top_right,
.corner_secondary_top_right, .corner_secondary_bottom_right, .corner_secondary_title_top_right, .corner_secondary_title_bottom_right, .corner_secondary_title_hollow_top_right {
	float: right;
	width: 15px;
	height: 15px;
}

.corner_primary_top, .corner_primary_bottom {
	background: transparent url(/_gfx/corners_primary.png) no-repeat top left; 
}

.corner_primary_top_right, .corner_primary_bottom_right {
	background: transparent url(/_gfx/corners_primary.png) no-repeat top right; 
}

.corner_primary_title_top, .corner_primary_title_bottom {
	background: transparent url(/_gfx/corners_primary_title.png) no-repeat top left; 
}

.corner_primary_title_top_right, .corner_primary_title_bottom_right {
	background: transparent url(/_gfx/corners_primary_title.png) no-repeat top right; 
}

.corner_primary_title_hollow_top {
	background: transparent url(/_gfx/corners_primary.png) no-repeat top left;
}

.corner_primary_title_hollow_top_right {
	background: transparent url(/_gfx/corners_primary.png) no-repeat top right;
}

.corner_secondary_top, .corner_secondary_bottom {
	background: transparent url(/_gfx/corners_secondary.png) no-repeat top left; 
}

.corner_secondary_top_right, .corner_secondary_bottom_right {
	background: transparent url(/_gfx/corners_secondary.png) no-repeat top right; 
}

.corner_secondary_title_top, .corner_secondary_title_bottom {
	background: transparent url(/_gfx/corners_secondary_title.png) no-repeat top left; 
}

.corner_secondary_title_top_right, .corner_secondary_title_bottom_right {
	background: transparent url(/_gfx/corners_secondary_title.png) no-repeat top right; 
}

.corner_secondary_title_hollow_top {
	background: transparent url(/_gfx/corners_secondary.png) no-repeat top left;
}

.corner_secondary_title_hollow_top_right {
	background: transparent url(/_gfx/corners_secondary.png) no-repeat top right;
}

.corner_primary_bottom, .corner_primary_title_bottom,
.corner_secondary_bottom, .corner_secondary_title_bottom {
	background-position: 0px -69px;
	height: 15px;
	width: 15px;
}

.corner_primary_bottom_right, .corner_primary_title_bottom_right,
.corner_secondary_bottom_right, .corner_secondary_title_bottom_right {
	background-position: -73px -69px;
	height: 15px;
	width: 15px;
}


.subtitle, h1.subtitle, h2.subtitle, h3.subtitle, h4.subtitle, h5.subtitle {
	position: absolute;
	top: 1.35em;
	right: 0;
	font-family: Verdana, Tahoma, Calibri, Geneva, Helvetica, 'Bitstream Vera Sans', sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0;
	z-index: 125;
	text-decoration: none;
	color: #fff;
}

img.subtitle {
	position: absolute;
	top: 0.9em;
	right: 16px;
}

.informationbox {
	margin: 16px;
	padding: 0;
	background: #FFFF99 none repeat;
	color: #111;
	border: 1px solid #CCCC66;
}

.informationbox p {
	margin: 0.4em 16px 0.2em 16px;
	padding: 0;
}

.rssicon {
	margin-bottom: -2px;
	margin-left: 0.4em;
}




/* GENERIC CLASSES */

u, .u, .underline {
	text-decoration: underline;
}

strong, b, .bold, .strong, .b {
	font-weight: bold;
}

em, i, .italic, .em, .i {
	font-style: italic;
}

.tiny {
	font-size: 0.65em;
}

.small {
	font-size: 0.75em;
}

.medium {
	font-size: 0.85em;
}

.large {
	font-size: 1.2em;
}

.xlarge {
	font-size: 1.3em;
}

.xxlarge {
	font-size: 1.4em;
}

.xxxlarge {
	font-size: 1.6em;
}

.lower, .lowercase, .lc {
	text-transform: uppercase;
}

.upper, .uppercase, .uc {
	text-transform: uppercase;
}

.smallcaps, .sc {
	font-variant: small-caps;
}

.strike, .strikethrough, .st {
	text-decoration: line-through;
}

.super, .superscript, .sps {
	vertical-align: super;
font-size: 0.70em;
}

.sub, .subscript, .sbs {
	vertical-align: sub; 
}

.light_grey		{ color: #aaa; }
.grey			{ color: #666; }
.dark_grey		{ color: #333; }
.pink			{ color: #ee2e69; }
.red			{ color: #c00; }
.maroon			{ color: #8e090f; }
.mint			{ color: #c3ef91; }
.lime			{ color: #73d108; }
.green			{ color: #297300; }
.turquoise		{ color: #0eba9c; }
.light_blue		{ color: #b3dbf5; }
.blue, .new		{ color: #435a7a; }
.navy			{ color: #0567a6; }
.mauve			{ color: #ceb5f2; }
.purple			{ color: #b3dbf5; }
.indigo			{ color: #3b078a; }
.fuscia			{ color: #f31eab; }
.eggplant		{ color: #970b68; }
.peach			{ color: #f3c09e; }
.orange			{ color: #f76b0e; }
.brown			{ color: #7c4204; }

.clear, .c {
	clear: both;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.clear br, .c br { /* PADS LINE BREAKS SLIGHTLY */
	height: 0.5em;
	font-size: 0.5em;
	line-height: 0.5em;
}

.clearinv, .cinv {
	clear: both;
	display: none;
}

.show {

}

.hide {
	display: none;
}

.phide { /* HIDES FROM PRINT */

}

.shide { /* HIDES FROM SCREEN */
	display: none;
}

.cleft, .cl {
	clear: left;
}

.cright, .cr {
	clear: right;
}

.fright, .fr {
	float: right;
}

.fleft, .fl {
	float: left;
}

.tright, .tr {
	text-align: right;
}

.tleft, .tl {
	text-align: left;
}

.tcenter, .tc, .tcenter th, .tc th, .tcenter td, .tc td {
	text-align: center;
}

.tjustify, .tj {
	text-align: justify;
}

.nopad, .nil, .null {
	border: 0;
	margin: 0;
	padding: 0;
}

.ptop {
	margin-top: 0;
	padding-top: 0;
}

.pbottom {
	margin-bottom: -1.2em;
	padding-bottom: 0;
}

.plain, .plain:hover, .plain a, .plain a:hover {
	text-decoration: none;
}

.debug {
	border: 1px dotted #c00;
}

.debug_alt {
	border: 1px dotted #090;
}