/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0}


/* Site wide */

body {
	background: #fff;
	/*text-align: center;*/
	font: 0.63em Verdana, Tohoma, Arial;
	color: #666;
	margin-top: 0;
	margin-bottom: 20px;
	background: url("../../../../images/site/bg_container.gif") no-repeat center 98px;
	/*visibility: hidden;*/
}

input {
	font: 1em Verdana, Tahoma, Arial;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Main container */

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}


/* Header */

#header {
	margin-top: 25px;
	height: 73px;
	font-size: 1.1em;
}

#header a {
	color: #555759;
}

#header a:hover {
	color: #333;
}

#header h1 {
	position: absolute;
	top: 0;
	float: left;
	padding: 70px 0 0 0;
	width: 236px;
	overflow: hidden;
	background: url("../../../../images/site/logo_logicalis.gif") no-repeat left center;
	height: 0px !important; /* for most browsers */
	cursor: pointer;
}

#header h2 {
	position: absolute;
	top: 70px;
	float: left;
	clear: left;
	font-size: 1.18em;
	width: 700px;
	z-index: -1;
}

#header div {
}

#header input {
	border: none;
	background: none;
}

#header a.resizeA {
	font-size: 0.8em;
}

#header a.resizeAA {
	font-size: 1.1em;
}

#header a.resizeAAA {
	font-size: 1.45em;
	margin-right: 4px;
}

#header ul {
	float: right;
}

#header li {
	float: left;
	border-left: 1px solid #fff;
}

#header a.block {
	background: #999;
	color: #fff;
	padding: 4px 8px;
	display: block;
}

#header a.block:hover,
#header a.selected {
	background: #333;
	text-decoration: none;
	color: #fff;
}

#header li.global {
    padding: 4px 0 4px 4px;
}

/* Search */

#header #search {
	float: right;
	background: url("../../../../images/site/bg_searchbox.gif") no-repeat;
	clear: both;
	width: 216px;
	height: 22px;
	margin-top: 20px;
}

#header #search #searchtext {
	width: 143px;
	padding: 4px 10px 0 4px;
	vertical-align: top;
}

#header #search #searchsubmit {
	color: #fff;
	font-weight: bold;
	padding: 3px 0 3px 6px;
	width: 50px;
	font-size: 11px;
	cursor: pointer;
}


/* Primary navigation */

#primaryNav {
	clear: both;
	background: #d20000 url("../../../../images/site/bg_primarynav.gif") top repeat-x;
	border-top: 1px solid #666;
	font-size: 1.05em;
}

#primaryNav ul {
	height: 32px;
}

#primaryNav ul li {
	float: left;
	background: transparent url("../../../../images/site/bg_primarynav_dropshadow.jpg") top right no-repeat;
	padding-right: 1px;
}

#primaryNav ul li a {
	display: inline-block;
	color: #fff;
	font-size: 1.05em;
	font-weight: bold;
	padding: 10px 25px 9px 25px;
}

#primaryNav ul li a:hover {
	/*text-decoration: none;*/
}

#primaryNav ul li a:hover, #primaryNav ul li.hover a, #primaryNav ul li.selected a {
	text-decoration: none;
	background: #666 url("../../../../images/site/bg_primarynav_dropshadow_over.jpg") top repeat-x;
}


/* Drop down navigation */

#primaryNav li div {
	display: none;
	width: 220px;
}

#primaryNav li.hover div {
	background: #666 url("../../../../images/site/bg_primarynav_dropshadow_over.jpg") top repeat-x;
	position: absolute;
	z-index: 9998;
	padding: 4px 0 35px 0;
	border-bottom: 1px solid #333;
	display: block;
}

#primaryNav li.hover table {
	width: 100%;
	empty-cells: show;
}

#primaryNav li.hover div a {
	color: #fff;
	padding: 0 10px 4px 0;
	margin: 0;
	border: 0;
	background: none;
	font-weight: bold;
	font-size: 11px;
}

#primaryNav li.hover div tr {
	cursor: pointer;
}

#primaryNav li.hover div tr.hover, #primaryNav li.hover div tr.hover td {
	background-color: #444;
}

