@charset "UTF-8";
/* CSS Document */
body  {
	font-size:12px;
	font-family: "apolline-1","apolline-2",serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-image:url(images/bg.png); */
}
.twoColLiqLtHdr #container { 
	width: 1024px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFF;
} 
.twoColLiqLtHdr #header { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:1024px;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar {
	float: left; 
	position:relative;
	width: 350px; /* since this element is floated, a width must be given */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  10px 10px 40px 10px; /* top and bottom padding create visual space within this div  */
	padding-top: 50px; 
	height:100px;
	min-height:100px;
	}
.twoColLiqLtHdr #sidebar1 {
	float: left; 
	position:relative;
	width: 250px; /* since this element is floated, a width must be given */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:  20px 20px 40px 40px; /* top and bottom padding create visual space within this div  */
	padding-top: 50px; 
	height:120px;
	min-height:120px;
	}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#navplace {
	float:right;
	margin-top:20px;
	margin-right:10px;
	padding-bottom:5px;
	
}
h2{
	  font-family: "learning-curve-1","learning-curve-2",sans-serif;
	  font-size: 38px;
	  color:#333;
	  margin-top:0px;
	  margin-bottom:2px;
	  font-weight:lighter;

}

/* place css fixes for all versions of IE in this conditional comment */

.twoColLiqLtHdr #mainContent { zoom: 1; padding: 35px 100px 40px 100px;height:125px; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.twoColLiqLtHdr #mainContent1 { zoom: 1; padding: 35px 100px 20px 100px; height:125px;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

.twoColLiqLtHdr #mainContentWP { zoom: 1; padding: 5px 25px 40px 25px; height:750px; width:100%; }

.twoColLiqLtHdr #footer {
	padding: 30px;
	padding-top:2px;
	min-height:125px;
	height:125px;
	text-align:right;
	color:#666;
	font: 11px "apolline-1","apolline-2",serif;;
	
}
.twoColLiqLtHdr #footer1 {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top:0px;
	min-height:125px;
	height:125px;
	text-align:right;
	color:#666;
	
}
.footerspace p {
	padding-top:100px;	
	color:#666;
}
.navpic {
	margin-top:4px;

}

/*dropdown Menu */
ul { /* all lists */
	padding: 10px 10px 0px 0px;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float:right;
	position:relative;
	width: 7.2em;
	cursor: default;
	
}

li ul { /* second-level lists */
	margin: 0; /* add this */
	display: none;
	position: absolute;
	top: 1em;
	padding: 1.2em 0em 0em 0em; 
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

a:link {
	color:#663300;
	text-decoration:none;
}

a:visited {
	color: #790;
}

a:active {
	color: #C96;
	text-decoration:none;
}

a:hover {
	color:#993300;
}
#sidebar1 a{
	color: #000000;
	text-decoration:none;
}

#sidebar1 a:active {
	color: #000000;
	text-decoration:none;
}

#sidebar1 a:hover {
	font-family: "apolline-1","apolline-2",serif;
	color:#993300;
}

#footer a {
	color:#333;
	text-decoration:none
}

#footer a:hover {
	background-color:#333;
}

#footer .active {
	color: #333;
}
#footer1 a {
	color: #333;
	text-decoration:none
}

#footer1 a:hover {
	background-color:#333;
}

#footer1 .active {
	color: #333;
}
#menu a {
	font: 1.2em "apolline-1","apolline-2",serif;
	color: #000000;
	text-decoration:none
}

#menu a:hover {
	font: 1.2em "apolline-1","apolline-2",serif;
	color:#993300;
}

#menu .active {
	font: 1.2em "apolline-1","apolline-2",serif;
	color: #000000;
	text-decoration:none;
}
.disabled {
	font: 1.2em "apolline-1","apolline-2",serif;
  cursor: default;
}


.busy {
  cursor: wait;
}

.clickable:hover {
  cursor: pointer;
}
.clicked {
	color:#993300;
	font-weight:bold;
}
#rotator {margin: 0px 0 0 0; width: 1022px;}
.photoBucket{
   
}

.photoClass{
	 border:1px solid #000;
}
