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

#masterFoot {
	margin-top: 20px;
	float: left;
	width: 1024px;
	height: 65px;
	background-image: url(graphics/footer_gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#masterFoot p {
	color: #FFFFFF;
	text-align: center;
	margin-top: 22px;
}
#masterFoot a, #masterFoot a:hover, #masterFoot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_left {
	float: left;
	width: 295px;
	height: 77px;
	padding-top: 8px;
	padding-right: 5px;
	text-align: right;
}
#footer_center {
	float: left;
	width: 424px;
	height: 85px;
	text-align: center;
}
#footer_center p {
	color: #94D345;
	padding-top: 12px;
	padding-bottom: 5px;
}
#footer_right {
	float: left;
	width: 295px;
	height: 77px;
	padding-top: 8px;
	padding-left: 5px;
	text-align: left;
}

#footer_rights {
	width: 1064px;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
}

.txt_inp_colored {
	background-color: #EDEDED;
	text-align: center;
	color: #919191;
	text-decoration: line-through;
}



/* for contact forms */

label {
	font-family: "Lucida Sans", Ariel, Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}




/* for standard pages */

#standard_page_left_wrap {
	float: left;
	width: 638px;
	border: 1px solid #b5b5b5;
	background-image: url(graphics/content_area.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#standard_page_left_wrap p {
	line-height: 20px;
}
#standard_page_left_wrap h4 {
	padding: 10px 0px 5px 0px;
}


#standard_page_left_content {
	float: left;
	width: 580px;
	padding: 20px 20px 20px 0px;
}
#standard_page_right_wrap {
	float: left;
	width: 262px;
	border: 1px solid #b5b5b5;
	background-image: url(graphics/content_area.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 20px;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#standard_page_right_wrap h1 {
	margin-bottom: 20px;
}
#standard_page_right_wrap .sua_right p {
	font-size: 16px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
}

/*In case of table*/
#standard_page_right_wrap .sua_right {
	vertical-align: top;
	height: 100px;
}

/* About page */
#standard_page_left_wrap.left_wrap_about {
	width:550px;
}
#standard_page_left_content.left_cont_about {
	width: 530px;
}
#standard_page_right_wrap.right_wrap_about {
	width: 380px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}