﻿/* Global*/
*{
	margin:0px;
	padding:0px;
}

body{
	font-family:Tahoma, Arial;
	font-size:small;
	text-align:left;
	background-image: url(/Imgs/bg.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,h6{color: #444;}

hr{
border:0px;
color:#AAA;
background-color:#AAA;
height:1px;
width:90%;
}

img{border-style:none;
	border-color:inherit;
	border-width:medium;
}

.imgRight{
	float:right;
	margin:10px 0px 10px 10px;
	right:0px;
}

.imgLeft{
	float:left;
	margin:10px 10px 10px 0px;
}

ul{
list-style:circle outside
}

ol{
list-style:decimal inside
}

.spaces
{
	margin:3px;
}

.textbox{
	padding:10px;
	clear:left;
	background-image:url(/Imgs/textbox-line.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left top;
}

.textbox2{
	padding:10px;
	clear:left;
}

.bot{
	height:0px;
	clear:both;
	width:100%;
}

a{
	color:#336699;
	text-decoration:none;
}
.watertext{
	color:Gray;
	border:solid 1px #666;
	background-color:White;
	margin:3px;
	padding:1px;
}

/* Global End*/

/* master page */
#divBody{
	width:760px;
	margin:0px auto;
}

#divHeaderContent{
	width:750px;
	margin:0px auto;
}

#divHeader{
	width:750px;
	height:200px;
	margin:0px auto;
	background-image:url(/Imgs/header.jpg);
	background-repeat:no-repeat;
}

#divMenu{
	width:700px;
	height:35px;
	float:left;
}

#divHeaderImg{
	width:750px;
	height:165px;
}
#divSubMenu{
	height:25px;
	color:White;
	background-color:#369;
	padding:3px 10px 0px 10px;
	vertical-align:bottom;
	top:200px;
	width:660px;
	float:left;
}

table.navbar td a{
   display:block;
   width:75px;
   padding:3px; 
   height:30px;
   text-decoration:none;
   text-align:center;
}

table.navbar td a:hover, table.navbar td a:active {
   color:#333;
   background-color:#DFDFDF;
}

a.SubMenu:link, a.SubMenu:visited{
	text-decoration:none;
	color:White;
}

a.SubMenu:hover{
	color:White;
	text-decoration:underline;
}

#divLogin{
	float:right;
	height:25px;
	width:70px;
	padding-top:3px;
	background-color:#369;
}

#divTop{
	width:760px;
	height:30px;
}
#divTopmenu{
	width:270px;
	height:15px;
	float:right;
	margin:5px;
}

#divShadowTop{
	width:760px;
	height:5px;
	background-image:url(/Imgs/page-shdw_top.png);
	background-repeat:no-repeat;
}
#divShadowLeft{
	width:5px;
	height:200px;
	margin-top:0px;
	float:left;
	background-image:url(/Imgs/page-shdw_left.png);
	background-repeat:no-repeat;
	
}

#divShadowRight{
	width:5px;
	height:200px;
	margin-top:0px;
	float:right;
	background-image:url(/Imgs/page-shdw_right.png);
	background-repeat:no-repeat;
}

#divContent{
	background-color:White;
	width:750px;
	margin:0px auto;
}

#divFooter{
	width:750px;
	height:35px;
	text-align:center;
	color: #369;
	margin:10px auto;
	margin-bottom:35px;
}

.divMainCont{
	border:solid 1px #BBB;
	border-top:None;
}

/*menu*/

#divFrame{
	padding:40px 10px 10px 10px;
	margin-top:0px;
}

#divContentHeader{
	height:40px;
	width:95%;
}

#divTextbox{
	padding-top:5px;
}

table.navbar {
   border-collapse: collapse;
   margin-left:5px;
}

table.navbar td {
   border: 0px none;
}

a.lnkfooter:link, a.lnkfooter:visited{
	text-decoration: none;
	color: #444;
}

a.lnkfooter:hover{
	color: #000;
	text-decoration: underline;
}
.selectedMenu, .selectedMenu a:link,.selectedMenu a:visited {
	color: White;
	background-image: url("/Imgs/tab.png");
	background-repeat:no-repeat;
	background-position: 2px 0px;
}
/*master page End*/

/*Sitemap*/
.textboxsitemap{		
	padding:  10px 10px 10px 10px;
	clear:left;
	background-image: url(/Imgs/textbox-sitemap.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
}

ul.sitemap{
list-style-position:inside;
list-style-image: url(/Imgs/sm-icon.png);
}

ul.sitemap2{
list-style-position:inside;
list-style-image: url(/Imgs/sitemap-sublink.png);
padding-left:6px;
}
/*end Sitemap*/

/*Contact us*/
.contactus{
	border:solid 1px #666;
	background-color:White;
	margin:3px;
	padding:1px;
}

.btncontactus{
	border: solid 1px #666;
	background-color:White;
	color: #369;
	font-weight:bold;
	margin: 3px;
	width: 75px;
	cursor:pointer;
}

.btncontactus:hover{
	border: solid 1px #666;
	background-color: #369;
	font-weight:bold;
	color:White;
	margin: 3px;
	width: 75px;
	height: 25px;
	cursor:pointer;
}

.textboxcontactus{	
	padding:  10px;
	clear:left;
	background-image: url(/Imgs/textbox-mail.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
}
/*end Contact us*/

/*Articles */
.divArticlesStyle
{
	width: 600px;
	border: solid 1px gray;
}
.divArticlesText
{
	padding: 15px;
}
/*end Articles*/
