/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#fff;
			background-image:url(images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			line-height:14px;
			}
p 	{
			padding:0;
			margin:0;
			}
*		{
			font-family:tahoma;
			font-size:11px;
			color:#000;
			line-height:14px;
			}
			
form {
			padding:0;
			margin:0;
			}
	
/*------------------------------Header----------------------*/		

.Topimage {
			background-image:url(images/header1.jpg);
			background-repeat:no-repeat;
			background-position:center;
			}
			
.Topinside {
			background-image:url(images/inner.jpg);
			background-repeat:no-repeat;
			background-position:center;
			}

/*------------------------------Menu----------------------*/	

.menuright {
			font-size:10px;
			font-weight:bold;
			color:#D5E2E7;
			text-decoration:none;
			}
.menuright:hover {
			font-size:10px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			}
			
.menuleft {
			background-image:url(images/divider.gif);
			background-repeat:no-repeat;
			background-position:center;
			font-size:10px;
			font-weight:bold;
			color:#B48654;
			text-decoration:none;
			}
			
.menuleft:hover {
			font-size:10px;
			font-weight:bold;
			color:#000;
			text-decoration:none;
			}
			
/*------------------------------Body----------------------*/	

.greybox {
			background-color:#F6EBD9;
			/*border:#1D251F solid 3px;*/
			padding-top:12px;
			padding-bottom:12px;
			padding-left:25px;
			padding-right:25px;
			}
			
.knowmore {
			font-size:10px;
			font-weight:bold;
			color:#D5E2E7;
			text-decoration:none;
			}
.knowmore:hover {
			font-size:10px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			}
.dots {
			background-image:url(images/dots.gif);
			background-repeat:repeat-y;
			background-position:left;
			padding-left:16px;
			}
.red {
			font-size:12px;
			font-weight:bold;
			color:#963E1F;
			}
.knowmore2 {
			font-size:10px;
			font-weight:bold;
			color:#075C8F;
			text-decoration:none;
			}
.knowmore2:hover {
			font-size:10px;
			font-weight:bold;
			color:#001B2B;
			text-decoration:none;
			}

		
/*------------------------------Footer----------------------*/

.padding {
			padding:10px;
			}
			
.footermenu {
			font-size:11px;
			font-weight:bold;
			color:#B48654;
			text-decoration:none;
			}
.footermenu:hover {
			font-size:11px;
			font-weight:bold;
			color:#000000;
			text-decoration:underline;
			}
