/* -------------------------------------------------------------------------------------------------
   Main Cascading style sheet for the ACBL Unit 174 Web site
	 Web                   : www.ACBLUnit174.org
	 Filename              : Unit174.css
	 Author                : WWW.PIR.ORG/WHOISBert Onstott
	 ------------------------------------------------------------------------------------------------- */
/* Basic formatting */
body
{
	color:             #102536; /* nearly black */
	font-family:       Geneva, Arial, Helvetica, sans-serif;
	font-size:         100%;
	padding:           5px;
	margin:            5px;
	background-color:  #999999;
}

h1, h2, h3, h4, h5, h6, pre, code
{
	font-size:         1em;
	margin-top:        1em;
	margin-bottom:     1em;
}

a
{
	Color:             #996600;  /*dark tan */
	text-decoration:   none;
	font-weight:       bolder;
}
a:visited
{
	color:             #336600; /* green */
}
a:hover
{
	background-color:  #996600;
	color:             #FFFFFF;
}
a img
{
	border:            none;
}
h1
{
	font-size:         1.8em;
}
h2
{
	font-size:         1.5em;
}

h3
{
	font-size:         1.3em;
}
h4
{
	font-size:         1.1em;
}
p
{
	margin-bottom:     0.5em;
	line-height:       120%;
}
ul
{
	padding:           5px;
	list-style-type:   disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.Unit174 #container
{
	text-align:        left;
	margin-top:        0;     /* this is to the web page extends to the top of the screen */
	margin-bottom:     0;     /* this is to the web page extends to the bottom of the screen */
	margin-right:      auto;  /* centers the div */
	margin-left:       auto;  /* centers the div */
	background-color:  #ECE9D8; /* sort of parchment */
	padding:           5px;
	width:             1000px;
}

/* styles that apply only to the header div */

.Unit174 #header
{
	padding:             5px;
	text-align:          center;
	margin-top:          10px;
	margin-right:        auto;
	margin-bottom:       1px;
	margin-left:         auto; /* dark lime green */
	width:               940px;
	background-color:    #ECE9D8;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
}
.Unit174 #Search {
	float:              right;
	width:              290px;
	height:              30px;
	margin-right:        55px;
	margin-top:          5px;
	margin-bottom:       8px;
	padding:             1px;
	margin-left:         2px;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
}
.Unit174 #partnership {
	float:               right;
	margin:              5px;
	width:               200px;
	height:              27px;
	text-align:          center;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
	overflow:            hidden;
	padding-top:         6px;
	padding-right:       2px;
	padding-bottom:      0px;
	padding-left:        2px;
	font-weight:         bold;
}
.Unit174 #Wherecanyouplay {
	float:               right;
	margin:              5px;
	width:               200px;
	height:              27px;
	text-align:          center;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
	overflow:            hidden;
	padding-top:         6px;
	padding-right:       2px;
	padding-bottom:      0px;
	padding-left:        2px;
	font-weight:         bold;
}
.Unit174 #Unit174Forum {
	float:               right;
	margin:              5px;
	width:               140px;
	height:              27px;
	text-align:          center;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
	overflow:            hidden;
	padding-top:         6px;
	padding-right:       2px;
	padding-bottom:      0px;
	padding-left:        2px;
	font-weight:         bold;
}

.Unit174 #header p
{
	margin:           2px;
}

.Unit174 #header h1
{
	font-size:       24px;
	font-style:      normal;
	font-weight:     bold;
	text-align:      center;
	margin:          .3em;
	padding:         0px;
}
.Unit174  #header h2
{
	font-size:       18px;
	font-style:      normal;
	font-weight:     bold;
	text-align:      center;
	margin:          .5em;
	padding:         0px;
}

.Unit174  #header h4
{
	font-size:       14px;
	font-style:      normal;
	font-weight:     bold;
	text-align:      center;
	margin:          .5em;
	padding:         0px;
}

.Unit174 #NavContainer
{
	width:           940px;
	margin-right:    auto;
	margin-left:     auto;
	margin-top:      0px;
	margin-bottom:   0px;
	height:          auto;
	padding: 0px;
}

/* Styles that apply to the mainContent div */

.Unit174 #mainContent
{
	text-align:          left;
	padding:             5px;
	width:               940px;
	margin-right:        auto;
	margin-left:         auto;
	margin-top:          1px;
	margin-bottom:       5px;
	background-color:    #ECE9D8; /* sort of parchment */
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
}

.Unit174 #mainContent h1
{
	font-size:            30px;
	font-variant:         small-caps;
	border-bottom-width:  3px;
	border-bottom-style:  solid;
	border-bottom-color:  #102536; /* nearly black */
	margin-top:           5px;
	margin-left: 10px;
}

.Unit174 #mainContent h2
{
	font-size:            24px;
	margin-bottom:        1px;
	padding-bottom:       5px;
	margin:               5px;
	padding:              5px;
}
.Unit174  #mainContent  h3
{
	margin-left:         10px;
}
.Unit174 #mainContent h4
{
	margin-left:        7px;
	font-size:          18px;
	text-align:         left;
	margin-top:         0px;
	margin-bottom:      3px;
	padding-left:       7px;
	padding-top:        0px;
	padding-bottom:     3px;
}

