BODY
{
    PADDING: 0px;
    MARGIN: 0px;
    FONT: 11px verdana, arial, helvetica, sans-serif;
    COLOR: #333;
    BACKGROUND-COLOR: #ffffff;
    /* background-image: url("images/p12.gif"); */
    background-position: top left;
}

A
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 11px;
    COLOR: #09c;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: underline;
}
A:link
{
    COLOR: #09c;
}
A:visited
{
    COLOR: #07a;
}
A:hover
{
}

#PageWrapper
{
	width: 770px;
}

/** Header Section ------------------------------------- **/

#Header
{
        background-image: url("images/hdr_bg.gif"); 
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 188px;
	position: relative;		/* important, don't remove unless you know what you're doing */
	text-align:left;

}
#HeaderWrapper
{
	position: relative;	/* important, don't remove unless you know what you're doing */
}

#Header IMG
{
	background-image: none;
	background-repeat: no-repeat;
	width: 0px;
	height: 93px;
	top: 42px;
	left: 3px;
	position: relative;
	/* border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray; */
}


/** Left Menu Section ------------------------------------- **/
#LeftColumn
{
	width: 191px;
	background-color: #fff;
	border-left: 0px solid #999;
        border-bottom: 0px solid #999;
	padding: 0px;
}
#LeftColumnWrapper
{
	padding: 0px 15px 10px 15px;
}

/** adjust to make minium width */
#LeftColumnWrapper  .pixel
{
	width: 167px;
}

#PrimMenu .Title
{
    TEXT-ALIGN: center;
	padding: 0px 3px 15px 3px;
}

#PrimMenu .Title A
{
	text-decoration: none;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	color: navy;
}

#PrimMenu
{
	text-align: left;
	padding-left: 0px;
	color: green;
}

#PrimMenu A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #003;
	text-decoration: none;
}

#PrimMenu .standard
{
	padding: 0px 2px 3px 18px;
	font-size: 12px;
	text-indent: -13px;
	margin-bottom: 1px;
}

#PrimMenu .highlighted
{
	padding: 3px 0px 3px 18px;
	font-size: 12px;
	color: #346565;
	text-indent: -13px;
	margin-bottom: 5px;
	line-height: 10px;
	
	border: 1px solid #aaaaa6;
	background-color: white;
}
#PrimMenu  .submenu
{
	margin: 6px 0px;
}
#PrimMenu  .submenu .standard
{
	padding-right: 0px;
	margin-bottom: 0px;
}

#PrimMenu  .submenu .highlighted
{
	padding-right: 0px;
	margin-bottom: 3px;
}

#PrimMenu .spacer
{
    FONT-WEIGHT: bold;
    MARGIN: 0px 20px 5px 0px;
    HEIGHT: 10px;
    TEXT-ALIGN: center;
}
/** Middle Column Section -------------------------------- **/

.mainbody
{
	width: 480px;
}


#MiddleColumn
{
	background-image: url("images/content_bg3.gif");
	background-position: top 0px;
	background-repeat: repeat-y;  
	background-color: white;
	position: relative;
	border-right: 0px solid #999;
	border-left: 0px solid #999;
	text-align: left;
	margin-top: 25px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 12px;
	
}

#ContentTitle
{	background-image: url("images/content_title_bg.gif");
	background-position: 2px left;
	background-repeat: repeat-x;
	background-color: white;
	font-weight: bolder;
	color: #AE1515;
        FONT-SIZE: 16px;
	text-align: left;
	height: 30px;
	margin-bottom: 3px;
	padding-left: 0px;
	padding-top: 4px;
	width: 635px;
}

#ContentTitle SPAN
{
	background-color: white;
	margin-left: 10px;
	padding: 4px;
}


#BodyHeader
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 0px;
    	margin-left: 10px;
    	width: 470px
}
#BodyFooter
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 10px;
    	margin-left: 10px;
}

