/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	color:#818181;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	word-spacing:0;
}
p {
	}
a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	font-weight:normal;
}

h3 {
	font-size: 22px;
	color:#2d2d2d;
	font-weight:normal;
}

h4 {
	font-size: 18px;
	color:#18181A;
}

h5 {
	font-size: 10px; color:#4d4d4d;
}

h6 {
	font-size: 11px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

a:link, a:visited {
  color: #0854a0;
  font-style: normal;
  text-decoration: none;
  font-weight:normal;
}

a:hover {
  color: #0854a0;
  text-decoration:  underline;
}

a:active, a.active {
  color: #00568c;
}
a.font-color-red {
  color: #ec4f61; text-decoration:underline;
}
a.font-color-blue {
  color: #5591de; 
}
.font-weight-bold {
  font-weight:bold;
}
.font-color-red {
  color: #ec4f61;
}
.font-color-black {
  color: #000;
}
.font-color-green {
  color: #268f01;
}
.font-size-14 {
	font-size:14px;
}
h2 a, span a {
  text-decoration: none;
}
h2 a:hover, span a:hover{
  text-decoration: underline;
}
h2 span.h2-title1{
display:block;
padding:0;
margin:0;
line-height:18px;
color:#ff7640;
}
h2 span.h2-title2{
display:block;
padding:0;
margin:0;
color:#ee7629;
}
h2 span.h2-title3{
display:block;
padding:15px 0 0px 40px;
color:#ffffff;
}
h2 span.h2-title4{
display:block;
padding:35px 0 0px 40px;
color:#a3282e;
}

#main-wrapper h3  {
	margin-bottom:15px;
}

.more a {
	color:#393939;
}

/*
@font-face {
	font-family: 'MEgalopolisExtraRegular';
    src: url('../fontface/megalopolis/megalopolisextra-webfont.eot');
    src: url('../fontface/megalopolis/megalopolisextra-webfont.eot?iefix') format('eot'),
         url('../fontface/megalopolis/megalopolisextra-webfont.woff') format('woff'),
         url('../fontface/megalopolis/megalopolisextra-webfont.ttf') format('truetype'),
         url('../fontface/megalopolis/megalopolisextra-webfont.svg#webfontsqGr6W6c') format('svg');
	font-weight: normal;
	font-style: normal;
}

#page-wrapper #header #logo-slogan  {
			font-family: 'MEgalopolisExtraRegular';
}
*/
strong { font-weight:bold;}