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

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

body {
	font:0.9em/1.3em 'Open Sans', sans-serif;
}
pre, code {
	font-family:'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

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

h1 {
	font-family: 'Mate', serif;
	font-size:1.0em;
	text-transform:uppercase;
	color:#464646;
	letter-spacing:0.1em;
	line-height:1.6em;
}
h2 {
	font-family: 'Mate', serif;
	font-size:1.9em;
	text-transform:uppercase;
	color:#E5E5E5;
	letter-spacing:0.1em;
	line-height:1.3em;
	text-align: center;
}
h3 {
	font-family: 'Mate', serif;
	text-transform:uppercase;
	letter-spacing:0.1em;	
	color:#464646;
}
h4 {
	text-transform:uppercase;
	letter-spacing:0.1em;	
	color:#e4e4e4;	
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
li {
	line-height:1.6;
}
p {
	font-size:0.9em;
}
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;
}
a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#666666;
}
/* template styling */
#hotline {
    font-size: 0.9em;
    line-height: 1.3em;
    text-align: center;
}
#mobile_home {
	font-family: 'Mate', serif;
	color:	#fff;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-shadow:1px 1px #000;
}

#main_navigation ul li a {
	font-family: 'Mate', serif;
	text-align:center;
	color:#d7d7d7;
	text-decoration:none;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:0.05em;
	white-space: nowrap;
}

#main_navigation ul li.active a {
	color:#FFF;
}
#main_navigation ul li a:hover {
	color:#FFF;
	text-shadow:1px 1px #000;
}
#main_navigation ul li.active a:hover {
	color:#d7d7d7;
	text-shadow:1px 1px #000;
}
.home_content p {
	text-align:justify;
	font-size:0.9em;
	color:#E4E4E4;
	line-height:1.4em;
}
.home_content_new p {
	text-align:justify;
	font-size:0.9em;
	color:#E4E4E4;
	line-height:1.4em;
}
.main_content {
	text-align:justify;
}
.main_content ul li {
	font-size: 0.9em;
	list-style:none;
}
#copyright {
	font-family: 'Mate', serif;
	text-transform: uppercase;
	font-size:0.7em;
	line-height:28px;
	color:#E1E1E1;
	letter-spacing:0.2em;
	text-align:center;
}
.small_text {
	font-size: 0.8em;
}
.red {
	color: #ed1c24;
}
/* end of template styling */