/* === Misc === */
body {
	background:white url(/static/img/bg.jpg) repeat-y center;
	margin:0;
	text-align:center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}
a:link, a:visited {
	color: #3370a6;
}
a:hover{
	color:#00529a
}
#wrapper{
	width:958px;
	margin:0 auto;
	text-align:left;
	padding:2px;
	position:relative;
	background:url(/static/img/contentrepeat.jpg) repeat-y;
}
.clear{
	clear:both;
}
img.border{
	background:#fff;
	padding:3px;
	border:1px solid #dadada;
}
img.fright{
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}
img.fleft{
	float:left;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}
img.ftop{
	float:top;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-right:3px;
	margin-bottom:3px;
	margin-top:3px;
}
iframe.fleft{
	float:left;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:10px;
}
iframe.fright{
	float:right;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:10px;
}
iframe.ftop{
	float:top;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:10px;
}
/* === Header === */
#header{
	width:100%;
	background:url(/static/img/headeradpp.png) no-repeat top;
	height:64px;
	text-align:center;
	padding-top:15px;
}
/* === Logo === */
h1, h1 a:link, h1 a:visited, h1 a:hover{
	font-size:36px;
	color:white;
	padding:0;
	font-weight:normal;
	margin:0;
	text-decoration:none;
}
@media (min-width:481px) {    
/* === Nav === */
img.fright {
    float: right;
}
.mobmenu {
    display: none;
}
#nav{
	background:url(/static/img/navbg-repeat.jpg) repeat-x top;
	height:56px;
	width:100%;
	margin:2px 0;
	position:relative;z-index:999;
}
#nav .inner{
	width:100%;z-index:999;
	height:56px;
	background:url(/static/img/navbg-middle.jpg) top center no-repeat;
}
#nav ul {
	font-size:18px;
	padding: 5px 0 0 30px;
	margin: 7px 0;
	list-style: none;
	float: left;
	text-shadow:1px 1px white;
	z-index:999;
}
#nav ul li{
	display:inline;
	float:left;
    z-index:100;
}
#nav ul li a:link, #nav ul li a:visited{
	display:inline;
	color: #3370a6;
	display:block;
	text-decoration:none;
	height:44px;
}
#nav ul li a:hover{
	display:inline;
	color:#00529a;
	background:url(/static/img/bgright.jpg) no-repeat top right ;
	display:block;
	text-decoration:none;
	height:44px;
}
#nav ul li a.current{
	background:url(/static/img/bgright.jpg) no-repeat top right ;
	height:44px;
}
#nav ul li a.active{
	background:url(/static/img/bgright.jpg) no-repeat top right ;
	height:44px;
}
#nav ul li a.current span.link,#nav ul li a.active span.link, #nav ul li a:hover span.link {
	background: url(/static/img/bgleft.jpg) no-repeat top left;
}
#nav ul li a span.link {
	margin: 0 18px 0 0px;
	padding: 12px 8px 14px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	cursor:pointer;
}
/* === Dropdown Nav === */
#nav ul ul {
	position:absolute;
	display:none;
	top:37px;
	z-index:9999;
	background:#d0d2d3;
	padding:5px;
	border:1px solid #a2a2a2;
	width:170px;
}
ul#nav ul ul li{
	background:none;
	padding:0;
	margin:0;
	z-index:999;
}
#nav ul li ul li{
	background:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #e4e4e4;
	z-index:999;
	padding:0;margin:0
}
#nav ul li ul a:link, #nav ul li ul a:visited{
	display:block;
	padding:10px 0 8px 10px;
	width:160px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	background:#fff;
	float:left;
	margin:0;z-index:999;
	height:16px;
}
#nav ul li ul a:hover{
	display:block;
	width:160px;
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	float:left;z-index:999;
}

#nav ul ul ul{
	top:auto;z-index:999;
}	

