@charset "UTF-8";
/* CSS Document */

*  {
margin: 0;
padding: 0;
border: 0;
}

body  {
	/* 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;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin-top: 4.5em;
	margin-bottom: 0em;
	line-height: 20px;
	behavior: url(css/cssHoverFix.htc);
	background-image: url(images/pinkbackgroundtile.gif);
}

.fourColBusyB #container { 
	width: 876px;  /* this width will create a container that will fit in an 876px browser window if text is left at browser default font sizes */
	background: #FFFFE8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
} 
.fourColBusyB #containersecondary {
	text-align: left;
	margin: 0px auto;
	height: 100%;
	width: 876px;
	overflow: hidden;
	background: #ffffe8;
}

fourColBusyB #header {
	margin: 0px;
	height: 115px;
	width: 100%;
	padding: 0px;
	clear: both;
}
img.imageleft {
	float: left;
	padding: 0 15px 10px 0;
}
img.imageright {
	float: right;
}

#navbar {
	background-color: #1884a3;
	margin: 0px;
	padding: 0px;
	height: 2.8em;
	width: 876px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFF99;
}

#navbar ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navbar li {
	float:left;
	/*Required for drop-down menus*/
	position:relative;
}

#navbar a {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	text-decoration: none;
	display:block;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF99;
}

#navbar a:hover {
	color: #FFCC00;
}

/*Drop-down menu styles*/

/*Applies to drop-down menus in navbar*/
#navbar li ul {
position:absolute;
z-index:100;
visibility:hidden;
}

/*Make drop-down menu visible on navbar hover*/
#navbar li:hover ul{
visibility:visible;
}

#navbar li:hover ul li a{
	background-color:#66CCCC;
	text-align:left;
	display:block;
	width:10.5em;
	border:none;
}

#navbar li:hover ul li a:hover{
background-color:#1884a3;
}
#leftsidesecondary {
	padding: 0px 30px 20px 0px;
	width: 65%;
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}
#homepage_contentcontainer {
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFE8;
	border-right-color: #FFFFE8;
	border-bottom-color: #FFFFE8;
	border-left-color: #FFFFE8;
}
#homepage_maincontent {
	float: right;
	width: 82%;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	border-left: solid 5px #ffffe8;
	position: relative;
}
#homepage_bottomboxes {
	clear: both;
}

#homepage_sidebar {
	background-image: url(images/homepage_sidebar_background.gif);
	height: 325px;
	padding-top: 10px;
}
#homepage_sidebar p {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 12pt;
	color: #b78863;
	text-align: center;
	font-weight: lighter;
}

#rightsidesecondary {
	float: left;
	width: 200px;
	padding: 0px;
	background-color: #ffcc99;
	margin: 20px 10px 0px 20px;
	position: relative;
}
.leftsidesecondary_bl {
	background-image: url(images/circle_sidebar3bottom.gif);
	float: left;
	height: 10px;
	width: 10px;
	background-position: 0px 10px;
	position: relative;
	left: 0px;
	bottom: 0px;
}
.leftsidesecondary_br {
	background-image: url(images/circle_sidebar3bottom.gif);
	height: 10px;
	width: 10px;
	position: relative;
	right: 0px;
	bottom: 0px;
	float: right;
	background-position: 10px 10px;
}
td {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 9pt;
}
.tdclassdate   {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	color: #996633;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #996633;
	border-right-color: #996633;
	border-bottom-color: #996633;
	border-left-color: #996633;
}
#gallery {
	background-color: #FFFFE8;
	width: 100%;
}
.fourColBusyB  #exclusive  papers {
	width: 100%;
	float: left;
	clear: left;
	display: inline;
	padding-left: 40px;
	margin-left: 50px;
}
#bottomnavbar {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #996633;
	background-color: #c8e4df;
	height: 56px;
	width: 876px;
	position: relative;
	clear: both;
}
#bottomnavbar ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bottomnavbar li {
	display: inline;
}
#bottomnavbar a {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #996633;
	text-decoration: none;
	float: right;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	margin-right: 0px;
}
#bottomnavbar a:hover {
	color: #CC3366;
}

#bottomnavbar a:visited {
	color: #996633;
}

.classpic   {
	padding-right: 20px;
	padding-bottom: 40px;
	float: left;
}

