/* --------------------- Normalization Start --------------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalizes font-size and font-weight for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Removes list-style from lists */
ol, ul {
	list-style: none;
}

/* Removes text-decoration from links and set color to black */
a {
	text-decoration: none;
	outline-style: none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes list-style from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}

/*Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}

/* --------------------- Normalization End --------------------------- */

html {
	text-align: center;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 960px;
	position: relative;
}

#header {
	height: 180px;
	width: 100%;
}

#branding {
	display: block;
	float: left;
	position: relative;
	width: 0;
}

#branding span {
	height: 180px;
	margin: 0 auto;
	width: 100%;
}

#branding span a {
	display: block;
	height: 180px;
	position: relative;
	text-indent: -9999px;
	width: 100%;
}

#logo {
	width: 140px;
	height: 140px;
	float: left;
	padding: 20px 40px 20px 40px;
}

#header_nav {
	float: left;
	width: 740px;
	height: 180px;
}

#lang_nav {
	width: 100%;
	height: 110px;
	margin-top: 30px;
}

#lang_nav ul li {
	display: inline;
    float: left;
}

#lang_nav li a {
	border-left: 1px solid #666666;
	padding: 0 5px 0 5px;
}

#lang_nav li#home a {
	border-left: none;
	padding-left: 0;	
}

#top_nav {
	width: 100%;
	height: 40px;
}

#top_nav ul li {
	display: inline;
	float: left;
}

#top_nav li a {
	margin-right: 24px;
	display: block;
}

#left_nav ul li {
	padding-bottom: 5px;
}

#left_nav ul#sub_nav {
	padding: 0 0 0 10px;
}

#left_nav ul#sub_nav li {
	padding: 5px 0 0 0;
}

#right_header {
	position: absolute;
	width: 130px;
	height: 207px;
	left: 878px;
	top: 0;
	margin-top: -28px;
}

#content_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#left_nav {
	width: 219px;
	min-height: 520px;
	height: 520px;
	float: left;
	padding-top: 50px;
	
}

#left_nav ul {
	padding: 25px 50px 0 50px;	
}

#content {
	width: 740px;
	min-height: 520px;
	float: left;
}

#content_heading {
	width: 720px;
	padding: 0 20px 10px 0;
	overflow: hidden;
	margin-bottom: 15px;
}

#content #breadcrumb_nav {
  padding: 0 0 12px 0;
}


#content_title {
	float: left;
	width: 530px;
	padding-right: 10px;
}



#content_print {
	float: left;
	width: 180px;
	text-align: right;
	padding-top: 5px;
}



#content_print a {	
	margin-left: 5px;
	
}

#main_content {
	width: 700px;
	padding: 10px 10px 20px 10px;
	min-height: 360px;
	overflow: hidden;
}

#main_content h2 {
	padding-bottom: 10px;
}

#main_content h3 {
	padding-bottom: 10px;
}

#main_content p {
	padding-bottom: 10px;
}

#main_content ul {
	list-style-type: disc;
	padding-left: 14px;
}

#main_content ol {
	list-style-type: decimal;
	padding-left: 20px;
}

#main_content a.external-link {
	padding-left: 15px;
}

#footer {
	width: 940px;
	height: 15px;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

#footer a {
	padding: 0 3px 0 3px;
}

#address {
	float: left;
	width: 700px;
	padding-right: 10px;
	text-align: left;
}

#copyright {
	float: left;
	width: 230px;
}

.hidden {
	display: none;
	left: -9999px;
	position: absolute;
}

/* --- Flexible content element --- */
#main_content .text_pic_wrap {
	overflow: hidden;
	padding: 10px 10px 15px 10px;
	float: left;
	width: 520px;
	position: relative;
	height: 100%;
}

#main_content .content_wrap{
	padding: 10px 10px 10px 10px;
	line-height: 18px;
}

#main_content .pic_wrap {
	width: 228px;
	padding: 0 12px 0 0;
	float: left;
}

#main_content .text_wrap {
	width: 280px;
	float: left;
	padding-bottom: 15px;
}

