@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html, body, ul, li {
	margin: 0;
	padding: 0;
}
body {
    font-size: 100%; /* start with a flexible baseline, more on this in the next section */
  font-family: 'Open Sans', sans-serif;
} 

/*Uncomment the following code to adjust the font size and make it more readable on small screens*/

@media screen and (max-width:600px){
  p{
    font-size: 3vw;
  }
}
@media screen and (max-width:480px){
  p{
    font-size: 4vw;
  }
}

p {
    font-size: 1.25em; /* 1.25em relative to a 16px baseline on the body will result in a 20px font size */
	line-height: 1.4em;
}
h1 {
    font-size: 2.5em;
}
 h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}
@media screen and (max-width: 50em) {
    h1 {
        font-size:2em;
    }
}
 
@media screen and (max-width: 40em) {
    h1 {
        font-size:1.5em;
    }
}
 
@media screen and (max-width: 30em) {
    h1 {
        font-size:1.2em;
    }
}
@media screen and (max-width: 40em) {
    body {
        font-size:90%;
    }
}
 
@media screen and (max-width: 30em) {
    body {
        font-size:80%;
    }
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 12px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {

	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 80%;
	padding:20px;
	box-shadow: 0px 5px 5px 5px #888888;
}


#header {
	border-top:10px solid #444740;
	background: #444740;
	width:100%;
}
/*-------------------------Title-----------------------*/
.title
{
	text-align:left;
	color:#fff;
	font-size:45px;
	padding-left:120px;
}
.title span
{
	color: #003366;
}
/* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
  
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
  
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
	.title
{
	text-align:left;
	color:#fff;
	font-size:20px;
	width:350px;
	padding-left:20px;
}
.title span
{
	color: #003366;
}
  }
/*------------------------End of Title-----------------*/

#headline {
	padding-top: 50px;
}
.photo img {
	margin-left:auto;
	margin-right:auto;
	display: block;
	max-width:100% !important;
    height:auto;
	border: 1px solid #D8D8D8;
	padding: 2px;
}
.welcome h2
{
	color:#FF5959;
	font-size:40px;
}
.search-news {
	float: right;
	width: 200px;
}
.search-news div {
	padding: 3px 0;
	margin: 0;
}
.search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
.search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
.search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
.search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}
/*-------------------------------Start of Left Side Bar-------------------------------------------*/
.body-left {
	float: left;
	width:600px;
	padding-left:30px;
}
.body-left h2{
	color: #003366;
	font-size:30px;
}
.body-left p
{
	font-size:14px;
}
.body-left a
{
	text-decoration:none;
}
.body-left .more 
{
	float:right;
	text-transform:uppercase;
	color: #FFF;
	background-color: #a0af6c;
	padding: 5px 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

}
.body-left .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
.body-left .more1 
{
	float:right;
	text-transform:uppercase;
	color: #FFF;
	background-color: #a0af6c;
	padding: 5px 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

}
.body-left .more1:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
/* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 1178px) {
  .body-left {
	float: left;
	width:500px;
}
.body-left h2{
	color: #003366;
	font-size:30px;
}
.body-left p
{
	font-size:14px;
}
.body-left a
{
	text-decoration:none;
}
.body-left .more 
{
		float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 5px 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

}
.body-left .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
}

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
  .body-left {
	float: left;
	width:350px;
}
.body-left h2{
	color#003366;
	font-size:30px;
}
.body-left p
{
	font-size:14px;
}
.body-left a
{
	text-decoration:none;
}
.body-left .more 
{
		float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 5px 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

}
.body-left .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
  .body-left {
	float: left;
	width:300px;
}
.body-left h2{
	color:#003366;
	font-size:20px;
}
.body-left p
{
	font-size:13px;
}
.body-left a
{
	text-decoration:none;
}
.body-left .more 
{
		float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 5px 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

}
.body-left .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}

  /* Mobile Portrait Size to Iphone Landscape Size (devices and browsers) */
}
/*------------------------------------End of left side---------------------------------*/
/*------------------------------------Right Sidebar---------------------------------*/
.body-right {
	float: right;
	width: 330px;
}
.body-right a
{
	text-decoration:none;
}
.body-right h2{
	color: #003366;
	font-size:30px;
}
.body-right p {
	
	font-size:14px;
	margin-right: 2em;
}
.body-right .more 
{
	float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 5px 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.body-right .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
  /* Smaller than standard 1164 (devices and browsers) */
  @media only screen and (max-width: 1178px){
   .body-right {
	float:right;
	width: 200px;
}
.body-right a
{
	text-decoration:none;
}
.body-right h2{
	color: #003366;
	font-size:30px;
}
.body-right p {
	margin-right: 2em;
}
.body-right .more 
{
	float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 5px 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.body-right .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
  .body-right {
	float: right;
	width: 200px;
}
.body-right a
{
	text-decoration:none;
}
.body-right h2{
	color: #003366;
	font-size:30px;
}
.body-right p {
	margin-right: 2em;
}
.body-right .more 
{
	float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 5px 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.body-right .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
        .body-right {
	float: right;
	width: 300px;
}
.body-right a
{
	text-decoration:none;
}
.body-right h2{
	color: #003366;
	font-size:22px;
}
.body-right p {
	margin-right: 2em;
	font-size:14px;
}
.body-right .more 
{
	float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 5px 5px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.body-right .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
      .body-right {
	float: left;
	width: 300px;
}
.body-right a
{
	text-decoration:none;
}
.body-right h2{
	color: #003366;
	font-size:22px;
}
.body-right p {
	margin-right: 2em;
	font-size:14px;
}
.body-right .more 
{
	float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 5px 5px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.body-right .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    .body-right {
	float: left;
	width: 200px;
}
.body-right a
{
	text-decoration:none;
}
.body-right h2{
	color: #003366;
	font-size:20px;
}
.body-right p {
	margin-right: 2em;
	font-size:13px;
}
.body-right .more 
{
	float:right;
	text-transform:uppercase;
	color:#FFF;
	background-color: #a0af6c;
	padding: 2.5px 5px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.body-right .more:hover
{	
	color: #444740;
	background-color: #a0af6c;
}
}

/*-------------------------------End of body left (Sidebar)----------------------*/
.profilepic{
	padding:15px;
	float:right;
}
#body h2, #body p {
	margin: 0.3em 0;
}
#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

.footer {
	color: #FFFFFF;
	background: #18326b;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	position:relative;
	width:100%;
}
.footer p {
	margin: 0;
	padding: 0;
}
.footer a
{
	color: 	 #FF5959;
	text-decoration:none;
}
.footer article
{
	padding-right:20px;
}
#body-text {
	float: left;
	font-size:14px;
	font-family: Baskerville Old Face;
	color: #000000;
	margin: 0;
	border-style:none;
	line-height:120%;
	float: left;
		}
#photo-right
{
	float: right;
	width: 108px;
}

