﻿/* CSS layout */

#maincontainer {
	
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
}
#masthead {

	height: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
	border-bottom: 2px #b5015a solid;
}

#heading {

	overflow:auto;
	
}
#heading h1 {
	font-family: Arial;
	margin-top: 30px;
	margin-bottom: 0;
	color: #b5015a;
	font-size: 36pt;
	text-align: center;
}
#heading h2 {
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 5px;
	color: #899912;
	font-size: 16pt;
	text-align: center;
}
#logo {
	max-width: 225px;
	border-width: 0;
	margin:10px auto 50px auto;

}
.hrow {
	width: 80%;
	margin: auto;
}

.hcolumn {
    float: left;
}

.hleft {
    width: 20%;

}
.hmiddle {
    width: 60%;

}
.hright {
    width: 20%;
}
/* Clear floats after the columns */
.hrow:after {
    content: "";
    display: table;
    clear: both;
}
 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .hcolumn {
        width: 100%;
    }
}

#contact {
	width: 100%;
	border-width: 0;
	margin:40px 10px auto;

}
#contact h4 {
	font-family: "Arial";
	font-size: 14pt;
	color: #b5015a;
	line-height: 25px;
	text-align: center;
}
#contact a:link
{
	color: #00f;text-decoration:none  
}
#contact a:visited
{
	color: #00f;text-decoration:none 
} 
#contact a:active 
{
	color: #00f;text-decoration:none
}
#contact a:hover      
{ 
	color: #00f;text-decoration:underline
}

#socialwrapper {
	max-width: 100%;
}
#social {
	max-width:50px;
	margin: 10px auto;	
}
.icon {
	max-width: 32px;
	margin:auto;
	padding: 5px;
	border-width: 0px;
	
}

#contentwrapper{
width: 100%;
background: #fff;
margin:0 auto;
}
#maincontent{
margin: 0 auto;
max-width: 90%;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#footer {
max-width: 100%;
background-color: #b5015a;
	margin: 0px;
	padding: 1em 1em;
	clear: both;
	text-align: center;
}
#footer p {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}


#footer a:link
{
	color: #ff0;text-decoration:none  
}
#footer a:visited
{
	color: #ff0;text-decoration:none 
} 
#footer a:active 
{
	color: #ff0;text-decoration:none
}
#footer a:hover      
{ 
	color: #ff0;text-decoration:underline
}


a:link
{
	color: #00f;text-decoration:none  
}
a:visited
{
	color: #00f;text-decoration:none 
} 
a:active 
{
	color: #00f;text-decoration:none
}
a:hover      
{ 
	color: #00f;text-decoration:underline
}

body
{
	font-family: Arial;
	margin: 0;
	color: #333;
	font-size: 12pt;
	background-color: #b5015a;
}



h1 
{
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	color: #cd0067;
	font-size: 24pt;
	text-align: center;
}

h2 
{
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	color: #919400;
	font-size: 20pt;
}

h3 
{
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	color: #919400;
	font-size: 16pt;
}

h4
{
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	color: #919400;
	font-size: 14pt;
}

h5
{
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	color: #919400;
	font-size: 12pt;
}

h6
{
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	font-size: 10pt;
}



p {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #333;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}
.list li
{
	color: #333;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	line-height: 25px;
}
.justify {
	text-align: justify;
}
.centertext {
	text-align:center;
}


/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
  
  