#primaryNav li.hover div th, #primaryNav li.hover div td {
	padding: 12px 20px 8px 20px;
	border-bottom: 1px solid #999;
	vertical-align: top;
	width: 70%;
}

#primaryNav li.hover div th {
	font-weight: bold;
}

#primaryNav li.hover div td {
	background: transparent url("../../../../images/site/bg_nav_bullet.gif") left 15px no-repeat;
}

#primaryNav li.hover div td a {
	display: inline-block;

	font-weight: normal;

}

#primaryNav li.hover div a:hover {
	background: none;
}


/* Secondary navigation */

#secondaryNav {
	padding-top: 15px;
	background: url("../../../../images/site/bg_secondarynav_top.gif") top repeat-x;
	font-size: 1.1em;
	display: inline-block;
	width: 100%;
}

#secondaryNav ul {
	background: url("../../../../images/site/bg_secondarynav_bottom.gif") bottom repeat-x;
	display: inline-block;
	width: 100%;
}

#secondaryNav li {
	display: inline;
	white-space: nowrap;
}

#secondaryNav li a {
	float: left;
	color: #666;
	font-weight: bold;
	background: url("../../../../images/site/bg_secondarynav_button.gif") top repeat-x;
	border-right: 1px solid #fff;
	padding: 10px 12px 0;
	height: 30px;
}

#secondaryNav li.selected a {
	/* Bizarre IE7 rendering bug requires spacer image as background. */
	background: #fff url("../../../../images/site/spacer.gif") repeat-x;
	text-decoration: none;
}

#secondaryNav li a:hover {
	background: none;
	text-decoration: none;
}


/* Home feature area */

#feature {
	color: #fff;
	height: 250px;
}

#feature a {
	color: #fff;
	font-weight: bold;
}

#feature div {
	float: left;
}

#feature h4 {
	font-weight: bold;
}

#feature #content {
	background: #666 url("../../../../images/site/bg_home_feature.jpg") no-repeat;
	height: 200px;
	width: 590px;
	border-right: 1px solid #999;
	overflow: hidden;
	font-size: 1.17em;
	padding: 25px 25px;
	font-size: 1.4em;
}

#feature #content ul {
	margin: 10px 0;
	font-size: 0.9em;
}

#feature #content li img {
	vertical-align: middle;
	margin-right: 10px;
}

#feature #content li a {
	text-decoration: none;
}

#feature #list, #feature #map {
	background: #666;
	height: 225px;
	width: 279px;
	padding: 25px 10px 0 10px;
}

#feature #list {
	background: #666 url("../../../../images/site/bg_home_list.gif") no-repeat;
	font-size: 1.1em;
}

#feature #list li {
	height: 69px;
	overflow: hidden;
}

#feature #list img {
	border: 1px solid #fff;
	float: left;
	clear: left;
}

#feature #list h4, #feature #list p {
	margin-left: 95px;
}


/* Global site selection map */

#feature #map {
	background: #666 url("../../../../images/site/bg_home_map.gif") no-repeat;
}

#feature #map h3 {
	 font-size: 1.17em;
	 font-weight: bold;
}

#feature #map div {
	margin: 150px 0 0 57px;
	font-size: 1.1em;
}

* html #feature #map div {
	margin-left: 28px;
}

#feature #map .cs a,
#feature #map .cs span {
	width: 150px;
}

#feature #map .cs span.first {
	background-position: 150px center;
	margin-bottom: 0 !important;
	border-bottom: #333 1px solid;
}


/* Ticker */

#ticker {
	font-size: 1.2em;
	margin: 10px 2px 8px;
	color: #566d8e;
}

#ticker a {
	color: #566d8e;
	font-weight: bold;
}

#ticker li {
	display: inline;
	font-weight: bold;
	vertical-align: middle;
}

#ticker li li {
	vertical-align: text-bottom;
}

#ticker ul ul {
	display: inline;
}

#ticker ul ul a {
	font-weight: normal;
}

#ticker input {
	background: none;
	border: none;
	height: 20px;
	width: 20px;
}

#ticker span {
	display: none;
}

#ticker .rss, #ticker .pause, #ticker .prev, #ticker .next {
	padding: 4px 24px 0 0;
	height: 16px;
	display: inline-block;
}