#nav ul li ul ul {
	left:146px;
	margin:0px 0 0 10px;
	z-index:9999;
}
#nav ul li{
		position:relative;
}
}
/* end media */
/* === Submenu Nav === */
#snav{
    height:28px;
    width: 400px;
    margin:2px 0;
    position:relative;z-index:999;
    float: right;
}
#snav .inner{
    width:100%;z-index:999;
    height:28px;
}
#snav ul {
    font-size:18px;
    padding: 0px 0 0 30px;
    margin: 2px 0;
    list-style: none;
    float: right;
    text-shadow:1px 1px white;
    z-index:999;
}
#snav ul li{
    display:inline;
    float:left;
    z-index:100;
}
#snav ul li a:link, #snav ul li a:visited{
    display:inline;
    color:#3370a6;
    display:block;
    text-decoration:none;
    height:28px;
}
#snav ul li a:hover{
    display:inline;
    color:#000;
    display:block;
    text-decoration:none;
    height:28px;
}
#snav ul li a.active{
    height:28px;
}
#snav ul li a span.link {
    margin: 0 18px 0 0px;
    padding: 5px 8px 5px 18px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
    cursor:pointer;
}
/* === Dropdown Submenu Nav === */
#snav ul ul {
    position:absolute;
    display:none;
    top:23px;
    left: 16px;
    text-align: left;
    z-index:9999;
    background:#d0d2d3;
    padding:5px;
    border:1px solid #a2a2a2;
    width:150px;
}
ul#snav ul ul li{
    background:none;
    padding:0;
    margin:0;
    z-index:999;
}
#snav ul li ul li{
    background:none;
    border-top:1px solid #fff;
    border-bottom:1px solid #e4e4e4;
    z-index:999;
    padding:0;margin:0
}
#snav ul li ul a:link, #snav ul li ul a:visited{
    display:block;
    padding:10px 10px 8px 10px;
    width:130px;
    font-size:12px;
    color:#333;
    text-decoration:none;
    font-weight:normal;
    background:#fff;
    float:left;
    margin:0;z-index:999;
    height:16px;
}
#snav ul li ul a:hover{
    display:block;
    width:130px;
    text-decoration:underline;
    font-weight:normal;
    font-size:12px;
    float:left;z-index:999;
    background:url(/static/img/nav-submenu.jpg) repeat-x bottom #fff;
}

#snav ul ul ul{
    top:auto;z-index:999;
}

