/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	
	margin:0;/*puts the content tight to the window*/
    padding:0;/*puts the content tight to the window*/
	min-width:800px;/*avoids problems in some browsers when the window is narrower than #wholePageContainer*/
	font-family: Arial,sans-serif;
	color: #333333;
	/*background: #333333;*/
	/*background-color:#807E73;*/
	background-color:#A09E96;
	background-image:url(../images/NTL_Background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wholePageContainer{
	 width: 799px; 
	 margin:0 auto; /*centers the page horizontally*/
	 background-color: #eeeeee;
}

#header{
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #cccccc;*/
	width: 800px;
	background-color:#006699;
	vertical-align:middle;
}


#navBar{
	float:left;
	margin: 10px 0px 0px 0px;
	padding:3px 0 3px 0;
	width: 800px;
	/*min-height:25px;
	height:auto !important;
	height:25px;*/
	/*background:#006699;*/
	/*background-color:#333366;*/
	background-color: #0099CC;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	/*background-image:url(../images/menu/NTL_MenuBg.jpg);
	background-repeat: no-repeat;
	background-position:center;*/
/*	border-top:#666666 1px solid;
	border-bottom:#666666 1px solid;
	background-image:url(../images/menu/NTL_MenuBg.jpg);
	background-repeat:repeat-x;	*/
}

#navBar ul {
  margin:0;
  list-style:none;
}
#navBar li {
  float:left;
  margin:0;
  padding:0 15px 0 9px;
/*  background:url("../images/menu/left.jpg") no-repeat left top;*/
}
#navBar a{
  float:left;
  padding:3px;
  display:block;
  /*background:url("../images/menu/right.jpg") no-repeat right top;
  padding:0 9px 0 0 ;*/
  text-decoration:none;
  font-weight:bold;
  color: #FFFFFF;
  border:#0099CC 1px solid;
}

#navBar a:hover {
	float:left;
	display:block;
	color: #DDD;
	border:#DDD 1px solid;
}



#contentArea{	
	min-height:400px;
    height:auto !important;
    height:400px;
	background-color:#ffffff;
	width: 770px;
	margin:10px;
	padding:5px;
	border: 1px solid #ccc;

}

#footer{
	width:790px;
	clear: both;
	text-align:center;
	background-color:#FFFFFF;
	/*border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;*/
	font-size: 75%;
	color: #cccccc;
	padding: 10px 0px 10px 10px;
	margin:0 auto;
}

#flashBanner{
margin:0 auto;
width:770px;
clear:both;
margin-top:20px;
border: #CCCCCC 1px solid;
}


/************** .content styles ***************/

.contentText{
	clear:both;
	font-size: 80%;
}

.contentText h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

/************** resource styles ***************/
table.resourceTable{
margin: 0 auto;
width:550px;
/*border:#4F81BD thin solid;*/
border-collapse:collapse;
text-align:center;
}

table.resourceTable td{/*borders for all other cells*/
border: none;
padding:3px;
}

table.resourceTable img{
border:none;
padding-right:5px;
}

table.resourceTable tr.row1{
background:#D3DFEE;
}

#breadCrumbs{
border: #999999 1px solid;
margin:3px;
padding:4px;
border-left:none;
border-right:none;
}

#MCPlogo{
float: right;
width:150px;
margin-left:15px;
margin-right:10px;
}

#officePhoto{
margin:0 auto;
width:770px;
}
#contactTable{
width:750px;
margin:10px auto;
vertical-align:top;
}

#googleMap{
	width: 700px; 
	height: 525px;
	margin:0 auto;
}

.clearFloat{
clear:both;
margin-left:10px;
}