﻿/* Header */
div#mstr_header_wrapper
{
	position:relative;
	margin-top:57px;
	width:100%;
	height:94px;
	background: #cee1f2 url(../../app_images/master/header_bg.gif) repeat-x;
}

div#mstr_header
{
	position:relative;
    width:800px;
    height:94px;
    margin:0 auto;	
    background: url(../../app_images/master/header.jpg) no-repeat;
}

img#emblem
{
    position:absolute;
    margin-top:-55px;
    left:599px;	
    z-index:9999;
}

div#logo_wrapper
{
    position:absolute;
    top:-57px;
    left:0px;	
    z-index:999;
}

/* Navigation */
div#mstr_nav_wrapper
{
   z-index:0;
   width:100%;
   padding:0px;
   margin:0px;
   height:35px;
   background: top url(../../app_images/master/nav_bg.gif) repeat-x;
}

table#mstr_nav
{
	width:800px;
	margin: 0 auto;
}

table#mstr_nav td
{
	white-space:nowrap;
	line-height:25px;
	vertical-align:middle;
}

table#mstr_nav img
{
	padding: 0px 6px 0px 6px;
}

table#mstr_nav a
{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:none;
}

table#mstr_nav a:hover
{
	color:#deff04;
	text-decoration:underline;
}

/* Content */

table#mstr_content
{
    width:800px;
    margin:0 auto;	
}

/* Menu */
div#mstr_menu
{
	width:177px;
	height:238px;
	background: url(../../app_images/master/menu_bg.jpg);
	padding: 10px;
	margin-bottom:15px;
}


div#mstr_menu a:hover
{
    color:#555;
}

div#mstr_menu b
{
    font-size:15px;
    color:#fff;
}

div#mstr_menu ul
{
	margin-top:30px;
}

div#mstr_menu li
{
	line-height:25px;
}

div#emailus
{ 
	width:200px;
    text-align:center;
}

div#emailus a
{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#001b31;
}

div#copyright
{
	font-size:11px;
	color:#aaa;
    padding-left:260px;
    margin-bottom:50px;
    white-space:nowrap;
}

div#copyright a
{
	color:Gray;
	font-size:11px;
	text-decoration:underline;
}