@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
textarea.inputText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	width:250px;
	border:1px solid #999999;
	padding:3px;
}
textarea.inputText:hover, {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 12px;
 color: #000000;
 width:250px;
 border:1px solid #cb5c48;
 padding:3px;
}
input.inputText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	width:150px;
	border:1px solid #999999;
	padding:3px;
}
input.inputText:hover, {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 12px;
 color: #000000;
 width:150px;
 border:1px solid #cb5c48;
 padding:3px;
}
.button1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#cb5c48;
	font-weight:bold;
	border:solid 1px #333333;
	cursor:pointer;
}
label {
	cursor:pointer;
}
.buttonReset {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#888888;
	font-weight:bold;
	border:solid 1px #333333;
	cursor:pointer;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_top_right.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background-color:#dcdcdc;
}
.headerTopBgLeft {
	background-image:url(images/bg_top_left.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:50%;
	height:152px;
	position:absolute;
	z-index:-1;
}
.headerMain {
	background-image:url(images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 100%;
	height:152px;
}
.menuTopDiv {
	z-index: 0;
	width: 450px;
	height: 30px;
	position: relative;
	display: inline-block;
	top: 55px;
	left: 49%;
}
.menuTopDiv li {
	list-style-type: none;
	display: block;
	border-left: 2px solid #999;
	float: left;
}
.menuTopDiv li a {
	display: block;
	margin-bottom: 18px;
	padding-left: 8px;
	padding-right: 12px;
	border-left: 3px solid #999;
	line-height: 12px;
	color: #777;
	font-size: 11px;
}
.menuTopDiv li a:hover {
	color: #CB5C48;
	border-color: #CB5C48;
}
/*
.menuTopList {
	background-image:url(images/elems/menu_bullet_out.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: 21px;
	
	display: inline;
}
.menuTopListOver {
	background-image:url(images/elems/menu_bullet_over.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: 21px;
	display:inline;
}*/
.menuTopLinks, a.menuTopLinks, a.menuTopLinks:link, a.menuTopLinks:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#737373;
	text-decoration:none;
}
a.menuTopLinks:hover, a.menuTopLinks:active, a.menuTopLinksOver:link, a.menuTopLinksOver:hover, a.menuTopLinksOver:active, a.menuTopLinksOver:visited, .menuTopLinksOver {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cb5c48;
	text-decoration:none;
}
.bodyDiv {
	z-index: 0;
	width: 880px;
	/*height: 152px;*/
	position: relative;
	display: inline-block;
	top: 0px;
	left: 50%;
	margin-left: -440px;
	margin-bottom:15px;
}
.bigBodyDiv {
	background-color:#FFFFFF;
	position:relative;
	display:inline-block;
	width:100%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	float:none;
}
/* DEFAULTS */
/*IMPORTANT: define images full path*/
/* ******* clearfix  ********/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
   .clearfix {
	display:block;
}
/* End hide from IE Mac */
/* ******* clearfix  ********/
.bodyContnet {
	width:100%;
	padding-top:20px;
}
.bigPhoto {
	margin-right:30px;
	width:360px;
}
.bodyTextRight {
	width:100%;
	display:inline;
}
.bodyTitle {
	height:33px;
	background-image:url(images/elems/bullet_title.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	position:relative;
	width:480px;
}
.imgBodyTitle {
	margin-left:5px;
}
p {
	line-height:15pt;
	margin-bottom:13px;
	margin-top:0px;
}
a, a:link, a:visited {
	color:#cb5c48;
	text-decoration:none;
}
a:hover, a:active {
	color:#ff7c64;
	text-decoration:underline;
}
a.footLink, a.footLink:link, a.footLink:visited {
	color:#737373;
	text-decoration:none;
}
a.footLink:hover, a.footLink:active {
	color:#737373;
	text-decoration:underline;
}
a.menuanchorclass, a.menuanchorclass:link, a.menuanchorclass:visited {
	color:#777777;
	text-decoration:none;
}
a.menuanchorclass:hover, a.menuanchorclass:active {
	color:#CB5C48;
	text-decoration:none;
}
a.menuanchorclass2, a.menuanchorclass:link, a.menuanchorclass:visited {
	color:#777777;
	text-decoration:none;
}
a.menuanchorclass2:hover, a.menuanchorclass:active {
	color:#CB5C48;
	text-decoration:none;
}
.smallBlock {
	width:120px;
	display:inline-block;
	position:relative;
}
.smallBlockVR {
	width:55px;
	display:inline-block;
	position:relative;
	background-image:url(images/elems/bullet_550.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:253px;
}
.Text10 {
	font-size:10px;
	margin-top:11px;
}
.Text11 {
	font-size:11px;
	margin-top:11px;
	line-height:16px;
}
.Footer {
	position:relative;
	display:block;
	width:100%;
	background-image:url(images/footer_small_bg.gif);
	height:114px;
	background-position:top;
	background-repeat:repeat-x;
}
.footerBodyLeft {
	font-size:11px;
	color:#737373;
	text-align:left;
	left:50%;
	width:440px;
	margin-top:35px;
	margin-left: -440px;
	position: relative;
	display:inline-block;
}
.footerBodyRight {
	font-size:10px;
	color:#737373;
	text-align:right;
	width:440px;
	margin-top:35px;
	left:50%;
	margin-left: 0px;
	display:inline-block;
	position: relative;/*right:50%;*/
}
.ulText, li.ulText, ul.ulText {
	text-indent: 20px;
}
#attention {
	display: none;
	background: #eec9c1;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	color:#000;
}
#success {
	background: #d2e4b8;
	color: #000;
	font-weight: normal;
	padding: 10px;
}