#loader{
   visibility:hidden;	
     
}
input.button {
	width: auto;
	height: 23px;
	border: 1px solid #FF6600;
	background-color: #FF9900;
	color: #000000;
	font-size: 12px;
}
#upload_form {
	display:block; 	
}

#upload_process{
   z-index:100;
   height: 150;
   visibility:hidden;
   position:absolute;
   width:100%;
   font-size:20px;
}
.message {
	background-color:#FF9900;
	color:#000000;
	padding:10px;
}
body {

	font-family: "Lucida Grande", Arial, sans-serif;

	font-size: 12px;

	line-height: 17px;

	background: url(../images/bg.gif);

	color: #9F9F9F;

	margin: 0;

	padding: 0;

}



hr { margin: 5px 0; }



form { margin: 0; padding: 0; }

img { border: none; }

table {
  border: 0px;
}  

table td {

	font-size: 10px;

}



table td b {

	font-size: 14px;

}



ul {

	list-style-type: none;

   padding-left: 0;

   margin-left: 0;

}



p {

	margin: 0 0 17px 0;

	padding: 0;

	color: #666;

	font-size: 12px;

}



a {

	color: #78AAF1;

	text-decoration: none;

	font-weight: bold;

	font-size: 11px;

}



a:hover { text-decoration: underline; }



h2 {

	font-size: 17px;

	color: #00D417;

	font-weight: bold;

	margin: 0;

	padding: 0;

}



/* HEADER CSS */



#headercontain {
   display: block;
   width: 100%;
   height: 72px;
   position: fixed;
   top: 0;
   background-color: #550000;
   color: #fff;
}


#headercontain  #header {
   display: inline-block;
   float:left;
	width: 200px;
	height: 72px;
   position: fixed;
	background-color: #550000;
	color: #fff;
}

#headercontain  #welcome {
	float:right;
	width: auto;
	position: fixed;
	background-color: #550000;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	margin-left: 75%;
}

#headercontain  #bookmark {
	position: fixed;
	background-color: #550000;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-left: 40%;
}

#logo {

	position: absolute;

   top: 6px;

   left: 30px;

}



/* MENU CSS */



#menuBar {

	width: 100%;

	height: 39px;

	position: fixed;

   top: 72px;

   background: url(../images/topnavmenu.gif) bottom left repeat-x;

}



#menu {

   margin: 0 20px;

   padding: 0;

   list-style: none;

}



#menu li {

	float: left;

   padding: 0;

   margin: 0;

}



#menu li a {

   float: left;

   color: #111;

   padding: 0 15px;

   line-height: 25px;

	font-size: 11px;

}



#menu li a:hover {

   text-decoration: none;

   color: #6A3300;

	border-bottom: 14px solid #000;

}



/* CONTENTS CSS */



#contents {

	/*background-color: #000;*/

   padding: 125px 30px 60px 30px;

   overflow: auto;

}



#content { margin-right: 250px; }

#content .signup {
  color:#FFFFFF;
}

#infoBox {

	width: 220px;

	padding: 10px;

	float: right;

}



/* FOOTER CSS */



#footer {

   height: 37px;

   background: url(../images/bottomnavmenu.gif) bottom left repeat-x;

   padding: 0 0 0 30px;

   line-height: 47px;

   width: 100%;

   position: fixed;

   bottom: 0;

}



#footer * {

	font-size: 10px;

	color: #111;

}

.tablecontain {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
}  

.tablecontain .tablecellt {
  width: 150px;
  height: 20px;
  background-color:#FF9900;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  padding: 3px;
  margin: 0px;
} 


.tablecontain .tablecellt a { 
  color:#000000;
  margin: 0px;
  text-decoration:underline;
} 

.tablecontain .tablecell {
  width: 150px;
  height: 20px;
  background-color:#FFffff;
  color: #000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  padding: 3px;
  margin: 0px;
} 

.tablecontain .tablecell a {
  color: #000000;
}

.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 200px;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
.rbcontent h2 { font-size:16px; color:#000000; text-align:center;}
.rbcontent a { color:#000000; text-decoration:underline;}
.rbcontent a:hover { color:#000000;}
.rbroundbox { width: 200px; margin: 1em auto; }

#testimonial {
	width: 200px;
	color:#000000;
}

#testimonial #ttitle {
	width: 190px;
	height: 20px;
	padding: 5px;
	background-color: #FF9900;
	font-size: 16px;
	text-align:center;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}
#testimonial .tcontent {
  	width: 190px;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #E1E1E1;
	color:#FFFFFF;
	overflow:hidden;
	word-wrap: break-word;
	

}	

#testimonial .tcontent a {
  	color: #ffffff;
}		
#testimonial .tcontent a:hover {
  	color: #ffffff;
} 	

#news {
	width: 200px;
	color:#000000;
}

#news #ntitle {
	width: 190px;
	height: 20px;
	padding: 5px;
	background-color: #FF9900;
	font-size: 16px;
	text-align:center;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}
#news .ncontent {
  	width: 190px;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #E1E1E1;
	color:#FFFFFF;
	overflow:hidden;
	word-wrap: break-word;
	

}	

#news .ncontent a {
  	color: #ffffff;
}		
#news .ncontent a:hover {
  	color: #ffffff;
} 	
	 
.table {
	font-size: 12px;
}
.table td {
	padding:0 10px 0 10px;
	font-size: 12px;
	white-space:normal;
	width:50%;
}		 