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

@font-face {
	font-family: Roboto Regular;
	src: url(fonts/Roboto-Regular.ttf);
}

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

/***********END RESET**********/

@font-face {
    font-family: Inter Regular;
    src: url(fonts/Inter-Regular.ttf);
}

body{
    font-family:Inter Regular, sans-serf;
    background:#22627d; 
}  
h1,h2{
    font-weight:bold;
    color:#215c76;
    font-family:Inter Regular, sans-serf;
}
h1{
    font-size: 30px;
    letter-spacing: -0.05em;
}
h2{
    font-size:20px;
}
.redtext{
    color:#e14527;
}
p{
   color:#333333;
   font-family:Roboto Regular, Geneva, sans-serif !important;
   font-size:12px;
   line-height: 16px;
}
li{
    font-family:Roboto Regular, Geneva, sans-serif;
}
#topwrapper{
    background:#22627d;
}
#topcontainer{
    width:980px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    height: 500px;
}

/***********Header**********/
#logo{
     float:left;    
}
#mainmenu{
     position: absolute;
    right: 30px;
    top: 30px;
}
#mainmenu li{
    display:inline;
}
#mainmenu li a{
    margin:10px;
    color:#eb7b67;
    text-decoration:none;
    font-size: 18px;
    padding-bottom:8px;
    font-weight:bold;
}
#mainmenu li a:hover{
    color:#fff;
}
#mainmenu li .active{
    color:#fff;
    border-bottom:2px solid #fff;
}
#banner{
    left: 40px;
    position: absolute;
    top: 100px; 
}


/***********Main Content**********/
#mainwrapper{
    background:#e14527;
}
#maincontainer{
    width:980px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#maincaption{
    width:500px;
    margin:0 auto;
}
#maincaption img{
    margin-top:-10px;   
}
#imagescon{
    position:relative;
    margin-top: 20px;
}   
#imagescon img{
    float: left;
     width: 326px;
}
.viewmore img{
    height: 104px;
    left: 460px;
    position: absolute;
    top: 150px;
    width: 122px !important;    
}
#contentmain{
    background-color:#fff;
    overflow:hidden;
    clear:both; 
    padding-bottom:30px;
    min-height:300px;
}
#contentmain h1{
    padding-bottom:20px;
}
.leftcontent{
    float:left;
    overflow:hidden;
    width:400px;
    padding-left: 20px;
    width: 500px;
    padding-top: 30px;
    height: 255px;
    position:relative;
}
.rightcontent{
    float:right;
    overflow:hidden;
    width: 400px;
    padding-top: 30px;  
    height: 255px;
    position:relative;
}
.rightcontent li{
    padding: 10px 10px 10px 20px;
    background:url('../images/li-bg.png') no-repeat left;
    font-size:12px;
}

.viewmorered{
    bottom: 0;
    position: absolute;
    right: 20px;
}

/************Footer*************/
#footer{
    background:#22627d; 
    overflow:hidden;
}
#footer p{
    color: #cccccc;
    font-size: 12px;
}
.footercontainer{
    width:980px;
    margin:0 auto;
}
.copyright{
    float:left;
     padding: 40px 20px 20px;
    color: #cccccc !important;  
}
.copyright a{
   text-decoration:none;
   color:#fff;  
}
.footernav{
      float: right;
      margin-top:40px;
}
.footernav li{
     display:inline;    
     border-right:1px solid #cccccc;
}
.footernav li a{
    padding: 10px 20px;
    text-decoration:none;
    color:#cccccc;
    font-size: 12px;
}
.footernav li a:hover{
    color:#e7634b;
}
.footernav li .activelink{
    color:#e7634b;
}
.footernav li:last-child{
    border-right:none;
      
}


/***********For Opera************/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    .viewmorered{
    bottom: 0;
    position: absolute;
    right: 50px;
}    
    }
.message{
    position:absolute;
    top: -180px;
    top: -150px\9;
    top: -150px\0/;
    padding-right: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .message{
    position:absolute;
    top: -1px;
    padding-right: 10px;
}
}
@-moz-document url-prefix() { 
  .message{
     top: -180px !important;
  }
}