/* CSS Document */

a:link {
	color: #fff;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #fff;
	font-size:11px;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #ffc3a1;
	font-size:11px;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #fff;
	font-size:11px;
	font-weight:bold;
}

.wrapper {
 width: 768px;
 margin: 0 auto;  
 }
 
#border {
 border: 1px solid #707070; 
 min-height: 500px;
 float: right;
 width: 768px;
}

body {
 padding: 0;
 margin: 20px 0 20px 0;    
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color: #5c5c5c;
 line-height: 180%;
 background-image: url(images/bg.jpg); 
 }

h2 {
 font-size:14px;
 font-weight:bold;
 }

#header {
 width:768px;
 height:155px;
 margin:0 auto;
 padding:0 auto;
 position:relative;
 background-image:url(images/bg-header.jpg);
 background-repeat:no-repeat;
 border-bottom:#B4A7BF solid 3px;  
 }

.header-left {
 width:600px;
 height:137px;
 padding-top:18px; 
 float:left;
 display: block;
 }

.header-right {
 width:160px;
 height:137px;
 padding-top:10px;
 float:right;
 display: block;
 }

#container {  
 width:768px;
 min-height:400px;  
 margin: 0 auto;
 padding: 30px 0 30px 0; 
 background-color:#ffffff;
 display:inline;
 float:left;
 position:relative;
  
 }

* html #container {height:400px} /* IE Min-Height Hack */

.left_column {
 min-height:400px; 
 width:330px; 
 padding-left:15px;
 padding-top:43px;
 text-align:left;
 position: relative; 
 float:left; 
 }
 
 * html .left_column {height:400px} /* IE Min-Height Hack */

.right_column {
 min-height:400px; 
 width:365px;
 padding-right:35px;   
 position: relative; 
 float:right;
 text-align: justify; 
 }
 
* html .right_column {height:400px} /* IE Min-Height Hack */

.sub-service {
 width:370px; 
 border:#dddddd solid 1px;
 padding:0 0 10px 10px;
 float:left;
 display: block;
 }

/* ------------------------ Start Navigation Bar -----------------*/
.header-right ul.menu{width:110px; padding-top:10px; float:right; text-align:right; padding-right:10px; margin-top:10px;}
.header-right ul.menu li{width:80px; height:25px; border-bottom:1px dashed #58009F;}
.header-right ul.menu li a{width:80px; height:25px; display:block; background:url(images/button1.gif) right no-repeat #ffffff; background-color:transparent; color:#000; font-weight:bold; line-height:25px; text-decoration:none; padding:0 35px 0 0;}
.header-right ul.menu li a:hover{width:80px; height:25px; display:block; background:url(images/button2.gif) right no-repeat #ffffff; background-color:transparent; color:#d60000; line-height:25px; text-decoration:none; padding:0 35px 0 0;}
#header ul.menu li.contact{width:120px; height:25px; border-bottom:none;}
ul{list-style-type:none}
ul.list2 {list-style-type:decimal}
ul.list3 {list-style-type:square}
/* ------------------------ End Navigation Bar -----------------*/


#footer {
 height:60px; 
 width:100%;  
 margin:0 auto;
 padding:0 auto;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: #fff; 
 font-size:9px; 
 position: relative;
 line-height:120%;
 text-align: left;
 float:left;  
 background-color:#000081; 
 }

.footer_space {
 width:768px;
 }
 
.copyright {
 height:40px;
 width:250px;
 margin-top:1px; 
 float: left;
 text-align:left;
 padding-left:30px;
 padding-top:25px;
 vertical-align:middle; 
 }

.menu-footer {
 height:40px;
 width:400px;
 margin-top:1px;
 padding-top:25px; 
 text-align:right; 
 float: right;
 font-size:10px;
 padding-right:30px; 
 }
 
img.float {float:left; margin: 0px 10px 0px 0px; 
}

a.sub:link {
	color: #0000FF;
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
}
a.sub:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight:normal;
	font-size:11px;
}
a.sub:hover {
	text-decoration: underline;
	color: #9900FF;
	font-weight:normal;
	font-size:11px;
}
a.sub:active {
	text-decoration: none;
	color: #0000FF;
	font-weight:normal;
	font-size:11px;
}


a.footer:link {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	font-size:10px;
}
a.footer:visited {
	text-decoration: none;
	color: #fff;
	font-weight:normal;
	font-size:10px;
}
a.footer:hover {
	text-decoration: none;
	color: #D9AFFF;
	font-weight:normal;
	font-size:10px;
}
a.footer:active {
	text-decoration: none;
	color: #fff;
	font-weight:normal;
	font-size:10px;
}


