@charset "utf-8";
html{overflow-y: scroll; height:100%;}

body {
	margin: 0px;
}
#cn_container {
	padding: 5px;
	width: 954px;
	overflow: hidden;
}

#companyname {
	overflow: hidden;

}
#companyslogan {
	overflow: hidden;

}
#nav {
	width: 960px;
	padding-left: 4px;
}
#kv {
	width: 964px;
	overflow: hidden;
	height: 370px;
}
#gtf_container {
	background-image: url(image/70765133.jpeg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 944px;
	overflow: hidden;
}
#gtf_bot {
	background-image: url(image/70765134.jpeg);
	background-repeat: no-repeat;
	height: 30px;
}
#globaltext {
	overflow: hidden;
	width: 944px;
}
#pageleveltext {
	overflow: hidden;
	width: 944px;
}
#layout {
	overflow-y: hidden;
	overflow-x: auto;
	width: 944px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: hidden;
}


/* ##############################################################################################*/

body{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #333333;
	font-weight: normal;
	margin: 0px;
}

h1 {
	font-size: 18pt;
	color: #364037;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	color: #bf1304;
	font-weight: bold;
}
h3{
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:10px;
}
h4{
	font-size: 14pt;
	color: #bf1304;
	font-weight: bold;
}
h5{
	font-size: 12pt;
	color: #e9c930;
	font-weight: bold;
}
h6{
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
}
ol{
	color: #364037;
}
ul{
	color: #364037;
}
p{
	color: #364037;
	margin-bottom:0px;
	margin-top:0px;
	text-align:left;
}

#input label
{
    width: 140px;
    text-align: right;
	margin:0px 2px 0px 2px;
	margin-left:8px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
	font-weight:700;
}

#input input, #input textarea, #input select
{
	max-width: 40%;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.starred 
{  
    font-family: arial; 
    font-size: 16px; 
    color: #FF0000;
	margin:0px;
	padding:0px;
}

.errormessage 
{  
    font-family: arial; 
    font-size:1.0em;
	font-weight:700;	
    color: #FF0000;
	margin-top: 10px;
}

.button {    

    display: block;
    width: 90px;
    height: 30px;
    background: #FFFFFF;	
    border: 1px solid rgba(33, 68, 72, 0.59);

    color: rgba(0, 0, 0, 0.55);
	font-size:1.2em;	
	font-weight:700;
    text-align: center;
	color:#585858;

    background: -webkit-linear-gradient(top, #FFFFFF, #DDF3FD);
    background: -moz-linear-gradient(top, #FFFFFF, #DDF3FD);
    background: -o-linear-gradient(top, #FFFFFF, #DDF3FD);
    background: -ms-linear-gradient(top, #FFFFFF, #DDF3FD);
    background: linear-gradient(top, #FFFFFF, #DDF3FD);
     
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     
    -webkit-box-shadow: 0 0px 0 #EEEEEE;
    -moz-box-shadow: 0 0px 0 #EEEEEE;
    box-shadow: 0 0px 0 #EEEEEE;
     
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.2);
     
}
 
/*Step 3: Link Styles*/
.button2 {
    text-decoration: none;
}
 
.button:hover {

    background: -webkit-linear-gradient(top, #FFFFFF, #DDF3FD);
    background: -moz-linear-gradient(top, #FFFFFF, #DDF3FD);
    background: -o-linear-gradient(top, #FFFFFF, #DDF3FD);
    background: -ms-linear-gradient(top, #FFFFFF, #DDF3FD);
    background: linear-gradient(top, #FFFFFF, #DDF3FD);
	background-image:url("../imgs/button_hover.png");
	cursor: pointer;
	color:#000000;
	background: #FFFFFF;
}

.customheader1 {
	font-size: 18pt;
	color: #bf1304;
	font-weight: bold;
}
.customheader2 {
	font-size: 16pt;
	color: #364037;
	font-weight: bold;
}
/*standard*/
.companyname{
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	color: #333333;

}
.companyslogan{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #bf1304;

}
#footer, #footer a{
	color: #000000;

}
#globaltext{
	color: #FFFFFF;
}
#pageleveltext {
	color: #FFFFFF;
}

/* Primary / Secondary */
.webCom-color-primary {
	color: #364037;

}
.webCom-backgroundColor-primary {
	background-color: #FFFFFF;

}

.webCom-color-secondary {
	color: #FFFFFF;

}
.webCom-backgroundColor-secondary {
	background-color: #354137;

}

body {
 line-height: auto;
}
.sectiontitle {
 line-height: auto;
}
a:link {
 line-height: auto;
 color: #BF1304;
 font-size: 12pt;
}