/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

BODY 
	{
	font-size : 12pt;
	color : #fff;
	font-family : roboto, sans-serif;
	text-align:center;
	margin:10px 0;
	padding:0;
	background-color: #681200;
	}

header {
	margin:0;
	padding:12px 0 0 0;
	min-height:640px;
	text-align: center;
    background: url('/images/bg.jpg');
    background-position: center;
    color: #681300;
	background-color:#314e61;
	border-bottom:#117ca1 thin solid;
	border-radius: 6px;
	}

footer {
	margin-top:12px;
}

#content {
	margin: 0 auto;
	padding:0;
	max-width:1200px;
	text-align:left;
	border:1px solid #117ca1;
	border-radius: 6px;
	background-color:#fff;
	}
	
#sec2
	{
	font-size : 12pt;
	font-family : roboto, sans-serif;
	color: #681300;
	background-color: #FFF;
	padding:24px 48px;
	border:none;
	}	


UL
	{
	padding: 10px;
    background: rgba(50,0,0,0.5);
	}

LI
	{
	line-height : 1.5em;
	margin-bottom : 5pt;
	display: inline;
    padding: 0px 10px 0px 10px;
	}

P
	{
	font-family : roboto, sans-serif;
	font-size: 12pt;
	line-height : 14pt;
	margin-bottom:14pt;
	}
	
.mainimg
	{
	padding-bottom:3pt;
	}

h1 {
      font-size: 3.5em;
	  font-weight:800;
	  margin: 0 0 12px 0;
	  color: #117ca1;
    }

H2
	{
	font-family : roboto, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #117ca1;
	margin-top: 3pt;
	margin-bottom: 0.5em;
	}

A
	{
	color: #fff;
	font-weight: normal;
	text-decoration:none;
	}
	
A:hover
	{
	color: #77dff7;
	}

TABLE, TD, TH, TR
	{
	font-size : 12pt;
	font-family : roboto, sans-serif;
	}

.small
	{
	font-size : 9pt;
	}

.strong
	{
	font-size: 12pt;
	color: #000000;
	}
	
.thumbs
	{
	padding:10px;
	}
	
.thumbs img
	{
	margin-bottom:6px;
	}

footer a {
	color:#fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

#sec2 a {
	color:#681300;
	text-decoration: none;
}

#sec2 a:hover {
	text-decoration: underline;
}

@media (max-device-width: 480px) {
  #content {
	max-width: 95%;  
  }
  h1 {
	  font-size: 2em;  
  }
  
  li {
     padding: 5px;
     display: block;
     }
}	

/* ClearFix ------------------------------------------------------------------*/

.clearfix:after {  
content: ".";  
display: block;  
clear: both;  
visibility: hidden;  
line-height: 0;  
height: 0;  
}  
            .clearfix { display: inline-block; }  
html[xmlns] .clearfix { display: block;        }  
* html      .clearfix { height: 1%;            }  

/* END ClearFix ------------------------------------------------------------------*/