/* CSS Document */
/* RESETS & BASIC PAGE SETUP */
* { margin:0; 
	padding:0}
	
html {}
/* body { font-size:62.5%; font:Verdana, Arial, Helvetica, sans-serif;  background-color:#f2bb78; color: #B36D1D;} */
body { font-size:62.5%; font:Verdana, Arial, Helvetica, sans-serif;  background-color:#ffc37b; color: #B36D1D;}

#page-wrap 
	{
	width:780px; 
	margin:0 auto;
	background:url(../Images/body-bg_02.png) top left repeat;	
	}
#header {background:url(../Images/header-bg.png) repeat-x; height:79px; margin-top:-12px;}			

/*END RESET*/

/*TOOLBOX*/ 
.floatleft { float:left;}
.floatright { float:right;}
.clear {clear:both;}
a {outline:none;}
a img {border:none;}
p { font-size:13px; font:"Courier New", Courier, monospace; margin:0px 20px 13px 30px; text-align:justify;}
/*END of TOOLBOX*/
#menu-bar{ width:780px; height: 36px;background-color:#f8c588;}
ul #nav{list-style:none;}
	ul#nav li {display:inline;}

	ul,li {margin: 0; padding: 0;}

#blob {
	position:absolute;
	top: 0;
	z-index:1;
	background-color: #0b2b61;
	-moz-border-radius:4px;
	-web-kit-border-radius:4px;
	-moz-box-shadow:2px 1px 5px #011331;
}

#nav {
	position: relative;
	background: #f8c588;
	float: left;
}

#nav li {
	float:left;
	list-style:none;

}

#nav li a {
	color:#c35b25;
	position: relative;
	z-index: 2;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:10px 10px;
}
ul#nav li.selected a{color:#FFFFFF;}
#nav li :hover{ color:#FFFFFF; }
#main-content {width:auto;} 
		#article-area-left {
			float:left;  width:510px;
			}
			 #article-area-left-left{ float:left;}
			  #article-right-inherit{ float:inherit;}
		
		#article-area-right {
			float:right; width:270px;
			}
		#rounded-corner {  width:250px; margin-left: 20px;}
		#rounded-corner2 {  width:240px;}	
		.rounded-corner-box {   width:230px; background:url(../Images/rounded-corner-middle.png) center repeat-y; margin:10px 0; }
		.rounded-corner-box .inside { padding:0 20px;}
		.rounded-corner-box2 {  width:219px; background:url(../Images/rounded-corner2-middle.png) center repeat-y; margin:0px 0px 0px 0px; }
		.rounded-corner-box2 .inside { padding:0 20px;}
		
		.login{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#A13608;
		 	  }
		 .login a{
					color:#FFFFFF;
					text-decoration:underline;
				  }
		.login a:hover{
						color:#A13608;
						text-decoration:none;
						}
		label { float:left; height:20px;}
		input{float:right; border:#A13608 solid 1px; width:120px;}
		#rowelem{clear:both;}
		.message { border:1px solid #FFCC00; color:#333333; background-color:#FFFF00; font:11px solid Georgia, "Times New Roman", Times, serif; padding:2px; padding-left:5px;}
#loginbox{}
#forgetpasswordbox{  }		
fieldset { border: 0; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#A13608; }
  .positive{ float:right; padding:2px; color:#A13608;}
  .negetive{ float:right; padding:2px; color:#A13608;}		
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:36px;
	font-weight:normal;
	color:#84482a;
	margin:20px 0px 0px 20px;
   }

h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:28px;
	font-weight:bold;
	color:#c35b25;
	margin:-25px 0px 0px 170px;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#6a351a;
	margin:20px 20px 0px 30px;
	}

	
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#be5a22;
	margin:0px 0px 0px 37px;
   }
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#6a351a;
	margin-left:20px;
   }
   
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#6a351a;
	margin:0;
   }					


.sliding-door-button {
	height:24px; width:50px;
	margin:0px 5px;
	font-weight: normal;
	background-color:#efad64;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	}
	.sliding-door-button span {
		background-color:#efad64;/* #efad64*/
		padding:0px 0px 0px;
		height:19px;
		font-size:12px;
		color:#cb7a1e;
		text-align:center;
		
		}

	
.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#C3801D;
text-align:center;
}
.footer a{
color:#C3801D;
text-decoration:none;
}
.footer a:hover{
color:#333333;
text-decoration:none;
}