#main_content .text_wrap h3 {
	padding: 0 0 10px 0;
}

#main_content .text_pic_button {
	left: 250px;
	bottom: 15px;
	position: absolute;
}

#main_content .csc-sitemap ul {
	list-style: none;
	padding-left: 0;
}

#main_content .csc-sitemap ul li {
	padding-bottom: 10px;
}

#main_content .csc-sitemap ul li ul li {
	padding-bottom: 0;
}

#main_content .csc-sitemap ul li ul li a {
    padding-left: 20px;
}

#main_content .csc-sitemap ul li ul li ul li a {
    padding-left: 40px;
}

/************table**************/
.row-data td {
    padding: 10px 0 0 0;

}

#content_right > div {
	padding-bottom: 0px !important;
	line-height: 0;
}

/* contact form */
.tx-yejjcontactform-pi1 {
    margin: 0;
}

.tx_yejjcontactform_formfield {
    clear: left;
    padding: 5px 0;
    overflow: hidden;
}

.tx_yejjcontactform_formfield label {
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 200px;
}

.tx_yejjcontactform_formfield .tx_yejjcontactform_option_label{
    width: auto;
    text-align: left;
    margin-right: 0;
}

.tx_yejjcontactform_formfield div {
   float: left;
   margin-left: 0;
   padding-left: 0;
   width: 495px;
}

.tx_yejjcontactform_formfield div input {
   margin: 2px 5px 0 0;
   width: auto;
   float: left;
   clear: left;
}

.tx_yejjcontactform_formfield #tx_yejjcontactform_other {
   margin-right: 0 !important;
   width: 250px !important;
}

.tx_yejjcontactform_formfield input, .tx_yejjcontactform_formfield textarea {
   color: #000000;
   float: left;
   margin-left: 0;
   padding-left: 0;
   width: 250px;
}

#tx_yejjcontactform_button {
    background-color: #E0E0E0;
    border: 1px solid #5D5E5E;
    float: left;
    margin: 0 0 0 205px;
    padding: 3px 0;
    text-align: center;
    width: 255px !important;
    cursor: pointer;
}

.tx_yejjcontactform_formfield span {
    margin: 0 0 0 205px;
    color: #CC0000 !important;
}

.tx_yejjcontactform_codetext {
    width: 255px !important;
    font-size: 11px;
    text-align: justify;
    line-height: 15px;
}

.tx_yejjcontactform_codetext img.tx-srfreecap-pi2-image {
    height: 74px;
    margin: 0;
    padding: 0;
    width: 250px;
}

.tx_yejjcontactform_formfield .tx-srfreecap-pi2-cant-read {
    color: #5D5E5E !important;
    margin: 0 !important;
    font-size: 11px;
}

.tx_yejjcontactform_formfield .tx-srfreecap-pi2-cant-read a {
    font-weight: normal !important;
    text-decoration: underline;
}

.tx_yejjcontactform_formfield .tx_yejjcontactform_note {
    font-size: 11px;
    text-align: justify;
    width: 255px;
    line-height: 15px;
}

.tx_yejjcontactform_formfield #tx_yejjcontactform_captcha {
    width: 250px;
}

/* flexible 3 cols */

.content_3cols {
        height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

.content_3cols div.col01 {
	float: left;
	width: 245px;
}

.content_3cols div.col01 p {
	padding-bottom: 0;
}

.content_3cols div.col02 {
	float: left;
	width: 175px;
	padding-left: 10px;
}

.content_3cols div.col03 {
	float: left;
	width: 260px;
	padding-left: 10px;
}

/* rgsmoothgallery */
.rgsgcontent div.slideInfoZone {
	text-align: center;
}

#forgot_form fieldset {
	padding: 5px;
	margin-top: 10px;
}

#forgot_form legend {
	color: #CC0000;
}

#forgot_form fieldset div label {
	display: block;
}

#forgot_form input {
	margin-top: 6px;
	width: 185px;
}

.tx-srfeuserregister-pi1 legend {
	padding: 0 0 10px 0 !important;
}

.clearer {
	clear: both;
}
