html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
	font-family: 'Arimo'; 
	src:url('../format/fonts/arimo.eot');
	src:url('../format/fonts/arimo.eot?#iefix') format('embedded-opentype'), 
	url('../format/fonts/arimo.woff') format('woff'),
	url('../format/fonts/arimo.svg#svgFontName') format('svg'),
	url('../format/fonts/arimo.ttf') format('truetype');
	}
	
html, body{
	font-family: Arimo, Times New Roman;
	font-size:14px;
	background:url('../images/background.jpg');
	color:#444;
}

h1, h2, h3, h4, h5, h6{ font-weight:normal; }
h1{ font-size:1.75em; line-height:2.25em; }
h2{ font-size:1.5em; line-height: 2em; }
h3{ font-size:1.25em; line-height:1.75em; }
h4{ font-size:1em; line-height:1.5em; }
h5{ font-size:0.75em; line-height:1.25em; }
h6{ font-size:0.5em; line-height:1em; }
body{ line-height:1.5em; }
img { width:100%; height:auto; display:block; }
/* Doing this just because it looks better */
.body img{margin-top:10px; margin-bottom:10px;}
.body iframe{width:100%:}
.text-center{text-align:center;}

.easein{
-moz-transition    : all 0.3s;
-o-transition      : all 0.3s;
-webkit-transition : all 0.3s;
transition         : all 0.3s;
}

.radius-5{
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}

.radius-10{
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

.insetshadow{
-moz-box-shadow: inset 0 0 7px 1px #bbb;
-webkit-box-shadow: inset 0 0 7px 1px #bbb;
box-shadow: inset 0 0 7px 1px #bbb;
}

.inset_right{
-moz-box-shadow: inset -1px 0 7px 0px #333;
-webkit-box-shadow: inset -1px 0 7px 0px #333;
box-shadow: inset -1px 0 7px 0px #333;
}

b { font-weight:bold; color:#444; }
.bold { font-weight:bold; color:#444; }
body {overflow-x :hidden; width:100%;}

.body ul li {margin-top:10px; margin-bottom:10px;}

form{width:100%; height:auto;}
input[type="text"]{border:1px solid #888; width:100%; color:#444; text-indent:25px; font-size:15px; line-height:25px; display:block;}
label{font-size:15px;}
input[type="submit"]{border:1px solid #888; font-size:15px; padding:15px;}
textarea{
border:1px solid #888; width:100%; color:#444; text-indent:25px; font-size:15px; line-height:25px; display:block; min-height:150px;
}

.flexible-container{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.flexible-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

strong{
font-weight:bold;
}
