html,body {
    margin: 0;
    padding: 0;
    background: #d2d4d4 url(../images/bg.jpg) repeat-x top left;
    color: #383838;
}

p
{
    font-size: 14px !important;
    line-height: 21px !important;
}

.clear
{
    clear: both;
}

.full-link
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.site-header-wrapper
{
    background: #ededed;
    height: 83px;
    position: relative;
}

.site-header-wrapper *
{
    position: relative;
}

.site-header
{
    width: 1020px;
    margin: 0 auto;
    height: 100%;
}

.site-header>.site-logo
{
    width: 141px;
    height: 60px;
    background: transparent url(../images/logo1.png) no-repeat top left;
    top: 11px;
    left: 2px;
    position: absolute;
}

.site-header>.site-navigation
{
    position: absolute;
    top: 32px;
    right: 5px;
    width: auto;
    height: auto;
    color: #000;
    padding: 0px 5px;
}

.site-header>.site-navigation a
{
    color: #0f2547;
    text-decoration: none;
    padding: 5px;
    margin: 0;
}

.site-header>.site-navigation a:hover
{
    /*background: #f62c75;*/
    background: #f62c75 url(../images/nav-bg.jpg) repeat-x center left;
    color: #FFF;
}

.site-wrapper
{
    position: relative;
    width: 1002px;
    margin: 0 auto;
    min-height: 500px;
    background: #FFFFFF;
    padding: 35px 10px 0px 10px;
}

.site-wrapper>.site-navigation-wrapper
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 29px;
    text-align: center;
    background: #ededed;
    box-shadow: 0px 1px 2px #CCC;
}

.site-wrapper>.site-navigation-wrapper>.navigation-wrapper
{
    width: auto;
    margin: 0 auto;
    height: 33px;
}

.site-wrapper>.site-navigation-wrapper>.navigation-wrapper a,
.site-wrapper>.site-navigation-wrapper>.navigation-wrapper a:link,
.site-wrapper>.site-navigation-wrapper>.navigation-wrapper a:visited
{
    height: 33px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 32px;
    color: #383838;
    padding: 7px 15px 2px 15px;
    margin: -1px;
}

.site-wrapper>.site-navigation-wrapper>.navigation-wrapper a.active,
.site-wrapper>.site-navigation-wrapper>.navigation-wrapper a:hover
{
    color: #FFF;
    background: #f62c75 url(../images/nav-bg.jpg) repeat-x top left;
    /*border-radius: 5px;*/
}

.site-wrapper>.site-navigation-wrapper>.navigation-wrapper-mobile
{
    display: none;
}

.site-content-wrapper
{
    background: transparent;
    min-height: 500px;
    margin-top: 10px;
}

.site-footer-wrapper
{
    height: auto;
    background: #0d182d;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
    left: -10px;
    position: relative;
    width: 1022px;
}

.site-footer
{
    padding-top: 10px;
}

.footer-logo
{
    height: 20px;
    background: transparent url(../images/logo1_white.png) no-repeat center center;
    padding-bottom: 10px;
}

.footer-links
{
    text-align: center;
    padding: 5px 0;
}

.footer-links a
{
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 10px;
}

.ads-column-mobile
{
    display: none;
}

.only-mobile
{
    display: none;
}

.only-tablet-and-mobile
{
    display: none;
}

.only-tablet
{
    display: none;
}

.title-banner-left-300
{
    position: relative;
    left: -10px;
    width: 300px;
    height: 0px;
    background: #0b1b30;
    border-right: 16px solid #FFF;
    border-top: 16px solid #0b1b30;
    border-left: 16px solid #0b1b30;
    border-bottom: 16px solid #0b1b30;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 2px;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}

ul.topnav {
	width: auto;
	margin-top: -1px;
}
ul.topnav li {
	display: inline-block;
	height: auto;
}
ul.topnav li a{
	text-decoration: none;
	display: block;
	padding: 2px 15px 0px !important;
	margin-top: -4px !important;
	line-height: 37px !important;
}
ul.topnav li a:hover{
}
ul.topnav li span.subhover {
    background-position: center bottom; 
    cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	background: #fff;
	margin: 0; 
	padding: 0;
	display: none;
	width: 170px;
	border: 1px solid #111;
	z-index: 10000;
	position: absolute;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
ul.topnav li ul.subnav li:last-child {
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
}
html ul.topnav li ul.subnav li a {
	width: 141px;
	height: 30px !important;
	padding-left: 20px;
	margin-top: 0px !important;
	margin-left: 0px !important;
	line-height: 28px !important;
}
