@charset "utf-8";
/* CSS Document */
.logo{
	float:left;
}
.notification_error{
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
}
.notification_ok{
	border: 1px #567397 solid;
	height: auto;
	width: 90%
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
}

.info_fieldset{
	-moz-border-radius: 7px;
	border: 1px #dddddd solid;
}
.info_fieldset legend{
	border: 1px #dddddd solid; 
	color: black; 
	font: 13px Verdana;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 3px;
}

.button{
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: white;
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}
/* Label */
label  {
	width: 140px;
	padding-left: 20px;
	margin: 5px;
	float: left;
	text-align: left;
}
/* Input, Textarea */
input, textarea{
	margin: 5px;
	padding: 0px; 
	float: left;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}
br {
	clear: left;
}
p a {
	color: #000;
	text-decoration:underline!important;
}
a{
	color:#000;
	text-decoration:none;
	}
p a:hover{
	text-decoration: none!important;
}
.nav{
	height:23px;
	width:748px;
	float:left;
	padding:5px 0 5px 6px;
	vertical-align:middle;
}
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#nav li a {
	display: block;
	font-weight: bold;
	font-size:14px;
	padding: 3px 10px;
	background:#3d4049;
	color:#FFF;
	list-style:none;
}
ul#nav li a:hover{
	background:#888;
	color:#fff;
	}	
ul#nav li {
	float: left;
	position: relative;
	width: 110px;
	text-align: center;
	margin-right:5px;
	border:1px solid #ccc;

}
ul#nav li.current a{
	background:#ddd;
	color:#fe0000;
}
ul#nav li.current a:hover{
	background:#888;
}
li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}
ul#nav li ul.sub li{
	width:250px;
	border-width:0 1px 1px 1px!important;
	font-size:10px;
		list-style:none;
}
ul#nav li ul.sub li a{
	font-size:10px;
	font-weight: normal!important;	
		list-style:none;
}
li>ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul {
	display: block;
}
/*new*/
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #191919;
	background:url("../images/bg_wrap.gif") repeat-x;
	background-position:top;
	margin:auto;
	width:100%;
	height:100%;
	margin:auto;
}
.content h1{
	font-size:18px;
	font-weight:bold;
}
.content h2{
	font-size:16px;
	font-weight:bold;
}
.content h3{ 
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.content p{ 
	line-height:normal;
}
.content a { 
	text-decoration:none;
}
.content a:hover {
	color:#FF9900;
}
.wrapper{
	width:780px; 
	overflow:hidden; 
	border: solid #dddddd 2px; 
	background:#FFFFFF;
}
.sip {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}
.header {
	width:760px;
	height:300px;
}
.innerheader{
	background:url("../images/sip_eye_.jpg") no-repeat;
	height:195px;
	width:748px;
	color:#ffffff;
	font-size:16px;
}
.left{
	float:left; 
	width:300px; 
	text-align:left; 
	padding:4px 0 3px 5px;
}
.right{
	float:right; 
	width:350px; 
	text-align:right; 
	padding:4px 5px 3px 0;
}
.innerheader a{ 
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.content{
	float:left;
	text-align:left;
	width:760px;
	height:auto;
	margin: 10px 10px 10px 10px;
}
.clear {
	clear:both;
}
.contentL1{
	width:450px;
	float:left;
}
.contentR1{
	width:280px;
	float:left;
	padding-left:20px;
	padding-top:35px;
}
.contentR1 ul{
	width:100%; 
	height:auto; 
	float:left;
	margin:0; 
	padding:0; 
	list-style-type:none; 
}
.contentR1 ul li{
	width:100%; 
	height:auto; 
	float:left; 
	margin:0; 
	padding:0; 
	background:url("../images/pointer.gif") 4px 3px no-repeat;
}
.contentR1 ul li span {
	width:100%; 
	height:auto; 
	padding-left:10px!important; 
}
.contentR1 ul li a:hover{
	padding-left:10px!important;
	font-size:11px;
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}
.contentR1 ul li a{
	padding-left:10px!important;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.contentR1 ul li p{
	padding-left:10px!important;  
	font-size:11px; 
	color:#000000; 
	text-decoration:none; 
	font-weight:bold;
}
.contentL{
	width:450px;
	float:left;
	}
.contentR{
	width:280px;
	float:left;
	display:inline;
	padding-left:20px;
}
.contentL2{
	float:left;
}
.contentR2{
	float:left;
	display:inline;
}
.footer{
	width:780px;  overflow:hidden; 
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	color: #191919;
}