﻿/**
 *  Title:  Skin.css
 *  Purpose:  Stylize the elements website
 **/

#master
{
	width: 100%;
  height: 100%;
	background-image: url(images/nhca_bkg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	/*background-repeat: repeat-x repeat-y ;*/
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



#Body
{
	width: 100%;
  height: 100%;
	/*background-image: url(images/nhca_bkg.jpg);
	background-position: center;
	background-repeat: repeat-y;*/
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* for padding at the top */
.dan
{
	padding-top: 20px;
}

#tBody
{
	vertical-align: top;
  width: 832px;
  margin: 0px;
}

#dnn_ControlPanel
{
  background-color: #FFFFFF;
  vertical-align: top;
  text-align: center; 
  width: 800px;
}

#Banner
{
  height: 189px;
  background-image: url(images/banner_bkg.png);
  background-repeat: no-repeat;
}

#SubHead
{
  clear: both;
  background-image: url(images/banner_bar.png);
  height: 21px;
}

#dnn_HeadPane
{
	
	padding-left: 19px;
	margin-top: 0px;
	padding-top: 18px;
	vertical-align: top;
}

#HNav
{
  background-image: url(images/nav_table_bkg.png);
  height: 21px;
  vertical-align: middle;
  text-align: center;
  width: 832px;
  padding: 5px 0px 2px 0px;
}

#Content
{
  background-image: url(images/main_table_bkg.png);
  height: 100%;
  width: 832px;
  padding-left: 19px;
  padding-right: 14px;
 
}

.ContentText
{
  height: 100%;
  width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*border:Solid 15px purple;*/
}

.ContentPane
{
	padding-top: 5px;
  padding-left: 35px;
  padding-right: 30px;
  padding-bottom: 5px;
}


#dnn_LeftPane
{
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#dnn_RightPane
{
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
}

#dnn_SecondLeftPane
{
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#dnn_SecondContentPane
{
	padding-top: 5px;
  padding-bottom: 5px;
}

#dnn_ThirdLeftPane
{
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#dnn_ThirdCenterPane
{
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#dnn_ThirdRightPane
{
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
}

#dnn_BottomPane
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.BottomPane
{
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 5px;
}

.main_dnnmenu_bar
{
  cursor: pointer;
  height: 21px;
  background-color: #929872;
}

.main_dnnmenu_item
{
}

.main_dnnmenu_rootitem
{
  padding-right: 20px;
  height: 21px; 
  vertical-align: middle;
  color: #18453B;
  font-family: Verdana, Arial;
  font-weight: bold;
  font-size: 12px;
}

.main_dnnmenu_rootselected
{
  color: #FFFFFF;
}

.main_dnnmenu_roothover
{
  color: #FFFFFF;
}

.main_dnnmenu_icon
{
  display: none;
}

.main_dnnmenu_submenu
{
  background-color: #18453B;
  border-color: Black;
  border-style: solid;
  border-width: 1px;
  color: White;
  padding-left: 2px;
  padding-right: 2px;
  
}

.main_dnnmenu_subselected
{
}

.main_dnnmenu_subhover
{
  background-color: White;
  color: Black;
}
 
.main_dnnmenu_break
{
}

#Footer
{
  background-image: url(images/main_footer.png);
  height: 151px;
  width: 832px;
  padding-bottom: 2em;
  text-align: center;
  vertical-align: bottom;
  border-bottom-color: transparent;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.sub_dnnmenu_bar
{
  cursor: pointer;
  height: 21px;
  text-align: center;
  
}

.sub_dnnmenu_item
{
	display: none;
}

.sub_dnnmenu_rootitem
{
  padding-right: 10px;
  height: 21px; 
  text-transform: uppercase;
  color: #18453B;
  font-family: Verdana, Arial;
}

.links
{
  font-weight: bold;
  font-size: xx-small;
}

a:hover, a:visited:hover
{
	color: #FFFFFF; 
	text-decoration: none; 
}

a:link, a:visited, a:active
{
	font-size: smaller;
	color: #18453B;
	text-decoration: none;
}


.sub_dnnmenu_roothover
{
}

.sub_dnnmenu_rootselected
{
}

.sub_sub_container
{
	margin: 0px;
	padding: 0px;
	border: 0px; 
}

.sub_container_root
{
	width: 500px;
}

.DNNAligncenter
{
	text-align: center;
}

.DNNAlignleft
{
	text-align: left;
}

.DNNAlignright
{
	text-align: right;
}