@charset "utf-8";
/* CSS Document */

.tool-tip {
	color:#666666;
	z-index: 13000;
}
.tool-text {
	font-size: 10px;
	background:#EFEFEF;
	width:237px;
	height:35px;
	border-bottom:#CC9966 1px solid;
	text-align:left;
	padding-left:15px;
}
#mainInput.ajax-loading {
	background: url(/images/spinner.gif) no-repeat center;
	color:#FFFFDE;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
h3 {
	padding:0px;
	margin:0px;
	padding-left:25px;
	font-family:"Courier New", Courier, monospace;
	color:#CC0000;
	font-size:17px;
	
}
h4 {
	padding:15px;

	font-family:"Courier New", Courier, monospace;
	color:#CC0000;
	font-size:15px;
	text-align:center;
	
}
body {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Tahoma;
	font-size:10px;
	background:url(/images/header_bg_right.gif) repeat-x;
	text-align:center;
	height: 100%;
}
#container {
	width: 893px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(/images/textris-bg.gif) repeat;
}
#header {
	position:relative;
	float:left;
	z-index:99;
	background:url(/images/header.gif) no-repeat;
	height:143px;
	width:893px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:14px;
	text-align:right;
}
#menu {
	float:left;
	position:relative;
	width:299px;
	height:678px;
	background:url(/images/box_menu.gif) no-repeat;
	margin-top:13px;
}
#text {
	float:left;
	position:relative;
	background:url(/images/box_text.gif) no-repeat;
	width:491px;
	height:678px;
}
#content_wrapper {
	float:left;
	z-index:20;
	position:relative;
	top:-200px;
	left:20px;
	width:790px;
	height:300px;
	padding-bottom: 71px;
}
#menu .content {
	float:left;
	position:relative;
	top:148px;
	margin:18px;
	width:252px;
}
#menu h4 {
	display:inline;
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
	background-color:#FFFFCC;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:115%;
	line-height:130%;
	text-decoration:none;
	color:#565656;
}
#menu p {
	text-align:left;
	width:252px;
	padding:0;
	margin:0;
	background-color:#FFFFCC;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:105%;
	line-height:130%;
	text-decoration:none;
	color:#565656;
	border:none;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:7px;
	border-top:1px solid #CC9966;
}
#text .content {
	float:left;
	position:relative;
	top:100px;
	padding:17px;
	width:472px;
}
#sign {
	position:relative;
	top:-40px;
	left:455px;
	z-index:95;
	font-family:"Trebuchet MS", Tahoma;
	font-size:14px;
	color:#CC0000;
	padding:0px;
	margin:0px;
	width:250px;
	text-decoration:underline;
}
textarea#mainInput {
	padding:0;
	margin:0;
	width: 462px;
	height: 486px;
	border:0px;
	border-left:0px;
	font-family: Tahoma, sans-serif;
	background: #FFFFDD url(/images/textarea-bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: auto;
	font-size:11px;
	border:0px;
	margin:0;
	padding:5px;
	padding-top:65px;
}
#footer {
	float:left;
	text-align:left;
	padding:0;
	margin:0;
	position:relative;
	bottom:0 !important;
	background:url(/images/footer.gif) no-repeat;
	width:905px;
	height:71px;
}
.padme {
	padding:5px;
}
#footer_wrapper {
	position:absolute;
	left:0px;
	background:url(/images/footer_bg_right.gif) repeat-x;
	width:100%;
	height:71px;
	bottom: 0 !important;
}
.buttons a, .buttons button {
	display:block;
	float:left;
	margin:0 1px 0 0;
	background-color:#FFB215;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 6px 5px; /* Links */
}
.buttons button {
	width:249px;
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
	width:249px;
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type] {
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover {
	background-color:#EFEFEF;
	color:#C201A2;
}
.buttons a:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#FFEFAA;
}
/* POSITIVE */

button.positive, .buttons a.positive {
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#EFEFEF;
}
.buttons a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
/* NEGATIVE */

.buttons a.negative, button.negative {
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#EFEFEF;
}
.buttons a.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}
.toggler {
	margin: 0;
	background: #FFFF99;
	border-bottom: 0px;
	border-right: 0px;
	border-top: 1px solid #F7CD3E;
	border-left: 0px;
	font-size: 15px;
	font-weight: normal;
	font-family:"Trebuchet MS", Tahoma;
	color: #FFB316;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.element {
}
.element h3 {
	margin: 0;
	padding: 4px;
	font-size: 13px;
	color: #FFB316;
}
.element p {
	margin: 0;
	padding: 4px;
	font-size: 13px;
}
.menuButton {
	text-align:left;
	width:252px;
	height:35px;
	padding:0;
	margin:0;
	background-color:#FFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:120%;
	line-height:130%;
	text-decoration:none;
	color:#565656;
	cursor:pointer;
	border:none;
	padding-left:17px;
	border-top:1px solid #CC9966;
}
.inactive {
	color:#FFFFEE;
	background-color:#EFEFEF;
}
#contactForm {
	display:none;
	padding:5px;
	padding-top:65px;
}
#contactForm input, textarea {
	padding:5px;
	border: 1px solid #666666;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color:#565656;
	font-size:12px;
}
.addthis_toolbox{
	width:300px;
	margin:0 auto;	
}