
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-alpha;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #385B88;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 720px;
	height: 252px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	height: 252px;
	background: url(images/img05.jpg) no-repeat left bottom;
}

#logo h1 {
	padding: 110px 0 0 0;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	color: #385B88;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	margin: 0 -4px 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 720px;
	height: 59px;
	margin: -30px auto 0 auto;
	padding: 0;
  overflow: hidden;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
  float: left;
  
}
#menu ul li ul li{
  display: none;
  float: none;
  
}
#menu ul li:hover ul li{
  display: block;
}
#menu ul li ul{
  /*float: none;*/
  margin: 0;
}
#menu ul li a {
	display: block;
	/*float: left;*/
	padding: 0;
  margin-right: 2.5em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}
#menu ul li ul li a{
  float: none;
  margin: 0;
}
#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 40px 0 1.5em 0;
	border-bottom: 1px dotted #CAD4DF;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin-top: 43px;
}

/* Content > Sidebar > Login */

#login {
  height: 160px;
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0 60px 0;
	background: #C3CDDB;
	border: 1px solid #CAD4DF;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
}

.star {color:#fd0506;}
.m1 { margin-right:5px;}

a#rss{
  display: block;
  width: 32px;
  height: 32px;
  float: right;
  background: url('images/001(2).png') no-repeat;
}

/* Text-blocks */
.text-blocks { width: 100%; padding-bottom:10px; text-align:center;}
.text-blocks p { text-align:left; padding:0;font-size:13px; line-height:19px; color:#787676; margin:0;}
.text-blocks h3 {font-size:18px; color:#385b88; text-align:left; margin-bottom:0px;}
.text-blocks a{color:#385b88;}

.text-blocks .tab-1, .text-blocks .tab-2 { width: 440px; padding:5px 10px;  font-size:13px;margin-top:10px; margin-bottom:10px; border:1px solid #e3e8ee;}
.text-blocks .tab-1 { margin-bottom:20px;}
.text-blocks .tab-1 img.img, .text-blocks .tab-2 img.img { float: left; margin: 0 5px 0px 0;}

.text-blocks .side { width: 240px; padding:5px 5px;  font-size:13px; line-height:18px; margin-top:10px; margin-bottom:10px; background: #e3e8ee; border:none;}
.text-blocks .side h3 {font-size:18px; color:#ea672e; margin-bottom:5px;}
.text-blocks .side a{color:#ea672e;}
.text-blocks .side p {color:#385b88;}
.text-blocks .side img.img { float: right; margin: 0 0 0 5px;}


/*
playback timings (ms):
  captures_list: 0.512
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 7.74
  LoadShardBlock: 94.453 (3)
  PetaboxLoader3.datanode: 111.423 (4)
  load_resource: 286.293
  PetaboxLoader3.resolve: 151.409
*/