/* ================================
	    CSS STYLES FOR DotNetNuke
   ================================
*/ 
Body { margin-top: 1px; }
.PageMaster { height: 100%; background-color: #ffffff; }

/* Images ------------------------------------------------------*/ 

.whitetall 
{    
    background-color:White;    
    height:165px;    
}

.white 
{    
    background-color:White;    
    height:25px;    
}

.topTable_Home 			
{    
	background-position:center;	
	background: url(Pics/Freeman_Vineyards.jpg) no-repeat;
}

/*.topTableRight{
	background: url(Pics/Freeman_02.jpg) repeat-x;
}

.footerTable {
	width: 800px;
	background: url(Pics/Freemanfooter_01.jpg) no-repeat;
}

.footerTableRight {
	background: url(Pics/Freemanfooter_02.jpg) repeat-x;
}
*/

/* Main Menu */

.MainMenu_MenuContainer {
	background: transparent;
}`

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

.MainMenu_MenuItem, .MainMenu_SubMenu{
	color: Black; 
	background-color:White;
	cursor: pointer; 
	cursor: hand; 
	font-family: Microsoft Sans Serif; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;	
	height: 21px;
	border: 0;	
}

.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemSelected, .MainMenu_SubMenuItemSelected,.MainMenu_MenuItemSel, .MainMenu_RootMenuItemSelected,.MainMenu_RootMenuItemActive 
{
	color: Black; 
	background-color:#d3d3d3;
	cursor: pointer; 
	cursor: hand; 
	font-family: Microsoft Sans Serif; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;	
	height: 21px;
	border: 0;	
}

.MainMenu_MenuIcon,.MainMenu_MenuArrow , .MainMenu_MenuBreak, .MainMenu_RootMenuArrow  {
	display: none;
}

.CopyR {
	color: Black; 
	font-family: Microsoft Sans Serif; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;	
}
/* hyperlink style for the DarkBackground tabs */
A:Link { color: black; text-decoration: underline; font-size: 11px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A:Hover { color: black; text-decoration: underline; font-size: 11px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A:Active { color: black; text-decoration: underline; font-size: 11px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A:Visited{ color: black; text-decoration: underline; font-size: 11px;	font-family: Microsoft Sans Serif;	font-weight: normal;}

A.Small:Link { color: #d3d3d3; text-decoration: none; font-size: 10px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A.Small:Hover { color: #d3d3d3; text-decoration: none; font-size: 10px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A.Small:Active { color: #d3d3d3; text-decoration: none; font-size: 10px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A.Small:Visited{ color: #d3d3d3; font-size: 10px;	font-family: Microsoft Sans Serif;	font-weight: normal;}

A.SmallD:Link { color: black; text-decoration: none; font-size: 10px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A.SmallD:Hover { color: black; text-decoration: none; font-size: 10px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A.SmallD:Active { color: black; text-decoration: none; font-size: 10px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
A.SmallD:Visited{ color: black; font-size: 10px;	font-family: Microsoft Sans Serif;	font-weight: normal;}