#ticker .pause, #ticker .prev, #ticker .next 
{
	padding-right: 16px;
}

#ticker .rss {
	background: url("../../../../images/site/bg_button_rss.gif") right no-repeat;
}

#ticker .pause {
	background: url("../../../../images/site/bg_button_pause.gif") no-repeat;
}

#ticker .pause:hover {
	background: url("../../../../images/site/bg_button_pause_over.gif") no-repeat;
	text-decoration: none;
}

#ticker .prev {
	background: url("../../../../images/site/bg_button_prev.gif") no-repeat;
}

#ticker .prev:hover {
	background: url("../../../../images/site/bg_button_prev_over.gif") no-repeat;
	text-decoration: none;
}

#ticker .next {
	background: url("../../../../images/site/bg_button_next.gif") no-repeat;
}

#ticker .next:hover {
	background: url("../../../../images/site/bg_button_next_over.gif") no-repeat;
	text-decoration: none;
}


/* Content title */

#contentTitle {
	background: url("../../../../images/site/bg_title_dropshadow.gif") top repeat-x;
	margin-top: 2px;
	padding-top: 20px;
	clear: both;
}

/* CSS hack.  Remove margin for Firefox due to whitespace added by a display-inline secondary nav. */
html > /**/ body #contentTitle {
	margin-top: 0;
}

#contentTitle h3 {
	color: #566d8e;
	font-size: 1.8em;
	padding-top: 12px;
	padding-bottom: 2px;
	margin: 0 0 2px 2px;
}

#contentTitle h3 a {
	color: #e42000;
}

#contentTitle h3 span {
	background: url("../../../../images/site/bg_tag_title.gif") no-repeat;
	color: #fff;
	font-size: 0.78em;
	display: inline-block;
	width: 78px;
	height: 22px;
	text-align: center;
	padding-top: 4px;
	vertical-align: middle;
}

#contentTitle h3.logo {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}

#contentTitle ul {
	float: right;
	margin-top: 10px;
}

#contentTitle ul li {
	display: inline;
}

#contentTitle hr {
	margin: 0 0 20px 0;
	color: #dfe3e6;
	background-color: #dfe3e6;
	height: 1px;
	border: 0;
}


/* Content areas */

.contentOneCol, .contentTwoCol, .contentThreeCol, .contentFourCol {
	display: inline-block;
	margin-bottom: 10px;
}

.contentOneCol .colMain {
	width: 940px;
}

.contentTwoCol .colMain {
	width: 700px;
	margin: 0;
}

.contentThreeCol .colMain {
	width: 460px;
	margin: 0;
}

.contentThreeCol .col {
	width: 300px;
}

.contentTwoCol .colNav, .contentTwoCol .colRight, .contentThreeCol .colRight, .contentThreeCol .colNav, .contentFourCol .col {
	width: 220px;
}

.contentOneCol .nomargin, .contentTwoCol .nomargin, .contentThreeCol .nomargin, .contentFourCol .nomargin {
	margin: 0;
}

.col, .colNav, .colMain, .colRight {
	float: left;
	margin-right: 20px;
}

.colRight {
	margin-right: 0;
	margin-left: 20px;
}


/* left navigation column */

.colNav {
	font-size: 1.1em;
	padding: 20px 0 40px 0;
	background: url("../../../../images/site/bg_tertiarynav.gif") bottom repeat-x;
}

.colNav ul {
	margin-left: 10px;
}

.colNav ul ul {
	margin: 4px 10px;
}

.colNav li {
	color: #333;
	margin-bottom: 4px;
}

.colNav li a {
	color: #666;
}

.colNav li a:hover {
	color: #e42000;
	text-decoration: none;
}

.colNav li.selected {
	font-weight: bold;
}

.colNav li.selected ul {
	font-weight: normal;
}


/* Main content column */

.colMain {
	font-size: 1.4em;
}

.colMain h1, .colMain h4 {
	font-size: 1em;
	font-weight: normal;
	color: #566d8e;
	margin-bottom: 0;
}

.colMain a {
	color: #e40000;
}

.colMain p, .colMain li {
	margin: 0.2em 0 1em 0;
	line-height: 1.4em;
}

