/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	 background:url(../images/bg.jpg) repeat-x #FFE100;
}
p{
	font-size:14px;
	line-height:1.5;
}

a{
	text-decoration:none;
}

.header_page{
	height:27px;
	font-size:18px;
	background:url(../images/headerbg.jpg) no-repeat bottom;
	font-weight:bold;
	margin-bottom:20px;
}
.boxhead{
	padding-left:40px;
	font-size:18px;
	font-weight:bold;
}
.content{
	width:1000px; 
	background:url(../images/back1.gif);
}
/*header style*/
.header{
	background:url(../images/bg.jpg) repeat-x #FFE100; 
	width:1000px;
	height:139px;
	text-align:left;
}
.header #logostyle{
	height:96px;
}

.header #mnustyle{
	height:42px;
}

.header #mnustyle #mnuitem{
	margin-top:9px;
}

/*================================================================*/

.header_sep{
	background:url(../images/design_02.png) no-repeat;
	width:1000px;
	height:56px;
	text-align:left;
}
.bodycontent{
	background:#fff;
	text-align:left;
}

.bodycontent #contentdat{
	padding:10px 20px 10px 20px;
	background:#fff;
	text-align:left
}
#buttons{
	height:30px;
	display:block;
}
 #buttons_01{
	background:url(../images/button_03.png) no-repeat right;
	width:101px;
	height:30px;
		color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

#buttons_01:hover{
	background:url(../images/button_12.png) no-repeat right;
	width:101px;
	height:30px;
	color:#000;
	font-size:15px;
	font-weight:bold;
}
#buttons_01 a:hover{
	color:#000;
}
#buttons_05{
	background:url(../images/button_01.png) no-repeat right;
	width:76px;
	height:30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

#buttons_05:hover{
	background:url(../images/button_01_hover.png) no-repeat right;
	width:76px;
	height:30px;
	color:#000;
	font-size:15px;
	font-weight:bold;
}
#buttons_02{
	background:url(../images/button_05.png) no-repeat right;
	width:87px;
	height:30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

#buttons_02:hover{
	background:url(../images/button_13.png) no-repeat right;
	width:87px;
	height:30px;
	color:#000;
	font-size:15px;
	font-weight:bold;
}
#buttons_02 a:hover{
	color:#000;
}

#buttons_03{
	background:url(../images/button_07.png) no-repeat right;
	width:116px;
	height:30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

#buttons_03:hover{
	background:url(../images/button_14.png) no-repeat right;
	width:116px;
	height:30px;
	color:#000;
	font-size:15px;
	font-weight:bold;
}
#buttons_03 a:hover{
	color:#000;
}

#buttons_04{
	background:url(../images/button04.png) no-repeat right;
	width:155px;
	height:30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

#buttons_04:hover{
	background:url(../images/button04_hover.png) no-repeat right;
	width:155px;
	height:30px;
	color:#000;
	font-size:15px;
	font-weight:bold;
}
#buttons_04 a:hover{
	color:#000;
}

#leftconrner{
	background:url(../images/buttons_01.jpg) no-repeat right;
	width:116px;
	height:30px;
	
}


#rightcorner{
	background:url(../images/buttons_03.jpg) no-repeat left;
	width:19px;
}
#centercorner{
	background:url(../images/buttons_02.jpg);
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}
.footer{
	background:#000;
	height:40px;
	width:100%;
	text-align:left
}

/** ============================================================= /
/* CSS Document */

html>body #overlapParent {
  overflow: visible;
}

#mnu1{

	height:23px;
	z-index:10;
}

#mnu1:hover{
	height:23px;
}

/* menus */

#outside{
	border:0px;
	font-size:13xp;
	}
