﻿/* CSS Document */
/* Styles here will be displayed in the editor according to the regular expressions set up in the ckeditor config.js. 
*/
@font-face {
    font-family: 'steelfishregular';
    src: url('steelfish_rg-webfont.eot');
    src: url('steelfish_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('steelfish_rg-webfont.woff') format('woff'),
         url('steelfish_rg-webfont.ttf') format('truetype'),
         url('steelfish_rg-webfont.svg#steelfishregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body 
{
	background: #f5f5f5 url('/app/images/bg.gif');
	font-family: 'Sanchez', serif;
	font-size:12px;
	color:#555555;
}

html, body{ 
 margin:0; 
 padding:0;  
 line-height:1.5;
 -webkit-font-smoothing: antialiased;
} 
p,input,textarea{ 
margin:0;
padding:0;
}
img
{
	border:none;
}
ul {/*Prevent bullets overlapping an image aligned/floated left next to the list*/
	overflow:hidden;
	list-style-position:outside;
}
a {
	color:inherit;
}
h1{
	font-family: 'steelfishregular',Arial;
	color:#194c8f;
	font-weight:normal;
	margin: 0.3em 0;
}
h2,h3,h4,h5,h6 {
	font-family: 'Sanchez', serif;
	color:#111111;
	font-weight:bold;
	margin: 0.3em 0;
}
h1 {
	font-size:63px;
}

.blue-box {
	border:10px solid #194c8f;
	text-align:center;
	font-size:18px;
	padding:10px;
	margin-bottom:20px;
}

.blue-box h1 {
	color:#6f6958;
	font-size:18px;
	font-family: 'Sanchez', serif;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	line-height:normal;	
}
.blue-box h1 .large {
	font-size:72px;
	font-family: 'steelfishregular';
	font-weight:bold;
}
div.blue-box {}
span.large {}
span.blue { color:#194c8f;}