.colMain p.intro, .colMain p.Intro {
	font-size: 1em;
	margin-top: 0;
	font-weight: bold;
}

.colMain .table {
	background: #000 url("../../../../images/site/bg_table.gif") repeat-x;
	padding: 16px;
	border: 2px solid #fff;
}

.colMain .table table {
	color: #fff;
	width: 100%;
}

.colMain .table th {
	width: 35%;
	vertical-align: top;
}

.colMain .table td {
	width: 65%;
	padding-right: 125px;
	vertical-align: top;
}

.colMain .table a {
	color: #fff;
	text-decoration: underline;
}

.colMain tr {
}

.colMain th {
	font-weight: bold;
}

.colMain th, .colMain td {
	padding: 2px;
}

.colMain ul {
	margin-left: 20px;
}

.colMain li {
	background: url("../../../../images/site/bg_bullet_square.gif") no-repeat left 6px;
	padding-left: 20px;
}

.colMain ul.sections {
	display: inline-block;
	list-style-type: none;
	margin: 0;
}

.colMain ul.sections li {
	font-size: 0.86em;
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 0;
}

.colMain ul.sections li.nomargin {
	margin: 0;
}

.colMain ul.sections h4 {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	border: 0;
	margin: 0;
	padding: 0;
}

.colMain ul.sections p {
	font-size: 1em;
	margin-top: 0;
}

.colMain ul.sections .panel div {
	border: 2px solid #fff;
	background-color: #666;
}

.colMain ul.sections .panel div a {
	display: block;
	height: 110px;
	padding: 10px;
	color: #fff;
}

.colMain ul.sections .panel div a span {
	display: none;
}

.colMain .related {
	clear: both;
}

