#boxcontent
{
        width:auto;
        max-width:1200px;
        /*margin:0 auto;*/
        padding:10px 0 15px 0;
		margin-left:5%;
}

#boxcontent article
{
        float:left;
        width:100%;
        margin-right:5px;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:18px;
        margin-bottom:10px;
        margin-left:5%;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:5px;
}


/*Newsbox CSS Starts*/

.ticker {
	width: 100%;
	height: 70px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;
}

#ticker_02 {
	height: 350px;
}

.ticker li {
	height: 90px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 0px 5px;
}

#ticker_04 {
	height: 150px;
}
#ticker_04 li {
	height: 40px;
	overflow: hidden;
} 
#ticker_04 img {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
} 
.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
}
.bar a:hover {
	color: #FFFFFF;
}
#page {
	width: 500px;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 50px;
}

h1, h2 {
	font-family: 'IM Fell DW Pica SC', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 35px;

}
.highlight {
	font-size: 50px;
	color: #0099ff;
}
h1, h2 {
	color: #333;
	text-align: center;	
}
h2{
	text-align: right;
	padding: 10px 0px;
}
a { color: #141478; text-decoration: none; }
a:hover { color: #0099ff; }


/*Newsbox CSS Ends*/



/*List starts here*/


#list { width:100%; font-family:Arial, Helvetica, sans-serif; font-size:15px; }
#list ul { list-style: none; }
#list ul li { }
#list ul li a { display:block; text-decoration:none; color:#FFFFFF; background-color:#535353; line-height:30px;
  border-bottom-style:solid; border-bottom-width:0px; border-bottom-color:#CCCCCC; padding-left:10px; cursor:pointer; }
#list ul li a:hover { color:#FFFFFF; background-image:url(../img/bg.png); background-repeat:repeat-x; }
#list ul li a strong { margin-right:10px; }




/*List ends here*/



ul#footer_menu li {
  display:inline;
}

.vertical_line {
  border-left: 4px solid blue;
  height: 5px;
}



/*map CSS*/

.map-container{
overflow:hidden;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}



@media (max-width: 915px)
{
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 100%;
        }
}





  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
  }

  .feature-thumb span {
    background: #3f51b5;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }

