/*** Template stuff ***/
body {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	background-image: url('/template/bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	font-family: sans-serif;
}

#mainContainer {
	width: 999px;
	margin: auto;
	padding-bottom: 20px;
	background-color: white;
}

#contentContainer {
/*	padding: 113px 0px 0px 0px;*/
	padding: 130px 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
}

#menuContainer {
	margin-bottom: 56px;
	border-style: solid;
	border-color: white;
	border-width: 0 0 1px 0;
}

#menuTable {
	width: 940px;
	height: 25px;
	margin: auto;
	font-size: 13px;
}

#menuTable td {
	text-align: center;
	background-image: url('/template/menu_divider.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 10px;
	font-size: 13px;
}

#menuTable td.last {
	background-image: none;
}

#menuTable a {
	color: white;
	text-decoration: none;
	font-weight: bold;

}

#menuTable a:hover{
	color:#2B5E95;
}


#menuTable a.selected {
 	color: #D0D0D0;
}

#footer p {
	text-align: right;
	font-size: 10px;
	margin: 0px 33px;
	padding-top: 0px;
	color: #7e8282;
	font-weight: bold;
}

#footer a {
	color: #7e8282;
	text-decoration: none;
}

h1 {
/*
	font-family: "Times New Roman", Times, serif;
*/
	font-family: "tandelle-1","tandelle-2", sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;	
	font-size: 30px;
	/* typekit */
	font-weight:normal;
	letter-spacing: 1.5px;
	color:#003e7e;
	font-size:37px;

}


h1#calista {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: "tandelle-1","tandelle-2", sans-serif;
	color: white;
	padding-left: 40px;
/*	height: 50px; */
	height:46px;
	line-height: 70%;
	font-size:45px;
	letter-spacing: 3px;
}


h1 span.thinner {
	font-weight: normal;
}

h2 {
	font-family: "p22-underground-1","p22-underground-2", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;

}

#subMenuTableInside {
	margin-left: 43px;
	margin-top:-55px;
	margin-bottom:30px;
	height:30px;
}

/*
.jobs #subMenuTableInside {
	position:relative;
	left:-10px;
}

.economic #subMenuTableInside {
	margin-left:150px;
}

.land #subMenuTableInside {
	margin-left:0px;
}

.scholarships #subMenuTableInside {
	margin-left:540px;
}
*/

#subMenuTableInside td {
	margin: 0 0 0 50px;
	padding: 0px 20px 0 0;
}

#subMenuTableInside a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}

ul#siteMap{
	list-style-type: none;
}

.subLinks{
	position:relative;
	left:17px;
}

#internTable{}

#internTable table{
	border:1px solid #666;
	margin:auto;
	border-left:0;
	border-bottom:0;
}

#internTable tr{
	border:1px solid #666;
}

#internTable td{
	border:1px solid #666;
	border-right:0;
	border-top:0;
	padding:5px;
	padding-right:0;
}

/* img styling */

.centered{
	position:relative;
	text-align:center;
}

.centered img{
	margin:5px;
}

/* villages gmap */
  	#villageList{
    	position:relative;
    	float:left;
    	border:1px solid #CCCCCC;
    	left:5px;
    	padding:3px;
    }
    
    #villageList p{
    	margin:0;
    	padding:0;	
    	font-size:9px;	
    }
    
    #gmap{
    	float:left;
    }


#socialLinks{
	position:relative;
	float:left;
	left:10px;
	top:-10px;
	width:100px;
}

#socialLinks a{
	margin-right:8px;
}

#socialLinks a img{
	border:0;
}

#socialLinks a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#logoLink a{
	border:0;
	outline:none;
}