/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}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;}
html{
	width: 100%;
}
body {
	text-align: center;
	background: #fff url(../images/page_back.jpg) repeat-x center top;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	font-size: 12px;
	width: 100%;
}
#outerWrapper {
	background: url(../images/header.jpg) no-repeat center top;
	width: 100%;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#header {
	height: 270px;
	position: relative;
	background: url(../images/header.jpg) no-repeat center top;
}
#header h1 a {
	position: absolute;
	display: block;
	width: 190px;
	height: 160px;
	top: 80px;
	overflow: hidden;
	text-indent: -3000px;
}
#topMenu {
	position: absolute;
	top: 10px;
	right: 0;
}
#topMenu li {
	float: left;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
}
#topMenu li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#topMenu li a:hover {
	text-decoration: underline;
}
#mainMenu {
	position: absolute;
	top: 140px;
	left: 240px;
}
#mainMenu li {
	float: left;
	padding-left: 20px;
	height: 50px;
}
#mainMenu li a {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding-right: 20px;
	font-family:'Lucida Casual','Comic Sans MS';
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#mainMenu li a:hover {
	color: #90c947;
}
#mainMenu li.current {
	background: url(../images/menu_item.jpg) no-repeat left center;
}
#mainMenu li.current a {
	background: url(../images/menu_item.jpg) no-repeat right center;
}
#homepage,
#article,
#expo {
	width: 670px;
	float: left;
}
#homepage h3 {
	font-family:'Lucida Casual','Comic Sans MS';
	font-size: 18px;
	font-weight: bold;
}
#homepage h3 a {
	color: #ed008c;
	text-decoration: none;
}
#homepage h3 a:hover {
	text-decoration: underline;
}
#homepage p {
	margin: 13px 0 30px 0;
}
#article h2,
#expo h2 {
	font-family:'Lucida Casual','Comic Sans MS';
	font-size: 25px;
	font-weight: bold;
}
#expoContent {
	float: left;
	width: 470px;
	padding-right: 30px;
}
#media {
	clear: both;
	margin-top: 20px;
}
#media h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
#media a {
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	text-align:center;
	width:140px;
}
#partners {
	width: 100px;
	float: left;
}
#partners h4 {
	font-weight: bold;
	margin: 30px 0 10px;
}
#partners a {
	display: block;
	padding: 8px 0;
}
#side {
	width: 280px;
	float: right;
	background: #f5ffc3 url(../images/side_end.jpg) no-repeat bottom center;
}
#sideWrapper {
	padding: 20px;
	background: url(../images/side_start.jpg) no-repeat top center;
}
#sideWrapper h4 {
	font-family:'Lucida Casual','Comic Sans MS';
	font-size: 18px;
	font-weight: bold;
}
#sideWrapper h5 {
	margin-top: 20px;
	font-weight: bold;
}
#sideWrapper h5 a {
	color: #ed008c;
	text-decoration: none;
}
#sideWrapper h5 a:hover {
	text-decoration: underline;
}
#sideWrapper p {
	margin-top: 7px;
	line-height: 17px;
}
#sideWrapper ul {
	margin: 7px 0 0;
}
#sideWrapper ul li {
	line-height: 20px;
}
#sideWrapper ul li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#sideWrapper ul li a:hover,
#sideWrapper ul li a.active {
	color: #588F08;
}
#content {
	width: 980px;
	overflow: hidden;
}
#footer {
	margin: 20px 0;
	height: 40px;
	position: relative;
	border-top: 2px solid #f5ffc3;
	font-size: 11px;
}
#copyright {
	position: absolute;
	top: 20px;
	left: 0;
}
#footer ul {
	position: absolute;
	top: 20px;
	left: 200px;
}
#footer ul li {
	float: left;
	padding-right: 20px;
}
#footer a {
	font-weight: bold;
	color: #ed008c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#hosting  {
	position: absolute;
	top: 20px;
	left: 720px;
}
.contentFromEditor {
	font-size: 12px;
	line-height: 17px;
	padding: 0 0 40px;
}
.contentFromEditor p {
	margin-top: 16px;
}
.contentFromEditor ul,
.contentFromEditor ol {
	margin: 20px 0 0 50px;
}
.contentFromEditor ul li {
	margin-top: 4px;
	list-style: disc;
}
.contentFromEditor ol li {
	margin-top: 4px;
	list-style: decimal;
}
.contentFromEditor h3 {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}
.contentFromEditor h4 {
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
}
.contentFromEditor a {
	color: #A21800;
}
.contentFromEditor strong {
	font-weight: bold;
}
.contentFromEditor em {
	font-style: italic;
}
.contentFromEditor a:hover {
	color: #CE2619;
}
form.form {
	font-size: 12px;
	padding: 0 0 20px;
}
form.form h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 30px;
}
form.form blockquote {
	background: #FDF6D4;
	margin: 10px 0;
	padding: 10px;
	border:2px solid #EAE3C1;
}
form.form p {
	clear: left;
	width: 470px;
	overflow: auto;
	margin: 2px 0;
	padding: 10px;
}
form.form p.formError {
	background: #Fdf6E7;
}
form.form p label {
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
form.form p.formError em {
	color: #D2484B;
	display: block;
	padding-left: 140px;
}
form.form span.formGroup {
	width: 300px;
	float: left;
}
form.form span.formGroup label {
	display: inline;
	width: auto;
	float: none;
	text-align: left;
	padding-right: 0;
}
form.form input.textField {
	width: 300px;
}
form.form textarea.textareaField {
	width: 300px;
	height: 130px;
}
#contact_company_address {
	height: 50px;
}
form.form fieldset {
	border: 1px solid #D2D2D2;
	padding: 10px 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
form.form fieldset legend {
	font-weight: bold;
	padding: 0 10px 0 0;
}