#snav ul li ul ul {
    left:146px;
    margin:0px 0 0 10px;
    z-index:9999;
}
#snav ul li{
    position:relative;
}
/* === Pagination Nav === */
.pagination{
	padding:10px;
	clear:both;
}
.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #fff;
	background-color: #2e6ab1;
}

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}
/* === Featured Area === */
#hold{
	z-index:3;
	position:absolute;
	top:141px;
	left:2px;
	width:958px;
}
#featured{
	background:url(/static/img/featured_adpp_yinyang_lobo.png) top left no-repeat;
	width:100%;
	height:242px;
	padding-bottom:2px;
	border-bottom:4px #b0c6e3 solid;
	position:relative;
	overflow:hidden;
	margin:0;
	z-index:4;
}
/* === Featured Packages (images to left) === */
#featured .sliderImages {
	position:absolute;
	left:30px;
	text-align:center;
	width:480px;
	height:202px;
	top:30px;
}
ul.slider-img-list{
	width:380px; left:165px;
	margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; top: 1200px;
}
ul.slider-img-list li{
	overflow: hidden; float: left; width: 380px; height: 202px; vertical-align:bottom;
}
a.package1{
	width:270px;
	height:180px;
	display:block;
	background:url(/static/img/slideleft-1-aulas2.png) top left no-repeat;
	margin:0 auto;
}
a.package2{
	width:270px;
	height:180px;
	display:block;
	background:url(/static/img/slideleft-2-abordagem.png) top left no-repeat;
	margin:0 auto;
}
a.package3{
	width:270px;
	height:180px;
	display:block;
	background:url(/static/img/slideleft-3-estagios.png) top left no-repeat;
	margin:0 auto;
}
a.package4{
	width:270px;
	height:180px;
	display:block;
	background:url(/static/img/slideleft-4-formacao.png) top left no-repeat;
	margin:0 auto;
}
a.package5{
	width:270px;
	height:180px;
	display:block;
	background:url(/static/img/slideleft-5-solucoes.png) top left no-repeat;
	margin:0 auto;
}
.sliderImages span, .arrows span{
	display:none;
}
/* === Featured next and previous links === */
#featured .arrows{
	left:495px;
	position:absolute;
	top:30px;
	width:44px;
}
#featured .arrows a.next{
	margin-bottom:66px;
}
#featured .arrows a:link.next, #featured .arrows a:visited.next, #featured .arrows a:link.prev, #featured .arrows a:visited.prev{
	height:44px;
	width:44px;
	display:block;
	position:relative;
}
#featured .arrows a:hover.next, #featured .arrows a:hover.prev{
	height:44px;
	width:44px;
	display:block;
}
#featured .arrows a:link.next, #featured .arrows a:visited.next{
background:url(/static/img/next.png) top left no-repeat;
}
#featured .arrows a:hover.next{
background:url(/static/img/nexthover.png) top left no-repeat;
}
#featured .arrows a:link.prev, #featured .arrows a:visited.prev{
background:url(/static/img/previous.png) top left no-repeat;
}
#featured .arrows a:hover.prev{
background:url(/static/img/previous-hover.png) top left no-repeat;
}
/* === Featured Text (right side) === */
.texthold{
	right:0px;
	top:30px;
	width:402px;
	height:242px;
	position:absolute;
	background:url(/static/img/slideright-title.png) top left no-repeat ;
}
#featured .sliderText{
	width:402px;
	height:242px;
	position:relative;
}
ul.slider-text-list{
	width:402px;
	margin: 0pt; padding: 0pt; position: relative; list-style-type: none; z-index: 1; left:-1800px;
}
ul.slider-text-list li{
overflow: hidden; float: left; width: 402px; vertical-align:bottom; height:auto;
}
ul.slider-text-list li h2{
	width:392px;
	font-size:24px;
	color:white;
	margin:0;
	font-weight:normal;
	height:29px;
	padding:6px 0 10px 10px;
}
ul.slider-text-list li p{
	text-shadow:1px 1px #d9e1e9;
	color:#000;
	margin:0;
	padding:10px 30px 10px 10px;
	line-height:20px;
}
a.more{
	background:url(/static/img/readmore.jpg) repeat-x top red;
	display:block;
	color:white;
	font-weight:bold;
	border:1px solid #669200;
	text-shadow:1px 1px #669200;
	width:70px;
	text-align:center;
	padding:4px;
	float:right;
	margin-right:30px;
}
/* === Services Section (homepage under featured) === */
#services{
	background:url(/static/img/servicerepeat.jpg) repeat-x top;
	height:127px;
	width:100%;
	border-top:2px solid white;
	border-bottom:1px solid #ccc;
}
#services .box{
	float:left;
	height:97px;
	border-right:1px solid #cbcbcb;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box2{
	float:left;
	height:97px;
	width:190px;
	position:relative;
	padding-left:104px;
	padding-top:30px;
	padding-right:20px;
}
#services .box img,#services .box2 img{
	position:absolute;
	left:20px;
	top:30px;
}
#services .box p, #services .box2 p{
	line-height:18px;
	padding:10px 0 0 0;
	margin:0;
	text-shadow:white 1px 1px;
}
#services h3{
	margin:0;
	color:#525252;
	font-size:18px;
	font-weight:normal;
}
/* === Main Content === */
#content{
	width:958px;
	background:url(/static/img/contentrepeat.jpg) left repeat-y;
	position:relative;
}
/* === Academias Main Content === */
#academiascontent{
	width:958px;
	background: url(/static/img/contentrepeatacademias.jpg) left repeat-y;
	position:relative;
}
/* === Subpages header === */
#subheader{
	background:#e9e9e9;
	padding:15px 30px 15px 30px;
	display:block;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#subheader h2{
	margin:0;
	padding:0;
	color:black;
	font-weight:normal;
	font-size:24px;
}
/* === Full Page Holder (portfolio) === */
#fullpage{
	padding:15px;
	background:white;
}
/* ===  Portfolio === */
.portitem, .report{
	float:left;
	width:260px;
	padding:7px;
	float:left;
	margin:15px;
	border:1px solid #ccc;
	background:#e9e9e9;
	position:relative;
	overflow:hidden;
}
.report {
    width: 415px;
}
.portitem img{
	border:1px solid white;
}
.portitem span{
	background:white;
	padding:7px;
	width:246px;
	position:absolute;
	bottom:-30px;
	left:8px;
	color:black;
	text-shadow:1px 1px white;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* === Left Column === */
#content #leftcolumn{
	float:left;
	width:569px;
	padding:30px 30px 30px 30px;
	line-height:20px;
	position:relative;
}
#content #leftcolumn a.contact{
	background:url(/static/img/readmore.jpg) repeat-x top red;
	display:block;
	color:white;
	font-weight:bold;
	border:1px solid #669200;
	text-shadow:1px 1px #669200;
	width:70px;
	text-align:center;
	padding:2px;
	float:right;
	margin-right:30px;
}
/* === Split Left Column into 2 === */
.col1{
	float:left;
	width:254px;
	padding-right:30px;
	margin-top:15px;
	margin-bottom:15px;
}
.col2{
	float:right;
	width:264px;
	padding-left:20px;
	margin-top:15px;
	margin-bottom:15px;
}
#content h4{
	font-size:16px;
	margin:0;
	color:black;
	font-weight:normal;
}
#content h5{
	font-size:14px;
	margin:0;
	color:black;
	font-weight:normal;
}
table{
    background:white;
    margin:20px 0;
}
.aread, .aread td {
    border:1px solid #ccc;
}
.aread{
    width:100%;
}
.aread th {
    background:#e4e1e1;
    color: #333333;
    border:1px solid #ccc;
    font-weight: bold;
}
.cshtbefct {
    float: left;
    width: 45%;
}
.tbmlcash {
    margin-left:50px;
}
.cshsuper {
    width: 20%;
    margin-left:20px;
}
.mapapresencas {
    border: 1px solid #dddddd;
}
.mapapresencas th, .mapapresencas td {
    border: 1px solid #dddddd;
    padding: 3px;
}
.noborder, .noborder td {
    border: 0px;
}
td{
/*	border:1px solid #ccc; */
	padding:5px;
}
th{
	color:white;
	background:#1159a8;
	border:1px solid #0c408b;
	padding:5px;
}
blockquote{
	font-style:italic;
}
.blog{<div class="col1">
	margin-bottom:30px;
}
.blog .info{
	background:#f8f8f8;
	display:block;
	padding:5px;
	text-shadow:1px 1px white;
	border:1px solid #e2e2e2;
}
/* === Member List (Membros) === */
#memberlist ul{
	list-style:none;
	padding:0;
	margin:0;
}
#memberlist ol{
	padding:0;
	margin-left:24px;
}
#memberlist td.beltimg{
	vertical-align:top;
	width:100px;
}
#memberlist table{
	width:auto;
}
/* === Contact Page Form === */
#leftcolumn form{
	margin-top:15px;
}
#leftcolumn form ul{
	list-style:none;
	padding:0;
	margin:0;
	width:529px;
}
#leftcolumn form ul ul{
	padding:0;
	border:none;
}
#leftcolumn form ul li.forminput{
	padding:10px 0 10px 0;
}
#leftcolumn form ul li.forminput ul li.formleft{
	float:left;
	width:80px;
	color:black;
}
#leftcolumn form ul li.forminput ul li.formright{
	color:red;
	font-weight:bold;
	font-size:14px;
}
#error{
	color:green;
}
#error ul li{
	display:inline;
	margin-right:15px;
	color:red;
}
form input, form textarea{
	background:#f1f1f1;
	border:1px solid #ccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
form .button, .button{
	background:#1159a8;
	color:#fff;
	font-weight:bold;
	padding:5px;
	border:1px solid #1d3551;
}
form #id_full_name {
    width: 400px;
}
form #id_quantity, .quantia input {
    width: 50px;
}
.description input {
    width: 400px;
}
.phone input {
    width: 70px;
}
.city input {
    width: 90px;
}
.hidden{
	visibility:hidden;
}
/*  Left Column */
#leftcolumn h2, #fullpage h2{
	font-weight:normal;
	color:black;
	font-size:24px;
	margin:0;
	padding:0;
}
#leftcolumn h3, #fullpage h3{
	margin:0;
	color:#000;
	font-weight:normal;
	font-size:18px;
}
ul.checklist{
	padding:15px 0 25px 15px;
	margin:0;
	list-style:none;
	line-height:22px;
}
ul.checklist li{
	background:url(/static/img/tick.png) left no-repeat;
	padding-left:20px;
	width:255px;
	float:left;
}
#alunoslist ol {
    width:500px;
    padding:0;
    margin-left:24px;
}
#alunoslist ol li {
    float:left;
    width:50%;
}
/*  Right Column */
#rightcolumn{
	float:right;
	width:284px;
	padding:30px 20px 30px 20px;
}
#rightcolumn table{
    background: none;
}