.Unit174 #mainContent p
{
	margin-bottom:       2px;
	margin-top:          2px;
	padding-top:         2px;
	padding-right:       2px;
	padding-bottom:      2px;
	padding-left:        15px;
}
.Unit174 #mainContent .note
{
	text-indent:      -3.7em;
	padding-left:      6.8em;
}


/* styles that apply to the news div */
.Unit174 #mainContent #news
{
	padding:              10px;
	margin:               0px;
}

.Unit174 #mainContent #news h1
{
	text-align:           center;
	background-color:     #999966;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
	font-variant:         normal;
	font-size:            x-large;
	padding:              5px;
	margin: 5px;
	overflow: hidden;
}
.Unit174 #mainContent #news h2
{
	text-align:          left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666600;
	font-size:           large;
	padding-bottom: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	overflow: hidden;
}
.Unit174 #mainContent #news
h3
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 2px;
	margin-top: 10px;
}

.Unit174 #mainContent #news p
{
	padding-left:        30px;
	text-align:          left;
	font-size:           medium;
	padding-bottom:      5px;
	padding-right: 20px;
}
.Unit174 #mainContent #news .form 
{
	border: thin solid #333;
	margin: 25px;
}
.Unit174 #mainContent #news ol  {
	list-style-type: decimal;
	margin-left: 20px;
}
.Unit174 #mainContent #news ul  {
	margin-left: 40px;
	list-style-type: disc;
}
.Unit174 #mainContent #news ol li ol { list-style-type: lower-alpha; }

.Unit174 #mainContent #news blockquote {
	margin-right: 30px;
	padding: 10px;
	width: 550px;
}
.Unit174 #mainContent #news   .quote{
	font-style: italic;
	line-height: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
/* styles that apply to the marquee div */
.Unit174 #mainContent #marquee
{
	padding:              10px;
	float: right;
	width: 310px;
	margin: 0px;
}

.Unit174 #mainContent #marquee h1
{
	text-align:           center;
	background-color:     #999966;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
	font-variant:         normal;
	font-size:            x-large;
	margin: 5px;
	padding: 5px;
}

.Unit174 #mainContent #marquee .Event
{
	margin-right:        auto;
	margin-left:         auto;
	clear:               both;
	padding:             2px;
	margin-top:          5px;
	margin-bottom:       5px;
	text-align:          center;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
	width: 290px;
}
.Unit174 #mainContent #marquee .Event
h2
{
	margin: 0px;
	padding: 5px;
	font-size: large;
}
.Unit174 #mainContent #marquee .Event h3
{
	font-size: 16px;
	margin: 0px;
	padding: 5px;
}
.Unit174 #mainContent #news pre  {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}



/* Styles that apply to the footer */

.Unit174 #footer
{
	clear:              both;
	padding:            5px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 68px;
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
}

.Unit174 #footer p
{
	margin:             0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:         center;
	padding-right:      0;
	padding-left:       0;
	padding-top:        2px;
	padding-bottom:     1px;
	font-style:         italic;
}

.Unit174 #footer      h1
{
	margin:             0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:         center;
	padding-right:      0;
	padding-left:       0;
	padding-top:        2px;
	padding-bottom:     1px;
	font-style:         italic;
	font-size:          large;
}
#ByLaws h2  
{
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-variant: normal;
	text-transform: uppercase;
}
#ByLaws h3  
{
}
#ByLaws p  
{
	text-align: justify;
	margin-bottom: 1em;
}
#ByLaws ol  
{
	list-style-type: lower-alpha;
	margin-left: 5em;
	margin-right: 2em;
}
#ByLaws ol li  
{
	margin-bottom: 1em;
	margin-top: 1em;
}
#ByLaws
.Section  
 
{
	text-indent: -5.2em;
	margin-left: 5.5em;
	padding-left: 6em;
}
#ByLaws .SectionP
{
	margin-left: 5.5em;
}
#Lessons #container #mainContent ul
{
	list-style-type: disc;
	list-style-image: none;
}

#Lessons #container #mainContent ul li ul
{
	list-style-image: none;
	list-style-type: circle;
}

#Lessons #container #mainContent ul li ul li ul li
{
	list-style-image: none;
	list-style-type: square;
}

#U174_Fin_Plan #container #mainContent ol li ol
{
	list-style-type: lower-alpha;
}

#U174_Fin_Plan #container #mainContent ol
{
	list-style-type: upper-alpha;
}

.right_image
{
	float: right;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}


.left_image
{
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	clear: both;
}


.framed_image
{
	border-top-width:    3px;
	border-right-width:  3px;
	border-bottom-width: 3px;
	border-left-width:   3px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
	margin: 3px;
	padding: 0px;
}
.WhiteText
{
	color: #FFFFFF
}
.redtext 
{
	color: #FF0000;
}

.underline
{
	text-decoration: underline;
}


.clearfloat
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
{
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.text-12px {
	font-size: 12px
}

.whitetext
{
	color: #FFFFFF;
}
ol.roman   
{
	list-style-type: upper-roman;
}

blockquote
{
	border: thin dotted #333;
	margin-right: 75px;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

