/* test */
P {
	FONT-SIZE: 11px; COLOR: #4f4f4f; TEXT-INDENT: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; margin:5px;
}
.normal_bold { 
       FONT-SIZE: 11px; COLOR: #4f4f4f; FONT-WEIGHT: bold; TEXT-INDENT: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.white { 
       FONT-SIZE: 11px; COLOR: #ffffff; FONT-WEIGHT: bold; TEXT-INDENT: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; padding-left: 10px;
}
A:link {
	FONT-SIZE: 11px; COLOR: #0049A5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}
A:visited {
	FONT-SIZE: 11px; COLOR: #0049A5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}
A:hover {
	FONT-SIZE: 11px; COLOR: #0049A5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
body {
	width:100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
	background: #E7F9C9;
	color: #4f4f4f;
}
#wrapper {
	width:970px;
	margin: 0 auto;
}
#wrapper2 {
	width:970px;
	float: left;
	background: url(/img/design/bg_body.gif) repeat-y;
}
#wrapper2_big {
	width:970px;
	float: left;
	background: url(/img/design/bg_body_big.gif) repeat-y;
}
#wrapper3 {
	width:970px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: 0px auto;
	font-size: 11px;
}
#header_menu {
	width:960px;
	height: 36px;
	float: left;
	background: #BBDA89 url(/img/design/top_menu_bg.gif) no-repeat;
}

#header_flags {
	width:110px;
	height: 17px;
	float: right;
	margin: 10px;
}

#header_flags img {
	padding-left: 5px;
}

#header_country {
	width:600px;
	height: 17px;
	float: right;
	margin: 8px 80px 0px 0px;
	color: #0049A5;
}
#header_country .text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0049A5;
	font-size: 12px;
}
#header_country .izbornik {
	float: right;
	margin: 0px;
}
#header_country .izbornik2 {
	background-color: #E7FBCE;
	color: #0049A5;
}

#logo {
	width:960px;
	height: 110px;
	text-align: center;
	float: left;
	background: #FFFFFF url(/img/design/logo_bg.gif) repeat-y;
}

#logo .logo_country{
	width:370px;
	margin-left: 70px;
	text-align: center;
	float: left;
	color: #004DA0;
	font-size: 30px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#logo .logo_slogan{
	position:absolute;
	top: 110px;
	left: 50%;
	margin-left: 245px;
}

#header_images {
	width:960px;
	height: 114px;
	float: left;
}
#main_menu {
	width:960px;
	float: left;
	height: 37px;
	background: #BBDA89 url(/img/design/main_menu_bg.gif) no-repeat;
}

/* MENUS
---------------------------------------- */
#main_menu {
	width:960px;
	margin: 0 auto;
	padding-top: 0px;
}
#main_menu ul {
    padding: 0 0 0 5px;
    margin: 0 auto;
    list-style-type: none;
    width: 700px;
/* added by JOL */
	left:50%;
	margin-left: 138px;
}

#main_menu ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

#main_menu ul li a {
    float: left;
    display: block;
    margin: 0 0 0 3px;
    padding: 0 0 0 0px;
    line-height: 37px;
    color: #004D9F;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff url(/img/design/button_green_left.gif) 0 0 no-repeat;
}
#main_menu ul li a:hover {
	text-decoration: underline;
}

#main_menu ul li a span {
    float: left;
    display: block;
    padding: 0 10px 0 7px;
    cursor: pointer;
	text-decoration: none;
	background: #f2f2f2 url(/img/design/button_green_right.gif) 100% 0 no-repeat;
}
#main_menu ul li a span:hover {
	text-decoration: underline;
}

