/* 
	project:   Wolverine Dog Training Club Website
	author:   Julia Forrester 
	title:    Section-pages style sheet
*/


/* Header area of section pages */
	#section_header {width: 100%;}
	#section_logo_wrapper {
			float: left; 
			width: 252px; 
			height: 72px; 
			background: url('../img/section_pages/left-shadow.jpg') repeat-y;
			}
	#section_logo {padding-top: 13px; padding-left: 24px; }
	#section_menu_wrapper{
			margin-left: 252px;
			padding: 0px;
			border: 0px;
			}
	
	#section_mainmenu_shadow {
			width: 30px; 
			padding: 0px;
			border:0px;
			height: 14px;
			background: url('../img/section_pages/rt-shadow.jpg') repeat-y; 
			float: right;
			}
			
	#section_mainmenu {
			height: 14px; 
			padding: 0px;
			margin: 0px;
			border: 0px;}
	
	#section_submenu {
			height: 58px; 
			width: 576px;
			margin: 0px;
			padding: 0px;
			border: 0px;
			}
			
	#section_submenu_swoop {
			float: left;
			width: 105px;
			height: 58px;
			margin: 0px;
			padding: 0px;
			border: 0px;
			background: url('../img/section_pages/section-swoop.jpg') no-repeat; 
			}
  #section_submenu_rt {
			width: 471px;
			height: 58px;
			border: 0px;
			margin-left: 105px;
			padding: 0px;
			}
			
	#section_submenu_text {
			padding-top: 20px;
			margin-left: 0px;
			border: 0px;
			height: 58px;
			background: url('../img/section_pages/section-submenu.jpg') repeat-x;
			}
			
	#section_submenu_text li {font: Bold 12px "Arial Narrow", Arial; display: inline;}
	#section_barmenu {
			width: 100%; 
			height: 54px; 
			background: url('../img/section_pages/section_barmenu.jpg') repeat-x;
			padding: 0px;
			margin: 0px;
			border: 0px;
			}
			
	#section_shadow_menu {
			width: 100%; 
			height: 66px; 
			}
	#section_shadow_menu_left {float: left; height: 36px; width: 30px; background: url('../img/section_pages/lft-top-shadow.gif') repeat-x;}
	#section_shadow_menu_middle {float: left; width:768px; height: 36px;  background: url('../img/section_pages/top-shadow.jpg') repeat-x;}
	#section_shadow_menu_rt {float: left; background: url('../img/section_pages/rt-top-shadow.jpg') no-repeat; height: 36px; width: 30px;}	
/* End of Header for Section pages*/

/* Sidebar Navigation on section pages*/
#side_menu { padding-left: 25px;}
h3{
margin: 12px 0px; /* top, sides */
}
.indent3 a {text-decoration: none; color: #484AAC;}
.indent3 a:hover {background: #ffffff;}
.indent5, .indent5 a, .indent5 a:hover, indent5 a:visited {color: #000000; padding-left: 25px; padding-right: 15px;}

#blue {color: #2E3092;}


/* Main page area of section pages - most css in style.css */

 

#col1-dog_left {background: url('../img/section_pages/section-col1-top.jpg') no-repeat; width: 230px;height: 57px;}
#col1-dog_txt {padding-top: 15px; padding-left: 20px; padding-bottom: 0px;}
.col1_box_img {padding-top: 5px;}
.col1_box_txt2{padding-left: 20px;}
.col1_box_ ul {display: block;}
#col1_bg {position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */ background: url('../img/section_pages/section-col1-repeat.jpg') repeat-y;}
#col2_boxa {padding-top: 25px; background: transparent;}
.col2-indent {padding-left: 100px; margin-top: 25px;}
.col2-indent2{padding-left: 35px; margin-top: 25px; margin-right: 60px; }
.col2-links {padding-left: 35px;}
.col2-links a {padding-left: 0px;}
#col2_txt{padding-top: 40px;}
#dog-image {margin-left: 595px;}
#lower-body {background: url('../img/section_pages/body-bg.gif') repeat-y;}
#body {background: url('../img/section_pages/col2_bg.jpg') repeat-y;}
.col2-menu {display: inline;}

/*table for class schedules*/
table {width: 390px;}
td {border: 1px #000000 solid; padding: 5px;}
.head-table {border: none; font: bold 13px arial;}
.table-row {background: #D4C4CE;}
.class-table a, .class-table a:hover, .class-table{color: #000000;}


/*Calendar style*/

#bottom-padding {padding-bottom: 70px;}
#calendar {margin-top: 50px; color: #000000; height: 650px;}

/*Contact Us Page*/
.officers, .officers ul {
padding-left: 20px; 
padding-bottom: 5px;
padding-top: 5px;
}

#club-email{
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
}

#club-email li{line-height: 20px;}


/*Forms Page*/
#col-left, #col-right {width: 50%; float: left;} 
