*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EEE;
}

img
{
	border: none;
}

.clear_float
{
	clear: both;
}

#baseurl
{
	display: none;
}

#page
{
	margin: 12px auto;
	width: 890px;
	border: 1px solid #AAA;
	background: #FFF;
}

#header
{
	margin-bottom: 20px;
}

#header_lt
{
	float: left;
	margin: 0 20px 0 10px;
	width: 280px;
	height: 80px;
	background: transparent url(../img/header_lt.jpg) left bottom no-repeat;
	cursor: pointer;
}

#header_rt
{
	float:  right;
	margin: 20px 20px 0 0;
	width: 280px;
	color: #777;
	font-size: 14px;
	text-align: right;
}

#header_slogan
{
	color:  #25A;
	font-size: 22px;
}

#menu
{
	float: left;
	margin-left: 20px;
	width: 200px;
	display: inline;  /** IE BUG **/
}

.menu_top
{
	height: 22px;
	color: #777;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	background: #DDD url(../img/theme_arrow.gif) 175px center no-repeat;
	border: 1px solid #AAA;
}

.menu_itens
{
	margin-bottom: 20px;
}

.menu_itens ul
{
	background: #EEE;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

.menu_itens li
{
	margin-left: 21px;
	padding: 3px 0;
	list-style-image:url(../img/arrow.gif);
}

.menu_itens li a
{
	color: #25A;
	font-weight: bold;
	text-decoration: none;
}

.menu_itens li a:hover
{
	color: #39F;
}

.menu_itens ul li ul
{
	margin: 2px 0 0 -4px;
	border: none;
}

.menu_itens ul li ul li a
{
	color: #789;
}

#contact_us
{
	margin-top: 20px;
	padding-top: 18px;
	width: 200px;
	height: 36px;
	text-align: center;
	background: transparent url(../img/contact_us.jpg) left top no-repeat;
}

#contact_us a
{
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#blog
{
	margin-top: 15px;
}

#blog a
{
	padding-top: 18px;
	width: 200px;
	height: 36px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: transparent url(../img/blog.jpg) left top no-repeat;
	display: block;
}

#wp_recent
{
	margin-top: 25px;
	font-size: 11px;
}

#wp_header h3
{
	margin-bottom: 8px;
	padding: 2px 0;
	color: #25A;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

.wp_date
{
	padding-right: 22px;
	color: #555;
	text-align: right;
	line-height:  16px;
	vertical-align: middle;
	background: transparent url(../img/newspaper.gif) right top no-repeat;
}

.wp_title
{
	margin-top: 3px;
	color: #25A;
	font-weight: bold;
}

.wp_body
{
	margin-top: 3px;
	color: #555;
}

.wp_link
{
	margin: 3px 0 20px 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted #AAA;
}

.wp_link a
{
	color: #470;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#content
{
	float: right;
	margin-right: 20px;
	width: 620px;
	display: inline;  /** IE BUG **/
}

#content_title
{
	height: 22px;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	background: #DDD url(../img/theme_arrow.gif) 595px center no-repeat;
	border: 1px solid #AAA;
}

#content_title h1
{
	color: #25A;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#content_text
{
	float: left;
	margin: 20px 10px;
	width: 465px;
	color: #333;
	line-height: 16px;
	display: inline;  /** IE BUG **/
}

#content_text h3
{
	color: #333;
	font-size: 14px;
}

#content_text p
{
	margin-bottom: 16px;
}

#content_text a
{
	color: #25A;
}

#content_text img
{
	vertical-align: middle;
}

#content_text img.left
{
	float: left;
	margin: 0 20px 20px 0;
}

#content_text img.right
{
	float: right;
	margin: 0 0 20px 20px;
}

#content_text input,
#content_text textarea
{
	padding: 1px;
	color: #333;
	border: 1px solid #AAA;
}

#content_text ul.decimal
{
	list-style: decimal;
}

#content_text ul.decimal li
{
	margin-left: 20px;
}

#content_text li
{
	margin: 0 0 8px 20px;
}

#content_text .val_error
{
	margin-left: 10px;
	color: #F00;
	font-weight:  bold;
}

#content_menu
{
	float: right;
	margin: 20px 0px;
	width: 125px;
	text-align: center;
	display: inline;  /** IE BUG **/
}

#content_feed a
{
	color: #D52;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#content_testi
{
	margin-top: 30px;
}

#content_testi a
{
	color: #257;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#content_ads
{
	margin-top: 30px;
}

#find_schools_top
{
	margin-top: 25px;
	padding: 15px 20px 0 0;
	height: 28px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	background: transparent url(../img/find_schools_top.jpg) left top no-repeat;
}

#find_schools
{
	padding-left: 20px;
	height: 207px;
	background: transparent url(../img/find_schools.jpg) left bottom no-repeat;
}

#find_schools div
{
	margin-bottom: 10px;
}

#find_schools div strong
{
	color: #25A;
}

#find_schools select
{
	padding: 1px;
	width: 160px;
	color: #333;
	font-size: 11px;
	border: 1px solid #AAA;
}

#find_schools input
{
	padding: 1px;
	width: 157px;
	color: #333;
	font-size: 11px;
	border: 1px solid #AAA;
}

#find_schools div.fs_submit
{
	margin-right: 20px;
	text-align: right;
}

#find_schools input.fs_submit
{
	width: 80px;
	height: 20px;
	border: none;
}

#search_schools_box
{
	width: 465px;
}

#search_schools_top
{
	padding-top: 13px;
	height: 30px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: transparent url(../img/search_schools_top.jpg) left top no-repeat;
}

#search_schools
{
	padding: 5px 16px 0 16px;
	height: 87px;
	color: #25A;
	background: transparent url(../img/search_schools.jpg) left top no-repeat;
}

.search_schools_lt
{
	float: left;
	margin-right: 10px;
}

.search_schools_rt
{
	float: right;
}

.search_schools_lt select
{
	padding: 1px;
	width: 100px;
	color: #333;
	font-size: 11px;
	border: 1px solid #AAA;
}

.search_schools_rt input
{
	padding: 1px;
	width: 97px;
	color: #333;
	font-size: 11px;
	border: 1px solid #AAA;
}

#search_schools div.fs_submit
{
	margin-top: 10px;
	text-align: right;
}

#search_schools input.fs_submit
{
	width: 80px;
	height: 20px;
	border: none;
}

#search_schools button.fs_reset
{
	position: relative;
	top: -5px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#world_box
{
	width: 620px;
}

#world_top
{
	padding-top: 13px;
	height: 29px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: transparent url(../img/world_schools_top.jpg) left top no-repeat;
}

#world
{
	height: 198px;
	background: transparent url(../img/world_schools.jpg) left top no-repeat;
}

#world_lt
{
	float: left;
	margin: 15px 0 0 25px;
	width: 292px;
	display: inline;  /** IE BUG **/
}

#world_rt
{
	float: right;
	margin: 15px 25px 0 0;
	width: 255px;
	display: inline;  /** IE BUG **/
}

#world_rt div
{
	padding-bottom: 15px;
}

#world_rt p
{
	float: left;
	width: 90px;
	color: #25A;
	font-weight: bold;
}

#world_rt select
{
	padding: 1px;
	width: 160px;
	color: #333;
	font-size: 11px;
	border: 1px solid #AAA;
}

#world_rt input
{
	padding: 1px;
	width: 157px;
	color: #333;
	font-size: 11px;
	border: 1px solid #AAA;
}

#world_rt div.fw_submit
{
	text-align: right;
}

#world_rt input.fw_submit
{
	width: 80px;
	height: 20px;
	border: none;
}

#world_rt button.fw_reset
{
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#schools
{
	margin: 20px 0;
}

#schools h1
{
	margin-bottom: 8px;
	color: #25A;
	font-size: 13px;
}

.schools
{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #AAA;
}

.schools_lt
{
	float: left;
	width: 130px;
}

.schools_rt
{
	margin-top: 10px;
	float: right;
	width: 320px;
	color: #555;
}

.schools_info
{
	margin-top: 8px;
}

#schoolsinfo
{
	float: right;
	width: 240px;
}

.schoolsinfo_lt
{
	float: left;
	margin-bottom: 7px;
	width: 75px;
	color: #25A;
}

.schoolsinfo_rt
{
	float: right;
	margin-bottom: 6px;
	width: 165px;
	color: #444;
}

#pagination
{
	margin-top: 16px;
    padding: 1px;
    font-size: 10px;
    text-align: center;
}

#pagination a
{
    margin: 0 1px 0 0;
    padding: 2px 5px;
    color: #06E;
    text-decoration: none;
    border: 1px solid #ABE;
}

#pagination .active
{
    color: #FFF;
    font-weight: bold;
    border: 1px solid #15A;
    background: #37B;
}

#pagination .previous, #pagination .next
{
    font-weight: bold;
}

#pagination .previous-off, #pagination .next-off
{
  color: #888;
  font-weight: bold;
  border:solid 1px #AAA;
}

#pagination .page:hover, #pagination .previous:hover, #pagination .next:hover
{
    border:solid 1px #15A;
    cursor:pointer;
}

#pagination .active:hover, #pagination .previous-off:hover, #pagination .next-off:hover
{
    cursor:default;
}

#content_var
{
	margin: 25px 0;
}

#advertise_box
{
	float: left;
}

#faqs_box
{
	float: right;
}

#advertise_top,
#faqs_top
{
	padding-top: 13px;
	width: 300px;
	height: 22px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#advertise_top
{
	background: transparent url(../img/advertise_top.jpg) left top no-repeat;
}

#faqs_top
{
	background: transparent url(../img/faqs_top.jpg) left top no-repeat;
}

#advertise,
#faqs
{
	float: left;
	padding: 0 30px;
	width: 240px;
	height: 66px;
	color: #333;
	text-align: center;
}

#advertise
{
	background: transparent url(../img/advertise.jpg) left bottom no-repeat;
}

#faqs
{
	background: transparent url(../img/faqs.jpg) left bottom no-repeat;
}

#advertise_link,
#faqs_link
{
	margin-top: 5px;
	text-align: right;
}

#advertise_link a,
#faqs_link a
{
	color: #777;
	font-weight: bold;
}

#footer
{
	background: #CCC;
	border-top: 1px solid #AAA;
}

#footer_top
{
	text-align: center;
}

#footer_top a
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer_top a:hover
{
	color: #25A;
}

#footer_bot
{
	margin-top: 8px;
	font-size: 10px;
	text-align: center;
}