﻿@font-face
{
font-family: Optimum;
font-weight:normal;
src: url('MLSHM.TTF') format("TrueType");
}
.name-orange {
font:normal 15px 'Roboto Condensed', sans-serif;
color:#F15921; text-decoration:none; 
line-height:24px; text-align:justify;
}
.name-blue {
font:normal 15px 'Roboto Condensed', sans-serif;
color:#0065CD; text-decoration:none; 
line-height:24px; text-align:justify;
}
.blue {
font:normal 13px 'Roboto Condensed', sans-serif;
color:#0065CD; text-decoration:none; 

}
.blue-big {
font:normal 18px 'Roboto Condensed', sans-serif;
color:#0A66CB; text-decoration:none;
line-height:20px;
}
.black-big {
font:bold 18px 'Roboto Condensed', sans-serif;
color:#254061; text-decoration:none;
line-height:20px;
}
.blue-title {
font:bold 15px 'Roboto Condensed', sans-serif;
color:#FFFFFF; text-decoration:none;
line-height:20px;
}
.side-title {
/*font:normal 18px 'Roboto Condensed', sans-serif;*/
font:bold 20px Futura Light BT, sans-serif;
color:#FFFFFF; text-decoration:none;
line-height:20px; /*text-transform:uppercase;*/ padding-left:20px; text-shadow:1px 1px 1px #ac4f02;
}
.side-title2 {
/*font:normal 18px 'Roboto Condensed', sans-serif;*/
font:bold 20px Futura Light BT, sans-serif;
color:#FFFFFF; text-decoration:none;
line-height:20px; /*text-transform:uppercase;*/ padding-left:20px; text-shadow:1px 1px 1px #003f7b;
}
.side-title3 {
/*font:normal 18px 'Roboto Condensed', sans-serif;*/
font:bold 20px Futura Light BT, sans-serif;
color:#FFFFFF; text-decoration:none;
line-height:20px; /*text-transform:uppercase;*/ text-shadow:1px 1px 1px #ac4f02;
}
.copy {
font:normal 12px Arial, sans-serif;
color:#272E34; text-decoration:none; 
line-height:18px;
}



/* Styles from css/style.css CF */
/* styled boxes */
.info, .error, .notice, .success {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	font-size: 13px;
}
p.error {
	border: none;
}
.info strong, .error strong, .notice strong, .success strong {
	font-size: 16px;
}
.message-box-wrap {
	border: 0px solid #fff;
	padding:10px;
}
.info {
	color: #4a84bc;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
}
.error {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}
.notice {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}
.success {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}
.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 5px;
	background: url(../images/elements/icon-remove.png) no-repeat center top;
}

/* dropcaps */

.dropcap1, .dropcap2, .dropcap3 {
	float: left;
	text-align: center;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.dropcap1 {
	width: 53px;
	height:	58px;
	line-height: 50px;
	background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
	color: #999;
	margin:0 8px -4px 0;
	font-size: 32px;
}
.dropcap1.gray {
	background-image:url(../images/elements/dropcap_gray.png);
}
.dropcap2 {
	background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
	color:#999;
	line-height: 47px;
	height: 56px;
	width: 53px;
	margin:0 8px -4px 0;
	font-size:32px;
}
.dropcap2.gray {
	background-image:url(../images/elements/dropcap_gray.png);
}
.dropcap3 {
	font-size:40px;
	line-height: 40px;
	width:44px;
	height:44px;
	margin:0 0 -4px 0;
}
.dropcap3.gray {
	color: #999;
}
