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

body {
			background-color: #A7A7A7;
			background-image: url('../images/background_gradient.png');
			background-repeat: repeat-x;
			margin: 0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {			
			color: #92d00d;
			font-weight: bold;
			text-decoration: none;
}

a:hover {	
			text-decoration: underline;	
}

a.wit {			
			color: #FFFFFF;
			text-decoration: none;
}

a.wit:hover {	
			text-decoration: underline;	
}

.page {		
			display: block;
			overflow: auto;
			position: absolute;
			top: 0px;
			height: 600px;
			left: 0px;
			right: 0px;
			background-image: url('../images/background_raster_new.png');
			background-position: -18px top;
			background-repeat: no-repeat;
}

* html .page {
			left: 0px;
			right: 0px;
			top: 0px;
			height: 600px;
			width: 100%;
			border: 0px;
}


.topbar {
			width: 936px;
			height: 124px;
			margin-left: 36px;
			z-index: 102;
			position: absolute;
}

.logo {
			width: 391px;
			height: 104px;
			float: left;
			z-index: 103;
}

.menu {
			margin-left: 391px;
			width: 507px;
			height: 124px;
			z-index: 104;
}

.menu .item {
			float: left;
			z-index: 105;
}

.content_background 				{ z-index: 100; display: block; position: absolute; top: 130px; height: 440px; left: 0px; right: 0px; background-color: #FFFFFF; filter:alpha(opacity=25); -moz-opacity:.25; opacity:.25; }
* html .content_background  		{ z-index: 100; left: 0px; right: 0px; height: 440px; width: 100%; border-left: 0px solid #fff; border-right: 0px solid #fff; }

.content_holder						{ z-index: 101; display: block; overflow: auto; background-color: #FFFFFF; position: absolute; top: 143px;	height: 414px; left: 0px; right: 0px; }
* html .content_holder  			{ z-index: 101; left: 0px; right: 0px; height: 414px; width: 100%; border-left: 0px solid #fff; border-right: 0px solid #fff; }



.content_holder .image {
			width: 384px;
			height: 414px;
			margin-left: 36px;
			float: left;
}

.content_holder .text {
			margin: 36px 0px 0px 26px;
			padding-right: 25px;
			width: 450px;
			height: 356px;
			overflow: auto;
			float: left;
}

.content_holder .text h1 {
			font-size: 15px;
			color: #8fd201;
}

.content_holder .text p {
			margin-top: 20px;
			font-size: 11px;
			color: #5e5d5d;
			line-height: 18px;
}

table {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #5e5d5d;
			line-height: 18px;
}

input {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #5e5d5d;
			border: 1px solid #e2e2e2;
			width: 247px;
}

textarea {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #5e5d5d;
			border: 1px solid #e2e2e2;
			width: 247px;
}

.bottombar
{
			position: fixed !important;
			position: absolute;
			bottom: 0px;
			left: 36px;
			width: 898px;
			height: 30% !important;
			height: 34px;
			min-height: 34px;
			max-height: 34px;
			background: url('../images/bottombar_bg.png');
			z-index: 4;
			margin-top: 100%;
			text-align: center;
} 	

.bottombar p {
			font-size: 10px;
			font-weight: bold;
			color: #FFFFFF;
			margin-top: 12px;
}