/*******************************************************************************
Copyright © 2001-2012 IntelliTime Systems Corp.
Name: \VTI\Themes\Classic\nav_style.css (base)
Description: The has the stle for the nav menu and inbox.  This file was produced by the artist.
********************************************************************************
Version Date       Author Comments
1       10/01/2012 EV     Created.
*******************************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
	list-style:none;
}

body{
	font:14px Arial, Helvetica, sans-serif;
	color:#585858;
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{ 
    display:block;
}

a, a:link, a:visited{
	color:#585858;
    margin:0;
    padding:0;
    font-size:100%;
    /*Edgar vertical-align:top; */
    vertical-align:baseline;
	text-decoration:none;
	outline:0 none;
}


a:hover{
	text-decoration:underline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header_wrap{
	background:url(../images/navbg.jpg) repeat-x left top;
	height:92px;
	min-width:990px;
	width: 100%;
}

header{
	width:1024px;
}


#logo{
	float:left;
	margin:25px 10px 25px 10px ;
}

nav{
	float:left;
}


nav ul li a.dir span{
	display:inline-block;
}


nav ul li a.topnavText{
	display:block;
	text-align:center;
}


nav ul li a img.rightArrow{
	display:inline-block;
	float:right;
	vertical-align:middle;
	 line-height: 1.3em;
    zoom: 1;
}


#contents_wrap{
	width:1024px;
}

/*inbox start */

.inbox_news_wrap{
	padding:15px;
}


.inbox{
	width:170px;
	float:left;
}

.title{
	background: url(../images/title_bg.jpg) repeat-x left top;
	position:relative;
	height:34px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

.subtitle{
	background: url(../images/title_bg.jpg) repeat-x left top;
	position:relative;
	height:34px;
}

.title a, .title a:link, .title a:visited, .subtitle a, .subtitle a:link, .subtitle a:visited, .inboxOption a.inboxlink
{
    color: #fff;
}

.inboxlink{
	float:left !important;
	margin:10px 0 0 15px !important;
	/*Edgar Added Sept-8-2012*/
	color: White !important;
}

.forwarding{
	float:right;
	/*Edgar change this Sept-7-2012*/
	/*margin-top:10px !important;*/
	margin:10px !important;
}

.closeInbox{
	display:inline-block;
	background:url(../images/close.png) no-repeat right center;
	height:16px;
	width:16px;
	float:right;
	margin:8px 10px 0 5px !important;
}

.inboxmail{
	border:1px solid #9d9d9d;
	background:url(../images/inboxmails.jpg) no-repeat center bottom;
	height:200px;
	position:relative;
	padding-left: 100px;
	
}

.inboxmail a, .inboxmail a:link, .inboxmail a:visited, .inboxmail a:hover{
    color: #fff;
    font: bold 30px trebuchet MS;
    left: 75px;
    position: absolute;
    top: 56px;
	text-decoration:none;
}

.inboxmail a span#sItemsText{
    color: #585858;
    display: block;
    font: 18px trebuchet MS;
    left: -14px;
    position: absolute;
    top: 40px;
}

.inboxmail a span#dInboxCount
{
    color: #FFFFFF;
    display: block;
    font: 18px trebuchet MS;
    position: absolute;
    top: 0px;
}




/*Inbox Inside Start*/

.inside{
	width:488px;
}



.inboxinside{
	border:1px solid #9d9d9d;
}

.inboxitems{
	background:#fff url(../images/inbox_itembg.jpg) repeat-x left bottom;
	border-bottom:1px solid #9d9d9d;
	border-top:1px solid #9d9d9d;
	padding:12px;
}

.inboxitems a, .inboxitems a:link, .inboxitems a:visited{
	color:#10bae8;
}


/*News & information Start*/

.news{
	width:485px;
	float:right;
}

#title
{
	position:relative;
	bottom: -10px;
	left:15px;
	width: 465px;
	height: 34px;
}
.wop
{
	padding:0;
	margin: 0 0 0 400px;
	color:#fff;
}

.informations{
	border:1px solid #9d9d9d;
}

.informations article{
	background:#fff url(../images/informationbg.png) repeat-x left bottom;
	border-bottom:1px solid #9d9d9d;
	border-top:1px solid #9d9d9d;
	padding-bottom:25px
}

.informations article img{
    float: left;
    margin: 17px 10px 0 15px;	
}

.informations article p{
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin: 17px 0 0;
    width: 380px;
}

.footerlogo{
	margin:0 auto;
	text-align:center;
}

.footerlogo strong{
	display:block;
	margin:3px 0;
}

.footerlogo p{
	color:#1976D5;
}

footer{
	color:#c4c4c4;
	text-align:center;
	margin:50px 0 10px;
}