/* Base Styles
--------------------------------------------------------------------------------------------------------*/

*{
    margin: 0;
    padding: 0;
}
body{
	text-align: center;
	background: #dae9fe url(../img/bkgrd.gif) repeat-x;
	font: 75% Verdana, Arial, sans-serif;
	color: #000000;
	height: auto;
	margin-top: 5px;
}
p{
	line-height: 1.3;
	/*margin-bottom: .3em;*/
	font-size:1.1em;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	color: #ffffff;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}
#wrap{
	width: 986px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0px 0px 0 0px;
}
small{
	font-size: smaller;
	font-weight: inherit;
}
strong{
	font-weight: bold;
}
a, a:hover, a:active{
	font-weight: inherit;
	outline: 0;
}
ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
ul ul{
	list-style: circle;
}
li, span{
	line-height: 1.3;
}

.clear{
	clear: both;
}

/* Header
--------------------------------------------------------------------------------------------------------*/
#pagetop{
	background: url(../img/bg_top.gif) no-repeat top left;
	width: 994px;
	height: 17px;
	padding: 0;
	margin: 0 auto;
	display: block;
}
#header{
	margin: 0;
	padding: 0;
	height: 100px;
	width: 500px;
    position:relative;
}
#header a#logo{
    width: 200px;
    height: 100px;
    position:absolute;
    top:0px;
    left:30px;
    z-index: 1;
}
#header h1, h2{
	display: none;
}
#header a{
	color: #085698;
}

/* Navigation / Tabs
--------------------------------------------------------------------------------------------------------*/
#nav{
	width: 980px;
	height: 31px;
	background: #044d99 url(../img/nav_bg.gif) repeat-x top left;
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav ul{
	height: 31px;
}
#nav img{
	float: left;
}
#nav li{
	list-style-type: none;
	float: left;
	line-height: 31px;
	padding-right: 1px;
	background: url(../img/nav_div.gif) no-repeat top right;
}
#nav li a{
	font: 14px Verdana, Arial, sans-serif;
	color: #ffffff;
	line-height: 31px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	width: 139px;
	text-align: center;
}
#nav li a:hover{
	color: #044d99;
	background-color: #eeeeee;
}

#livechat{
    position:absolute;
    top:35px;
    right: 100px;
    text-align: right;
    width: 400px;
}

/* Body
----------------------------------------------------------------------------------------------------------*/
#body{
	background: url(../img/bg_body.png) repeat-y top left;
	padding: 0px 10px 0 4px;
	width: 980px;
}

/* Footer
-------------------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	font-size: 1em;
	text-align: center;
	color: #cbcbcb;
	margin: 0 auto;
	padding-top: 50px;
	width: 100%;
	position: relative;
}
#footer ul{
	margin-left: 0px;
	text-align: center;
}
#footer li{
	display: inline;
	list-style-type: none;
	margin-right: -2px;
	margin-left: -1px;
	float: none;
	line-height:2.8;
}
#footer a, #footer a:link, #footer a:visited{
	text-decoration: underline;
	border-right: 1px #cccccc solid;
	color: #999999;
	padding: 2px 10px;
	display: block; /*\*/
	display: inline; /**//**/
}
#footer a:hover{
	color: #666666;
	text-decoration: underline;
}
#footer  a.footer_link_end:link, #footer a.footer_link_end:visited{
	border-right: none;
}
#footer p{
	clear: both;
	padding: 5px 0 0 0;
	position: relative;
	text-align:justify;
}
#footer .copyright{
	text-align: center;
	font-size: 0.9em;
	word-spacing: -1px;
	margin: 0 auto;
}
#footer .copyright a, #footer .copyright a:link, #footer .copyright a:visited{
	border-right: none;
	text-decoration: none;
	padding: 0 3px;
}
#pagebottom{
	background: url(../img/bg_bottom.gif) no-repeat bottom left;
	width: 994px;
	height: 27px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}
