﻿html
{
	height: 100%;
}

body
{
	margin: 0px;
		background-color: #fff;
	font: 11px "lucida grande", tahoma, arial, sans-serif;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	line-height:1.3;
	color:#555;
	height: 100%;
}


h2
{
	margin: 0;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 1.7em;
	color: #004f7d;
}

h3
{
	margin-bottom: -2px;
}




a
{
	text-decoration: none;
	color: #004f7d;
}

p
{
	text-align: justify;
	

}


.label
{
	color: #004f7d;
	font-weight: bold;
}

.hr {
  height: 5px;
  background: #fff url(page_div.jpg) no-repeat scroll center;
}
.hr hr {
  display: none;
}

.picholder
{
	background-image: url(picshadow.png);
	background-repeat: no-repeat;
	height: 176px;
	width: 242px;
	position: relative;	
	top: 18px;
}
.pic
{
	padding: 0px 14px 0px 14px;
}

#newmenu
{
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #363C3E;
	border-top: solid 1px #5B6163;
	border-bottom: solid 1px #5B6163;
}

#newmenucontent
{
	width: 958px;
	margin: 0 auto;
	padding: 0;
}


#banner
{
	height: 75px;
	margin: 0;
	padding: 0px;
	
	background-color: Black;
	border-top: solid 1px black;
	border-bottom: solid 1px white;
	width: 100%;
}

#bannercontent
{
	height: 75px;
	width: 958px;
	background-color: Black;
	margin: 0 auto;
	background-image: url('banner.png');
	background-repeat:no-repeat;
	
}


#header
{
	background-color: #1A1F21;	
	height: 75px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px black;
	
}

#headercontent
{
	width: 958px;
	height: 75px;
	margin: 0 auto;
	background-image: url('logo.png');
	background-repeat:no-repeat;
	background-position: right;
}


#maincontent
{
	background-color: White;

}


#mainleft
{
	float:left;
	background-color: Transparent;
	background-image: url(div-sidenav2.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 195px;
	min-height: 600px;
}

#maincenter
{
	min-height: 100%;
	margin-left: 10px;
	width: 500px;
	float: left;


}

#maincenter1
{
	min-height: 100%;
	margin-left: 10px;
	width: 600px;
	float: left;


}

#mainright
{
	min-height: 600px;
	margin-left: 30px;
	width: 250px;
	float: left;

	

}

#mainarea
{

	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 1000px;
	background-color: Transparent;
		background-image: url(div-sidenav.png);
	background-position: right;
	background-repeat: no-repeat;
}

.clear 
{
	clear:both;
} 

#content
{
	width: 100%;
	background-image: url(back.gif);
	background-repeat: repeat-x;	
	background-color: #fff;
}


#footercontent
{
	width: 958px;
	padding: 2px;
	margin: 0 auto;
	text-align: center;
	color: #666;
	font-family: Helvetica;
	font-size: 12px;
	background-color: #fff;
}


ul#navlist
{	
	padding: 0px;
	border-top: 0px;
	margin: 0px;
	font: bold 12px verdana,helvetica,arial,sans-serif;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	height: 30px;
	text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	cursor:pointer;
	float: left;
}

ul#navlist li a
{
	display: block;
	padding: 8px 15px 8px 15px;
	border: 0px;
	text-decoration: none;
	text-align: left;
}

ul#navlist li a:link 
{ 
	color: #ccc;
}

ul#navlist li a:visited 
{ 
	color: #ccc;
}

ul#navlist li a:selected
{
	background-image: url(selected.png);
	background-repeat: no-repeat;
}


   .mGrid {   
        width: 100%;   
        background-color: #fff;   
        margin: 5px 0 10px 0;   
        border: solid 1px #525252;   
        border-collapse:collapse;   
    }  
    .mGrid td {   
        padding: 2px;   
       border: solid 1px #c1c1c1;   
       color: #717171;   
  }  
   .mGrid th {   
       padding: 4px 2px;   
       color: #fff;   
       background: #424242 url(grd_head.png) repeat-x top;   
       border-left: solid 1px #525252;   
       font-size: 0.9em;   
  }  
   .mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }  
   .mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }  
   .mGrid .pgr table { margin: 5px 0; }  
   .mGrid .pgr td {   
       border-width: 0;   
       padding: 0 6px;   
       border-left: solid 1px #666;   
       font-weight: bold;   
       color: #fff;   
       line-height: 12px;   
    }     
   .mGrid .pgr a { color: #666; text-decoration: none; }  
   .mGrid .pgr a:hover { color: #000; text-decoration: none; }  

.button
{
	background-repeat: repeat-x;
	background-image: url(../../Masters/imgs/button_bg.gif);
	position: relative;
	font-weight: bold;
	left: 198px;
	top: 5px;
	border: solid 1px #bbb;
	padding: 2px 4px 2px 4px;
}


.submenu { margin-top:18px; margin-left:9px;}
.submenu li { list-style:none; margin:0px; padding:0px; }
.submenu li a { display:block; font-size:11px; line-height:2.4545; padding-left:9px; }
.submenu li a:active, ul#sub_menu li a:focus { outline:none; }
.submenu li strong { font-weight:normal; }
.submenu li ul { margin:0px 0px 0px 9px; display:none; }
.submenu li.selected ul
.submenu li.selected ul li a:hover { text-decoration:underline; }
.submenu li.selected a { color:#CCCCCC; background: url(selected.png) no-repeat 0px 0px; }
.submenu li.selected a:hover { text-decoration: underline;}


.right
{
	float:right;
	margin-right: 20px;
}