.colMain .related h4 {
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.colMain .related ul {
	margin-left: 0;
}

.colMain .related li {
	background: url("../../../../images/site/bg_bullet_triangle.gif") no-repeat left 4px;
	padding-left: 10px;
	margin: 0 0 0 2px;
	font-size: 0.86em;
}

.promoImage {
	background: url("../../../../images/site/bg_img_dropshadow.gif") bottom repeat-x;
}

.promoImage img {
	margin-bottom: 15px;
}

.testimonial {
	background: url("../../../../images/site/bg_testimonial.gif") no-repeat left center;
	margin: 20px 0 20px 5px;
	padding: 0 0 0 15px;
}

.testimonial div {
	background: #d9e3eb;
	padding: 12px;
	display: inline-block;
}

.testimonial h4 {
	font-weight: bold;
	color: #666;
	border: 0;
	margin: 0;
	padding: 0;
}

.testimonial p {
	margin: 0;
	padding: 0;
}

.testimonial a.button {
	float: right;
	line-height: 1em;
	margin-left: 8px;
}

.contentOneCol .testimonial div {
	width: 768px;
}

.contentTwoCol .testimonial div {
	width: 654px;
}


/* Border - JavaScript is used to expand the inner content to the same height */

.border {
	padding: 1px;
	background: #b0b0b0;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.border .title {
	border: 2px solid #fff;
	background: #000 url("../../../../images/site/bg_title_dark.gif") repeat-x;
	color: #fff;
	padding: 15px 10px;
}

.border .title span {
	font-size: 0.86em;
}

.border .title a {
	color: #fff;
	text-decoration: underline;
}


/* Panels */
.panel {
	font-size: 1.1em;
}

.panel h3 {
	color: #566d8e;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 8px;
}

.panel h3 a {
	color: #fff;
}

.panel h4 {
	color: #e40000;
	font-size: 1em;
}

.panel h4 a {
	color: #e40000;
}

.panel p {
	margin-bottom: 4px;
}

.panel ul {
	margin-left: 10px;
}

.panel li {
	margin: 2px 0;
}

.panel img {
	margin-bottom: 2px;
}

.contact p {
	color: #566d8e;
	margin: 4px 8px;
}

.contact a {
	color: #e40000;
}

.userpoll, .carousel, .featured, .contact, .tags {
	background: #fff url("../../../../images/site/bg_panel.gif") top repeat-x;
	border: 2px solid #fff;
}

.contact h3, .carousel h3, .featured h3, .tags h3 {
	background: #fff url("../../../../images/site/bg_panel_title_light.gif") bottom repeat-x;
	border-bottom: 2px solid #fff;
}

.contact h3.person {
	padding: 0 0 0 8px;
}

.contact h3.person span {
	display: block;
	background: url("../../../../images/site/bg_contact_us.gif") no-repeat right bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}

.contact li {
	color: #000;
	margin-bottom: 6px;
}

.carousel {
	position: relative;
}

.carousel ul, .carousel li {
	margin: 0;
	padding: 0;
	text-align: center;
}

.carousel h3 {
	margin: 0;
}

.carousel h4 {
	font-weight: bold;
	margin: 8px 8px 0 8px;
	text-align: left;
}

.carousel strong {
	margin: 0 8px;
	text-align: left;
	display: block;
}

.carousel p {
	margin: 0 8px 8px 8px;
	text-align: left;
}

.carousel span.controls {
	position: absolute;
	text-align: center;
	margin: 4px 0;
	bottom: 0px;
	width: 100%;
}

.colRight .carousel span.controls {
	position: static;
	display: block;
	margin: 0;
	padding: 4px 0;
}

.carousel input {
	background: url("../../../../images/site/bg_button_off.gif") no-repeat center center;
	border: 0;
	width: 22px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	color: #fff;
	cursor: pointer;
}

.carousel input.on {
	background: url("../../../../images/site/bg_button_on.gif") no-repeat center center;
	color: #666;
}

.carousel input.prev {
	background: url("../../../../images/site/bg_button_prev.gif") no-repeat;
}

.carousel input.next {
	background: url("../../../../images/site/bg_button_next.gif") no-repeat;
}

.carousel input.prev:hover {
	background: url("../../../../images/site/bg_button_prev_over.gif") no-repeat;
}

.carousel input.next:hover {
	background: url("../../../../images/site/bg_button_next_over.gif") no-repeat;
}

.featured h3 {
	margin: 0;
}

.featured table {
	margin: 0 8px;
}

.featured td {
	vertical-align: top;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}

.featured td.noborder {
	border: none;
}

.featured img {
	margin-right: 10px;
	margin-bottom: 4px;
}

.featured ul {
	margin: 0px 8px;
}

.featured li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.featured td p {
	border: none;
	margin: 0;
	padding: 0;
}

.featured p {
	border-top: 1px solid #ccc;
	padding-top: 8px;
	margin: 0 8px 8px 8px;
}

.featured p a {
	background: url("../../../../images/site/icon_arrow_red.gif") no-repeat left center;
	padding-left: 10px;
	color: #e40000;
}

.accordion {
	padding: 2px;
	background: #fff;
}

.accordion h3 {
	background: #000 url("../../../../images/site/bg_title_dark.gif") top repeat-x;
	margin: 0;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.accordion h3:hover {
	background-image: url("../../../../images/site/bg_title_dark_over.gif");
}

.accordion h3 a {
	text-decoration: none;
}

.accordion h3 span {
	border: 0;
	padding: 0; 
	background: none;
}

.accordion h4 a {
	color: #666;
	font-weight: bold;
}

.accordion div {
	background: #cacaca;
	padding: 4px 8px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.accordion div.last {
	border: none;
}

.accordion table {
	width: 100%;
}

.accordion td {
	vertical-align: top;
	border-bottom: 1px solid #fff;
	padding: 6px 0;
}

.accordion td.noborder {
	border: 0;
}

.accordion img {
	margin-right: 10px;
}

.tags {
	padding-bottom: 8px;
}

.tags p {
	margin: 0 8px 8px 8px;
}

.tags ul {
	display: inline-block;
	padding-right: 8px;
}

.tags li {
	float: left;
	white-space: nowrap;
	background: none;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
}

.tags a.button {
	background: transparent url("../../../../images/site/bg_tag_a.gif") no-repeat scroll top right;
	padding-right: 14px;
}

.tags a.button span {
	background: transparent url("../../../../images/site/bg_tag_span.gif") no-repeat;
	padding: 3px 4px 5px 14px;
	font-size: 0.91em;
	font-weight: normal;
}

.tags a.button:hover, .tags a.selected {
	background: transparent url("../../../../images/site/bg_tag_a_hover.gif") no-repeat scroll top right;
}

.tags a.button:hover span, .tags a.selected span {
	background: transparent url("../../../../images/site/bg_tag_span_hover.gif") no-repeat;
}

.userpoll table {
	margin: 8px;
}

.userpoll table table {
	margin: 8px 0;
}

.userpoll label {
	margin-left: 4px;
}

.userpoll td.submit input {
	background: #666;
	color: #fff;
	border: 0;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 2px;
}

p.pager {
	margin: 15px 0 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
}

p.pager span {
	margin-left: 20px;
}

p.pager a {
	text-decoration: underline;
}

table.list, ul.list {
	margin: 0 0 10px 0;
	width: 100%;
}

table.list span, ul.list span {
	font-weight: bold;
}

table.list td, ul.list li {
	background: none;
	padding: 10px 0 20px 0;
	vertical-align: top;
	border-width: 0;
	border-bottom: 1px solid #dfe3e6;
	margin: 0;
}

table.list td.count, ul.list li.count {
	padding: 0 0 4px 0;
	color: #566d8e;
}

table.list .calendar {
	margin: 0 20px;
}

table.list h4, table.list p, ul.list h4, ul.list p {
	font-size: 1em;
	margin: 0;
}

table.list .logo, ul.list .logo {
	width: 121px;
	background: url("../../../../images/site/bg_logo.gif") no-repeat left 10px;
	text-align: center;
	padding: 16px 10px 0 0;
	margin-right: 20px;
}

table.list ul.tags {
	margin: 10px 0 0 0;
	padding: 0;
}

table.list ul.tags span {
	padding-top: 3px;
}

table.list .testimonial {
	margin: 0;
}


/* Filter */

.filter {
}

.filter select, .filterGlobal select {
	display: none;
}

.filter ul, .filterGlobal ul {
	background: #000 url("../../../../images/site/bg_table.gif") repeat-x;
	border: 2px solid #fff;
	height: 80px;
}

.filter ul li, .filterGlobal ul li {
	float: left;
	color: #fff;
	font-size: 1.4em;
	border-right: 1px solid #999;
	padding: 10px;
	width: 200px;
	height: 60px;
}

.filterGlobal ul li {
	width: 130px;
}

.filter ul ul, .filterGlobal ul ul {
	background-color: #666;
	border: 0;
	height: auto;
}

.filter ul ul li, .filterGlobal ul ul li {
	background: none;
	font-size: 0.79em;
	width: 190px;
	border: 0;
}

.filterGlobal ul ul li {
	width: 170px;
}

.filter .newListSelected, .filterGlobal .newListSelected {
	background-color: #333;
	background-position: 185px center;
	border: 1px solid #666;
	width: 200px;
	margin-top: 20px;
	visibility: hidden;
}

.filterGlobal .newListSelected {
	background-position: 165px center;
	width: 180px;
}

.filter .newListSelected div, .filterGlobal .newListSelected div {
	overflow: hidden;
	white-space: nowrap;
	width: 170px;
	font-size: 0.79em;
}

.filterGlobal .newListSelected div {
	width: 100px;
}

.filter .newList, .filterGlobal .newList {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	width: 200px;
}

.filterGlobal .newList {
	width: 130px;
}

.filter .newList li, .filterGlobal .newList li {
	height: auto;
}

.filter .hiLite, .filterGlobal .hiLite {
	background: #999!important;
}


/* A to Z list */

#atoz {
}

#atoz ul {
}

#atoz ul li {
	float: left;
	background: #e0e0e0;
	padding: 1px;
	margin: 0 20px 20px 0;
	width: 138px;
}

