/* CSS Document */
@import url('pages.css');
BODY {
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #588fc7;
	margin:0px;
	padding:0px;
line-height:16px;
word-spacing: 1px;
}
P {
text-align:justify;
line-height: 17px;
}
A {
color: #333333;

}
li {
margin: 5px 0px;
}
h1,h2,h3,h4{ word-spacing :0px;}
h1 {
font-size: 150%;
}
h2{
font-size: 130%
}
h3{
font-size: 120%;
}
h4{
font-size:110%;
}
/*=====================================================*/
#page{
	margin:0px;
	padding:0px;
	width: 990px;	

	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #ffffff;
}

#header {
	margin:0px;
	padding:0px;
	width: 100%;
	height: 132px;
	clear:both;
z-index:9;
}
#footer {
	clear: both;	
	background: URL('../images/footer_bg.png') repeat-x ;
	height: 40px;	
	border-top: 2px solid #3399CC;
	border-bottom: 1px solid #cccccc;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 80%;
	margin-top: 5px;
}

.pixbr {
	float:none;
	clear:both;
}
.l {
	float:left;
}
.r{
	float:right;
}
/*=================================*/
#foot_right{
	width: 180px;
}
#footer_left{
	width: 190px;
}
#foot_center{
	text-align: center;
	float: none;
	width: auto;	
}
#footer A{
	color: #333333;
}

/*=================================*/
#logo {
	margin:0px;
	padding:0px;
	background: URL('../images/logo.png') no-repeat;
	width: 115px;
	height:100px;
	float:left;
}

#company_name {
	margin:0px;
	padding:0px;
	background: 0px 25px URL('../images/company_name.png') no-repeat;
	width: 315px;
	height:75px;
	margin-left: 105px;
	
}

/*=================================*/
#content {
	clear:both;	
	background-color: #ffffff;
	background: URL('../images/header_bg.png') repeat-x;
	border-top: 0px solid #cccccc;
	text-align:center;
	overflow:hidden;	
z-index:1;
}
#content_body {

	margin: 0px;
	padding: 0px;
}
#content_body h1{
	color: #ff6600;
	font-weight: bold;
	text-transform:capitalize;
}
#content_body h2{
	font-weight: bold;
	text-transform:uppercase;

}
#content_body h3 {
	font-weight: bold;
	text-transform:uppercase;
}
#content_body h4{
	font-weight: bold;
	text-transform:uppercase;

}
#content_body p {
	text-align: justify;
}

/*==================================*/
#header { clera: both;}
#topmenu {
	
	clear:both;
	
	margin:0px;
	padding:0px;
	z-index:999;
	background: #ffffff;
	border-top: 2px solid #ff9900;
border-bottom:1px solid #999999;
height:30px;


}
#topmenu div{
	width:900px;	
	height:26px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
z-index:999;


} 
/*==================================*/
.btn A{
 padding: 5px 10px;
 margin:0px;
 text-decoration: none;
}

/*==================================*/
#welcome{
	padding: 0px ;
	margin:0px;
	background-color: #599BDE;	
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	border: 1px solid  #599BDE;
}
#welcome p{
	padding: 5px 10px;
	
}
#welcome .btn {
	text-align: right;
	height: 16px;
	font-size: 90%;
}
#welcome .btn A{
	color: #ffffff;
	display:block;
	float: right;
}
#welcome .btn A.active{
	background-color: #f1f1f1;	
	color:#6699CC;
	
}

/*==================================*/
#intro{
z-index:1;
}
/*==================================*/
.col {
	float: left;
	margin: 0px 0px;
	text-align:left;

}
#left_col{
	width: 190px;
}
#content_col{
	width: 620px;
	max-width: 620px;
	padding: 0px;	
	overflow:hidden;
line-height:17px;
}
#content_col .body{
	padding: 0px 20px;

}
#right_col{
	width: 180px;
	float:right;
}/*==================================*/
#content_col p{
text-align:justify;
}
/*==================================*/
.links2 h2 a{
	color: #ffffff;
}
.links1 h2 a{
      color: #336699;
}
.links1 h2, .links1 h3{
	clear: both;
	display:block;
	background: url('../images/h2_bg.gif') repeat-x;
	color: #336699;
	margin:2px 0px 0px 0px;
	padding: 10px ;
font-size: 90%;
	
}
.links2 h2, links2 h3{
	clear: both;
	display:block;
	background-color: #599BDE;
	color: #ffffff;
	margin:2px 0px 0px 0px;
	padding: 10px;
font-size: 90%;

	
}
.links1{
	display:block;
	background-color: #E1E8F0;
	border: 1px solid  #E1E8F0;

}
.links1 ul{
	margin:0px; 
	padding:0px 10px;
	
}
.links1 li{
	display:block;
	margin:5px 0px;	
	list-style:none;	
	background: 5px 5px url('../images/bullet_block.gif') no-repeat;
	padding-left:20px;
}

.links2{
	display:block;
	background-color: #ffffff;
	border: 1px solid  #E1E8F0;

}
.links2 ul{
	margin:0px; 
	padding:0px 10px;
	
}
.links2 li{
	display:block;
	margin:5px 0px;	
	list-style:none;	
	background: 5px 5px url('../images/bullet_block.gif') no-repeat;
	padding-left:20px;
}

.links1 p, .links2 p{
margin: 5px 10px;
}
.links1 li , .links2 li {
/*border: 1px solid red; */
}
.links1 ul ul, .links2 ul ul{
/*	border: 1px solid red;*/
	margin:0px;padding:0px;
}
.links1 A, .links2 A {
    text-decoration: none;
}
.links1 A:hover, .links2 A:hover {
    text-decoration: underline;
}

.links3 ul{
margin:0px;
padding:0px;
}
.links3 li{
	display:block;
	margin:5px 0px;	
	list-style:none;	
	background: 5px 5px url('../images/bullet_arrow.gif') no-repeat;
	padding-left:20px;
}
#footer .links3 {
	font-size: 120%;
}
/*==================================*/
#content_col a{
	color: #ff6600;
	
}
/*==================================*/

#floter_links {
	position:relative;		
	padding:0px;
	height: 0px;
	margin:0px;
	bottom: 0px;
	top:0px;
}
#floter_links div{

	position:absolute;
	left: 0px;
	bottom:0px;	
	margin-bottom: 5px;
	padding:5px 0px 5px 10px;
	border-left: 2px solid #6699CC;

}

#floter_links ul{
/*
	position:absolute;
	left: 0px;
	bottom:0px;	
	list-style: none;
	margin: 0px;
	margin-bottom: 5px;
	padding:5px 0px 5px 10px;
	border-left: 2px solid #6699CC;
	*/
}
#floter_links li {
	/*margin: 5px 0px ;*/
}
.errors{
color: #333333;
background: #f1f1f1;
padding: 10px;
margin: 10px;
border: 1px dotted red;
}
/* ============================= */
#breadcrumbs {
	display:block;
	margin: 5px 10px;
	padding: 5px;
	clear:both;
	float:none;	
	position:relative;
}