body {
	background:#fff;
	color: #000000;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: Verdana;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 70%;
}

.rightcol {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 line-height: 2em;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color:#ff0000;
 text-decoration: none;
 line-height:14px;
}
	
/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #CF5C3F;
	padding: 0 1px;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #CF5C3F;
	color: #fff;
	text-decoration: none;
}

 a.one 
 {
 clear:both;
 float: left;
 display: block;
 padding-right: 25px;
 text-decoration: none;
 color: #000;
 }
 a.one:hover
 {
 background-color: #999;
 color: #000;
 }



/* ===========================
   ===== Main Navigation ===== 
   =========================== */
.mainHeader nav {
        float:left;
        width: 20%;
	background: #fff;
	font-size: 1.143em;
	height: auto;
	line-height: 30px;
	margin-right: 20px;
        padding-left: 5px;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
       border-style:solid;
        border-width:1px;
        border-color:#000000;
} 


ul.topnav {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 font-family: Arial, Helvetica, sans-serif;
 color: #000;
}

ul.topnav li a {
 display: block;
 padding-left: 8px;
 padding-top: 3px;
 padding-bottom: 3px;
 width: 93%;
 background-color: #ccc;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 margin-bottom: 6px;
}

ul.topnav a:link, #navlist a:visited
 {
 color: #000;
 text-decoration: none;
 }

ul.topnav a:hover
 {
 background-color: #999;
 color: #000;
 }
	

/* Hide the list item that contains the link that should open and close the nav on small screens */
 li.icon {display: none;}
li.hmpb {
display:none;
} 
.mainHeader img {
	width: 99%;
	height: auto;
	margin: 0 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;	
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

#banner {
	width:99%;
	height:78px;
        margin-top:3%;
        border-left:1px solid blue;
        border-top:1px solid blue;
        border-right:1px solid blue;
        border-bottom:1px solid blue;

}
#banner p{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-style: normal;
 line-height: 1.5em;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #000000;
 text-decoration: none;
 line-height:15px;
 margin-top:-1px;
 margin-right:0px;

}
#bannerimg { 
    width:30%;
    float: left; 
    margin-top: 0px;
    margin-left: 0px; 
    margin-right: 0px;
}

#searchbar {
        clear:both;
	width:98%;        
        height:30px;
        Margin-bottom:1%;
        text-align:left;
        background-color: #ccc;
        font-family:Verdana;
        color:#FFFFFF;
        padding-left:10px;
        padding-top:8px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
}
#searchfield {

}
 #searchbar a
 {
 float: right;
 display: block;
 padding-right: 25px;
 text-decoration: none;
 color: #FFF;
 }
 #searchbar a:hover
 {
 background-color: #999;
 color: #FFF;
 }

/* ===========================
   ======= Content Area ====== 
   =========================== */

table {
     border-collapse: collapse;
 }
table, th, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color:#000;
    border: 1px solid black;
 } 
  table.center {
    width:480px; 
    margin-top:0px;
    margin-left:0px; 
    margin-right:0px;
  }

.mainContent {
	overflow: hidden;
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 3%;	
	margin-bottom: 3%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

.bottomcontent {
	background-color: #FFF;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

.content {
	width: 67%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.post-info {
	font-style: italic;
	font-size: 110%;
}

img.floatLeft { 
    float: left;
    margin-top: 0px; 
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
}

img.main {
    max-width:100%;
    height:auto;

}

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
	width: 28%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 1%;
	margin-bottom: 2%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

.middle-sidebar {
	width: 23%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

.bottom-sidebar {
	width: 23%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
        border-style:solid;
        border-width:1px;
        border-color:#000000;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 50px;
	background: #27AE61 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

#footer {
 clear: both;
 margin: 0;
 padding: .5em;
 padding-left: 50px;
 color: #333;
 background-color: #ddd;
 border-top: 1px dashed gray;
 border-left: 1px dashed gray;
 border-right: 1px dashed gray;
 border-bottom: 1px dashed gray;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
 font-weight:normal;
 color: #000;	
}

 #footer a
 {
 float: right;
 display: block;
 padding-right: 25px;
 text-decoration: none;
 color: #000;
 }
 #footer a:hover
 {
 background-color: #999;
 color: #000;
 }


.eventtitle {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-style: normal;
 line-height: 2em;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color:#669966;
 text-decoration: none;
 line-height:18px;
}

.head {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-style: normal;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color:#3333cc;
 text-decoration: none;
 line-height:20px;
 border-bottom: 1px dashed #ccc;
}
.headings {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-style: normal;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color:#669966;
 text-decoration: none;
 line-height:20px;
 border-bottom: 1px dashed #ccc;
}
.headings1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-style: normal;
 font-weight: bold;
 font-variant: normal;
 text-transform: none;
 color:#000000;
 text-decoration: none;
 line-height:20px;
 border-bottom: 1px dashed #ccc;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
	}

       #header {
	width:100%;
       height:auto;

}

        #header h1 {
        display: none;
        
}

        #headerimg {  
         display: none;
}

