﻿/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #003366;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit
{
	background: url(../../images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save
{
	background: url(../../images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}


body 
{
    padding:0px;
    margin:0px;
    color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:1.5em;
    width:100%;
    height:100%;    
    background-color:#ffffff;
    
}

a:link, a:active, a:visited
{
 color:#DF3982;
}

a:hover
{
 color:#cccccc;
}

.innerleft H1
{
    color:#b13a92;
	font-family:Gotham;
	font-size:30px;	
	line-height:35px;
}

.innerleft H2.pink
{
    color:#DF3982 !important;
	font-family:arial;
    text-transform:lowercase;
	font-size:14pt;
}

.innerleft H2
{
    color:#DF3982 !important;
	font-family:arial;
    text-transform:lowercase;
	font-size:14pt;
}

.innerleft p
{
     color:#000000;
	 /*font-family:Georgia;*/
     font-family:arial,helvetica,sans-serif;
	 font-size:12px;
	 padding-top:26px;
}

.innerleft .ReadMore
{
     color:#DF3982;
	 /*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	 font-size:12px;
	 text-decoration:underline;
}

.innerleft a.ReadMore:hover
{
     color:#cccccc;	
}

#newsUpdate #boxText .btnMore,
#newsUpdate .btnMore
{
     color:#666666;
	 /*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	 font-size:12px;	
	 line-height:18px;
	 text-decoration:none;
}

#HomeWidget
{
    display:block;
    margin-top:20px;
    width:675px;
}

.boxTop
{
    margin:0 2px;
    padding-left:35px;
    padding-top:20px;
    padding-bottom:10px;
    background-color:#ffffff;
}

.boxText
{    
    background-image:url(../images/box.png);
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
	float:left;
    padding:20px 35px;
    /*width:640px;*/
}

.boxLeft2
{
    float:left;
    width:122px;
    margin:10 14px; 
    text-align:center;
}

.boxLeft2 p {
    color:#666666;
    /*font-family:Georgia;*/
     font-family:arial,helvetica,sans-serif;
    font-size:11px;
    line-height:18px;
    padding-top:7px;
}

.boxLeft
{
    float:left;
    width:172px;
    margin-right:28px;    
}

.boxRight
{
    float:left;
    width:400px;
    text-align:left;
}

#container
{
	background-image:url(../images/background.jpg);
    background-repeat:no-repeat;
    background-position:center top;
	width:988px;	
	margin:0 auto;
	text-align:center;
	padding-left:125px;
	padding-right:125px;
}

#contentWrap
{
	padding-top:14px;
	width:988px;
	display:table-cell;
	
}

#contentWrap .left
{
    float:left;
	width:675px;	
	display:table-cell;
	vertical-align:top;
	text-align:left;	
}

#contentWrap .innerleft
{
    float:left;
	width:675px;	
	display:table-cell;
	vertical-align:top;
	text-align:left;	
}

#contentWrap .innerleft .leftContentTop
{
    display:block;
    width:675px;
	float:left;
    height:6px;
    table-layout:fixed;
    background-image:url(../images/contentTop.gif);
    background-repeat:no-repeat;    
    background-position:bottom center;
}

#contentWrap .innerleft .leftContentMiddle
{
    width:675px;
    display:block;
	float:left;
    min-height:850px;
    background-image:url(../images/contentBack.gif);
    background-repeat:repeat-y;    
    background-position:center center;
    text-align:left;
}

#contentWrap .innerleft .leftContentBottom
{
    display:block;
    width:675px;
	float:left;
    height:11px;
    table-layout:fixed;
    background-image:url(../images/contentBottom.gif);
    background-repeat:no-repeat;    
    background-position:top center;
}

#contentWrap .right
{
	width:300px;
	min-height:850px;
	float:right;
	display:table-cell;
	vertical-align:top;
	text-align:left;
}

#watchSherri
{
	width:300px;
	margin-top:10px;
	height:250px;
	
}
#rectangle
{
	width:300px;
	height:250px;
	margin-top:10px;
	background-color:#000000;
}

#twitter_div
{
	width:302px;
	height:373px;
	margin-top:10px;
	background-image:url(../images/backTwitter.png);
    background-repeat:no-repeat;    
    background-position:top center;
    overflow:hidden;
	
}

#twitter_div #twitter_update_list
{
    padding-top:50px;
}

#twitter_div ul#twitter_update_list li
{
   /* background-image:url(../images/box.png);*/
    background-image:url(../images/imgSherri.jpg);
    background-position:left 10%;
    background-repeat:no-repeat;
    display:table;
    padding-left:70px;
    margin-bottom:5;
    margin-top:10px;
    margin-right:5px;
    height:60px;
    overflow:hidden;
}

#twitter_div ul#twitter_update_list li a,
#twitter_div ul#twitter_update_list li span
{
    /*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
    font-size:11px!important;
    line-height:18px;
    color:#000000;
    text-decoration:none;
    padding-left:5px;
}

#newsUpdate
{
    background-image:url(../images/newsBack.png);
    background-position:left top;
    background-repeat:no-repeat;
    width:659px;
    height:338px;
    padding: 8px;
    margin-top:20px;
    display:block;
    
}

#mediaBack
{
    background-image:url(../images/mediarightBack.png);
    background-position:left top;
    background-repeat:no-repeat;
    width: 286px;
    height:221px;
    padding: 8px;
    padding-top:28px;
    display:block;    
}

.clear
{
    float:left;
    clear:both;
    padding:0px;
    margin:0px;
    height:1px;
    overflow:hidden;
}
	

#topSherri
{
	width:670px;
	height:250px;
	margin-top:10px;
	display:table;
}

#newsSherri
{
	width:670px;
	height:352px;
    margin-top:10px;
}

#daySherri
{
	width:670px;
	height:224px;
	margin-top:15px;
}
#daySherri .viewLeft
{
	float:left;
	width:330px;
	height:239px;
}

#daySherri .winRight
{
	float:right;
	width:330px;
	height:239px;
}


#headerWrap
{
    display:table;
	width:988px;
	height:212px;
}

 #header
{	
	background-color:#fdfaff;	
	margin:0 auto;  
}

#headerTop
{
    width: 988px; 
    height: 141px;
    display:table;
    margin-top:27px;
    overflow:hidden;
}

#headerTop #logo
{
    float:left;
   display:table-cell;
    width:575px;
    height:141px;
    margin-left:18px;
}

#headerTop #topAdd
{
    float:right;
    display:table-cell;
    width:256px;
    height:103px;
    margin-right:65px;
    margin-top:38px;
    margin-right:65px;
}

#topNav
{    
    background-image:url(../images/nav.gif);
    background-repeat:no-repeat;    
    background-position:top left;
    width:972px;
    padding:10px 8px;
    height:22px;
}

#topNav ul
{
    list-style-type:none;
    display:table;
    padding:0px;
    margin:0px;
}

#topNav ul li
{
    list-style-type:none;
    float:left;
    display:block;  
    margin-right:10px;
    font-weight:bold;    
     color:#b995de; 
}

#topNav ul li a:link,
#topNav ul li a:active,
#topNav ul li a:visited,
.menuitemText
{
    font-family:Gotham ;
    font-size:13px;
    padding:0px;
    line-height:16pt;
    font-weight:normal ;
    color:#b995de;
    text-decoration:none;
    text-transform:uppercase;
}

#topNav .sep
{
    padding:0px 10px;
    color:#b995de;
}

#topNav ul li a:hover,
#topNav ul li a:focus,
.menuitemhover
{
    color:#d94927;  
    padding:0px;
    font-family:Gotham ;
    font-size:13px;
    line-height:16pt;
    font-weight:normal;
    text-decoration:none; 
    text-transform:uppercase; 
}

.submenuitem
{
    background-color:#ffffff;
    color:#b995de;
    padding:10px;
}

table.submenuitem td
{
    padding:3px;
}

.main_dnnmenu_break
{
    color:#b995de;
}

#footerWrap
{
	float:left;
	width:988px;
	margin-bottom:45px;
	margin-top:40px;
}

#footer
{
	width:988px;
	display:table;
}

#topNav1
{
    list-style-type:none;
    display:table;
    padding:0px;
    margin:0px auto;
}

#topNav1 span
{
    list-style-type:none;
    margin-right:12px;
    font-weight:bold;
    color:#d4b9dc; 
}

#topNav1 span a:link,
#topNav1 span a:active,
#topNav1 span a:visited
{
    padding:5px 10px;
    font-size:12px;
    line-height:18px;
    font-weight:bold;
     font-family:Gotham;
    color:#b995de;
    text-decoration:none;
    text-transform:uppercase;
}

#topNav1 span a:hover,
#topNav1 span a:focus
{
    color:#d94927;    
}

#dnn_dnnSEARCH_ClassicSearch .NormalTextBox
{
    border:solid 1px #f3eafe;
    font-size:11px;
    font-family:"[LucidaGrande]";
    line-height:16px;
    color:#b995de;
    display:inline;
    height:19px;
    padding-top:2px;
    float:left;
}

#dnn_dnnSEARCH_ClassicSearch a
{  
    display:inline;
    margin-left:-9px;
}

.btnDonate
{
     background-image:url(../images/btnDonate.gif);
	background-color:transparent;
    background-repeat:no-repeat;    
    background-position:top left;
    width:409px;
    height:44px;
    font-family:Gotham;
    font-size:16px;
    color:#003366;
	margin:0;
	padding:0;
    text-transform:uppercase;
    font-weight:bold;
    border:medium none;
    text-align:center;
}

a:hover .btnDonate
{
	text-decoration:none;
}

.text
{
	font-family:Gotham;
	font-size:10px;
	line-height:18px;
	color:#B995DE;
	text-align:center;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:20px;
}

a.text
{
	font-family:Gotham;
	font-size:10px;
	line-height:18px;
	color:#B995DE;
	text-align:center;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:20px;
}

#image
{
	width:728px;
	height:90px;
	margin:0 auto;
	background-color :#000000;
}

/* Store Page && Foundation Page */

#Store
{
	float:left;
	color:#b13a92;
	font-family:Myriad Pro ;
	
	font-weight:bold;
	padding-left:20px;
}
#storeBook
{
	width:596px;
	margin-right:20px;
	margin-left:30px;
	margin-top:20px;
	float:left;
}

#storeDvd
{
	width:596px;
	margin-right:20px;
	margin-left:30px;
	margin-top:20px;
	float:left;
}

#box
{
	width:157px;
	height:220px;
	float:left;
	margin-right:10px;
}

#box1
{
	width:140px;
	height:140px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}

#textStore
{
	width:415px;
	height:220px;
	/*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal ;
	color:#333333;
	float:right;
	display:table;
	vertical-align:top;
}
#textFoundation
{
	width:428px;
	height:220px;
	/*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal ;
	color:#333333;
	float:right;
	display:table;
	vertical-align:top;
	margin-top:10px;
}

/* Book Page*/

#bookingInfo
{
	width:443px;
	height:182px;
	margin-left:15px;
	margin-top:10px;
	float:left;
}

#box2
{
	width:175px;
	height:175px;
	float:left;
}

#bookText
{
	float:right;
	width:240px;
	height:182px;
	color:#000000;
	/*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	font-size:11px;
	margin-left:10px;
}

/* Media Page*/


#Media
{
	float:left;
	color:#b13a92;
	font-family:Myriad Pro ;
	font-size:30px;
	
	padding-left:20px;
}

#video
{
	width:612px;
	height:298px;
	padding-left:20px;
	color:#b13a92;
	font-family:Myriad Pro;
	font-size:18px;
	float:left;
	text-align:left;
	margin-top:20px;
}

#videoBox
{
	
	width:578px;
	height:269px;
	margin-top:10px;
	padding-left:5px;
}

#photos
{
	width:612px;
	height:387px;
	padding-left:20px;
	color:#b13a92;
	font-family:Myriad Pro;
	font-size:18px;
	float:left;
	text-align:left;
	margin-top:20px;
}

#upperboxContainer
{
	width:594px;
	height:141px;
	margin-top:25px;
	padding-left:5px;
}

#lowerboxContainer
{
	width:594px;
	height:141px;
	margin-top:25px;
	padding-left:5px;
}

.photoContainer
{
	width:130px;
	height:141px;
	/*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	float:left;
}
	
#photoBox
{
	float:left;
	width:128px;
	height:128px;
	
}

/* News Page*/

#box3
{
	width:138px;
	height:142px;
	float:left;
}

#newsText
{
	float:right;
	width:434px;
	height:142px;
	color:#000000;
	/*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	font-size:11px;
	margin-left:10px;
}

#newsInfo
{
	width:596px;
	height:142px;
	margin-left:15px;
	margin-top:45px;
	float:left;
}

.pre
{
	float:left;
	margin-right:130px;
	width:130px;
	height:43px;
	margin-top:25px;
}

.next
{
	margin-right:10px;	
	width:130px;
	height:43px;
	float:right;
	margin-top:25px;
}

.pre1
{
	float:left;
	margin-right:130px;
	width:130px;
	height:43px;
	margin-top:25px;
}

.next1
{
	margin-right:10px;	
	width:130px;
	height:43px;
	margin-top:25px;
}

.news
{	
	width:135px;
	margin-right:130px;	
	height:43px;
}

/* NewsArticle Page*/
#newsArticleInfo
{
	width:623px;
	padding-left :15px;
	margin-top:45px;
	float:left;
}

#box4
{
	width:170px;
	height:174px;
	float:left;
}

#articleInfo
{
	width:446px;
	float:left;
	/*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	font-size:11px;
    color:#000000;
	margin-left:7px;
}

#button
{
	width:675px;
	height:60px;
	float:left;
	margin-top:80px;
}

/* About Page*/

#aboutSherri
{
	width:603px;
	float:left;
	/*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:45px;
}

#aboutText
{
	width:649px;
	float:left;
	/*font-family:Georgia;*/
      font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	
}

#aboutBox
{
 float:left;
 width:172px;
 height:174px;
 margin-right:15PX;
}

#sherriText
{
	width:410px;
	float:left;
}


#dnn_ctr349_SearchResults_dgResults td
{
    padding-top:10px;
    padding-left:7px;
}