#atoz ul li.nomargin {
	margin-right: 0;
}

#atoz ul li img {
	background: #fff;
}

#atoz ol {
	padding: 10px 10px 0 10px;
	height: 40px;
}

#atoz ol li {
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	background: url("../../../../images/site/bg_bullet_triangle_grey.gif") no-repeat left 3px;
	margin-bottom: 4px;
	font-size: 1.1em;
	width: auto;
}

#atoz ol li a {
	color: #666;
}

#atoz .border {
	width: 60%;
	margin-bottom: 20px;
}

#atoz ul.atoz {
	height: 37px;
	border: 2px solid #fff;
	background: #000 url("../../../../images/site/bg_title_dark.gif") top repeat-x;
}

#atoz ul.atoz li {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	width: auto;
}

#atoz ul.atoz li a, #atoz ul.atoz li span {

	border-right: 1px solid #666;
	color: #fff;
	padding: 10px 4px;
	display: block;
}

#atoz ul.atoz li span {

	color: #999;
}

#atoz ul.atoz li a.selected {
	background: #333;
}

#atoz a.logo {
	display: block;
	width: 118px;
	height: 63px;
	color: #333;
	padding: 10px;
	font-size: 1.4em;
}

#atoz a.logo span {
	display: none;
}


/* Search form */

