/*********************************************************************
*** START reset & text
*********************************************************************/
html, iframe { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:top;}

html body div.clear,html body span.clear { background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

body {
	background:url(../images/bg.png) top repeat-x;
	background-color:transparent;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#555;
    margin:0;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('myriadpro-regular-webfont.eot');
    src: url('myriadpro-regular-webfont.eot?iefix') format('eot'),
         url('myriadpro-regular-webfont.woff') format('woff'),
         url('myriadpro-regular-webfont.ttf') format('truetype'),
         url('myriadpro-regular-webfont.svg#webfontXxUA8fM1') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('myriadpro-boldcond-webfont.eot');
    src: url('myriadpro-boldcond-webfont.eot?iefix') format('eot'),
         url('myriadpro-boldcond-webfont.woff') format('woff'),
         url('myriadpro-boldcond-webfont.ttf') format('truetype'),
         url('myriadpro-boldcond-webfont.svg#webfontDdU3djaa') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

p, ul, ol {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#555;
    line-height:18px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'MyriadProRegular';
}

p {
    margin:0;
    padding:5px 0;
}


h1 {
    font-size:25px;
    font-weight:normal;
    color:#111;
    margin:10px 0;
    padding:0;
    text-transform: capitalize;
}


h2 {
    font-size:18px;
    font-weight:normal;
    color:#333;
    margin:0;
    padding:0;
    text-transform:capitalize;
}

h2.form {
    font-size:22px;
    font-weight:normal;
    color:#0099ff;
    margin:10px 0;
    padding:0;
    text-transform:capitalize;
}

h3 {
    font-size:16px;
    font-weight:normal;
    color:#FFF;
    margin:0;
    padding:0 0 0 20px;
    text-transform:capitalize;
}

h4 {
    font-size:16px;
    font-weight:bold;
	font-style:italic;
    color:#008DD0;
    margin:0;
    padding:5px 0 10px 0;
    text-transform:capitalize;
}

h5 {
    font-size:12px;
    color:#333;
    margin:0;
    padding:4px 10px;
    float:left;
}

h6 {
    font-family:Arial, Helvetica, sans-serif;
    color:#365d9a;
    font-weight:normal;
    font-size:13px;
    margin:1px 5px;
    padding:2px 0;
}

hr {
    background: #ddd;
    height:1px;
    border:none;
    margin:15px 0;
    padding:0;
}



/*********************************************************************
*** END reset & text
*********************************************************************/

form { margin:0; padding:0;}