/* Layout Elements for Caz*/
/*div#Banner{
	float: left;
	margin-left: 50px;
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
	width: 842px;
	height: 177px;
}

div#shadow{
	float: left;
	
	background-image: url(images/HomeLayout_01.jpg);
	background-repeat: repeat-y;
	width: 9px;
	
}

div#shadow2{
	float: left;
	margin-left: 50px;
	background-image: url(images/HomeLayout_03.jpg);
	background-repeat: repeat-y;
	width: 9px;
}

div#topmenu{
	float: left;

	margin-top: 208px;
}

div#MenuFade1{
	float: left;
	margin-left: 50px;
	background-image: url(images/menuFade.jpg);
	background-repeat: no-repeat;
	width: 842px;
	height: 31px;
}

div#MenuFade2{
	vertical-align: top;
	float: left;
	vertical-align: top;
	margin-left: 668px;
	background-image: url(images/menuFade2.jpg);
	background-repeat: no-repeat;
	width: 226px;
	height: 31px;
}

div#MenuFade3{
	vertical-align: top;
	float: left;
	margin-left:35px;
	background-image: url(images/menuFade3.jpg);
	background-repeat: no-repeat;
	width: 191px;
	height: 31px;
}

div#placeHolder{
	float: left;
	margin-left: 50px;
	background-color: Black;
	width: 842px;
	height: 255px;
	
}

div#Whitebox1{
	float: left;
	background-color: White;
	width: 244px;
	height: 220px;
}

div#Whitebox2{
	float: left;
	background-color: White;
	width: 598px;
	height: 220px;
}

div#bottom1{
	float: left;
	margin-left: 50px;
	background-image: url(images/HomeLayout_12.jpg);
	background-repeat: no-repeat;
	width: 244px;
	height: 33px;
}

div#bottom2{
	float: left;
	background-image: url(images/HomeLayout_13.jpg);
	background-repeat: repeat-x;
	width: 400px;
	height: 14px;
}

div#bottom3{
	float: left;
	background-image: url(images/HomeLayout_11.jpg);
	background-repeat: no-repeat;
	width: 237px;
	height: 37px;
}

*/

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-color: #18355F;
	color: #454545;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: x-small;
}

p
{
	
}
strong{
	color: #454545;
	font-family: Tahoma;
	font-size: 9pt;
}

strong.big{
color: #454545;
	font-family: Tahoma;
	font-size: 11pt;
	}
td{
	font-family: Tahoma;
	font-size: 8pt;
}
tbody
{
	
}