#searchpage span {
	color: #000;
}


/* Footer */

#footer {
	font-size: 1.1em;
	display: inline-block;
	width: 940px;
}

#footer a {
	color: #666;
}

#footer div div {
	background: #fff;
	height: 20px;
	padding: 10px 0;
}

#footer div ul {
	float: left;
	width: 50%;
	padding: 4px 0;
}

#footer div li {
	display: inline-block;
}

#footer div li a {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 10px;
}

#footer div p {
	text-align: right;
	font-weight: bold;
	width: 49%;
	float: left;
	padding: 0;
}

#footer div p span {
	margin: 0;
}

#footer li.mailing a {
	margin: 0;
	padding: 0;
}

#footer p {
	padding: 0 2px;
}

#footer p span {
	margin-right: 30px;
}


/* Beauty tips */

.bubble {
	background-color: #fff;
}

.bubble h3 {
	font-weight: bold;
}

.bubble p {
}

.bubble p.tags {
	font-weight: bold;
	margin-top: 4px;
	background: none;
}

.bubble a {
	color: #666;
}

.bubble div.hidden {
	display: block;
}


/* Country selector */
.cs .on {
	background-color: #333;
}

.cs .over {
	background-color: #666;
}

.cs span.first {
	background-image: url("../../../../images/site/icon_arrowdown.gif");
	background-repeat: no-repeat;
	background-position: 100px center;
	margin-bottom: 1px;
}

.cs a, .cs span {
	display: block;
	padding: 4px 8px;
	color: #fff !important;
	width: 100px;
	background-color: #999;
	cursor: pointer;
	font-weight: normal !important;
}

.cs a:hover {
	text-decoration: none;
}

.cs ul {
	float: none !important;
	position: absolute;
	border: none !important;
	visibility: hidden;
	margin: 0;
	background: #999;
}

.cs li {
	white-space: nowrap;
	border: none !important;
	float: none !important;
}

.cs ul ul {
	background: none;
}

.cs ul ul a {
	margin-right: 1px;
}


*html .cs ul,
*html .cs ul li {
	width: 0;
	height: 0;
}


/* Styled replacement select */

.newListSelected {
	background: #999 url("../../../../images/site/icon_arrowdown.gif") no-repeat scroll 100px center;
	color: #fff;
	height: 21px;
	padding: 0;
	width: 115px;
}

.newListSelected div {
	display: block;
	padding: 4px 21px 0 5px;
	text-align: left !important;
	width: 89px;
}

.newList {
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
	margin: 0;
	padding: 0; list-style: none;
	width: 116px;
	background: #999;
	top: 22px;
	left: 0;
	height: auto;
	overflow:auto;
	text-align: left!important;
	position: absolute;
	z-index:9999;
}

.newList li {
	padding: 2px 5px!important;
	margin: 0;
}

.hiLite {
	background: #333!important;
	color: #fff!important;
}

.newListHover {
	background:#666!important;
	cursor:default;
}

.newListSelHover {
	cursor: default;
}

.newListSelHover {
	/*background-position: auto;*/
}

/* Calendar item */
.calendar {
	background: url("../../../../images/site/bg_calendar.gif") no-repeat;
	height: 56px;
	width: 54px;
	padding: 5px 8px;
	color: #fff;
	font-size: 14px;
	margin: 8px;
	text-align: left;
	display: inline-block;
}

.calendar a {
	color: #fff;
	text-decoration: none;
}

