/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#F2F2F2;background:#252525;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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,em,strong,th,var{font-style:normal;font-weight:normal;}li{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;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body {font:11px "Lucida Grande", Arial, Helvetica, sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #F2F2F2;
	text-align: center;
  background: #252525 url(../images/body-bg.gif) no-repeat  center top;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 1.35em;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: normal;
	margin: 1.4em 0 0.9em 0;
}

h3 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0 0 0.6em 0;
}

h4, h5, h6 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

p, address {
	margin: 0 0 1.5em 0;
}

ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	margin: 0 0 1.5em 2.5em;
	list-style-type: square;
}

li {
	line-height: 1.5em;
	list-style-type: square;
}

ol li {
	list-style: decimal outside;
}

blockquote {
	color: #8E8E8E;
	text-align: justify;
	font-style: italic;
	margin: 0 0 1.5em -10px;
	padding: 7px 15px 10px 10px;
	background: transparent url(../images/box-bg.png) repeat left top;
	clear: both;
}

pre {
	font-size; 1em; 
	width: auto;
	max-height: 300px;
	font-family: Courier, monospace;
	margin: 0 0 1.5em -10px;
	padding: 7px 15px 10px 10px;
	background: transparent url(../images/box-bg.png) repeat left top;
	overflow: auto;
}

hr {
	display: none;
}

a {
	color: #AF2;
	background-color: transparent;
	padding: 0%;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #F2F2F2;
}

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

cite {
	color: #8E8E8E;
	font-style: italic;
}

strong, b {
	/*color: #AF2;*/
	font-weight: bold;
}

kbd, samp, var, code, dfn {
	font-family: Courier, monospace;
	color: #8E8E8E;
}

pre code {
	font-size; 1em; 
	color: #F2F2F2;
}

abbr, acronym {
	font-style: italic;
	border-bottom: 2px #8E8E8E dotted;
	cursor: help;
}


table {
	width: 100%;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	margin: 0 0 1.5em 0;
}

caption {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: normal;
	margin: 0 0 0.6em 0;
	text-align: left;
}

td {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #F2F2F2;
	padding: 2px 5px 2px 5px;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
}

th {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #8E8E8E;
	text-align: left;
	padding: 2px 5px 2px 5px;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	background-color: #252525;
}

form {
	margin: 0.4em 0 1.5em 0;
}

fieldset {
	background-color: transparent;
	padding: 0px;
	margin: 0 0 1.5em 0;
 	border: 0px solid #333;
}

.box fieldset {
	margin: 0 0 0 0;
}

legend {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight: normal;
	margin: 0;
	padding: 0 0 0.1em 0;
}

label {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0% 5% 0% 0%;
	padding: 0 0 0 0;
	float: left;
	text-align: right;
	width: 25%;
	clear: both;
}

label.active {
	width: auto;
	display: inline;
	float: left;
	margin: 0 0 0 1em;
	cursor: pointer;
	text-align: left;
	clear: none;
}

input, textarea {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 1em;
	text-align: left;
	width: 65%;
	color: #F2F2F2;
  font-weight: normal;
  border: 1px solid #000;
  padding: 3px;
	margin: 0 0 1em 0;
	background-color: #252525;
}

select {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 1em;
	text-align: left;
	width: 67%;
	color: #F2F2F2;
  font-weight: normal;
  border: 1px solid #000;
  padding: 0;
	margin: 0 0 1em 0;
	background-color: #252525;
}

input:focus, textarea:focus, select:focus {
	color: #252525;
	background-color: #AF2;
}

input.error, textarea.error, select.error {
	color: #F2F2F2;
 	background-color: #C00;
}

option {
	padding: 0px;
}

button {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 1em;
	text-align: left;
	color: #AF2;
	cursor: pointer;
	width: auto;
	height: 20px;
	margin: 0 0 0 30%;
	background: transparent url(../images/button.gif) no-repeat scroll right top;
	border: 0;
	outline-color: -moz-use-text-color !important;
	outline-style: none !important;
	outline-width: medium !important;
	overflow: hidden;
	padding: 0 15px 0 0 !important;
	text-shadow: #252525 -1px -1px 1px;
	text-decoration: none;
	overflow: visible;
}

button span {
	height: 20px;
	background: transparent url(../images/button-span.gif) no-repeat scroll left top;
	display: block;
	line-height: 20px;
	white-space: nowrap;
	outline-color:-moz-use-text-color !important;
	outline-style:none !important;
	outline-width:medium !important;
	padding: 0 0 0 15px !important;
}

button:hover {
	background-position: right bottom;
} 

button:hover span {
	background-position: left bottom;
}

input#s {
	width: 140px;
  padding: 3px;
	margin: 0 0 0 0;
}

a.cancel {
  color: #8E8E8E;
  line-height: 24px;
	margin: 0px 0px 0px 10px;
	background-color: transparent;
  border-width: 0px;
  text-decoration: none;
  vertical-align: middle;
}

a.cancel:hover {
  color: #AF2;
}


#container {
	background: #2D2D2D url(../images/container-bg.gif) no-repeat center top;
}

#menu {
	/*border-top: 3px #AF2 solid;*/
	background: #252525 url(../images/body-bg.gif) no-repeat center top;
	display: block;
	/*height: 25px;*/
}

#menu ul.main {
	margin: 0 0 0 130px;
	list-style-type: none;
	float: left;
	display: inline; //inline
}