table.border {
border-collapse: collapse;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  {
	
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: Blue;
	style: none;
}

A.OtherTabs:visited  {
	color: Blue;
	style: none;
	
}

A.OtherTabs:active   {
	color: Blue;
	style: none;
	
}

A.OtherTabs:hover    {
	color: #DFA824;
	style: none;
	
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal{
	color: #454545;
	font-family: Tahoma;
	font-size: 9pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
	color: #454545;
	font-family: Tahoma;
	font-size: 12pt;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #003366;
	font-family: Tahoma;
	font-size: 8pt;
}

A:visited{
	color: #003366;
	font-family: Tahoma;
	font-size: 8pt;
}

A:active{
	color: #003366;
	font-family: Tahoma;
	font-size: 8pt;
}

A:hover {
	color: #DFA824;
	font-family: Tahoma;
	font-size:8pt;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}


.SearchSkinobject{
	font-family: Verdana,Tahoma, Arial, Helvetica;
	color: gold;
	font-size: 7pt;
	border-right: 0px;
}

.ContentPane .pullquote_give{
	float: right;
	margin-top: 15px;
	margin-bottom: 41px;
	margin-left: 0px;
	width: 150px;
	font-size: 13px;
	text-align: left;
	padding-left: 7px;
	border:  1px solid #000000;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.ContentPane .pullquote{
	float: right;
	margin-top: 15px;
	margin-bottom: 41px;
	margin-left: 10px;
	width: 150px;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
	border:  1px solid #000000;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.ContentPane .pullquote_noborder{
	float: right;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 0px;
	width: 158px;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	border:  none;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.ContentPane .pullquotenoline{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	width: 150px;
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	display: block;
}
.ContentPane .pullVideo{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-left:5px;
	text-align:center;
}
.ContentPane .pullVideo p{
	
}
.ContentPane .pullquote240{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	width: 240px;
	font-size: 15px;
	text-align: left;
	width: 158px;
	padding-left: 10px;
	display: block;
	border:  1px solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.ContentPane .testimonial{
	font-size: 12px;
	text-align: left;
	color: #666666;
	padding-left: 5px;
	display: block;
	border:  1px solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
}
.ContentPane .caption{
	text-align: left;
	width: 155px;
	margin-right: 4px;
	margin-left: 0px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .caption100{
	text-align: right;
	width: 195;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .caption100 strong{

	font-size: 9px;
}
.ContentPane .quote190{
	text-align: right;
	width: 190;
	
	font-size: 16px;
}
.ContentPane .caption100 a{
	font-size: 9px;
}
.ContentPane .caption325{
	text-align: right;
	width: 300px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .caption300L{
	text-align: left;
	width: 300px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .captionleft{
	text-align: left;
	width: 100%;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .captionHeading{
	text-align: left;
	width: 150px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 2px;
	font-size: 11px;
}
.ContentPane .captionHeading2{
	text-align: left;
	width: 155px;
	padding: 0px;
	font-size: 14px;
}
.ContentPane .captionHeading2 a:link{
	font-size: 14px;
}
.ContentPane .captionHeading2 a:visited{
	font-size: 14px;
}
.ContentPane .captionHeading2 a:active{
	font-size: 14px;
}
.ContentPane .captionHeading2 a:hover{
	font-size: 14px;
}
.ContentPane .caption2{
	text-align: right;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	font-size: 9px;
}
.ContentPane .caption3{
	text-align: left;
	font-size: 9px;
}
.ContentPane .pullquoteLeft{
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-right: 4px;
	width: 150px;
	font-size: 15px;
	text-align: right;
	
	padding-right: 5px;
	display: block;
	border:  1px solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.ContentPane .adbox{
	float: right;
	margin-bottom: 2px;
	margin-left: 4px;
	width: 150px;
	font-size: 11px;
	text-align: left;
	padding: 9px;
	display: block;
	border: 1px solid;
	border-bottom: none;
	border-right: none;	
	border-top: none;
	background-color: #F0F8FF;
}
.ContentPane .adbox2{
	width: 90%;
	font-size: 11px;
	text-align: left;
	margin: 0 0 0 20px;
	padding: 10px;
	background-color: none;
	border: dotted #003366;
	border-width: 1;
}
.ContentPane .lgLeft{
	float: left;
	margin-bottom: 8px;
	margin-top: 10px;
	width: 145px;
	font-size: 20px;
	text-align: left;
	color: #BFBFBF;
}
.ContentPane .adbox300{
	float: left;
	margin-bottom: 8px;
	margin-top: 5px;
	padding: 10px;
	width: 145px;
	font-size: 12px;
	text-align: left;
	display: block;
	border: solid;
	border-width: 1px;
	border-color: #d9d9d9;
}
.ContentPane .adbox300 a:hover{
	color: #DFA824;
}
.ContentPane .adbox300 a{
	font-size: 12px;
}
.ContentPane .adbox strong{
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}
.ContentPane .adbox a:link{
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
.ContentPane .adbox a:hover{
	font-size: 11px;
	color: #DFA824;
	text-decoration: underline;
}
.ContentPane .reunion07{
	background-image: url(images/flag3.png);
	background-repeat: no-repeat;
	background-position: ;
	margin-left: 4px;
	margin-top: 10px;
	width: 100%;
	height: auto;
	padding-left: 5px;
	display: block;
	border: 2px solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-color: #8f2929;
}
.ContentPane .reunion07_2{
	background-image: url(images/map2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 4px;
	margin-bottom:10px;
	width: 100%;
	padding-left: 5px;
	display: block;
	border: 2px solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: #8f2929;
}
.ContentPane .reunion07_3{
	background-image: url(images/map1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 4px;
	margin-bottom:10px;
	width: 100%;
	padding-left: 5px;
	display: block;
	border: 2px solid;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: #8f2929;
}
.ContentPane .Normal{
	color: #454545;
	font-family: Tahoma;
	font-size: 9pt;
}
.ContentPane H1{
	color: #333333;
	font-family: Tahoma;
	font-size: 12pt;
}
.ContentPane FONT{
	color: #454545;
	font-family: Tahoma;
	font-size: 9pt;
}
.ContentPane .eventHolder{
	margin: 5px;
	padding: 5px;
	border-color: #F4F4F4;
	border-bottom: solid;
	border-bottom-width: 1px;
}
.ContentPane .eventData{
	width: 330px;
	margin: 5px;
	padding: 5px;
	border-left: solid;
	border-left-width: 1px;
}
.ContentPane .eventMonth{
	float: left;
	padding: 5px;
	width: 100px;
	font: bold;
	font-size: 15px;
}
.RightPane .Normal{
	color: #454545;
	font-family: Tahoma;
	font-size: 9pt;
}
.RightPane FONT{
	color: #454545;
	font-family: Tahoma;
	font-size: 9pt;
}
.RightPane .adbox{
	float: right;
	margin-bottom: 2px;
	margin-left: 4px;
	width: 190px;
	font-size: 11px;
	text-align: left;
	padding: 9px;
	display: block;
	border: 1px solid;
	border-bottom: none;
	border-right: none;	
	border-top: none;
	background-color: #F0F8FF;
}
.RightPane .adbox strong{
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}
.RightPane .adbox a:link{
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
.RightPane .adbox a:hover{
	font-size: 11px;
	color: #DFA824;
	text-decoration: underline;
}
.RightPane .adbox H2{
	font-size: 16px;
	color: #454545;
}
.RightPane .bigLink{
	font-size: 16px;
	color: #000000;
}
.RightPane .bigLink a{
	font-size: 16px;
	color: #003366;
}
.RightPane .bigLink a:hover{
	font-size: 16px;
	color: #DFA824;
	text-decoration: underline;
}
.ContentPane .bigLink{
	font-size: 14px;
	color: #000000;
}
.ContentPane .bigLink a{
	font-size: 14px;
	color: #003366;
}
.ContentPane .bigLink a:hover{
	font-size: 14px;
	color: #DFA824;
	text-decoration: underline;
}
.ContentPane .bigText{
	font-size: 16px;
	color: #003366;
	text-decoration: none;
}
.ContentPane .dining{
	float: left;
	margin: 2px;
	width: 180px;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	display: block;
	border:  1px solid;
}
.ContentPane .diningTitle{
	float: left;
	margin: 1px;
	width: 175px;
	font-size: 14px;
	text-align: left;
	padding: 1px;
	display: block;
	border:  1px solid;
	background-color: #8FB8D8;
}
.ContentPane td .Head{
	font-size: 19px;
}
.ContentPane .eImpact
{
	float: right;
	margin-bottom: 2px;
	margin-left: 4px;
	width: 200px;
	font-size: 20px;
	text-align: right;
	padding: 5px;
	display: block;
	border: 4px solid;
	border-bottom: none;
	border-right: none;	
	border-left: none;
	border-color: #FBD811;
	background-color: #696969;
	color: #ffffff;
}
.ContentPane .eImpact .eImpactHead
{
	float: left;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 8px;
	width: 100%;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	display: block;
	color: #FBD811;
}

.ContentPane .eImpact .eImpactHead strong
{
	font-size: 13px;
	text-align: left;
	color: #FBD811;
}

.ContentPane .eImpact .eImpactBig
{
	font-size: 28px;
	padding: 0px;
	display: block;
	color: #ffffff;
}
.ContentPane .eImpactSmall
{
	font-size: 9px;
}
.RightPane .SaveTheDate{
	text-align: center;
	border: solid;
	border-width: 1px;
	border-color: #c5c5c5;
}
.RightPane .SaveTheDate H1
{
	font-size: 18px;
	color: #003366;
	font-family: Tahoma;
	margin: 0px;
	padding: 1px;
}
.RightPane .SaveTheDate H1 a
{
	font-size: 11px;
	color: #003366;
	font-family: Tahoma;
	margin: 0px;
	padding: 1px;
}
.RightPane .SaveTheDate H1 a:hover
{
	font-size: 11px;
	color: #DFA824;
	font-family: Tahoma;
	margin: 0px;
	padding: 1px;
}
.ContentPane .videoBG{
	background-image: url(images/videoBG.jpg);
	background-position: 100px;
	background-repeat: no-repeat;
	width: 100%;
	height: 375px;
}
.ContentPane .videoBG p{
	width: 265px;
	height: 375px;
}
table#diningmenu{margin: 0; padding: 0; width: 700px; font-family: Verdana, Tahoma, sans-serif; border-collapse: collapse;}
table#diningmenu th, table#diningmenu td{margin: 0; padding: 4px 10px; width: 250px; text-align: left; font-size: 12px; /*border: solid 1px #000;*/}
table#diningmenu caption{margin: 0; padding: 0;text-align: center;}
table#diningmenu caption h2{font-weight: normal; margin: 0; padding: 0px 0px 2px 0px;}
table#diningmenu caption p{font-size: 14px; margin: 0; padding: 2px 0px 2px 0px;}
table#diningmenu th{background-color: #336699; color: #fff; text-transform: uppercase;}
table#diningmenu th:hover{background-color: #003366;}
table#diningmenu tr.one{background-color: #ddebf8; color: #003366;}
table#diningmenu tr:hover.one{background-color: #003366; color: #fff;}
table#diningmenu tr.two{background-color: #96abc0; color: #fff;}
table#diningmenu tr:hover.two{background-color: #003366; color: #fff;}
table#diningmenu tfoot tr td{text-align: left; width: 800px;}

/*quicklinks*/
#jumpMenu{
	width: 150px;
	margin: 0px 3px 7px 0px;
	padding: 0px;
	border: none;
	border-width: 0px;
	border-style: none;
	float: right;
	clear: left;
	font-family: Tahoma, Verdana, sans-serif;
}
/*SolPartMenu*/
/* Module Title Menu */
.ModuleTitle_MenuContainer{

}
	
.ModuleTitle_MenuBar{

}
	
.ModuleTitle_MenuItem{

}

.ModuleTitle_MenuIcon{

}
	
.ModuleTitle_SubMenu{
	
}
	
.ModuleTitle_MenuBreak{

}
	
.ModuleTitle_MenuItemSel{

}
	
.ModuleTitle_MenuArrow{

}
	
.ModuleTitle_RootMenuArrow{

}
	
/* Main Menu */
table.MainMenu_MenuContainer{
	width: 0;
	margin:  0 auto;
	padding: 0 ;
	border-left: 1px solid #fff;
	text-align: center;
}
.MainMenu_MenuContainer table{
	width: 0;
	margin: 0 auto;
	padding: 0 5px;
	border-right: 1px solid #fff;
	text-align: center;
}
.MainMenu_MenuContainer table img{
	display: none;
}
.MainMenu_MenuBar{
width: 0px;
}

.MainMenu_MenuItem{
	color: #FFFFFF; 
	font-size: 9px;   
	background-color: Transparent;
	font-family: Tahoma;
	cursor: pointer; 
	cursor: hand; 
	
   
}
.MainMenu_Active{
	
	color: #FFC63B;
	font-size: 9px;   
	background-color: Transparent;
	font-family: Tahoma;
	cursor: pointer; 
	cursor: hand; 
	padding-left: 8px;
}

.MainMenu_MenuIcon{
width: 0px;
}

.MainMenu_SubMenu{
width: 0px;
}

.MainMenu_MenuBreak{
width: 0px;
}

.MainMenu_MenuItemSel{
	color: #FFC63B; 
	font-size: 9px;   
	background-color: Transparent;
	font-family: Tahoma;
	width: 0px;
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuArrow{
	width: 0px;
}

.MainMenu_RootMenuArrow{
	width: 0px;
}
.menuBar span{
	width: 480px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}