.calendar span {
	color: #000;
	font-size: 24px;
	font-weight: 100;
	display: block;
	text-align: center;
	margin-top: 6px;
	font-family: Arial;
}

/* Generic styles */

a.button {
	background: transparent url("../../../../images/site/bg_button_a.gif") no-repeat scroll top right;
	color: #fff;
	display: inline-block;
	padding-right: 2px;
	text-decoration: none;
}

a.button span {
	background: transparent url("../../../../images/site/bg_button_span.gif") no-repeat;
	display: block;
	padding: 5px 6px 6px 8px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
}

a.button:hover {
	background: #333;
}

a.button:hover span {
	background: #333;
}

.hr {
	border-top: 1px solid #dfe3e6;
	margin-bottom: 10px;
}

.hr hr {
	display: none;
}

.clear {
	overflow: hidden;
	width: 100%;
}

.hidden {
	display: none;
}

.nomargin {
	margin: 0;
}

.noborder {
	border: 0;
}

.Error {
	margin: 8px 0;
	color: Red;
}

/* Video modal window */

body.video {
	background: none;
	margin: 35px 20px;
}

body.video h1, body.video h2, body.video h3, body.video h4  {
	color: #566d8e;
	font-size: 1.8em;
	margin: 0 0 10px 0;
}

body.video p {
	font-size: 1em;
}

body.video #container {
	background: #000;
	color: #fff;
	font-size: 1.4em;
	margin: 0;
	width: inherit;
	text-align: center;
	padding: 20px 0;
	width: 490px;
}

body.video #container a {
	display: none;
}

body.video input.closewindow {
	float: right;
	margin-top: 15px;
	border: none;
	border-left: 1px solid #999;
	width: 50px;
	height: 40px;
	background: url("../../../../images/site/icon_close.gif") no-repeat right 3px;
	color: #fff;
}

body.video button span {
	display: none;
}

/* Immediacy Blogging Plugin */
.BloggingAboutBox {
	padding: 10px;
}

.BloggingAboutBox a {
	display: block;
}

.RSSFeedLink {
	float:right;
	margin-top: -30px;
	margin-right: 5px;
}

.BlogItem {
	margin-bottom: 30px;
}

.BlogItem .CreatedDate {
	border-bottom: 1px dotted #e40000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.BlogItem h1.Title, h1.commentTitle {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.BlogItem .Content {
	margin-bottom: 10px;
}

.CommentItem {
	border-bottom: 1px #ccc dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.CommentItem .Title {
	font-weight: bold;
	margin-bottom: 5px;
}

.CommentItem .MetaData {
	font-style: italic;
	color: gray;
	margin-bottom: 10px;
}

.CommentItem .Content {
	margin-bottom: 10px;
}

.CommentItem .CreatedDate {
	font-weight: bold;
}

.BlogEntryNewCommentForm fieldset {
	margin-bottom: 10px;
}

.BlogEntryNewCommentForm legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

.BlogEntryNewCommentForm fieldset ol, .BlogEntryNewCommentForm fieldset ul {
	margin: 0;
	padding: 0;
}

.BlogEntryNewCommentForm fieldset li {
	list-style: none;
	list-style-image: none;
	padding: 5px;
	margin: 0;
	clear: both;
	border: 0;
	background: none;
}

.BlogEntryNewCommentForm fieldset li input,
.BlogEntryNewCommentForm fieldset li textarea {
	width: 350px;
}

.BlogEntryNewCommentForm fieldset li div.captcha {        
	line-height: 1.8em;    
	margin-bottom: 5px;
	float: left;    
}

.BlogEntryNewCommentForm fieldset label, .captchaLabel {
	width: 120px; /* Width of labels */
	vertical-align:top;
	line-height: 1.8em;
	float: left;
	margin-right: 5px;
}

.BlogEntryNewCommentForm fieldset li div.captcha img {
	margin-bottom: 2px;
}

.BlogEntryNewCommentForm legend {
	padding-left: 0; color: #333;
}

.BlogEntryNewCommentForm fieldset {
	border: none;
	/*border-top: 1px solid #C9DCA6;*/
}
                                
.BlogEntryNewCommentForm fieldset li {
	padding: 5px 10px 7px;
}