#NestedMenu
{   position: relative;
    top: -53px;
    left: 4px;
    padding: 65px 2px 0px 2px;
    FLOAT: right;
    MARGIN: 0px -8px -102px 5px;
    WIDTH: 220px;
    border-right: 2px solid #E1DCB4;
    border-left: 0px solid #E1DCB4;
    border-bottom: 0px solid #E1DCB4;
    background-color: #FAF5C8;
    z-index: 0;
    background-image: url("images/content_edge.gif");
    background-position: top -1px;
    background-repeat: no-repeat; 
}
#NestedMenu .ContentBox
{       
    background-color: #FAF5C8;
    PADDING-BOTTOM: 5px;

    border-right: 0px solid navy;
    border-bottom: 0px solid navy;
    border-left: 0px solid navy;
    margin-bottom: 10px;
    margin-left: 1px;
        
    background-image: url("images/content_box_edge.gif");
    background-position: top -1px;
    background-repeat: repeat-y;

}
#NestedMenu .NestedMenuFooter
{   position: relative;
    margin-top: 12px;
    margin-left: 4px;    
    width: 220px;
    background-image: url("images/NestedMenuFooter.gif");
    background-repeat: no-repeat;
    background-postion: top right;
    background-color: white;
    height: 17px;
    
}
#NestedMenu .ContentBox .Heading
{
    padding: 3px 0px 3px 0px;
    border-bottom: 0px solid navy;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    MARGIN: 20px 0px 0px 14px;
    COLOR: white;
    LETTER-SPACING: 0px;
    BACKGROUND-COLOR: #5A6B84;
    TEXT-ALIGN: center;
    WIDTH: 200px;
}

#NestedMenu .ContentBox .ContentValue
{
    padding: 3px 0px 3px 0px;
    BORDER-TOP: #999 0px solid;
    MARGIN: 0px 0px 0px 13px;
    WIDTH: 200px;
    background-color: #FAF5C8;
    text-align: left;

}
#NestedMenu .ListItem
{
    PADDING-LEFT: 10px;
    MARGIN: 0px 0px 0px 5px;
    list-style-type: none;
    line-style-position: outer;
    color: red;
    }
#NestedMenu .ListItem .links
{
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
    vertical-align: bottom;
    color: #AE1515;
    font-size: 11px;
}

#NestedMenu .PageEditIcon
{
	display: block;
	position: relative;
	left: 195px;
	background-color: #FAF5C8;
}

#NestedMenu .ContentBox .PageEditIcon
{
	display:block;
	position: relative;
	left: 183px;
	background-color: #FAF5C8;
}

#ContentFooter
{
	background-color: white; 
	font-size: 10px;
	color: black;
	padding: 0px 10px 0px 0px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: top;
	height: 10px;
	/* background-image: url("images/content_bg3.gif");
   	background-position: top 0px;
    	background-repeat: no-repeat; */
    	position: relative;
    	padding-top: 25px;
    	
}

#ContentFooter A
{
	font-size: 10px;
	color: navy;
}

/** Right Column Section ---------------------------------- **/
#RightColumn
{
	position: relative;width: 191px;
	background-color: #ecf7fd;
    border-bottom: 0px solid #999;
    border-right: 0px solid #999;
	padding: 0px;
}
#RightColumnWrapper
{
	padding: 0px 15px 10px 15px;
}

/** adjust to make minium width */
#RightColumnWrapper  .pixel
{
	width: 167px;
}

/** Quaternary Menu (Right Column) */
#QuaternaryMenuContainer .Title
{
    TEXT-ALIGN: center;
	padding: 0px 15px 15px 0px;
}

#QuaternaryMenuContainer .Title A
{
	text-decoration: none;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	color: navy;
}

#QuaternaryMenuContainer
{
	text-align: left;
	padding-left: 0px;
	color: green;
}

#QuaternaryMenuContainer A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #003;
	text-decoration: none;
}

#QuaternaryMenuContainer .standard
{
	padding: 0px 2px 3px 18px;
	font-size: 12px;
	text-indent: -13px;
	margin-bottom: 1px;
}