#banner {
        margin-top:1%;
	width:200%;
        height: auto;
        border: none;
}

#banner p{
	display: none;
}

#searchbar {
	width:98%;        
        height:70px;

}
 #searchbar a
 {
 float: left;
 }

	.mainHeader nav {
                clear: both;
                float:left;
                width: 98%;
		background: #fff;
		font-size: 1.143em;
		line-height: 30px;
		margin-bottom: 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
li.hmpb {
height:100px;
display:block;
}
	
  ul.topnav {width:100%;}
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: left;
    display: inline-block;
    color:#000000;
    margin-bottom;10px;
  }
}

/* The "responsive" class is added to the nav with JavaScript when the user clicks on the icon. This class makes the nav look good on small screens */
@media screen and (max-width:680px) {
li.hmpb {
height:100px;
display:block;
}
  ul.topnav.responsive {

position: relative;  
}
  ul.topnav.responsive li.icon {
    color:#000000;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom:10px;
  }
  ul.topnav.responsive li.icon visited{
    color:#000000;
}
  ul.topnav.responsive li {
    float: none;
    display: inline;
    
  }
  ul.topnav.responsive li a {
    display: inline-block;
    text-align: left;
    color:#000000;
    font-size: 18px;
     border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 margin-bottom: 6px;
  }
}

@media all and (max-width : 768px) {

	.body {
		clear: both; 
		margin: 0 auto; 
		width: 98%;
		font-size: 16px;
	}


nav { margin: 0; 

}
li.hmpb {
height:100px;
display:block;
}

  ul.topnav.responsive {

position: relative;  
}
  ul.topnav.responsive li.icon {
    color:#000000;
    position: absolute;
    right: 0;
    top: 0;

  }
  ul.topnav.responsive li.icon visited{
    color:#000000;
}
  ul.topnav.responsive li {
    float: none;
    display: inline;
    
  }
  ul.topnav.responsive li a {
    display: inline-block;
    text-align: left;
    color:#000000;
    font-size: 18px;
  }

.toggle + a,
 .menu { display: block; }

.toggle {
  display: block;
  background-color: #60CAC9;
  padding: 0 20px;
  color: #000000;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #FF0000; }

[id^=drop]:checked + ul { display: block; }

nav ul {
  padding-left: 0px;
}

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #BFEC17; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #330099;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
	
	.mainHeader img {
		width: 99%;
		height: auto;
		margin-bottom: 1%;
	}
	
	.mainContent {
                clear:both;
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 4%;
		margin-bottom: 2%;
	}
	
	.topcontent {
		background-color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.bottomcontent {
		background-color: #FFF;	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
	}
	
	.content {
		width: 100%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
	}	

	.post-info {
		display: none;
	}
	
	.top-sidebar {
		width: 85%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;		
	}
	
	.top-sidebar p {
		width: 90%;
	}

	.middle-sidebar {
		width: 85%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.middle-sidebar p {
		width: 90%;
	}
	
	.bottom-sidebar {
		width: 85%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.bottom-sidebar p {
		width: 90%;
	}
		
	.mainFooter {
		width: 100%;
		float: left;
		margin: 2% 0;
		padding-left: 0;
		background-color: #666;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		color: #FFF;	
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
	}

.head {
 font-size: 16px;
}

.headings {
 font-size: 16px;
}

.headings1 {
 font-size: 16px;
}
}