/* Compiled by Srinath http://www.webdefined.com */

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Cherry Swash', cursive;
}
pre, code {
	font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size:2.8em;
	text-align:center;
}
h1.home {
	color: #FFF;
}
h2 {
	font-size:1.8em;
	text-align:center;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
li {
	line-height: 1.5;
}
p {
	font-size: 1.3em;
	text-align:justify;	
}
li {
	font-size: 0.9em;
}
li > p {
	margin-top: 0.2em;
}
ol,
ul {
	list-style-type: square;
}
img {
	border: 0 none;
}
th {
	font-weight: normal;
	text-align: left;
	padding-right: 0.5em;
}
td {
	text-align: left;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 10px;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#666666;
}

/* template styling */

#menu ul li a {
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:1.6em;
	letter-spacing:0.1em;
	line-height:1.4em;
}
#menu ul li.active a {
	color:#FFFFFF;
}
#menu ul li a:hover {
	color:#000;
	text-shadow: 1px 1px #FFFFFF;
}
#menu ul li.active a:hover {
	color:#d7d7d7;
	text-shadow: 1px 1px #519141;
}
#main_content {
	font-size:1.1em;
	text-align:justify;
}
#footer_navigation {
	font-family:Arial, Helvetica, sans-serif;
}
#footer_note {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.telenos {
	font-size:2em;
	font-weight:bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: center
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
}
.large_text {
	font-size:2em;
}
/* end of template styling */
    @media only screen and (max-width : 768px) {
	h1 {
		font-size: 2.0em;
	}
    }
@media only screen and (max-width: 480px) {
    /* Style adjustments for viewports that meet the condition */
#menu {
		font-size: 0.75em;
}
}