@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/
*/
html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; /*Font color*/
	background-image: url(../images/home/bg_01.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	right: auto;
}
	p {}
	p, ul, ol { margin: 0; padding: 0; }
	img, img a { border: none; }
 	img, div { behavior: url(../css/iepngfix.htc) }
	img, div, a, input { behavior: url(../css/iepngfix.htc) }
	form { margin: 0; padding: 0; } 
	html div#map img { behavior: none; } 
	
	
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #333333;	
}	

	
/************************* Global linking *************************/	
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/************************* Wrapper Css *************************/	
#Wrapper {
	width: 873px;
	background: default color;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/****************************** Header Css ******************************/
#header{
	width: 873px;
	height: 128px;
	float:left;
}

#ssl-logo{
        width: 243px;
		height: 115px;
		padding: 7px 0px 7px 0px;
        float:left;
}

#header-in{
	width: 630px;
	height: 30px;
	padding: 7px 0px 7px 0px;
	float: right;
}

#header-in ul li{
	position: relative;
	display: inline;
	float: right;
	}

#header-in ul li a{
	width: 232px;
	display: block;
	height: 119px;
	}
	
#header-in ul li a.home{
	background:url(../images/home/i_home.png) no-repeat; width:61px; height: 18px;
	}
#header-in ul li a.contact{
	background:url(../images/home/i_contact.png) no-repeat; width:93px; height: 18px;
	}
#header-in ul li a.sitemap{
	background:url(../images/home/i_sitemap.png) no-repeat; width:78px; height: 18px;
	}

#slogan{
	width: 435px;
	height: 70px;
	float: right;
	margin-top: 5px;
	margin-left: 50px;
	margin-bottom: 5px;
}
/****************************** dropdown Navi ******************************/

#nav1 {
	width: 873px;
	height:28px;
	float:left;
	margin-top:0;
	background:url(../images/home/top_bg.gif) no-repeat; width:873px; height: 28px;
	
	}
	
 #nav1 ul {
	list-style: none;
	background: #eaeaea;
	padding: 0;
	margin-top:0;
}

#nav1 a {
	display: block;
	width: AUTO;
	w\idth: AUTO;
	text-decoration: none;
	padding: 7px 7px;
	margin-top:0;
}


#nav a.daddy {
	background: #000000 center right no-repeat;
	width: AUTO;
	border:none;
	color:#555555;
}

#nav1 li {
	float: left;
	padding:0;
	width: AUTO;
	margin-top:0;
	border:none;}
	
#nav1 li a:link{color:#666666;text-decoration:none;}
#nav1 li a:visited{color:#666666;text-decoration:none;}
#nav1 li a:hover{color:#666666; text-decoration:none;}


#nav1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	w\idth: 200px;
	margin: 0;
	border:none;}
	
#nav1 li ul a:link{color:#333333;text-decoration:none;}
#nav1 li ul a:visited{color:#333333;text-decoration:none;}
#nav1 li ul a:hover{color:#333333; text-decoration:none;}

#nav1 li li {
	padding-right: 1em;
	width: 190px;
	margin-top:0;
	border:none;
}

#nav1 li ul a {
	width: 185px;
	w\idth:185px;
	margin-top:0;
	border:none;
}

#nav1 li ul ul {
	margin: -1.75em 0 0 10em;
	border:none;
}

#nav1 li:hover ul, #nav1 li:hover ul ul ul,#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
	border:none;
}

#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
	border:none;
}

#nav1 li:hover, #nav1 li.sfhover {
	border:none;
	background: none;
	 /* no go in IE */
}

#nav1 li li :hover, #nav1 li li.sfhover{
	background: #a0cf5f;
	border:none;
}

#nav1 li li:hover ul, #nav1 li li.sfhover ul {
	background: #f1f1f1;
	border:none;
}

#nav1 li li li :hover, #nav1 li li li.sfhover {
	background: #c5e795;
	border:none;
}

/****************************** Left Nav Css ******************************/

#content {
	width: 873px;
	display:block;
	float: left;
	background-color:#f8f8f8;
	padding-top: 5px;
}

#col-nav {
	width: 580px;
	display:block;
	height: auto;/**you don't need to define height here for actual work**/
	float:left;
	padding: 20px 10px 10px 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#photo1{float:left;margin:0px 10px 5px 0px;}

p.p1 {font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color:#333333;
   text-align: justify; }

table.wide-table { 
    width:580px;
	height:auto; 
	padding: 0;
	margin: 0;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-align: justify; }
		
table.add_table {
    width:570px;
	border-collapse: collapse;
	border: 1px solid #ffffff;
	font-size: 12px;
	font-weight: bold;
	
}

table.add_table th {
	background: #eeeeee;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	vertical-align:text-top;
	ext-align: left; 
}

table.add_table td {
	padding: 5px 5px 5px 5px;
	color: #555555;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	vertical-align:top;	
}
/****************************** Right panel Css ******************************/

#col-line {
	width: 1px;
	height: auto;
	float:left;
	background:#f8f8f8;
	padding:0px;
}

#col-panel {
	width: 260px;
	height: auto;/**you don't need to define height here for actual work**/
	float:left;
	padding: 0;
	margin-left: 10px;
}

table.wide-left { 
    width:250px; 
	padding: 0;
	margin: 0;
	vertical-align: center; }
	
table.wide-left td.header{
	background-color:#f8f8f8;
	padding-top: 10px;	
	}
	
table.wide-left td.sub{
	background-color:#f8f8f8;
	padding: 0px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#5a8e1f;}
table.wide-left td.sub a:link{color:#81a857;text-decoration:none;}
table.wide-left td.sub a:visited{color:#55a51c;text-decoration:none;}
table.wide-left td.sub a:hover{color:#81a857; text-decoration:none;}	
	
	
#col-bottom {
	width: 260px;
	height: auto;/**you don't need to define height here for actual work**/
	float:left;
	padding: 0;
	margin-left:0;
}

/****************************** Footer Css ******************************/
#footer{
	width: 873px;
	height: 52px;
	background:url(../images/home/footer.png) no-repeat; width:873px; height: 52px;
}

#footercontent { 
	width: 873px;
  	margin: 0;
  	padding: 0;
	color:#333333;
  	list-style: none;
	font-size:12px;

  	}
#footercontent a {
	color:#5a8e1f;
  	text-decoration: none;
  	}
	
#footercontent a:hover, a:active{
	color:#009a3d;
	text-decoration:none;
}

#copyright {
	text-align: center;
  	margin: 0;
  	padding: 13px 13px;
  	}
	
/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}