#QuaternaryMenuContainer .highlighted
{
	padding: 3px 0px 3px 18px;
	font-size: 12px;
	color: #346565;
	text-indent: -13px;
	margin-bottom: 5px;
	line-height: 10px;
	
	border: 1px solid #aaaaa6;
	background-color: white;
}
#QuaternaryMenuContainer  .submenu
{
	margin: 6px 0px;
}
#QuaternaryMenuContainer  .submenu .standard
{
	padding-right: 0px;
	margin-bottom: 0px;
}

#QuaternaryMenuContainer  .submenu .highlighted
{
	padding-right: 0px;
	margin-bottom: 3px;
}

#QuaternaryMenuContainer .spacer
{
    FONT-WEIGHT: bold;
    MARGIN: 0px 20px 5px 0px;
    HEIGHT: 10px;
    TEXT-ALIGN: center;
}

/** QuinaryMenu */
#QuinaryMenuContainer .Title
{
    TEXT-ALIGN: center;
	padding: 0px 3px 15px 3px;
}

#QuinaryMenuContainer .Title A
{
	text-decoration: none;
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
}

#QuinaryMenuContainer
{
	text-align: left;
	margin-top: 10px;
	border-top: 1px dotted black;
	padding: 15px 2px 5px 2px;
}

#QuinaryMenuContainer A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #003;
	text-decoration: none;
}

#QuinaryMenuContainer .standard
{
	padding: 0px 2px 3px 18px;
	font-size: 12px;
	text-indent: -13px;
	margin-bottom: 1px;
}

#QuinaryMenuContainer .highlighted
{
	padding: 3px 0px 3px 18px;
	font-size: 12px;
	color: #346565;
	text-indent: -13px;
	margin-bottom: 5px;
	line-height: 10px;
	
	border: 1px solid #aaaaa6;
	background-color: white;
}
#QuinaryMenuContainer  .submenu
{
	margin: 6px 0px;
}
#QuinaryMenuContainer  .submenu .standard
{
	padding-right: 0px;
	margin-bottom: 0px;
}

#QuinaryMenuContainer  .submenu .highlighted
{
	padding-right: 0px;
	margin-bottom: 3px;
}

#QuinaryMenuContainer .spacer
{
    FONT-WEIGHT: bold;
    MARGIN: 0px 20px 5px 0px;
    HEIGHT: 10px;
    TEXT-ALIGN: center;
}
/** Other containers -------------------------------------- **/
#BreadCrumb
{
	display: none;
}

#BreadCrumb A
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#PageIcons
{
	POSITION: relative;
	float: right;
	text-align: right;
	z-index: 5;
	right: 0px;
	top: 5px;
	padding-left: 0px;

}

.PageEditIcon
{
	WIDTH: 20px;
	height:20px;
	background-image:url("/system/images/pageedit.gif");
	background-repeat: no-repeat;
	border-width: 0px;
}

.AltPageEditIcon
{
	WIDTH: 20px;
	height:20px;
	background-image:url("/system/images/txt2.gif");
	background-repeat: no-repeat;
	border-width: 0px;
}

.PrintFriendlyIcon
{
	WIDTH: 20px;
	height:20px;
	background-image:url("/system/images/printfriendly2.gif");
	background-repeat: no-repeat;
	border-width: 0px;
}

.PageInfoIcon
{
	WIDTH: 20px;
	height:20px;
	background-image:url("/system/images/pageinfo2.gif");
	background-repeat: no-repeat;
	border-width: 0px;
}

#QuickLinksContainer
{
   display: none
}

