/* 
================================
Skin styles for DotNetNuke
================================
*/  

#body
{
	margin: 0;
}

.boxed .container {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 14px; 
	display: inline;
	font-weight: normal;
}

.SubMenu
{
    color: #dccab2;
    font-family: Arial;
    font-size: 75%;
    font-weight: bold;
}

.Submenu a:link
{
    color: #dccab2;
    font-weight: bold;
}

.Submenu a:visited
{
    color: #dccab2;
    font-weight: bold;
}

.SubMenu2
{
    color: navy;
    font-family: Arial;
    font-size: 75%;
    font-weight: bold;
}

.Submenu2 a:link
{
    color: navy;
    font-weight: bold;
}

.Submenu2 a:visited
{
    color: navy;
    font-weight: bold;
}

.topNav
{
	background-image:url(hdr-1.jpg); 
	height: 241px;
} 

.bkgMain
{
    background-image:url(bkg-all-1.jpg); 
    width: 792px; 
    text-align:left;
}


.bkgMainAdm
{
    background-image:url(adm-container.jpg); 
    width: 792px; 
    text-align:left;
}

.controlBar-pd
{
	background-image:url(bkg-controlbar-1.jpg); 
	text-align: center;
} 

.dnnc_inner
{
    text-align: center;
}

.ftrText
{
    border-top: solid 1px black; 
    float:right; 
    text-align: right; 
    font-size: 10px; 
    font-family: arial; 
    padding-right: 40px; 
    color: black; 
    padding-top: 1px; 
    padding-bottom: 3px;
}

.ftrText a:link
{
    font-size: 10px; 
    font-family: arial; 
    color: black; 
}

.ftrText a:visited
{
    font-size: 10px; 
    font-family: arial; 
    color: black; 
}

.ftrText span
{
    font-size: 10px; 
    font-family: arial; 
    color: black; 
}

.ftrTextAdm
{
    border-top: solid 1px black; 
    float:right; 
    text-align: right; 
    font-size: 10px; 
    font-family: arial; 
    padding-right: 60px; 
    color: black; 
    padding-top: 1px; 
    padding-bottom: 3px;
}

.ftrTextAdm a:link
{
    font-size: 10px; 
    font-family: arial; 
    color: black; 
}

.ftrTextAdm a:visited
{
    font-size: 10px; 
    font-family: arial; 
    color: black; 
}

.ftrTextAdm span
{
    font-size: 10px; 
    font-family: arial; 
    color: black; 
}

.Normal
{
	font-size: 16px;
	line-height: 25px;
}

.main
{
    margin: 0px 0px 0px 0px;
    background-color: #431114;
    font-family: Arial;
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: table;
    vertical-align: top;
    text-align: center;
}

.pd1
{
	padding-bottom: 7px;
}

img.i1
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
}