/* Reset Styles
***********************/
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;
}
/*video {
	width: 100%;
	height: auto;
}*/
@font-face {
	font-family: 'Roboto-Italic';
	src: url('roboto/Roboto-Italic.ttf');
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('roboto/Roboto-Light.ttf');
}
@font-face {
	font-family: 'Roboto-Thin';
	src: url('roboto/Roboto-Thin.ttf');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('roboto/Roboto-Regular.ttf');
}
body {
	/*max-width: 1140px;*/
	max-width: 960px;
	margin: 0 auto;
	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;
}
strong {
	font-weight: bold;
}
em {
	font-family: "Roboto-Italic", "arial", "sans-serif";
	color: #fff;
	/*font-style: italic;*/
}
body {
	/*background: url(body.png) repeat left top;*/
	/*background: #1f1f1f url(images/logo6.png) no-repeat 7% 8px;*/
	background: #1f1f1f;
	font: 12pt "Roboto-Regular", "arial", "sans-serif";
	color: #c8c8c8;
}
span {
	font: 14pt "Roboto-Light", "arial", "sans-serif";
	color: #0088bb;	
}
#container {
	background: url(images/logo6.png) no-repeat 5px 5px;
	margin: 0 5%;
	width:auto;
}
h1 {
	text-align: center;	
	font-size: 15px;
	font-weight:800;
}
h3 {
	font-size: 15px;
	font-weight:normal;
	margin: 0px 0 10px 0;	
	text-align:right;
	color: #fff;
}
h4 {
	color: #0088bb;
	padding-left: 0px;
	font-weight: normal;
	font: 22pt "Roboto-Light", "arial", "sans-serif";
	margin-bottom: 0.5em;
	text-align: left;
}
h5 {
	text-align: center;
	font-weight: normal;
	font-family: "Roboto-Light", "arial", "sans-serif";
	color: #0088bb;
}
h2 {
	color: #0088bb;
	padding: 20px 0 0px;
	font-weight: normal;
	font: 22px "Roboto-Light", "arial", "sans-serif";
	line-height: 22px;
	text-align: right;
}
a,a:visited {
	cursor: pointer;
	font-family: "Roboto-Light", "arial", "sans-serif";
	color:#0088bb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.work {
	font-family: "Roboto-Italic", "arial", "sans-serif";
	/*font-style: italic;*/
}
a.headlink, a.headlink:hover {
	text-decoration: none;
}
p.text {
	text-align: left;
	width: 100%;
	margin-top: 0.20em;
	margin-bottom: 0.75em;
	line-height:150%;
}
p.list {
	color:#0088bb;
	width: 100%;
	margin-bottom: 0.5em;
	line-height:150%;
}
.inner {
	margin: 0 auto;
	padding: 0 1em 0 1em;
	width: 95%;
	/*text-align: center;*/
}
p.text_ctr {
	padding-left: 0px;
	width: 100%;
	margin-bottom: 1em;
	line-height:150%;
	text-align: center;
}
.media_ctr {
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 0.5em;
}
.video_sqr {
	width: 100%;
	height: 400px;
	text-align: center;
	padding-bottom: 0.5em;
}
.media_ctrs {
	width: 56%;
	text-align: center;
	margin: 0 22% 0 22%;
	padding-bottom: 0.5em;
}
.img_fl {
	width: 50%;
	height: auto;
	float: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
.img_fls {
	width: 20%;
	height: auto;
	float:left;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
.img_flm {
	width: 35%;
	height: auto;
	float:left;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
.img_fr {
	width: 50%;
	height: auto;
	float:right;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
.img_frs {
	width: 20%;
	height: auto;
	float:right;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
.img_flm {
	width: 35%;
	height: auto;
	float:left;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
.img_work {
	width: 100%;
	height: auto;
	padding-bottom: 0.0em;	
}
@media screen and (max-width: 640px) {
	div.left_col, div.right_col {
		float: none;
	}
 }
.left_col {
	padding-right: 1%;
	min-width: 300px;
	width: 49%;
	height: auto;
	float: left;
}
.right_col {
	padding-left: 1%;
	min-width: 300px;
	width: 49%;
	height: auto;
	float:right;
}
