html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-font-smoothing: antialiased !important;
}
html,body{
	height:100%;	
}

body {
    line-height: 1;
}

.nav ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:hover, a:active {
    outline : 0;
}

h1, h2, h3, h4, h5, h6 {
font-weight : normal;
margin-top: 10px;
letter-spacing: 0px;
}

h1 { 
margin-bottom : 0.2em;
}
h2 { 
margin-bottom : .5em;
margin-top : .5em;
}

h3 { 
margin-bottom : 0.3em;
}

h4 {
margin-bottom : 0.5em;
}

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #0c445b;
font-size :11px; /* 16 / 16  */ 
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:15px;
}
.lineH{
	line-height: 35px !important;	
}

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }
p {
hyphens : auto;  }
p.introtext {
font-family:'kabel_dm_btdemie';
font-size : 2.5em; /* 40 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}
p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}

.disBlk{
	display:block;
    width: 100%;
}

img {
	max-width:100%;
	height:auto;
	image-rendering: optimizeQuality;
}
.img{
	width:100%;
}
.msie7 img{
    -ms-interpolation-mode: bicubic;
}
.hr {
    display: block;
    height: 5px;
    border: 0;   
    background:url(../images/hr_01.gif) repeat-x;
    margin: 1em 0;
    padding: 0;
}
.hr2 {
    display: block;
    height: 1px;
    border: 0;   
    background:#C5C5C5;
    margin: 5px 0;
    padding: 0;
}
.hr3 {
    display: block;
    height: 1px;
    border: 0;   
    background:#fff;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.bg_gry{
	background:#f0efe9;
    padding-top: 3%;	
}
.drkBlu{
	background:#0b445a;		
}
.orng{
	background:#da9328;		
}
.brwn{
	background:#876939;		
}
.grn{
	background:#3a866c;	
}
.clear{
	clear:both;	
}