#main_menu ul li a.current {
    color: #000;
    font-weight: bold;
    background: #f2f2f2 url(/img/design/button_green_left.gif) 0 0 no-repeat;
}
#main_menu ul li a.current span {
    display: block;
    width: auto;
    background: #f2f2f2 url(/img/design/button_green_right.gif) 100% 0 no-repeat;
}
#main_menu ul li a.yellow {
    color: #004D9F;
    font-weight: bold;
    background: #f2f2f2 url(/img/design/button_yellow_left.gif) 0 0 no-repeat;
}
#main_menu ul li a.yellow span {
    display: block;
    width: auto;
    background: #f2f2f2 url(/img/design/button_yellow_right.gif) 100% 0 no-repeat;
}
#main_menu ul li a.button1 {
    color: #004D9F;
    font-weight: bold;
	width: 85px;
    background: #f2f2f2 url(/img/design/button_green_left1.gif) 0 0 no-repeat;
}
#main_menu ul li a.button1 span {
    display: block;
	float: right;
    width: auto;
    background: #f2f2f2 url(/img/design/button_green_right.gif) 100% 0 no-repeat;
}
#main_menu ul li a.button2 {
    color: #004D9F;
    font-weight: bold;
	width: 107px;
    background: #f2f2f2 url(/img/design/button_orange_left.gif) 0 0 no-repeat;
}
#main_menu ul li a.button2 span {
    display: block;
	float: right;
    width: auto;
    background: #f2f2f2 url(/img/design/button_yellow_right.gif) 100% 0 no-repeat;
}
#main_menu ul li a.button3 {
    color: #004D9F;
    font-weight: bold;
	width: 154px;
    background: #f2f2f2 url(/img/design/button_green_left3.gif) 0 0 no-repeat;
}
#main_menu ul li a.button3 span {
    display: block;
	float: right;
    width: auto;
    background: #f2f2f2 url(/img/design/button_green_right.gif) 100% 0 no-repeat;
}
#main_menu ul li a.button4 {
    color: #004D9F;
    font-weight: bold;
	width: 130px;
    background: #f2f2f2 url(/img/design/button_green_left4.gif) 0 0 no-repeat;
}
#main_menu ul li a.button4 span {
    display: block;
	float: right;
    width: auto;
    background: #f2f2f2 url(/img/design/button_green_right.gif) 100% 0 no-repeat;
}
#main_menu ul li a.button5 {
    color: #004D9F;
    font-weight: bold;
	width: 93px;
    background: #f2f2f2 url(/img/design/button_green_left5.gif) 0 0 no-repeat;
}
#main_menu ul li a.button5 span {
    display: block;
	float: right;
    width: auto;
    background: #f2f2f2 url(/img/design/button_green_right.gif) 100% 0 no-repeat;
}
#main_menu ul li a.button6 {
    color: #004D9F;
    font-weight: bold;
	width: 91px;
    background: #f2f2f2 url(/img/design/button_green_left6.gif) 0 0 no-repeat;
}
#main_menu ul li a.button6 span {
    display: block;
	float: right;
    width: auto;
}

/* LEFT BLOCK
---------------------------------------- */
#left {
    width: 205px;
	float: left;
	margin-top: 10px;
	padding: 0;
}


/* RIGHT BLOCK
---------------------------------------- */
#right {
    width: 205px;
	float: left;
	margin-top: 10px;
	padding: 0px;
}
#right_abs {
	position:absolute;
	left:50%;
	margin-left:262px;
	top: 310px;
    width: 205px;
	padding: 0px;
}

/* CENTER BLOCK
---------------------------------------- */
#center {
    width: 523px;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
}
#center_abs {
	position:absolute;
	left:50%;
	margin-left:-270px;
	top: 300px;
    width: 523px;
	padding: 0px 0px 0px 0px;
}

#center_big {
    width: 740px;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
}

/* FOOTER
---------------------------------------- */
#footer {
    width: 965px;
	height: 80px;
	text-align: center;
}

#footer .header_footer .side_footer { text-align: center; margin: 5px 0 0 0; font-weight: bold; line-height: 30px; height: 30px; color: #FFFFFF; }
#footer .header_footer .side_footer a{ color: #FFFFFF; text-decoration: none; }
#footer .header_footer .side_footer a:hover{ color: #FFFFFF; text-decoration: underline; }


#bottom_menu {
	float: left;
	height: 30px;
	background: #BBDA89 url(/img/design/bottom_menu_bg.gif) no-repeat;
}