#navigation-1 {
	padding:1px 0;
	margin:0px;
	list-style:none;
	width:100%;
	height:20px;
	font:normal 10pt arial, helvetica;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	font-size:13xp;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding:0px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:12xp;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	padding:0px 0;
	display:block;
	text-decoration:none;
	color:#ffffff;

	font-size:12xp;
}
#navigation-1 li ul.navigation-2 {

	padding:1px 1px 0;
	list-style:none;
	display:none;
	position:absolute;
	left:-1px;
	border-top:none;
	font-size:12xp;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	clear:left;
	width:180px;
	font-size:12xp;
	font-weight:bold;
}
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;	
	padding:4px 0;
	width:180px;
	border:none;
	position:relative;
	z-index:10;
	font-size:12xp;
	font-weight:normal;

}
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	color:#FEE300;
	padding:4px 0;
	width:180px;
	border:none;
	position:relative;
	z-index:10;
	font-size:12xp;
	font-weight:normal;
	
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	left:145px;
	top:-2px;
	padding:1px 1px 0 1px;
	background:#ffffff;
	z-index:11;
	font-size:12xp;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	
}
#navigation-1 li ul.navigation-2 li a span {
	position:relative;
	top:0;
	left:132px;
	font-size:13xp;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, #navigation-1 li ul.navigation-2 li a:hover span {
	position:relative;
	top:0;
	left:132px;
	font-size:13xp;
	color:#ffffff;
}

.mnu_nav_spacer{
	height:5px;
}

/*=================================================================*/


#mainorder {
	background-color: #EDEDED;
	padding-top: 25px;
}
#vieworder {
	float: right;
	width: 320px;
	height: 265px;
	border:1px solid #000;
	margin-right: 33%;
}
#float {
	border: 2px solid #5F7F7B;
	background-color: #D1EFEC;
	height: 30px;
	width: 350px;
	color: #4F4F4F;
	position: relative;
	left: 500px;
}



/*********** .calendar class styles ***********/
.calendarHeader { 
	font-weight: bolder; 
	color: #CC0000; 
	background-color: #FFFFCC; font-size:14px; 
	} 
	
.calendarToday { 
	background-color: #FFFFFF;
	color:#FF9900;
	font-weight:bold;
	} 
	
.calendar { 
	background-color: #FFFFCC; 
	width:100%; 
	font-size:13px; 
	}
	 
.calendar td{ 
	background-color: #FFFFCC; 
	width:14%; 
	font-size:13px;
	text-align:center;
	} 

.calendar td a{ 
	background-color: #FFFFCC;
	color:#333333;;
	font-weight:bold;
	}
	
.calendar #newsbookmark{ 
	background-color: #FFFFFF;
	color:#FF9900;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	} 

.ulstyle{
	list-style:none;
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/*======================================================== */
.leftnav{
	padding:10px 13px 10px 10px;
}
/* box2 setting ======================================================================= */
.leftnav #box2 ul a:link, #box2 ul a:visited {display: block; }
.leftnav #box2 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.leftnav #box2 li {
	border-bottom: 1px solid #cccccc;
}

/* fix for browsers that don't need the hack */
.leftnav #box2 li a{
	text-decoration:none;
	color:#333333;
}

.leftnav #box2 li a:hover{
	text-decoration:none;
	color:#FFAF10;
}

.leftnav #box2 th{
	padding:2px; 
	border-top:1px solid #7FB51A; 
	border-left:1px solid #7FB51A; 
	border-right:1px solid #7FB51A;
	font-size:14px;
}

.leftnav #box2 th div{
	background-image:url(../images/head_green.jpg);
	padding:3px;
	border-top:1px solid #7FB51A; 
	border-left:1px solid #7FB51A; 
	border-right:1px solid #7FB51A;
}

.leftnav #box2 th span{
	float:right; 
	color:#ddddd; 
	font-size:10px;
}

.leftnav #box2 td{
	padding:3px; 
	border-bottom:1px solid #7FB51A; 
	border-left:1px solid #7FB51A; 
	border-right:1px solid #7FB51A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.boxContent {
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}

.txtButton {
	color: #FFE100;
	background-color: #000;
	border: 1px solid #000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFE100;
	background-color: #000;
	border: 1px solid #000;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #70cdcc;
	border: 1px solid #66bbba;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.title_reg{
	font-size:18px;
	margin-bottom:10px;
}

/*buttons ============================*/
.buttons{
	width:206px;
	height:35px;
	margin-bottom:10px;
	background:url(../images/buttons.jpg) no-repeat top;	
}
.buttons #urldata{
	color:#FEE300;
	padding-left:30px;
	font-weight:bold;
	font-size:18px;
	padding-top:5px;
}

.buttons #urldata a{
	color:#FEE300;
	text-decoration:none;
}
.buttons #urldata a:visited{
	color:#FEE300;
	text-decoration:none;
}
.buttons #urldata a:hover{
	color:#fff;
	text-decoration:none;
}