/* css file
	v1.0
*/

/* Global Variables */


* { margin: 0; padding: 0; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 12px;
}
body {
	margin-bottom: 0px;
	background: url(../images/pg-bg.gif) repeat-x #30474F;
}

.imgr{
	text-indent: -10000px;
}
/*--- end global box */
/* Container box */
#container{
	display: block;
	width: 773px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
/*--- end Container box */

/* Header box */
#header{
	display: block;
	width: 771px;
	height: 105px;
	float: left;
	margin: 0 auto;
}


/*--- end Header box */

/* Navigation box */
#nav{
	display: block;
	float: left;
	list-style: none;
	width: 709px;
	height: 32px;
	margin-top: 55px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#nav li{
	display: inline;
}
#nav li a{
	display: block;
	float: left;
	padding: 9px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 10px; color: #404C53;font-weight:bold; 	
	text-decoration:none; 
	border-right: #868E93 solid 1px;
}

#nav li a:hover{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 10px; color: #404C53; font-weight:bold; 	
	text-decoration:none; 
}

#home{
	margin-left: 400px;
}
#promo{
	display: block;
	float: left;
	width: 707px;
	height: 160px;	
	background: url(../images/promo_bg.jpg);
}

#promo h1{
	float: left;
	width: 206px;
	height: 64px;
	margin-top: 55px;
	margin-left: 73px;
	text-indent: -10000px;
	background: url(../images/logo.jpg);
}

#promo-list{
	width: 275px;
	float: right;
	list-style: none;
	margin-top: 38px;
}
#promo li{
	display: block;
	height: 45px;
	width: 285px;
}

#promo li a{
	font-size: 20px;
	text-decoration: none;
	color: #dce0e2;
}
/*content */

#content{
	background: #FFF;
	width: 707px;
	float: left;
	display: block;
	margin-top: 10px;
}

#content h2{
	background: url(../images/content_header_bg.jpg) no-repeat;
	width: 381px;
	height: 29px;
	font-size: 14px;
}
#leftColumn{
	float: left;
	width: 390px;
	padding-top: 10px;
	border-right: dashed 1px; #000;
	padding-top: 15px;
	
}

#small-info{
	padding-bottom: 15px;
	list-style: none;
	color: #7f7f7f;
}
#small-info h2{
	background: url(../images/content_header_bg.jpg) no-repeat;
	width: 381px;
	height: 29px;
	font-size: 14px;
	color: #005fa9;
	margin-top: 10px;
	padding-left: 5px;
}

#small-info p{
margin-left: 70px;
margin-bottom: 30px;
padding: 10px;
}

#small-info li{
	width: 380px;
}
.service{
	
	background: url(../images/icon-2.jpg) no-repeat left;
}
.about{
	background: url(../images/icon-1.jpg) no-repeat left;
}
#small-info a{
	height: 25px;
	float: right;
	color: #005fa9;
	background: url(../images/arrow-1.gif) right no-repeat;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
	padding-top: 12px;
}

#rightColumn{
	width: 290px;
	padding: 5px;
	float: left;	
	color: #7f7f7f;
}

#footer{
	display: block;
	float: left;
	list-style: none;
	width: 709px;
	height: 32px;
	margin-top: 10px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#footer li{
	display: inline;
}
#footer li a{
	display: block;
	float: left;
	padding: 9px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 10px; color: #404C53;font-weight:bold; 	
	text-decoration:none; 
	border-right: #868E93 solid 1px;
}
#question{
	display: block;
	border-top: dashed 1px #999d9e; 
	text-indent: -10000px;
	margin-left: 10px;
}

#question a{
	width: 375px;
	height: 60px;
	background: url(../images/for-question.gif) no-repeat bottom;
}
#footer li a:hover{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 10px; color: #404C53; font-weight:bold; 	
	text-decoration:none; 
}

#text{
	padding: 10px;
}
#text h2{
	font-size: 18px;
	background: none;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}