/* MENUS
---------------------------------------- */
#bottom_menu {
	width:960px;
	margin: 0 auto;
	padding-top: 0px;
	margin-top: 2px;
}
#bottom_menu ul {
    padding: 0 0 0 5px;
    margin: 0 auto;
    list-style-type: none;
    width: 660px;
}

#bottom_menu ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

#bottom_menu ul li a {
    float: left;
    display: block;
    margin: 0 0 0 3px;
    padding: 0 0 0 5px;
    line-height: 30px;
    color: #004D9F;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff url(/img/design/button_green_small_left.gif) 0 0 no-repeat;
}
#bottom_menu ul li a:hover {
	text-decoration: underline;
}

#bottom_menu ul li a span {
    float: left;
    display: block;
    padding: 0 10px 0 7px;
    cursor: pointer;
	text-decoration: none;
	background: #f2f2f2 url(/img/design/button_green_small_right.gif) 100% 0 no-repeat;
}
#bottom_menu ul li a span:hover {
	text-decoration: underline;
}

#bottom_menu ul li a.current {
    color: #000;
    font-weight: bold;
    background: #f2f2f2 url(/img/design/button_green_left.gif) 0 0 no-repeat;
}
#bottom_menu ul li a.current span {
    display: block;
    width: auto;
    background: #f2f2f2 url(/img/design/button_green_right.gif) 100% 0 no-repeat;
}
#bottom_menu ul li a.yellow {
    color: #fff;
    font-weight: bold;
    background: #f2f2f2 url(/img/design/button_yellow_left.gif) 0 0 no-repeat;
}
#bottom_menu ul li a.yellow span {
    display: block;
    width: auto;
    background: #f2f2f2 url(/img/design/button_yellow_right.gif) 100% 0 no-repeat;
}

/* BOX
---------------------------------------- */

