/* css file
	v1.0
*/

/* Global Variables */

* { margin: 0; padding: 0; 
	font-family: "trebuchet ms", sans-serif;
	font-size: 12px;
}
ul li {}
* html .promo-text{float: left;}
body {
	margin-bottom: 0px;
	background: url(../images/body_bg.gif) repeat-x #576068;
}

.imgr{
	text-indent: -10000px;
}

.orange{
	color: #d56f22;
}
.orange,h2{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;	
}
/*--- end global box */
/* Container box */
#container{
	display: block;
	width: 520px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}
/*--- end Container box */

/* Header box */
#header{
	display: block;
	width: 520px;
	height: 112px;
	float: left;
	margin: 0 auto;
	background: url(../images/header_bg.gif) repeat-x;
}
#header h1{
	margin-left: 10px;
	margin-top: 8px;
	float: left;
	width: 503px;
	height: 69px;
	text-indent: -10000px;
	background: url(../images/logo.gif);
	margin-bottom: 3px;
}


/*--- end Header box */

/* Navigation box */
#nav{
	display: block;
	list-style: none;
	float: left;
	width: 520px;
	height: 36px;
	background: #fc8621;
}

#nav li{
	display: inline;
	float: left;
	text-align: center;
	border-right: dashed 1px #fedfc4;
}
#nav li a{
	display: block;
	float: left;
	width: 102px;
	height: 28px;
	padding-top: 8px;
	color: #FFF;
	text-decoration: none;
	font-family: "trebuchet ms", sans-serif;
	font-size: 13px;
}
#nav li a:hover{
	background: #ff7600;
}
#promo{
	display: block;
	float: left;
	width: 495px;
	padding-top: 14px;
	padding-left: 25px;	
	background:  #FFF  top right no-repeat;
	border-bottom: 1px dashed gray;
}

#promo-text{
	display: block;
	float: right;
	width: 280px;
	margin-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#promo-text li{
	margin:0 1em 0 1.25em;padding:0;	
	list-style-image: url(../images/checkmark.gif);
	padding-bottom: 5px;
}

#promo-img{
	display: block;
	width: 100px;
	float: left;
	list-style: none;
}
#promo-img li{
	float: left;
	height: 100px;
}

#promo-img img{
	float: left;
	border: solid 1px grey;
	margin-bottom: 5px;
}
/*content */

#content{
	background: #FFF;
	width: 500px;
	float: left;
	display: block;
	padding: 10px;
	
}

#content h2{
	background: url(../images/content_header_bg.jpg) no-repeat;
	width: 381px;
	height: 29px;
	font-size: 14px;
}


#leftColumn{
	float: left;
	width: 490px;
	padding-right: 15px;
	border-right: 5px #86b917 solid;

}

#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;
	width: 520px;
	height: 41px;
	background: url(../images/footer_bg2.gif);
}

#footer li{
	display: inline;
}
#footer li a{
	display: block;
	float: left;
	padding: 10px;
	padding-top: 15px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 10px; color: #404C53;font-weight:bold; 	
	text-decoration:none; 
}
#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;
}

}
A.Z:link    {text-decoration: none; color:#000000; font-weight: normal;}
A.Z:visited {text-decoration: none; color:#000000; font-weight: normal;}
A.Z:active  {text-decoration: none; color:#000000; font-weight: normal;}
A.Z:hover	 {text-decoration: none; color:#000000; font-weight: normal;}

}