/**************************************************
 *  GLOBAL
 **************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#505050;
	margin-top: 0px;
	padding-top:0px;
	text-align: center;
}
p { margin: 0px;  }
form {margin: 0px; }
img {border: 0px; }
div { margin: 0px; padding: 0px;}
input,button {
	font-size:11px;
	border: 1px solid #242775;
    color:#30507A;
}
button{
	font-size:11px;
	background-color:#7eae19;
	border: 1px solid #7eae19;
	color:#ffffff;
	font-weight:bold;
}
input.checkbox{
	border:0px;
	vertical-align:middle;
}
select{
    font-size:11px;
    border: 1px solid #242775;
    color:#30507A;
    margin-bottom:1px;
}
textarea{
	font-size:11px;
    border: 1px solid #242775;
    color:#30507A;
}
#outter_box{
	background:#ffffff;
	text-align: left;
}

#outter_box2{
	float:left;
	width:100%;
	background:#ffffff;
}

/**************************************************
 *  HEADER
 **************************************************/

#header{
	float:left;
	width:100%;
	height:113px;
}
	#logo_section{
		float:left;
		width:488px;
		height:68px;
		margin:16px 0 0 0;
		padding:16px 0 0 20px;
	}

	#search_section{
		display:none;
	}
		#search_section img{
			padding-right:2px;
		}
		#search_section a{
			color:#242775;
			text-decoration:none;
		}
		#search_section div{
			 text-align:left;
			 padding:20px 0 0 10px;
		}
		#search_section h3{
			font-size:11px;
			font-weight:normal;
			padding:0px 0 6px 13px;
			margin:0;
			background: url(../images/bullet_blue.gif);
			background-position:0px 4px;
			background-repeat: no-repeat;
		}

/**************************************************
 *  MAIN SECTION
 **************************************************/

#main_section{
	float:left;
	width:100%;
}
	#slogan{
		display:none;
	}

		div#slogan,home{
			background: url(../images/bgd_hand.jpg);
			background-repeat: no-repeat;
			background-position: top right;
		}

	#breadcrumb{
		display:none;
	}

	#main{
		float:left;
		width:98%;
		padding:5px 10px 20px 10px;
	}



/**************************************************
 *  RIGHT SECTION
 **************************************************/

#right_container{
	display:none;
}

#right_section{
	float:left;
	width:215px;
	background:#ffffff;
	padding-left:10px;
}
	.main_menu{
		float:left;
		width:100%;
	}
		div.menu_item{
			float:left;
			width:200px;
			background: url(../images/bullet_blue.gif);
			background-position:90% 16px;
			background-repeat: no-repeat;
			border-top:1px solid #d4d0c8;
			margin:0 10px 0 0;
		}
		div.on{
			background-color:#edeef3;
		}

		.menu_item a{
			display:block;
			height:23px;
			vertical-align:middle;
			background:url(../images/bullet_arrow.gif);
			background-position:5px center;
			background-repeat:no-repeat;
			/*font-family: Andale mono, mono;*/
			font-family: Arial, sans;
			font-size:13px;
			color:#636363;
			font-weight:bold;
			text-decoration:none;
			padding:10px 0 0 15px;
			margin:2px 0 0 0;
		}
		.menu_item a:hover{
			background:url(../images/bullet_arrow_on.gif);
			background-position:5px center;
			background-repeat:no-repeat;
			color:#242775;
		}
		.menu_item a.on{
			background:url(../images/bullet_arrow.gif);
			background-position:5px center;
			background-repeat:no-repeat;
			color:#242775;
		}
		div.submenu{
			float:left;
			width:100%;
			border-top:1px solid #d4d0c8;
			background-color:#fafafa;
		}
		div.submenu a{
			display:block;
			height:15px;
			vertical-align:middle;
			background:url(../images/bullet_blue_small.gif);
			background-position:15px 11px;
			background-repeat:no-repeat;
			font-family: Andale mono, mono;
			font-size:12px;
			color:#636363;
			font-weight:normal;
			text-decoration:none;
			padding:5px 0 5px 25px;
			margin:0px 0 0 0px;
			border-top:1px solid #edeef3;
		}
		div.menu_item a.submenuon{
			background:url(../images/bullet_blue_small.gif);
			background-position:15px 11px;
			background-repeat:no-repeat;
			color:#242775;
			font-weight:bold;
		}
		div.submenu a:hover{
			background:url(../images/bullet_blue_small.gif);
			background-position:15px 11px;
			background-repeat:no-repeat;
			color:#242775;
			font-weight:bold;
		}



/**************************************************
 *  FOOTER
 **************************************************/

#footer{
	display:none;
}
#footer a{
	color:#ffffff;
}
	#footer_left{
		float:left;
		width:488px;
		margin:20px 0 0 0;
		padding:0 10px 0 10px;
		border-right:1px solid #ffffff;
		text-align:right;
		line-height: 20px;
	}
	#footer_right{
		float:left;
		width:258px;
		text-align:center;
		padding:30px 0 0 0;
	}