#rightcolumn h3{
	color:#000;
	font-weight:normal;
	font-size:18px;
	padding-bottom:10px;
	margin:0 0 10px 0;
	border-bottom:1px solid #dadada;
}
#rightcolumn  ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 30px 0;
}			
#rightcolumn  ul li{
	padding:0px;
	margin:0px;
}
.col1 h3, .col2 h3{
	padding:0 0 15px 0;
	margin:0;
}
#rightcolumn p{
	line-height:18px;
	padding:2px;
}
.calmap{
    width:100%;
    max-width:580px;
    height:500px;
}
/* === Academias Left Column === */
.acadsmap {
    width: 100%;
    max-width:500px;
    height:250px;
}
.acadsimg {
    width: 100%;
    max-width:500px;
    height:auto;
}
#academiascontent #academiasleftcolumn{
	float:left;
	width:470px;
	padding:30px 30px 30px 30px;
	line-height:20px;
	position:relative;
}
#academiascontent #academiasleftcolumn h2{
	font-weight:normal;
	color:black;
	font-size:24px;
	margin:0;
	padding:0;
}
#academiascontent #academiasleftcolumn h3{
	margin:0;
	color:#000;
	font-weight:normal;
	font-size:18px;
}

/* === Academias Right Column === */
#academiasrightcolumn{
	float:right;
	width:380px;
	padding:30px 20px 30px 20px;
}
#academiasrightcolumn h3{
	color:#000;
	font-weight:normal;
	font-size:18px;
	padding-bottom:10px;
	margin:0 10px 10px 0;
	border-bottom:1px solid #dadada;
}
/* === Zonas List === */
#content #zonascontent {
	width:470px;
	background:white;
	position:relative;
}
#zonaslist {
	line-height:20px;
}
#zonaslist h2{
	font-weight:normal;
	color:black;
	font-size:24px;
	margin:0;
	padding:0;
}
#zonaslist h3{
	margin:0;
	color:#000;
	font-weight:normal;
	font-size:18px;
}
#zonaslist ul {
	list-style:none;
	padding:0;
	margin-left:0;
}
#zonaslist ol {
	width:440px;
	padding:0;
	margin-left:24px;
}
#zonaslist ol li {
	float:left;
	width:50%;
}

