@import url("content_reset.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	line-height: 133%;
	color: #333;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: .5em 0;
}

h1{
	font-family: Georgia;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 28px;
	color: #4c555f;
	font-weight: normal;
	margin: 20px 0;
}
h2{
	font-family: Georgia;
	font-size: 16px;
	color: #888e95;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px 0;
}
h3{
	font-size: 15px;
	color: #ff771c;
	margin: 20px 0;
}
h4{
	font-size:12px;
}

p {
	margin: 20px 0;
}

ul {
	border-top: 1px solid #ccc;
	margin: 20px 40px 40px 40px;	
}
ul li {
	padding: 11px 0;
	border-bottom: 1px solid #ccc;
}

.content img {
	border: 1px solid #1c2835;
	padding: 5px;
	margin: 5px;
	background-color: #0b131c;
}

.content img.left {
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 20px;
}
.content img.right {
	float: right; 
	margin: 0 0 20px 10px;
	padding: 20px;
}
.transparent {
	background-color: transparent;
}

br.clear {
	clear: both;
	float: none;
}


.content a, 
.content a:link, 
.content a:visited {
	text-decoration: none;
	color: #FF771C;
}
.content a:hover, 
.content a:active {
	text-decoration: underline;
}

strong{
	font-weight:bold;
}






.home-info-block {
	font-family: Georgia;
	font-style: italic;
	font-size: 24px;
	line-height: 32px;
	color: #ff771c;
	font-weight: normal;
	padding: 25px 0;
	border-bottom:1px solid #ff771c;
	border-top:1px solid #ff771c;
}