#QuickLinksContainer .wrapper
{
}
#QuickLinksContainer .qlinks
{
    WIDTH: 200px;
    HEIGHT: 20px;
    BACKGROUND-COLOR: white;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	height: 15px;
	font-family: verdana;
}
#TertiaryMenuContainer
{
    POSITION: absolute;
	TOP: 5px;
	text-align: right;
	padding-right: 6px;
	background-color: transparent;
	width: 100%;
}
#TertiaryMenuContainer A
{
    COLOR: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#TertiaryMenuContainer .IconDivider
{
	WIDTH: 15px;
	height:9px;
	background-image:url("/system/images/divider.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	border-width: 0px;
}

/** Footer -------------------------------------------------- **/
#PageFooter
{       margin: 10px;
	text-align: center;
	/* background-image: url("images/ftr_bg.gif");
	background-position: bottom 13px;
	background-repeat: no-repeat; */
	height: 90px;
	vertical-align: bottom;
	background-color: white;
}

#PageFooter .wrapper
{       top: -115px;
	position: relative;
	left: 17px;
	background-image: url("images/ftr_bg.gif"); 
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 2px;
	padding-top: 6px;
	padding-left: 10px;
	height: 39px;
	background-color: white;
	vertical-align: bottom;
	color: #ADB4C2;
}

#PageFooter A
{       color: #ADB4C2;
}

/** Other Templates ----------------------------------------------- */

BODY.whitespace #Header
{
	height: 16px;
	background-image: url('images/summitbg_whitespace.jpg');
	background-repeat: repeat-x;
	margin-top: 20px;
}

BODY.whitespace #Header IMG
{
	display: none;
}

BODY.whitespace  #TertiaryMenuContainer 
{
	top: 0px;
	background-color: #eee;
	height: 14px;
	margin: 1px 0px;
	right: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

BODY.whitespace #TertiaryMenuContainer  A
{
	color: black;
	font-weight: 900;
}

BODY.whitespace #Header IMG.IconDivider
{
	display: inline;
}

/** Module Settings ----------------------------------------------- */


/** A-Z Site Index Settings --------------------------------------- */
#AZHeader
{
    POSITION: relative;
        width: 70%;
	text-align: center;
	padding-right: 6px;
	margin-left: 70px;
	background-color: transparent;
	right: 9px;
	font-size: 130%;
	color: #999999;
}

#AZHeader A
{
        text-decoration: none;
        font-size: 100%;
        font-weight: bold;
}

#AZSubHeader
{
    POSITION: relative;
        width: 560px;
	text-align: left;
	padding-right: 6px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 15px;
	background-color: #ecf7fd;
	left: 0px;
	border-style: solid;
        border-color: green;
        border-width: 1px;
        font-weight: bold;
}

#AZEntries
{
    POSITION: relative;
        width: 560px;
	text-align: left;
	padding-right: 6px;
	margin-top: 10px;
	background-color: transparent;
	left: 10px;
}

#AZEntries A
{
        text-decoration: none;
}

#AZEntriesDesc
{
    POSITION: relative;
        width: 560px;
	text-align: left;
	padding-right: 6px;
	margin-top: 0px;
	background-color: transparent;
	left: 10px;
}

/** Tell-A-Friend Settings --------------------------------------- */


#TaFsender
{
        width:350px;
        color:#529C00;
        font-weight:bold;
        background:#FAFFF1;
        height:60px;
        padding:5px;
}

#TaFsender input
{
	width:200px;
}

#TaFrecipient
{
	width:350px;
	color:#003399;
	font-weight:bold;
	background:#F1F8FF;
	height:45px;
	padding:5px;
}

#TaFrecipient input
{
	width:200px;
}

#TaFentry
{
	width:350px;
	font-weight:bold;
	height:45px;
	padding:5px;
}

#TaFentry input
{
	width:65px;
}

#TaFtextboxintro
{
        color:#529c00;
        font-size:11px;
}

#TaFtextbox textarea
{
	background-color: #e6e6fa; 
	color: green; 
	font-weight: bold; 
	font-size: 10pt;
}




#Upcoming-Content
{   position: relative;
    padding: 0px 2px 0px 2px;
    FLOAT: left;
    MARGIN: 0px 0px 0px 0px;
    WIDTH: 490px;
    z-index: 0;
    margin-top: -40px;
}

#Upcoming-Content .Heading
{
    border-bottom: 0px solid navy;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: white;
    LETTER-SPACING: 0px;
    BACKGROUND-COLOR: #5A6B84;
    TEXT-ALIGN: center;
    WIDTH: 490px;
}

#Upcoming-Content .Date
{
    MARGIN: 0px 0px 0px 13px;
    text-align: right;
    WIDTH: 40px;
}

#Upcoming-Content .Event
{
    MARGIN: 0px 0px 0px 13px;
    text-align: left;
    WIDTH: 430px;
}
