/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
        margin: 0 auto;
        font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #0e2b4b; 
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-top: 8px; margin-bottom: 2px; color: #ed145b;}
h3 { font-size: 18px; line-height: 22px; margin-top: 8px; margin-bottom: 2px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 2px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 2px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 2px; }

h1 span { color: #999; }

a { color: #3b5a4a; }
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
	text-align: center;
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 960px; 
	height: 160px; 
        margin: 0 auto;
	background: url(images/header_bg3.gif) no-repeat center; 
	position: relative; 
}

#header img {
        position: absolute;
        top: 60px;
        left: 31px;

}

#headerlogo {
        position: absolute;
        top: 60px;
        left: 31px;
        width: 151px;
        height: 100px;
        background: url(images/peek.jpg) no-repeat center; 

}

#header h1 { 
        width: 300px;
        position: absolute;
        top: 65px;
        left: 160px;
	font: 20px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #666; 
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header h1 em{ 
	color: #ed145b; 
	font-size: 30px;
}
#header span {
        position: absolute;
        top: 105px;
        left: 150px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #CDC8B1; 
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 900px; 
	overflow: hidden; 
	background: url(images/container_bg.jpg) white repeat-y;
        margin: 0 auto; 
}



/* Navigation
-------------------------------------------------------------------*/
#nav {
font-family:Helvetica, Arial, sans-serif;
font-size: 17px;
position: absolute;
left:160px;
bottom:8px;
width: 600px;
border-bottom:1px solid gray;
overflow: hidden;
background-color: white;
}

#nav li {
float:left;
}

#nav li a {
float:left;
margin-right: 20px;
height: 22px;
display: block;
font-weight: bold;
text-decoration: none;
}

/* Show only to IE6 */
* html #nav li a { 
  margin-right: 15px;
}

#nav li a:link, #nav li a:visited {
color:#666;
}

#nav li a:hover, #nav li.active a:link, #nav li.active a:visited, #nav li.current_page_item{
color:black;
border-bottom:4px solid #ed145b;
}

#nav li.current_page_item a:hover{
border-bottom: none;
}

/* Sub-Navigation
-------------------------------------------------------------------*/
#subnav {
font-family:Helvetica, Arial, sans-serif;
font-size: 12px;
position: absolute;
left:180px;
bottom:-10px;
background-color: white;
}

#subnav li {
float:left;
}

#subnav li a {
float:left;
margin-right: 20px;
height: 15px;
display: block;
font-weight: bold;
text-decoration: none;
}

/* Show only to IE6 */
* html #subnav li a { 
  margin-right: 15px;
}

#subnav li a:link, #nav li a:visited {
color:#666;
}

#subnav li a:hover, #nav li.active a:link, #nav li.active a:visited, #nav li.current_page_item{
color:#ed145b;
}


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 850px; 
	float: left; 
	padding: 25px; 
	/*border: medium double rgb(250,0,255);*/
}

#content .block {
	padding: 5px; 
	overflow: hidden;
	color: #555;
}
#content .block h2 { 
        font: normal 18px Verdana, Arial, Sans-Serif; 
        background: url(images/sidetitle_bg.gif) no-repeat;
        padding-left: 23px;
}
#content .block li { 
	list-style-type: none;
	list-style-position: inside;
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}
#content .block a:hover { color: #777; }

#content .alphabet {
	text-align: center;
}

#content .alphabet a {
	text-decoration: none;
	/*color: #104E8B;*/
}

#content ul li {
	list-style-type: square;
	list-style-position: outside; 
	margin-left: 10px;
}
#content .line{
	width: inherit;
	height: 15px;
	background: url(images/meta_bg.gif) top center no-repeat; 
}

#content .imgright {
	background: #000;
	border: 4px solid #f0f0f0;
	margin: 10px 0 5px 10px;
	float: right;
}

#content .imgleft {
	background: #000;
	border: 4px solid #f0f0f0;
	margin: 10px 0 5px 10px;
	float: left;
}

#content .print {
	margin: 0px 0 5px 10px;
	float: right;
	width: 30px;
}

#content .top {
	margin: 10px 0 5px 10px;
	padding-right: 10px;
	float: right;
	background: url(images/arrowup.gif) right no-repeat;
}

/* Raban
-------------------------------------------------------------------*/
#content .raban {
	text-align: center;
	border: 1px solid #ed145b;
	padding: 5px;
	width: 500px;
}

#content table td {
	padding: 5px;
}


#content table .bold {
	font-weight: bold;
	font-size: 15px;
}

/* Columns
-------------------------------------------------------------------*/
#column_end { 
	width: 850px;
	display: block; 
	clear:both;
}
#column_left { 
	width: 235px;
	float: left;
	margin: 0 10px 10px 0;
}

#column_center { 
	width: 235px;
	float: left;
	margin: 0 10px 10px 0;
}

#column_right { 
	width: 235px;
	float: left;
	margin: 0 10px 10px 0;
}


/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 80px;
	right: 80px;
	
}

#search input { border: 0; }

#search #q { 
	width: 150px;
	height: 26px;
	padding: 3px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search_bg.jpg) no-repeat;
	border:none;
}
#search #searchsubmit { 
	width: 56px; 
	height: 26px;
	text-align: center;
	background: url(images/searchbt_bg.jpg) no-repeat;
	font-weight: bold;
}
.bt {
	cursor: pointer;
}

/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 960px; 
	height: 225px;
	margin: 0 auto; 
	background: url(images/footer_bg1.gif) no-repeat;
	position: relative; 
}

#footer p { 
	font-size: 11px; 
	margin: 0; 
}

#footer a { color: #ff0000; }

#footer .print {
	margin: 0 50px 0 0;
	float: right;
	clear: right;
}

#footer .w3c {
	height: 31px;
	width: 88px;
	margin: 5px;
}

#footer-inner {
	float: none;
	text-align: center; 
	width: 900px; 
	margin: 0 auto;
}

#footer-inner .bib{
	padding-top: 10px; 
	padding-left: 136px;
}







