/* 
================================
Skin styles for DotNetNuke - For DotNetNuke 3
================================
*/   
/* white background */
.pagemaster {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(DropShaddow.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0 auto;
}
/* white background */
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
		moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
/* light grey background */
.controlpanel {
	width: 100%;
	background-color: #c6c5b0;
}
/* Garneau Picture */
.banner {
	background-image: url(Banner.jpg);
	width: 946px;
	height: 320px;
	background-repeat: no-repeat;
}
.menurepeat {
	background-image: url(menumid.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.footer {
	width: 100%;
	background-color: transparent;
	color: white; 
	font-style: normal; 
}
.footerrepeat {
	background-image: url(Footer.jpg);
	height: 25px;
	background-repeat: repeat-x;
	color: white; 
	font-style: normal; 
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
/* Font Color */
.MainMenu_MenuItem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #46463f; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
/* Changes to the left of the text */
.MainMenu_MenuIcon {
	background-color: #c6c5b0; 
	border-left: #c6c5b0 1px solid; 
	border-bottom: #c6c5b0 1px solid; 
	border-top: #c6c5b0 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
/* Drop down color */
.MainMenu_SubMenu {
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
	background-color: #c6c5b0; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#FFFFFF', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
/* select color, and background select color */
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #46463f; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}
/* lines between the text */
.MainMenu_MenuArrow {
	border-right: #c6c5b0 1px solid; 
	border-bottom: #c6c5b0 1px solid; 
	border-top: #c6c5b0 0px solid;
	font-family: webdings; 
	font-size: 10pt;
	color: #46463f; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #46463f;
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #c6c5b0 none; 
    color: #333333;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
    color: #333333;
}
.DnnLinks
{
	color: #46463f; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
A.DNNLinks:link
{
	color: #46463f;
}
A.DNNLinks:visited
{
	color: #46463f;
}
A.DNNLinks:Hover
{
	color: #FFFFFF;
}
.DNNBlackLinks
{
	color: #46463f; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
A.DNNBlackLinks:link
{
	color: #46463f;
}
A.DNNBlackLinks:visited
{
	color: #46463f;
}
A.DNNBlackLinks:Hover
{
	color: #000000;
}