#menu ul.service {
	margin: 0% 0% 0% auto;
	float: right;
	text-align: right;
	list-style-type: none;
}

#menu li {
	line-height: 1.5em;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#menu li a {
	color: #8E8E8E;
	display: block;
	background-color: transparent;
	padding: 15px 0px;
	text-decoration: none;
	border-bottom: 2px #252525 solid;
}

#menu li a:hover {
	color: #AF2;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 2px #252525 solid;
}

#menu li.act a {
	color: #F2F2F2;
	border-bottom: 2px #AF2 solid;
}

#menu li.act a:hover {
	color: #AF2;
}

#header h1 {
	width: 480px;
	margin: 65px 0px 75px 130px;
	float: left;
	display: inline;
}

#logo {
	height: 67px;
	width: 215px;
	margin: 60px 0 85px 0;
	float: right;
}

#logo a {
	width: 100%;
	height: 67px;
	text-indent: -24000px;
	background: transparent url(../images/logo-bg.gif) no-repeat left top;
	border-width: 0px;
	display: block;
	text-decoration: none;
}

#content {
	clear: both;
}

#content h2 {
	color: #8E8E8E;
	font-size: 1em;
	line-height: 2.2em;
	width: 110px;
	margin: 0 0 1.5em 0;
	padding: 0 10px 0 0;
	text-align: right;
	clear: both;
	float: left;
}

#footer {
	clear: both;
}

#footer .vcard {
	margin: 50px 0 50px 745px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.clear-floats, .row {
	clear: both;
}

.row {
	clear: both;
	margin: 0 0 3em 0;
	display: inline-block;
}

.t-3-3 {
	width: 700px;
	padding: 0 10px 0 10px;
	float: left;
}

.t-2-3 {
	width: 460px;
	padding: 0 10px 0 10px;
	float: left;
}

.t-1-3 {
	width: 220px;
	padding: 0 10px 0 10px;
	float: left;
}

.s-3-3 {
	width: 720px;
	padding: 0 0 0 0;
	float: left;
}

.s-2-3 {
	width: 480px;
	padding: 0 0 0 0;
	float: left;
}

.s-1-3 {
	width: 240px;
	padding: 0 0 0 0;
	float: left;
}

.small {
	color: #8E8E8E;
}

.small {
	color: #8E8E8E;
}

.small h1, .small h2, .small h3, .small h4, .small h5, .small h6 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #F2F2F2;
	line-height: 1.25em;
	font-weight: normal;
	margin: 0.5em 0 0.9em 0;
}

ul.image-list {
	list-style-type: none;
	padding: 0;
	margin-top: -3px;
	margin-left: 0;
	float: left;
}

ul.image-list li, div.image {
	position: relative;
	line-height: 0;
	width: 220px;
	padding: 10px;
	margin: 0px;
	background: transparent url(../images/box-bg.png) repeat left top;
	float: left;
	list-style-type: none;
}

ul.image-list li a, div.image a {
	color: #F2F2F2;
}

ul.image-list li a:hover, div.image a:hover {
	color: #AF2;
}

ul.image-list li span, div.image span {
	position: absolute;
	line-height: 1.5em;
	left: 10px;
	width: 206px;
	bottom: 10px;
	padding: 5px 7px;
	background: transparent url(../images/image-caption-bg.png) repeat left top;
}

ul.image-list li span strong, div.image span strong {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	display: block;
	color: #AF2;
}

body.js ul.image-list li.act-as-link:hover, body.js div.image:hover {
	background-color: #AF2;
	background-image: none;
}

body.js ul.image-list li a:hover, body.js div.image a:hover {
	color: #F2F2F2;
}

div.image.left {
	margin: 0 10px 10px 0;
	float: left;
}

div.image.right {
	margin: 0 0 10px 10px;
	float: right;
}

body.js div.no-link {
	cursor: default;
}

body.js div.no-link:hover {
	background: transparent url(../images/box-bg.png) repeat left top;
}

ul.link-list, ul.paging-list {
	list-style-type: none;
	padding: 0px;
	margin-top: -3px;
	margin-left: 0;
}

ul.link-list li, ul.paging-list li {
	padding: 3px 10px;
	margin: 0 0 10px 0;
	line-height: 2.2em;
	background: transparent url(../images/box-bg.png) repeat left top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	list-style-type: none;
}

body.js ul.link-list li.act-as-link:hover {
	background-color: #AF2;
	background-image: none;
	cursor: pointer;
}

body.js ul.link-list li.act-as-link:hover, body.js ul.link-list li.act-as-link:hover a {
	color: #000;
}

.left {
	margin-right: 10px;
	float: left;
}

.right {
	margin-left: 10px;
	float: right;
}

button, x:-moz-any-link {
	padding-right: 12px !important;
}

button span, x:-moz-any-link {
	position: relative;
	top: -1px;
}

ul.checked {
	margin: 0 0 1.5em 0;
	list-style-type: none;
}

ul.checked li {
	padding-left: 22px;
	background: transparent url(../images/li-checked.gif) no-repeat 0 0;
	line-height: 1.5em;
	list-style-type: none;
}

ul.checked-w {
	margin: 0 0 1.5em 0;
	list-style-type: none;
}

ul.checked-w li {
	padding-left: 22px;
	background: transparent url(../images/li-checked-w.gif) no-repeat 0 0;
	line-height: 1.5em;
	list-style-type: none;
}