/************************************************************* 
general purpose styles
*************************************************************/

body
{
    margin: 0px;
    background-color: #c9d4e2;
}

.autoWidth
{
    width: auto;
    margin: 0;
}

.minimalSpacing
{
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	letter-spacing: 0px;
	word-spacing:0px;
	line-height:0px;
	
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	border:none 0px;
}    

/************************************************************* 
top banner
*************************************************************/
#topBar 
{
    background-image:url("layout_images/titlebg.jpg");
    background-repeat: repeat-x;
    height: 131px;
    width: 100%;
}

#topBarInner
{
	margin-left:auto;
	margin-right:auto;
	width: 960px;
}

#logo
{
	display:inline;            	
}

#slogan
{
	position: relative;
	top: -40px;
	display:inline;
}


/************************************************************* 
top nav bar
*************************************************************/

#topNavBar
{
	width: 100%;
    background-color: #6f2222;
    height: 38px;
}

#topNavBarInner
{
	margin-left:auto;
	margin-right:auto;
	width: 960px;            	
}

#topNav
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.topNavListItem
{
	float:left;
}

a.topNavLink:link, a.topNavLink:visited
{
	display:block;
	font-family: Garamond, "Times New Roman", Serif;
    font-size: 30px;
    color: #c4cedd;
    text-align: center;
    text-decoration: underline;
    padding: 4px 12px 4px 12px;
    border-style: none;
}

a.topNavLink:hover, a.topNavLink:active
{
	color: #6f2222;
	background-color: #fff;
}

.topNavShadow
{
    background-image:url("layout_images/topNavShadow.png");
    background-repeat: repeat-x;
    height: 5px;
    width: auto;
}

/************************************************************* 
shadow under the top nav
*************************************************************/

#topShadow
{
	background-image:url("layout_images/topNavShadow.png");
    background-repeat: repeat-x;
    height: 5px;
    width: 100%;
}

#topShadowInner
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#topShadowNav
{
	position:relative;
	left:0px;
	background-image:url("layout_images/sideNavTopShadow.png");
    background-repeat: repeat-x;
    width: 291px;
    height: 5px;
}

/************************************************************* 
main site layout styles
*************************************************************/
#mainContentPane
{
    width: 100%;
}

#mainContentPaneCenter
{
	width:960px;
	margin-left: auto;
	margin-right: auto;
}

/************************************************************* 
side navigation layout styles
*************************************************************/
#sideNav
{
	background-image:url("layout_images/sideNavRoseBG.jpg");
    background-repeat: repeat-y;
    
    display:inline-block;
    float:left; 
    
    width: 291px;
    
    padding-top:5px;
   
}

.sideNavSubHeader
{
	background-image:url("layout_images/sideNavSubHeaderSingleLine.png");
	background-repeat: no-repeat;
	height: 27px;
    margin-left: 10px;
    margin-bottom: 7px;                
    padding-left: 5px;
    padding-top: 2px;

	font-family: Garamond, "Times New Roman", Serif;
	font-weight: bold;
    font-size: 26px;
    color: #601453;
    line-height: 26px;
}
           
.sideNavItemSingle
{
    background-image:url("layout_images/sideNavItemSingleLine.png");
	background-repeat: no-repeat;
	
	display:block;
	height: 27px;
	width: 227px;
    
    margin-left: 42px;
    margin-bottom: 7px;
    padding-top: 2px;
    padding-left: 5px;
}
            
.sideNavItemDouble
{
	background-image:url("layout_images/sideNavItemDoubleLine.png");
    background-repeat: no-repeat;
    
    display:block;
    width: 227px;
    height:49px;
    
    margin-left: 42px;
    margin-bottom: 7px;                
    padding-top: 2px;
    padding-left: 5px;
}
           
#sideNavBottomCap
{
	position:relative;
	top:5px;
}

/************************************************************* 
side navigation text styles
*************************************************************/

a.sideNavLink
{
    font-family: Garamond, "Times New Roman", Serif;
    font-size: 24px;
	font-weight: bold;
    color: #601453;
    text-decoration: none;
    line-height: 24px;
}

a.sideNavLink:hover
{
    color: #ccc;
}

