@charset "utf-8";
/* CSS Document */
body				{margin:0px;padding:0px;font-family:"Arial Narrow";text-align:left;font-size:11px;color:#5F6F7B;text-transform:uppercase; background:url(images/bg.jpg);}
.miandiv			{width:980px;}
.header				{background:url(images/up-bot-bg.jpg) bottom left;width:880px;height:134px;padding:0px 50px;}
.logo				{float:left;}
.content			{padding:50px;background:#E8EDF1;}
.left-cont			{float:left;width:320px;height:535px;background:#ffffff;}
.right-cont			{float:right;padding:30px;text-align:left;background:#ffffff;width:500px;height:475px;}
.in-left			{float:left;width:225px;}
.in-right			{float:right;width:225px;}
.h2					{margin:0px;padding:0px;font-size:18px;color:#EB5118;font-weight:bold;font-family:Arial;padding-bottom:20px;}
.h2 span			{color:#8F9AA2;font-weight:normal;}
.p					{margin:0px 0px 10px 0px;padding:0px;HEIGHT:440px;}
/*.p p				{margin:0px;padding:0px;}*/
.footer				{color:#fff;background:url(images/up-bot-bg.jpg) top left;width:980px;height:110px;margin-top:2px;}
.bot-menu			{padding-top:45px;}
.bot-menu ul		{margin:0px;padding:0px;}
.bot-menu li		{margin:0px;padding:0px 4px;display:inline;}
.bot-menu a			{text-decoration:none;color:#FFFFFF;text-transform:uppercase;}
.bot-menu a:hover	{text-decoration:underline;}


.clear				{clear:both;}

.link				{text-decoration:none;color:#EB5118;}
.blue				{color:#4DB5E8;}
.seprator			{background:url(images/seprator.jpg) left center repeat-x;width:100%;height:15px;}
.date				{background:#4DB5E8;color:#FFFFFF;padding:4px 10px;text-decoration:none;font-weight:bold;font-family:Arial;margin:10px 0px;}
.menu				{float:right;}
.menu ul			{margin:0px;padding:0px;}
.menu li			{margin:0px;padding:0px; display:inline;}
.menu a				{text-decoration:none;color:#FFFFFF;text-transform:uppercase;line-height:134px;padding:60px 20px;font-size:13px;font-weight:bold;font-family:Georgia;}
.menu a:hover		{text-decoration:none;background:url(images/menu-h.jpg) repeat-x;}


#nav {padding:0; margin:0; background:none;text-align:left;width:200px;padding-top:50px;}
#nav a:hover {text-decoration:none;}
#nav dt b, #nav dt a {display:block; margin:0px;padding:5px 0px;text-transform:capitalize;font-size:15px;color:#666666;font-weight:bold;height:18px; line-height:20px;cursor:pointer; }

#nav dt a {color:#F835AB; text-decoration:none;padding-left:13px;}
#nav dd {padding:0; margin:0;}
#nav dd ul {padding:0; margin:0; list-style:none;background:#e9e9e9;border:1px solid #cccccc;margin-left:13px;}
#nav dd ul li {padding-left:13px;background:url(images/arrow.gif) left center no-repeat;}
#nav dd ul li a {text-decoration:none;color:#666666;font-size:13px;font-weight:bold;}



.holder {
				float: left;
				margin: 10px;
			}
			.scroll-pane {
				width: 500px;
				overflow: auto;
				background: #fff;
				float: left;
				height: 440px;
			}									
			.osX .jScrollPaneTrack {
				background: url(images/osx_track.gif) repeat-y;
			}
			.osX .jScrollPaneDrag {
				background: url(images/osx_drag_middle.gif) repeat-y;
			}
			.osX .jScrollPaneDragTop {
				background: url(images/osx_drag_top.gif) no-repeat;
				height: 6px;
			}
			.osX .jScrollPaneDragBottom {
				background: url(images/osx_drag_bottom.gif) no-repeat;
				height: 7px;
			}
			.osX a.jScrollArrowUp {
				height: 24px;
				background: url(images/osx_arrow_up.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX a.jScrollArrowDown {
				height: 24px;
				background: url(images/osx_arrow_down.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}
			
			.left .jScrollPaneTrack {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowUp {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowDown {
				left: 0;
				right: auto;
			}					
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}
			/* /IE SPECIFIC HACKED STYLES */