#zonaslist .col1{
	float:left;
	width:224px;
	padding-right:5px;
	margin-top:0px;
	margin-bottom:0px;
}
#zonaslist .col2{
	float:right;
	width:224px;
	padding-left:5px;
	margin-top:0px;
	margin-bottom:0px;
}
/*  Search */
.outerhol{
	position:relative;
	width:100%;
	height:51px;
	padding:0 0 10px 0;
}
.search{
	background:url(/static/img/search.jpg) repeat-x top;
	border-left:1px solid #9fd027;
	border-right:1px solid #9fd027;
	position:absolute;
	top:0;
	left:-22px;
	width:323px;
	height:51px;
}
.search form{
	padding:8px 10px;
	
}
.search .textfield{
	background:white;
	border-left:1px solid #7f942c;
	border-top:1px solid #7f942c;
	outline:none;
	padding:3px;
	width:200px;
}
.search .button{
	background:none;
	border:none;
	outline:none;
	color:white;
	text-shadow:1px 1px #517606;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}
/*  Recent Blog Entries */
#rightcolumn  ul li.bd{position:relative;}
#rightcolumn  ul.bd a{text-decoration:none;}
#rightcolumn  li.bd ul{
	padding:15px 0 15px 10px;
	width:264px;
	border-bottom: 1px solid #ededed;
}
#rightcolumn  li.bd ul li{
	line-height:18px;
	font-size:11px;
}
#rightcolumn  ul li.bd ul li.title{
	font-size:12px;
	font-weight:bold;
}
#rightcolumn  ul li.bd ul li.title a{color:#3370a6;}
#rightcolumn  ul li.ft{line-height:1px;}
#rightcolumn  ul.blog-entries li.bd ul li.image{	
	float:left;	
	padding:0px 15px 0 0px;
}
#rightcolumn  ul.blog-entries li.bd ul li.image{
	width:60px;
	height:60px;
}
.eventdate {
    float: left;
    z-index: 1;
    position: absolute;
    margin-top: 18px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    width: 55px;
}
.eventdate a {
    text-decoration: none;
    color: #413839;
}
li.bd{
}
/*  Recent Testimonials */
#rightcolumn ul li.testimonial{
	padding:20px 0 0px 0;
	border-bottom:1px solid #ededed;
}
#rightcolumn ul li.testimonial ul li.extract{
	font-size:12px;
	color:black;
}
#rightcolumn ul li.testimonial ul li.testimonial-main{
	line-height:18px;
	padding:10px 0 10px 0;
	font-size:12px;
	font-style:italic;
}
#rightcolumn ul li.testimonial ul li.testimonial-author{
	line-height:18px;
	padding:0 0 0 0;
	font-size:11px;
}
a img{
	border:none;
}
/* === Footer === */
#footer{
	width:100%;
	background:#1159a8;
	padding:30px 0;
}
#footer .box{
	float:left;
	width:404px;
	position:relative;
	padding-left:30px;
	padding-right:30px;
}
#footer .box2{
	float:right;
	width:404px;
	position:relative;
	padding-left:30px;
	padding-right:30px;
}
#footer h3{
	color:white;
	font-weight:normal;
	font-size:18px;
	margin:0 0 20px 0;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
	background:#0d4494 url(/static/img/footerlink.jpg) repeat-x top;
	margin-top:-1px;
}
#footer ul li a{
	border:1px solid #2978ce;
	padding:8px;
	display:block;
	color:#dce9f8;
}
#footer ul li a:hover{
	color:white;
	border-color:#439fe1;
}
#footer .box p, #footer .box2 p{
	line-height:18px;
    padding:0 0 0 0;
    margin:0;
    color:#dce9f8;
    text-shadow:#0b3a7f 1px 1px;
}
#footer a.more{
	background:url(/static/img/readmore.jpg) repeat-x top red;
	display:block;
	color:white;
	font-weight:bold;
	border:1px solid #669200;
	text-shadow:1px 1px #669200;
	width:70px;
	text-align:center;
	padding:4px;
	float:right;
	margin-right:30px;
}
#copyright{
	width:100%;
	background:url(/static/img/footer.jpg) #0d4494 repeat-x top;
	color:#dce9f8;
	padding:20px 0 20px 0;
	text-indent:30px;
}
#copyright a{
	color:#dce9f8;
}
.success {
    color: green;
}
.error{
    color: red;
}
ul.nolisttype {
    list-style-type: none;
}
.layercoll {
    margin: 0;
    padding: 0;
    width: 100%;
}
.lheading {
    margin: 5px 1px;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
    position: relative;
    background-color: #686868;
}
.lcontent {
    padding: 0px 10px;
}
#bwclateral {
    width: 75px;
    height: 100px;
    display: block;
    position: fixed;
    right: 0px;
    top: 150px;
    background-color: lightblue;
    z-index: 10;
    color: white;
    padding-top: 10px;
}
a .cufon {
    border-bottom: solid 1px #3370a6;
}
a:hover .cufon {
    border-bottom: solid 1px #00529a;
}
h1 .cufon {
    border-bottom: none;
}
.htitle, .htitle a:link, .htitle a:visited, .htitle a:hover{
	font-size:34px;
	color:white;
	padding:0;
	font-weight:normal;
	margin:0;
	text-decoration:none;
}