/************************************************************* 
everything that isn't the side nav
*************************************************************/
#rightSideParent
{
    display:inline-block;
    width:561px;
}

#rotatingBannerBox
{
    display:inline-block;
	background-image:url("banners/springs.jpg");
    background-repeat: no-repeat;
    overflow:hidden;
    position:relative;
    left: 18px;
    top:10px;
    width:561px;
    height:274px;
    z-index:0;
}

#rotatingBannerTransitional
{
    overflow:hidden;
	background-image:url("banners/leadership.jpg");
    position:relative;
    top: -269px;
    left: -571px;
    width:561px;
    height:274px;
    z-index:1;
}

a.bigBoxLink
{
	text-decoration:none;
	display:block;
	
    width:561px;
    height:268px;
    z-index:1;
}
            
#radioPause
{
    display:block;
    float:right;
    width: 26px;
    height: 26px;
    
    margin-top: 15px;
    margin-left:3px;
    margin-right:3px;
    z-index: 10;
}

#radioNext
{
    display:block;
    float:right;
    margin-top: 15px;
    margin-left:3px;
    margin-right:20px;
    
    width: 26px;
    height: 26px;
    z-index: 10;
}

#radioPrev
{   
    display:block;
    float:right;
   
    margin-top: 15px;
    margin-left:3px;
    margin-right:3px;
    
    width: 26px;
    height: 26px;
    z-index: 10;
}

a.radioLink:visited, a.radioLink:link
{
	z-index:2;
}

a.radioLink:hover, a.radioLink:active
{
	z-index:2;
}

/* ******************************************************************
	Members only box
****************************************************************** */
#just_for_members
{
	background-image: url("images/members_bg.jpg");
	display:inline;
	float:left;
	
	position: relative;
	top: 12px;
    left: 18px;
	
	width: 174px;
	height: 166px;
}

#memberButtonHolder
{
	width: 146px;
	margin-left:15px;
}

#loginButtonRevealed
{
	float:right;
	position:relative;
	right:20px;
}


.memberNavItem
{
    background-image:url("layout_images/memberItemBg.png");
	background-repeat: no-repeat;
	position:relative;
	width: 166px;
	top:3px;
	left:2px;
	height: 27px;
	text-align:center;
	padding-top:3px;
    margin-bottom: 0px;
    
    font-family: Garamond, "Times New Roman", Serif;
    font-size: 21px;
	font-weight: bold;
    color: #601453;
    text-decoration: none;
    line-height: 21px;
    text-indent: -3px;
}

.memberButtonItem
{
    background-image:url("layout_images/memberButtonItem.png");
	background-repeat: no-repeat;
    display:inline-block;
	position:relative;
	top: 3px;
	
	width: 64px;
	height: 28px;
	padding-top:3px;
    
    font-family: Calibri, Arial, Sans-serif;
    font-size: 17px;
	font-weight: bold;
   
    text-decoration: none;
    text-indent: -3px;
	text-align:center;
	
	line-height: 21px;
    color: #601453;
}


/* ******************************************************************
	News Pane
****************************************************************** */
#newsPane
{
	background-image: url("layout_images/newsPaneBg.png");
	background-repeat: repeat-y;
	
	display:inline-block;
	width: 377px;
	
	position:relative;
	left: 26px;
	top:12px;

}

#newsPaneBottom
{
	position:relative;
	top:5px;
}

#newsContentHolder
{
	width: 360px;
	padding-left: 8px;
}

.newsItemTop
{
	width: 353px;
	height: 22px;
	background-image: url("layout_images/newsItemInnerTitleBar.png");
	background-repeat:no-repeat;
	
	font-family: Calibri, Arial, Sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #601453;
    margin-top:5px;
    
    padding-left: 4px;
    line-height: 13px;
}


.newsItemContent
{
	background-image: url("layout_images/newsItemInnerBg.png");
	background-repeat: repeat;
	
	display:inline-block;
	width: 343px;
	margin-bottom:0px;
	border-bottom:0px;
	padding: 5px 5px 5px 5px;
	
	font-family: Calibri, Arial, Sans-serif;
    font-size: 16px;
    color: #601453;
}

