/* CSS Document */
body {
	margin: 0;
	font-family: Arial, Helvetica, Verdana;
}
#header {
	height: 100px;
	background: url(../images/bgHdr.jpg) repeat-x;

	margin-bottom: 1px;
}
#header-cont {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header-cont-a {
	float: left;
	width: 65%;
}
#header-cont-b {
	float: right;
	width: 25%;
	text-align: right;
	padding: 95px 0 0 0;
	font-weight:bold;
	font-size: 0.9em;
}
#header-cont-b a{
	color: #000;
	text-decoration: none;
}
#header-cont-b a:hover{
	color: #FCE7BE;
	text-decoration: underline;
}
#nav {
	height: 31px;
	background: url(../images/bgNav.jpg) repeat-x;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	padding: 7px 0 0 0;
}

#nav a{
	color: #fff;
	text-decoration: none;
	padding: 0 7px 0 7px;
}
#nav a:hover{
	color: #FFB200;
	text-decoration: underline;
}
/* Content */
#content {
	background: #FFFAF1;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 20px 20px; 
	border: 1px solid #F4E2BD;
}
#imgMain {
	width: 900px;
	height: 210px;
	background: url(../images/bgImgMain.jpg) repeat-x;
}
#imgWork {
	width: 850px;
	height: 210px;
	border: 1px solid #F4E2BD;
}
#imgMain-slogan {
	width: 60%;
	float: left;
	padding: 60px 0 0 30px;
	font-size: 2.0em;
	color: #fff;
	font-weight: normal;
} 
#imgMain-img {
	width: 30%;
	float: left;
}
#content-box {
	width: 860px;
	background: #fff;
	border: 1px solid #E7E4DF; 
	padding: 10px 15px 0 25px;
} 
#content-box h1 {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
}
#content-box h2 {
	font-size: 18px;
	margin-top: 10px;
	font-weight: normal;
	color: #303030;
}
#content-box h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #303030;
	margin:0;
}
#content-box-left-col {
	width: 69%;
	float: left;
	
	margin: 0 5px 0 0;
} 
#content-box-left-col p {
	margin-top: 5px;
	color: #303030;
	font-size: 0.99em;
	
	text-align: justify;
}
#content-box-left-col ul{
	font-size: 0.99em;
	
}
#content-box-left-col li{
	line-height: 20px;
	list-style-image: url(../images/blt.png);
	color: #303030;
	
}

#content-box-right-col {
	width: 29%;
	float: left;
	padding-right: 3px;
} 
#content-box-right-col-hdr {
	height: 12px;
	background: url(../images/sidebox-hdr.gif) no-repeat;
} 
#content-box-right-col-ftr {
	height: 12px;
	background: url(../images/sidebox-ftr.gif) no-repeat;
	padding-bottom: 15px;
	vertical-align: top;
	margin-top: -10px;
} 
#content-box-right-col-body {
	padding: 0 10px 0 10px;
	margin-top: -7px;
	background: url(../images/sidebox-m.gif) repeat-y;
	font-size: 0.8em;

	height: 100%;
/*  border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
} 
#content-box-right-col-body ul {
	padding: 0 20px 0 15px;
	margin : 0 0 0 5px;
}
#content-box-right-col-body li {
	color: #FF6600;
	list-style-image: url(../images/blt-green.gif);
	font-size: 1.2em;
	margin-left: -4px;
	margin-bottom: 10px;
}


/* Content Ends here */

/* footer */
#footer {
	height: 71px;
	background: url(../images/bgFooter.jpg) repeat-x;
}
#footer-cont {
	margin-right: auto;
	margin-left: auto;
	width: 975px;
	padding: 25px 0 0 0;
}
#footer-a {
	float: left;
	width: 40%;
	font-size: 12px;
	color: #fff;
}
#footer-b {
	float: right;
	width: 50%;
	font-size: 13px;
	color: #fff;
	text-align: right;
}
#footer a {
	color: #FFAE00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a {
	color: #FF3300;
}
a:hover {
	color: #CC0000;
}
#form {
	width: 75%;
	padding: 0 0 0 130px;	
}
.field-name {
	float: left;
	width: 30%;
	height: 35px;
	text-align: right;
	font-size: 0.9em;

}
.field {
	float: left;
	width: 65%;
	height: 35px;
	padding: 0 0 0 25px;
	font-size: 13px;
}