@media (max-width: 480px) {    
#wrapper{
	width:100%;
}
h1, h1 a:link, h1 a:visited, h1 a:hover{
	font-size:26px;
}
/* === Nav === */
.mobmenu {
    display: block;
}
#menuicon{
    width: 35px;
    height: 3px;
    background-color: black;
    margin: 3px 0;
}
.scrmenu {
    display: none;
}
#hold{
	z-index:3;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}
.mlheading {
    margin: 0px;
    color: black;
    position: relative;
    background: #DCDCDC;
    cursor: pointer;
}
#nav {
	height:30px;
}
#nav ul, #nav ul ul {
	font-size:12px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: none;
	text-shadow:none;
	z-index:999;
	border:none;
	top:0px;
}
#nav ul li{
	display:block;
	float:none;
    z-index:100;
    border-top: 1px solid gray;
    margin: 0px;
    color: black;
    position: relative;
    background: #DCDCDC;
    padding: 10px 0px;
    cursor: pointer;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li ul a:link, #nav ul li ul a:visited {
	color: black;
	display:block;
	text-decoration:none;
	height:24px;
}
#nav ul li a:hover{
	color: black;
	background: #DCDCDC;
	display:block;
	text-decoration:none;
}
#nav ul li a.current{
	background: #DCDCDC;
	text-decoration:none;
}
#nav ul li a.active{
	background: #DCDCDC;
}
#nav ul li a.active span.link, #nav ul li a:hover span.link {
	background: #DCDCDC;
	text-decoration:none;
}
#nav ul li a.current span.link{
	background: #DCDCDC;
	text-decoration:none;
	color: #F8F8FF;
}
#nav ul li a span.link {
	margin: 0px;
	padding: 2px 25px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	cursor:pointer;
}
#nav a .cufon {
    border-bottom: none;
}
#nav a:hover .cufon {
    border-bottom: solid 1px black;
}
/* === Dropdown Nav === */
ul#nav ul ul li{
	background:none;
	z-index:0;
}
#nav ul li ul{
	background:none;
	z-index:0;
	width: 100%;
	position:relative;
}
#nav ul li ul li{
	background:none;
	z-index:0;
	width: 100%;
    border-top:1px solid gray;
    border-bottom: none;
}
#nav ul li ul a:link, #nav ul li ul a:visited{
	padding: 0px 50px;
	font-size:11px;
	background: #DCDCDC;
	float:none;
	margin:0;z-index:0;
}
#nav ul li ul a:hover{
	display:block;
	text-decoration:underline;
	font-weight:normal;
	font-size:11px;
	float:none;z-index:-1;
}
#nav ul ul ul{
	top:auto;z-index:-1;
}	

