
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
:focus, *:active {
    outline: 0 none;
}
ol, ul {
    list-style: none outside none;
}
header, nav, article, aside, footer, hgroup, section {
    display: block;
}
body {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.825em;
}
a, a:visited {
    outline: medium none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: medium none;
}
#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    margin: 0 auto;
    width: 980px;
	box-shadow:0 0 10px #999999;

}
header {
    /*float: left;*/
    padding: 0 15px;
    display:inline-block;
	margin:0 auto 15px;
}
.logo {
    float: left;
    height: 98px;
   /* width: 226px;*/
}
/*#navigation ul {
    float: left;
    margin-top: 9px;
    width: 928px;
}*/

.navbar-default {
    background: #737172;
    border-radius: 10px 10px 10px 10px;
    margin: 28px 0 0 15px;
	border-color:none;
}

.navbar-default li a {
    color: #FFFFFF !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #0E0E0E;
}
.navbar-default li a:hover {
    color: #D0D8E2 !important;
    text-shadow: 1px 1px 1px #0E0E0E;
}/**/
#content {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 950px;
}
.white-panel {
    background: url("../images/box_bg.jpg") repeat-x scroll center top transparent;
    border: 1px solid #dedede;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 10px;
}
.white-panel h1 {
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    padding: 5px 0 10px 0;
	text-align:left;
	font-weight:bold;
}
.white-panel h3{text-align:left; padding:12px 0;}
.white-panel h1 a{color: #1E1D1D; text-decoration:none;}
.white-panel h1 a:hover{color:#666666;}
.box img{border:solid 4px #b3b3b3;}
.box img:hover {border:solid 4px #666666;}
.nomargin {
    margin-right: 0;
}
.more_info {
    float: right;
    /*margin: 30px 0 5px;*/
}
.more_info img{border:none;}
.more_info img:hover{border:none;}
footer {
    height: 30px;
    padding: 8px 0;
    width: 100%;
	color:#0893ef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}
.container{background:#FFFFFF;}
.navbar{float:left;}
.navbar-header{background:none; margin:0 !important;}
.navbar-toggle{margin-right:0 !important;}
@media (max-width: 768px) {
header {display:block;}
.logo{float:none;}
.logo img{width:auto;}
.navbar{float:none; margin:0 10px;}
footer{padding:32px 0;}
}