div.box_blue { width: 204px; margin: 0px 0px 0px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.box_blue .box-header { background:transparent url(/img/design/box_top_left_blue.gif) no-repeat 0px 0px; }
.box_blue .box-header .box-side { padding-top: 10px; text-align: center; margin: 0px 0 0 0; font-weight: bold; line-height: 21px; height: 21px; background:transparent url(/img/design/box_top_right_blue.gif) no-repeat right 0px; }
.box_blue .box-header img { float: right; margin: 7px 7px 0 0; border: 0px; }
.box_blue .box-body .box-content {  margin:0px 0px 0px 0px; background:#0966D9 url(/img/design/bod_body_blue.gif) repeat-x 0px 0px;  padding: 1px;; text-align: left; }
.box_blue .box-body .box-content p { color: #FFFFFF; font-size: 18px;}
.box_blue .box-footer { background:transparent url(/img/design/box_bottom_left_blue.gif) no-repeat 0px 0px; }
.box_blue .box-footer .box-side { font-size:1px; height:9px; background:transparent url(/img/design/box_bottom_right_blue.gif) no-repeat right 0px; }
.box_blue .box-header h1 { font-size: 17px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #ffffff; }
.box_blue .box-header h2 { font-size: 11px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #ffffff; }
.box_blue p { margin:0.5em 0px 0px 0px; padding:0px; }
.box_blue ul.box_list li.box_list { font-size: 11px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding-left: 18px; padding-bottom: 5px;}
.box_blue ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }


div.box_cards { width: 204px; margin: 8px 0px 8px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* BOX
---------------------------------------- */

div.box_blue_light { width: 204px; margin: 5px 0px 0px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.box_blue_light .box-header { background:transparent url(/img/design/box_top_left_blue_light.gif) no-repeat 0px 0px; }
.box_blue_light .box-header .box-side { padding-top: 4px; padding-bottom: 2px; text-align: center; margin: 0px 0 0 0; line-height: 25px; height: 25px; background:transparent url(/img/design/box_top_right_blue_light.gif) no-repeat right 0px; }
.box_blue_light .box-header img { float: right; margin: 7px 7px 0 0; border: 0px; }

.box_blue_light .header_line { background: #8AAFD5; height: 1px; text-align: center; padding-top: 0px;}

.box_blue_light .box-body .box-content {  margin:0px 0px 0px 0px; background:#ABC8E7 url(/img/design/bod_body_blue_light.gif) repeat-x 0px 0px;  padding: 1px;; text-align: left; }
.box_blue_light .box-body .box-content h1 {margin:5px 0px 0px 0px; padding-top: 0px; color: #004AA5; font-size: 11px;  }
.box_blue_light .box-body .box-content p { color: #004D9F; font-size: 11px;}
.box_blue_light .box-body .box-content a { color: #004D9F; font-size: 11px; text-decoration: none;}
.box_blue_light .box-body .box-content a:hover { color: #004D9F; font-size: 11px; text-decoration: underline;}
.box_blue_light .box-footer { background:transparent url(/img/design/box_bottom_left_blue_light.gif) no-repeat 0px 0px; }
.box_blue_light .box-footer .box-side { font-size:1px; height:9px; background:transparent url(/img/design/box_bottom_right_blue_light.gif) no-repeat right 0px; }
.box_blue_light .box-header h1 { font-size: 17px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #004D9F; }
.box_blue_light .box-header h2 { font-size: 11px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #004D9F; }
.box_blue_light p { margin:0.5em 0px 0px 0px; padding:0px; }
.box_blue_light ul.box_list li.box_list { font-size: 11px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding-left: 18px; padding-bottom: 5px;}
.box_blue_light ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }

/* BOX
---------------------------------------- */

div.box_green { width: 100%; margin: 0px 0px 0px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.box_green .box-header { background:transparent url(/img/design/box_top_left_green.gif) no-repeat 0px 0px; }
.box_green .box-header .box-side { padding-top: 4px; padding-bottom: 2px; text-align: center; margin: 0px 0 0 0; line-height: 25px; height: 25px; background:transparent url(/img/design/box_top_right_green.gif) no-repeat right 0px; }
.box_green .box-header img { float: right; margin: 7px 7px 0 0; border: 0px; }
.box_green .header_line { background: #89AC54; height: 1px; text-align: center; padding-top: 0px;}
.box_green .box-body .box-content {  margin:0px 0px 0px 0px; background:#BBD98D url(/img/design/bod_body_green.gif) repeat-x 0px 0px;  padding: 1px 0px 0px 10px; text-align: left; }
.box_green .box-body .box-content p { color: #00499D; font-size: 12px;}
.box_green .box-footer { background:transparent url(/img/design/box_bottom_left_green.gif) no-repeat 0px 0px; }
.box_green .box-footer .box-side { font-size:1px; height:9px; background:transparent url(/img/design/box_bottom_right_green.gif) no-repeat right 0px; }
.box_green .box-header h1 { font-size: 17px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #00499D; }
.box_green .box-header h2 { font-size: 11px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #00499D; }
.box_green p { margin:0.5em 0px 0px 0px; padding:0px; }
.box_green .box-body .box-content a { color: #004D9F; font-size: 11px; text-decoration: none;}
.box_green .box-body .box-content a:hover { color: #004D9F; font-size: 11px; text-decoration: underline;}
.box_green ul.box_list li.box_list { font-size: 11px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding-left: 18px; padding-bottom: 5px;}
.box_green ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }

/* BOX
---------------------------------------- */

div.box_green_light { width: 100%; margin: 5px 0px 0px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.box_green_light .box-header { background:transparent url(/img/design/box_top_left_green_light.gif) no-repeat 0px 0px; }
.box_green_light .box-header .box-side { padding-top: 8px; padding-bottom: 8px; text-align: center; background:transparent url(/img/design/box_top_right_green_light.gif) no-repeat right 0px;  }
.box_green_light .box-header img {  margin: 0px 7px 0 0; border: 0px; }
.box_green_light .box-body .box-content {  margin:0px 0px 0px 0px; background:#DAF0B4 url(/img/design/bod_body_green_light.gif) repeat-x 0px 0px;  padding: 1px 0px 0px 0px; text-align: left; }
.box_green_light .box-body .box-content h2 { font-size: 13px; margin:0px; padding-top: 5px; /*color: #314774;*/ color: #00499D;}
.box_green_light .box-body .box-content p { color: #004AA5; font-size: 11px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.box_green_light .box-footer { background:transparent url(/img/design/box_bottom_left_green_light.gif) no-repeat 0px 0px; }
.box_green_light .box-footer .box-side { font-size:1px; height:9px; background:transparent url(/img/design/box_bottom_right_green_ligh.gif) no-repeat right 0px; }
.box_green_light .box-header h1 { font-size: 17px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #00499D; }
.box_green_light .box-header h2 { font-size: 11px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #00499D; }
.box_green_light p { margin:0.5em 0px 0px 0px; padding:0px; }
.box_green_light .box-body .box-content a { color: #004D9F; font-size: 11px; text-decoration: none;}
.box_green_light .box-body .box-content a:hover { color: #004D9F; font-size: 11px; text-decoration: underline;}
.box_green_light ul.box_list li.box_list { font-size: 11px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding-left: 18px; padding-bottom: 5px;}
.box_green_light ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }

/* BOX
---------------------------------------- */

div.box_center { width: 99%; margin: 5px 0px 0px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.box_center .box-header { background:transparent url(/img/design/arrow_orange_big.gif) no-repeat left 15px; }
.box_center .box-header .box-side { padding-top: 4px; padding-bottom: 2px; margin: 0px 0 0 0; line-height: 25px; height: 25px; }
.box_center .box-header img { float: right; margin: 7px 7px 0 0; border: 0px; }

.box_center .header_line { background: #ffffff; height: 1px; text-align: center; }
.box_center .box-body .box-content {  margin:0px 0px 0px 0px;  padding: 1px 0px 0px 0px; text-align: left; }
.box_center .box-body .box-content img { margin: 5px; }
.box_center .box-header .box-side .big { font-size: 20px;  }
.box_center .box-body .box-content h2 { background:transparent url(/img/design/arrow_orange_small.gif) no-repeat left 8px;   font-size: 11px; margin:0px; padding-top: 5px; padding-left: 10px; /*color: #314774;*/ color: #00499D;}
.box_center .box-body .box-content li { background:transparent url(/img/design/arrow_orange_small.gif) no-repeat left 15px;   font-size: 11px; margin:0px; padding-top: 5px; /*color: #314774;*/ color: #00499D;}
.box_center .box-body .box-content p { color: #4f4f4f; font-size: 11px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.box_center .box-footer .box-side { font-size:1px; height:1px; }
.box_center .box-header h1 { font-size: 17px; margin:0px; padding-top: 0px; padding-left: 12px; /*color: #314774;*/ color: #00499D; }
.box_center .box-header h2 { font-size: 11px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #00499D; }
.box_center p { margin:0.5em 0px 0px 0px; padding:0px; }
.box_center .box-body .box-content a { color: #004D9F; font-size: 11px; text-decoration: none;}
.box_center .box-body .box-content a:hover { color: #004D9F; font-size: 11px; text-decoration: underline;}
.box_center ul.box_list li.box_list { font-size: 11px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding-left: 18px; padding-bottom: 5px;}
.box_center ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }

/* BOX
---------------------------------------- */

div.box_center_sub { width: 99%; margin: 5px 0px 0px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.box_center_sub .box-header { background:transparent url(/img/design/arrow_orange_big.gif) no-repeat left 12px; }
.box_center_sub .box-header .box-side { padding-top: 4px; padding-bottom: 2px; margin: 0px 0 0 0; line-height: 25px; height: 25px;  }
.box_center_sub .box-header img { float: right; margin: 7px 7px 0 0; border: 0px; }
.box_center_sub .header_line { background: #ffffff; height: 1px; text-align: center;}
.box_center_sub .box-body .box-content {  margin:0px 0px 0px 0px;  padding: 1px 0px 0px 0px; text-align: left; }
.box_center_sub .box-body .box-content img { margin: 5px; }
.box_center_sub .box-header .box-side .big { font-size: 20px;  }
.box_center_sub .box-body .box-content h2 { background:transparent url(/img/design/arrow_orange_small.gif) no-repeat left 8px;   font-size: 11px; margin:0px; padding-top: 5px; padding-left: 10px; /*color: #314774;*/ color: #00499D;}
.box_center_sub .box-body .box-content li { background:transparent url(/img/design/arrow_orange_small.gif) no-repeat left 15px;   font-size: 11px; margin:0px; padding-top: 5px; /*color: #314774;*/ color: #00499D;}
.box_center_sub .box-body .box-content p { color: #4f4f4f; font-size: 11px;}
.box_center_sub .box-footer .box-side { font-size:1px; height:1px; }
.box_center_sub .box-header h1 { font-size: 17px; margin:0px; padding-top: 0px; padding-left: 12px; /*color: #314774;*/ color: #00499D; }
.box_center_sub .box-header h2 { font-size: 11px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #00499D; }
.box_center_sub p { margin:0.5em 0px 0px 0px; padding:0px; }
.box_center_sub .box-body .box-content a { color: #004D9F; font-size: 11px; text-decoration: none;}
.box_center_sub .box-body .box-content a:hover { color: #004D9F; font-size: 11px; text-decoration: underline;}
.box_center_sub ul.box_list li.box_list { font-size: 11px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding-left: 18px; padding-bottom: 5px;}
.box_center_sub ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }

/* BOX
---------------------------------------- */

div.box_center_sub_big { width: 725px; margin: 5px 0px 0px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.box_center_sub_big .box-header { background:transparent url(/img/design/arrow_orange_big.gif) no-repeat left 12px; }
.box_center_sub_big .box-header .box-side { padding-top: 4px; padding-bottom: 2px; margin: 0px 0 0 0; line-height: 25px; height: 25px;  }
.box_center_sub_big .box-header img { float: right; margin: 7px 7px 0 0; border: 0px; }
.box_center_sub_big .header_line { background: #ffffff; height: 1px; text-align: center;}
.box_center_sub_big .box-body .box-content {  margin:0px 0px 0px 0px;  padding: 1px 0px 0px 0px; text-align: left; }
.box_center_sub_big .box-body .box-content img { margin: 0px; }
.box_center_sub_big .box-header .box-side .big { font-size: 20px;  }
.box_center_sub_big .box-body .box-content h2 { background:transparent url(/img/design/arrow_orange_small.gif) no-repeat left 10px;   font-size: 11px; margin:0px; padding-top: 5px; padding-left: 10px; /*color: #314774;*/ color: #00499D;}
.box_center_sub_big .box-body .box-content li { background:transparent url(/img/design/arrow_orange_small.gif) no-repeat left 15px;   font-size: 11px; margin:0px; padding-top: 5px; /*color: #314774;*/ color: #00499D;}
.box_center_sub_big .box-body .box-content p { color: #4f4f4f; font-size: 11px;}
.box_center_sub_big .box-footer .box-side { font-size:1px; height:1px; }
.box_center_sub_big .box-header h1 { font-size: 17px; margin:0px; padding-top: 0px; padding-left: 12px; /*color: #314774;*/ color: #00499D; }
.box_center_sub_big .box-header h2 { font-size: 11px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #00499D; }
.box_center_sub_big p { margin:0.5em 0px 0px 0px; padding:0px; }
.box_center_sub_big .box-body .box-content a { color: #004D9F; font-size: 11px; text-decoration: none;}
.box_center_sub_big .box-body .box-content a:hover { color: #004D9F; font-size: 11px; text-decoration: underline;}
.box_center_sub_big .box-body .box-content .title:link { color: #004D9F; font-size: 14px; text-decoration: none;}
.box_center_sub_big .box-body .box-content .title:hover { color: #004D9F; font-size: 14px; text-decoration: underline;}
.box_center_sub_big .box-body .box-content .read_more:link { color: #004D9F; font-size: 11px; text-decoration: none; font-weight: bold;}
.box_center_sub_big .box-body .box-content .read_more:hover { text-decoration: underline;}
.box_center_sub_big ul.box_list li.box_list { font-size: 11px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding-left: 18px; padding-bottom: 5px;}
.box_center_sub_big ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }

.line_under_box{
	border-bottom:1px dashed #62B0FF;
}
.dashed_line { 
	height:1px; width:100%; background-image:url(/img/design/dotted_line_big2.gif); background-repeat: no-repeat; 
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.tablelist{
}


/* MENU 1
---------------------------------------- */

#breadcrumb {
	width:99%;
	height: 17px;
	font-weight: bold;
	border-bottom: 1px solid #004AA5;
	padding-bottom:3px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 27px;
	font-size: 13px;
}
#breadcrumb span {
	color: #FFA604;
}
#breadcrumb a {
	text-decoration: none;
	font-size: 13px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/* MENU 2
---------------------------------------- */

#breadcrumb_small {
	width:99%;
	height: 17px;
	padding-top: 10px;
	font-weight: bold;
	border-bottom: 1px solid #004AA5;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 12px;
}
#breadcrumb_small span {
	color: #FFA604;
}
#breadcrumb_small a {
	text-decoration: none;
	font-size: 12px;
}
#breadcrumb_small a:hover {
	text-decoration: underline;
}


/* BOX
---------------------------------------- */

div.box_center2 { width: 99%; margin: 0px 0px 0px 4px; padding: 0px 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.box_center2 .box-header { background:transparent url(/img/design/arrow_orange_big.gif) no-repeat left 12px; }
.box_center2 .box-header .box-side { padding-top: 4px; padding-bottom: 2px; margin: 0px 0 0 0; line-height: 25px; height: 25px;  }
.box_center2 .box-header img { float: right; margin: 7px 7px 0 0; border: 0px; }
.box_center2 .header_line { background: #ffffff; height: 1px; text-align: center;}
.box_center2 .box-body .box-content {  margin:0px 0px 0px 0px;  padding: 1px 0px 0px 0px; text-align: left; }
.box_center2 .box-body .box-content img { margin: 5px; }
.box_center2 .box-header .box-side .big { font-size: 20px;  }
.box_center2 .box-body .box-content h2 { background:transparent url(/img/design/arrow_orange_small.gif) no-repeat left 8px;   font-size: 11px; margin:0px; padding-top: 5px; padding-left: 10px; /*color: #314774;*/ color: #00499D;}
.box_center2 .box-body .box-content li { background:transparent url(/img/design/arrow_orange_small.gif) no-repeat left 15px;   font-size: 11px; margin:0px; padding-top: 5px; /*color: #314774;*/ color: #00499D;}
.box_center2 .box-body .box-content p { color: #4f4f4f; font-size: 11px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.box_center2 .box-footer .box-side { font-size:1px; height:1px; }
.box_center2 .box-header h1 { font-size: 17px; margin:0px; padding-top: 0px; padding-left: 12px; /*color: #314774;*/ color: #00499D; }
.box_center2 .box-header h2 { font-size: 11px; margin:0px; padding-top: 0px; /*color: #314774;*/ color: #00499D; }
.box_center2 p { margin:0.5em 0px 0px 0px; padding:0px; }
.box_center2 .box-body .box-content a { color: #004D9F; font-size: 11px; text-decoration: none;}
.box_center2 .box-body .box-content a:hover { color: #004D9F; font-size: 11px; text-decoration: underline;}
.box_center2 ul.box_list li.box_list { font-size: 11px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; background:transparent url(/img/design/arrow.gif) no-repeat scroll 0px 2px; padding-left: 18px; padding-bottom: 5px;}
.box_center2 ul.box_list { font-size: 12px; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0pt; padding: 0pt; }

.list_hli_stars{
	padding:4px;
	padding-top:4px;
	padding-bottom:4px;
}

.search_item_header{
	color: #004AA5;
	font-size: 11px;
	font-weight:bold;
	margin-top:5px;
}

/* LISTINGS
---------------------------------------- */
.listing {
	width: 714px;
	height: 94px;
	margin-bottom: 5px;
	float: none;
	background-color:#ffffff;
	padding:0px;
}
.listing img {
    padding: 2px;
}
.photo {
	width: 110px;
	height: 86px;
	margin-top: 5px;
	text-align:center;
	vertical-align:middle;
	border:1px dotted #075FCB;
	background-color:#ffffff;
	background-image:url(/photos/thumb/photoback.gif);
	background-position:center;
	background-repeat:no-repeat;
	float: left;
	cursor:pointer;
}

.photo img {
	padding: 7px;
}

.phototable {
	margin: 0;
	padding: 0;
	border: 0;
	width: 96px;
	height: 72px;
}
.photospace {
	margin-left:4px;
}
.listingtext {
	text-align:left;
	margin-left: 235px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.adwords_search{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*border: 1px dashed #0251B2;*/
	border: 1px solid #E0E0E0;
	font-size: 16px;
	background-color: #EFF7FF;
}
.adwords_search p{
	margin: 0px;
	margin-bottom: 4px;
}
.adwords_text{
	font-size: 11px;
}
h3{
	margin:0px;
	font-size:13px;
	font-weight:bold;
	display: inline; 
}
h4{
	margin:0px;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	color:#0049A5;;
}
.frontpageheader{
	font-size:14px;
}

/* LISTINGS PRESENTATION
---------------------------------------- */
.listing_table {
	margin-top:8px;
	width: 720px;
}

.listing_links {
	font-size:12px;
	color:#000066;
}
.listing_links a {
	font-size:12px;
	color:#000066;
}
.listing_links a:hover {
	font-size:12px;
}
.orangeback{
	background-color:#FFA604;
	color:#00499D;
	font-weight:bold;
	padding: 2px;
}
.big_image {
  text-align: center;
  background:#ffffff;
  border: 1px dashed #0251B2;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 12px;
}

.big_image img {
  padding: 4px;
}
.small_image {
  text-align: center;
  margin-top: 5px;
}

.small_image img {
  padding: 2px;
}
.listing_subtitle{
	font-size:12px;
	border-bottom: 1px dashed #DDDDDD;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.listing_text{
	font-size:12px;
	font-weight:bold;
	color:#00499D;
	border-bottom: 1px dashed #DDDDDD;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.listing_text_link{
	padding-left:5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px dashed #DDDDDD;
}
.listing_freetext{
	font-size:12px;
	color:#00499D;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 5px;
}
.listing_facilities{
	font-size:12px;
	color:#00499D;
	padding-top:4px;
	padding-bottom:10px;
	padding-left: 5px;
}
.largetext{
	font-size:18px;
}
.listing_subline{
	font-size:12px;
	border-top: 1px dashed #DDDDDD;
	padding-top:8px;
	padding-left: 5px;
	padding-right: 10px;
}
.headerlink{
	font-size:17px;
}

/* SEARCH
---------------------------------------- */

.search {
	position:absolute;
	top: 312px;
	left: 50%;
	margin-left: 280px;
	width:190px;
	text-align: right;
}
.search2{
	position:absolute;
	top: 312px;
	left: 50%;
	margin-left: 65px;
	width:190px;
	text-align: right;
}
.searchfield {
	font-size:14px;
	width:100%;
	/* background-color: #EFF7FF; */
	background-color: #E7FBCE;
	color: #0049A5;
	padding-left: 2px;
	margin: 1px;
}
.search_button {
/*	background-color: #004AA6; */
	color: #00499D;
	font-weight: bold;
	font-size: 12px;
	width: 60px;
/*	height:25px;
	padding: 3px;
	border: 1px solid #0967DB; */
	cursor: pointer;
	margin-left:6px;
}
.searchnavigator{
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;
}
.searchfieldspace{
	padding-right: 8px;
}
.searchresult_line{
	width:100%; 
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E7FBCE;
}
.imgsearchresult{
	padding: 3px;
}
.largelink{
	font-weight: bold;
	font-size: 12px;
	color:#999999;
}
.largelink a{
	font-weight: bold;
	font-size: 12px;
}
.largelink a:hover{
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}
.largelink a:visited{
	font-weight: bold;
	font-size: 12px;
}
.tiptext{
	background-color: #C5FF8A;
	border:1px solid #00CC33;
	padding:3px;
	margin-top:8px;
	margin-bottom:8px;
	font-size:12px;
}