@charset "utf-8";
*:focus {outline: 0;}
/********************************* LAYOUT *********************************/
body, html {
	background: #f0f8f7;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body,td,th { 
	font: normal 12px Arial; 
	color: #000000;
}

#container {
	width: 860px;
	margin: 0px auto;
	text-align: left;
}

#container .header, #container .mainmenu, #container .contents, #container .footer {
	float: left;
	display: block;
	margin: 0px;
}
#container .header, #container .mainmenu, #container .footer { width: 850px; }
#container .contents { width: 860px; }

#container .header { padding: 33px 5px 40px; } 
#container .mainmenu { padding: 13px 5px; }
#container .contents { padding: 0px; }
#container .footer { padding: 25px 5px; } 

/********************************* MAIN STYLES *********************************/

a:link, a:visited, a:active {
	color: #4a8b8f;
	text-decoration: underline;
}
a:hover {
	color: #d17254;
	text-decoration: underline;
}

h1, h3 {font-weight: normal;}
h1 {
    position: relative;
	font-size: 20px;
	margin: 20px 0px 0px;
}
h3 {
	font-size: 11px;
	color: #808080;
	font-style: italic;
	margin: 4px 0px;
}

p {margin: 10px 0px;}

img {
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

select, input, textarea {
	font: 12px Arial;
	color: #808080;
	margin: 0px 2px;
	padding: 0px;
	border: 1px solid #a0a0a0;
}

label { color: #808080; display:block; margin-bottom: 20px; }
/********************************* BLOCKS STYLES *********************************/
/*** main menu ***/
#container .mainmenu, #container .mainmenu li, #container .mainmenu li a {
	font: bold 18px Arial;
	letter-spacing: -0.05em;
}

/***/

#container .mainmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#container .mainmenu li
{
	float: left;
	color: #d17254;
	margin-right: 20px;
}

#container .mainmenu li a:link, #container .mainmenu li a:active, #container .mainmenu li a:visited 
{
	float:left;
	color:#4a8b8f;
	text-decoration:none;
}
#container .mainmenu li a:hover { 
	color: #5cbbc2; 
	text-decoration:none;
}

/*** footer ***/
#container .footer {
	text-align: left;
	font-size: 11px;
	color: #808080;
    position: relative;
}

.footer .bigdesign {
    text-align: right;
    font: normal 9px Verdana, Arial;
    color: #808080;
    position: absolute;
    top: 22px;
    right: 4px;
}

.footer .bigdesign img {
    display: inline;
    vertical-align: middle;
}
/*** content ***/
#container .contents {
	display: block;
	background: url(../img/cnt_bg.gif) repeat-y;
}
.contents .content_top, .contents .content_bot,  .contents .wrapper, .contents .submenu, .contents .mods {
	float: left;
	display: block;
	margin: 0px;
}
.contents .content_top, .contents .content_bot {
	width: 860px;
	padding: 0px;
}
.contents .wrapper {
	width: 850px;
	padding: 0px 5px;
}

.contents .submenu {
	width: 202px;
	padding: 3px 0px 20px;
}

.contents .mods {
	width: 613px;
	padding: 3px 10px 20px 25px;
}

/* submenu */
.contents .submenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*background: url(../img/sm_sep.gif) no-repeat left top;*/
}

.contents .submenu li
{
	color: #ffffff;
	padding: 11px 20px 11px 14px;
	background: url(../img/sm_sep.gif) no-repeat left bottom;
	font-weight: bold;
}

.contents .submenu .active
{
	background: #d17254 url(../img/sm_sep.gif) no-repeat left bottom;
}

.contents .submenu li a:link, .contents .submenu li a:active, .contents .submenu li a:visited 
{
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
}
.contents .submenu li a:hover { 
	color: #d17254; 
	text-decoration:none;
}

/* moduls area */

.mods .modwrap { margin-bottom: 30px; }

.mods h1 .rslink {
    font-size: 12px;
    background: url(../img/down.gif) no-repeat left 2px;
    padding-left: 20px;
    position: absolute;
    top: 0px;
    right: 0px !important;
    right: 10px;
}

.mods li { margin-bottom: 8px; }

/* Zebro table */
.mods table.zebro_h, .mods table.zebro_f {
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
}

.mods table.zebro_h {background: url(../img/zebro_h_bg.gif) repeat left bottom;}

.mods table.zebro_h th, .mods table.zebro_h td, .mods table.zebro_f th, .mods table.zebro_f td {
    padding: 0px 5px;
    text-align: left;
    vertical-align: middle;
}

.mods table.zebro_h th, .mods table.zebro_f th {
    height: 36px;
    color: #808080;
    background: #fde4d7;
}

.mods table.zebro_h td, .mods table.zebro_f td { height: 29px; }
.mods table.zebro_f td {
    padding-top: 2px;
    padding-bottom: 2px;
}
.mods table.zebro_h .gray, .mods table.zebro_f .gray { color: #808080; }
.mods table.zebro_f .ev { background:#f0f8f7; }

/* Link to top of page, back to list */
.mods .totop, .mods .goback {
    width: 100%;
    height: 28px;
    margin: 25px 0px;
}
.mods .totop { float:left; background: #e3f2f2 url(../img/up.gif) no-repeat 8px 7px; }
.mods .goback { background: #e3f2f2 url(../img/left.gif) no-repeat 9px 6px; }
.mods .totop a, .mods .goback a {
    margin: 0px 30px;
    line-height: 26px;
}

/*** prize ***/
.mods table.prize_l {
    float: left;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    border-style: none;
}

.mods table.prize_l td {
    text-align: justify;
    vertical-align: top;
}

.mods table.prize_l td.descslot { padding: 0px 25px 0px 0px; }
.mods table.prize_l td.picslot { padding: 55px 0px 0px 0px; width:280px; }

.mods ul.prize_h {
    float: left;
    width: 230px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mods .prize_h li {
    background: url(../img/rgh.gif) no-repeat left 1px;
    padding: 0px 20px;
    margin: 10px 0px;
}

/*** faq ***/
.mods .faq_spacer {
    font-size: 18px;
    vertical-align: text-top;
}

.mods .faq_question { font-size: 14px; }
.mods .faq_answer { margin-bottom: 20px; }
/*** pages counter ***/
.mods .pages { text-align: right; }
.mods .pages a, .mods .pages img { display: inline; vertical-align: text-bottom;}

.mods .pages a { 
    text-decoration: none;
    margin: 0px 3px;
}
.mods .pages a.cp { color: #808080; }
.mods .lbl, .mods .lbl li, .mods .lbl td { color: #808080; }

/*** project categories ***/
.mods .cat1 { color: #a195ba; } /* Personel Training */
.mods .cat2 { color: #979269; } /* Establishment of Educational Institutions */ 
.mods .cat3 { color: #d17254; } /* Curriculum Development */ 
.mods .cat4 { color: #81b66f; } /* Informal and Adult Education */ 
.mods .cat5 { color: #b97c7b; } /* Research of Specific Areas of Jewish Education */ 
.mods .cat6 { color: #749cba; } /* Multimedia */ 

.mods .pi_pname {
    width: 220px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.mods .project_contacts {
    background: #e3f2f2;
    padding: 2px 20px 20px;
}