.newsItemBottom
{
	background-image: url("layout_images/newsItemInnerBottom.png");
	background-repeat: no-repeat;
	
	border-top:0px;
	margin-top:0px;
	display:block;
}

.dateHolder
{
	display:inline-block;
	height: 22px;
	vertical-align: middle;
	padding-top:4px;
}

input,textarea, select
{
	border: 1px solid;
	color: #753e75;
	background-color: #f5d8f5;
}

.bigSubmit
{
	 float:right;
	 margin-right:40px;
	 font-size: 24px;
}

/* ******************************************************************
	Content Pane
****************************************************************** */
#contentPane
{
	display:inline-block;
	width: 562px;
	
	position:relative;
	left: 18px;
	top: 12px;
}

#contentPaneBottom
{
	vertical-align:middle;
	background-image: url("layout_images/contentPaneBottom.png");
	background-repeat: no-repeat;
	width: 562px;
	height:19px;
	display:inline-block;
}


#contentTop
{
	display:block;
	width: 562px;
	height: 45px;
	background-image: url("layout_images/contentPaneTop.png");
	background-repeat: no-repeat;
	
	font-family: Garamond, "Times New Roman", Serif;
    font-size: 28px;
    font-weight: bold;
    color: #601453;
    padding-left: 30px;
    padding-top:10px;
    vertical-align:middle;
    padding-bottom:0px;
}

#contentMain 
{
	width: 562px;
	display:inline-block;
	background-image: url("layout_images/contentPaneInterior.png");
	background-repeat: repeat-y;
	
	font-family: Garamond, "Times New Roman", Serif;
    font-size: 20px;
    color: #601453;
}

.contentInnerTop
{
	position:relative;
	top:-6px;
	border-top:0px;
	margin-top:0px;
	margin-left:12px;
	background-image: url("layout_images/contentPaneInnerTop.png");
	background-repeat:no-repeat;
	display:inline-block;
	vertical-align:bottom;
	line-height:0px;
	width: 535px;
	height:5px;
}


.contentInnerBottom
{
	position:relative;
	top:-6px;
	border-top:0px;
	margin-top:0px;
	margin-left:12px;
	background-image: url("layout_images/contentPaneInnerBottom.png");
	background-repeat:no-repeat;
	display:inline-block;	
	width: 535px;
	height:5px;
}

.contentInterior
{
	position:relative;
	top:-6px;
	
	display:inline-block;
	width:525px;
	margin-left:12px;
	
	margin-bottom:0px;
	border-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	
	background-image: url("layout_images/contentPaneInnerInterior.png");
}

.contentInteriorText
{
	display:inline-block;
	width: 480px;
}

#contentPaneWatermark
{
	display:block;
	width:550px;
	height:259px;
	position:absolute;
	left:5px;
	background-image: url("layout_images/contentPaneOverlay.png");
}

a.listingItem
{
	font-family: Calibri, Arial, Sans-serif;
	font-size:26px;
    color: #00a2ff;
}

a.listingItem:visited
{
	font-family: Calibri, Arial, Sans-serif;
	font-size:26px;
    color: #601453;	
}

a.listingItem:hover
{
	font-family: Calibri, Arial, Sans-serif;
	font-size:26px;
    color: #FFFFFF;
}

.byline
{
	position:relative;
	left:20px;
	font-family: Garamond, "Times New Roman", Serif;
	font-size:26px;
    color: #601453;	
}

.bylineDoubleIndent
{
	position:relative;
	left:40px;
	font-family: Garamond, "Times New Roman", Serif;
	font-size:26px;
    color: #601453;	
}

.seminarTitle
{
	position:relative;
	left:20px;
	font-family: Garamond, "Times New Roman", Serif;
	font-size:22px;
    color: #601453;	
}



/* ******************************************************************
	Registration Table
****************************************************************** */
table.registration {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #753e75 #753e75 #753e75 white;
	border-collapse: separate;
}
table.registration th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: none none none none;
	border-color: #753e75 #753e75 #753e75 #753e75;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.registration td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: none none none none;
	border-color: #753e75 #753e75 #753e75 #753e75;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* ******************************************************************
	misc
****************************************************************** */
.subTitle
{
	font-family: Garamond, "Times New Roman", Serif;
	font-size:26px;
    color: #601453;	
}