.fltrt {
	float: left;
	margin: 0px;
	padding: 0px;
}
.fltlft {
	margin: 0px;
	padding: 0px;
	float: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

h4 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
h4.black {
	color: #000000;
	padding-top: 10px;
}
.black a {
	color: #333333;
	text-decoration: none;
}
h4.highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
.highlighted a {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar1_tl {
	font-size: 0px;
	background-image: url(images/circle_sidebar4.gif);
	height: 10px;
	width: 10px;
	float: left;
}
.sidebar1_tr {
	font-size: 0px;
	background-image: url(images/circle_sidebar4.gif);
	float: right;
	height: 10px;
	width: 10px;
	background-position: 10px 0px;
}
.sidebar1_bl {
	font-size: 0px;
	background-image: url(images/circle_sidebar4.gif);
	float: left;
	height: 10px;
	width: 10px;
	background-position: 0px 10px;
}
.sidebar1_br {
	background-image: url(images/circle_sidebar4.gif);
	float: right;
	height: 10px;
	width: 10px;
	background-position: 10px 10px;
}
h1 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 20pt;
	line-height: 30pt;
	font-weight: lighter;
}
h1.reverse {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 15pt;
	line-height: 18pt;
	color: #FFFF99;
	text-align: center;
	padding-top: 15px;
	font-weight: normal;
	overflow: visible;
	padding-left: 9px;
	padding-right: 9px;
}
h1.reverse_leftjustify {
	text-align: left;
}
h2 {
	font-size: 16pt;
	line-height: 18pt;
	color: #000000;
	font-weight: normal;
	padding-top: 15px;
	text-align: center;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	overflow: visible;
}
.offset  {
	color: #006699;
	padding-top: 9px;
	padding-bottom: 3px;
}

* html #container {
	height: 1%;
}	

.tl {
	font-size: 0px;
	background-image: url(images/circle_spring.gif);
	float: left;
	height: 10px;
	width: 10px;
}

.tr {
	font-size: 0px;
	background-image: url(images/circle_spring.gif);
	float: right;
	height: 10px;
	width: 10px;
	background-position: 10px 0px;
}
.bl {
	font-size: 0px;
	background-image: url(images/circlebottom_spring.gif);
	background-position: 0px 10px;
	float: left;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0px;
}
.br {
	font-size: 0px;
	background-image: url(images/circlebottom_spring.gif);
	background-position: 10px 10px;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
h5.highlight {
	color: #000000;
	padding-left: 30px;
}
h5.introparagraph {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
	padding: 30px;
}

#Subnavigation {
	width: 26%;
	padding:10px 0 50px 20px;
	margin: 0;
}
#Subnavigation  a {
	font-family:Helvetica, Arial, Geneva, sans-serif;
	line-height:24px;
	padding:0 0 0 30px;
	text-decoration: none;
	color: #000000;
}
#Subnavigation a:hover {
	color: #006699;
}

#Subnavigation h3 {
	font-family:Helvetica, Arial, Geneva, sans-serif;
	padding:0 0 5px 20px;
	font-weight:bold;
	font-size:.9em;
}

#contentcontainer {
	width:74%;
	margin:30px 0 25px 0;
	float:right;
	background-color: #f7ebc5;
}

#content h2{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.7em;
	text-align:left;
	color:#000;
}

#content p{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: .75em;
	color: #000;
	line-height:23px;
	padding: 0 35px 0 0;
	}
#content {
	padding: 35px 30px 50px 40px;
	background-image: url(images/productbackground_2.jpg);
	background-repeat: repeat-x;
	border-left: 3px solid #ffffe8;
}
#contentproducts  {
	margin: 0px;
	padding: 0px 0 20px 0;
	border-left: 2pt solid #ffffe8;
}
#contentproducts /*End CSS for POPUP image viewer*/
 td  {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.7em;
	color: #000000;
	height: 240px;
	width: 25%;
	padding: 0 0px 0px 0;
	border: 1px solid #ffffe8;
	background-image: url(images/productbackground_3.jpg);
	text-align: center;
}
#contentproducts   td   p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding: 10px 0px 0px 0px;
	line-height: 15px;
}
	
#titlebar {
	background-color: #c8e4df;
}
#titlebar h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	color: #996633;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-left: 30px;
	font-weight: lighter;
	padding-right: 30px;
}
#titlebar_roundcorner {
	background-image: url(images/circle_titlebar.gif);
	float: left;
	height: 10px;
	width: 10px;
	font-size: 0px;
}
#content_roundcorner {
	background-image: url(images/circle_content_bl.jpg);
	height: 10px;
	width: 10px;
	background-position: 0px 10px;
	bottom: 0px;
	float: left;
	border-left: 3px solid #ffffe8;
}

/*CSS for POPUP image viewer*/
.thumbnail{
	position: relative;
	z-index: 50;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 500;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -50px;
	left:-250px; /*position where enlarged image should offset horizontally */
}
#bottomboxleft {
	height: 81px;
	width: 33%;
	float: left;
	margin-bottom: 5px;
	border-right: solid 2px #ffffe8;
	background-image: url(images/bottombox2.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#bottomboxleft a {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 13pt;
	line-height: 14pt;
	color: #b78863;
	text-decoration: none;
	text-align: center;
	font-weight: lighter;
	text-transform: uppercase;
}
#bottomboxcenter {
	height: 81px;
	width: 33%;
	float: right;
	border-right: solid 5.5px #ffffe8;
	background-image: url(images/bottombox2.gif);
	text-align: center;
}
#bottomboxcenter a {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 13pt;
	line-height: 14pt;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #b78863;
}
#bottomboxright {
	height: 81px;
	width: 33%;
	float: right;
	background-image: url(images/bottombox2.gif);
	text-align: center;
}
#bottomboxright a {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 13pt;
	line-height: 14pt;
	text-decoration: none;
	color: #b78863;
	text-transform: uppercase;
	font-weight: lighter;
}