#nav ul li ul ul {
	left:0px;
	margin:0px;
	z-index:-1;
}
#nav ul li{
	position: block;
}
.mlcontent {
    padding: 0px;
}
/* Featured Section mobile */
#featured{
	width:100%;
	height:auto;
}
#featured .sliderImages {
	position:relative;
	left:0px;
	width:100%;
}
ul.slider-img-list{
	width:auto; left:105px;
}
#featured .arrows{
    display:none;
}
.texthold{
    width:auto;
	left:15px;
	top:20px;
	position:relative;
}
#featured .sliderText{
	width:auto;
}
ul.slider-text-list{
	width:auto;
}
ul.slider-text-list li{
    width: auto;
}
/* Services section mobile */
#services{
	background:url(/static/img/servicerepeat.jpg) repeat-x bottom;
	height:210px;
	padding-left:10px;
	width:auto;
}
#services .box, #services .box2{
	width:27%;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	height: 197px;
}
#services .box2{
	border-right:none;
}
#services .box img,#services .box2 img{
	position:relative;
	top:0px;
}
/* columns */
#content #leftcolumn{
	width:auto;
	padding:20px 10px 0px 20px;
}
.col1{
	width:auto;
	margin-bottom:0px;
}
.col2{
	float:left;
	width:auto;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#rightcolumn{
	float:left;
	width:auto;
	padding:10px 10px 0px 20px;
	background-color:#F8F8FF;
}

#wrapper{
	width:100%;
	padding:0px;
	margin:0;
}
#content{
	width:100%;
}
#academiascontent{
	width:auto;
}
#academiascontent #academiasleftcolumn, #academiasrightcolumn{
	width:auto;
	padding:20px 10px 10px 20px;
}
#academiasrightcolumn{
	float:left;
}
#content #zonascontent {
	width:auto;
}
#zonaslist ol {
	width:auto;
	margin-left:24px;
}
#zonaslist ol li {
	width:auto;
	float:none;
}
#alunoslist ol {
    width:auto;
    margin-left:20px;
}
#footer .box{
	width:auto;
}
#footer .box2{
	width:auto;
}
#copyright{
	padding:20px;
	width: auto;
}
#leftcolumn form ul{
	width:100%;
}
.report{
	width:auto;
	padding:0px;
	margin:10px 0px;
}
img.fright{
	position:relative;
	display:block;
}
#snav, #snav .inner{
    width:auto;
    display:block;
    float:right;
    padding-top:5px;
}
.cshtbefct {
    width: 100%;
}
.tbmlcash {
    margin-left:0px;
}
.aread .vacad {
    width:auto;
}
.cshsuper {
    width: auto;
    margin-left:0px;
}
}
