*	{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #003366;
	background-image: url(../images/bgPage.jpg);
	background-repeat: repeat-x;
}
#container {
	background-image: url(../images/bgContent.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: repeat;
	border: 1px solid #66CCFF;
}
.logo {
	margin-top: 60px;
	width: 300px;
	margin-left: 10px;
}


/* START topmenu drop down menu styles */


.topmenu{
	margin-top: 86px;
	position: relative;
	z-index: 2;
	float: right;
}

.topmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.topmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #BB9E78;
}

/*Top level menu link items style*/
.topmenu ul li a{
	display: block;
	width: 159px;
	border-left-width: 0px;
	text-decoration: none;
	color: #663300;
	padding: 4px;
	border: solid 1px #8B5C2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
/*1st sub level menu*/
.topmenu ul li ul{
	left: 0px;
	position: absolute;
	background-color:#663300;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.topmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.topmenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0px;
}

/* Sub level menu links style */
.topmenu ul li ul li a{
	display: block;
	width: 159px; /*width of sub menu levels*/
	color: #663300;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #996633;
}

.topmenu ul li a:hover{
	background-color: #663300;
	color: #BB9E78;
}

/*Background image for top level menu list links */
.topmenu .mainfoldericon{
	background: #BB9E78 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.topmenu .subfoldericon{
	background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE */
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .topmenu ul li { float: left; height: 1%; }
* html .topmenu ul li a { height: 1%; }
* html .topmenu ul li ul li {float: left;}
/* END topmenu */


/* START mainNav drop down menu styles */

.mainNav {
	width: 780px;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.mainNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.mainNav ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #BB9E78;
}

/*Top level menu link items style*/
.mainNav ul li a{
	display: block;
	width: 103px;
	border-left-width: 0px;
	text-decoration: none;
	color: #663300;
	border: solid 1px #8B5C2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}
	
/*1st sub level menu*/
.mainNav ul li ul{
	left: 0px;
	position: absolute;
	background-color:#663300;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.mainNav ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.mainNav ul li ul li ul{ 
	left: 101px; /* no need to change, as true value set by script */
	top: 0px;
}

/* Sub level menu links style */
.mainNav ul li ul li a{
	display: block;
	width: 101px; /*width of sub menu levels*/
	color: #663300;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #996633;
}

.mainNav ul li a:hover{
	background-color: #663300;
	color: #BB9E78;
}

/*Background image for top level menu list links */
.mainNav .mainfoldericon{
	background: #BB9E78 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.mainNav .subfoldericon{
	background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .mainNav ul li { float: left; height: 1%; }
* html .mainNav ul li a { height: 1%; }
* html .mainNav ul li ul li {float: left;}
/* End */

/* START mainNav drop down menu styles */

.bottomNav {
	width: 648px;
	margin-top: 10px;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}

.bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.bottomNav ul li {
	position: relative;
	display: inline;
	float: left;
	background-color: #BB9E78;
}

/*Top level menu link items style*/
.bottomNav ul li a {
	display: block;
	width: 200px;
	border-left-width: 0px;
	text-decoration: none;
	color: #663300;
	padding: 4px;
	border: solid 1px #8B5C2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
/*1st sub level menu*/
.bottomNav ul li ul {
	left: 0px;
	position: absolute;
	background-color:#663300;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.bottomNav ul li ul li {
	display: list-item;
	float: none;
	background-color: #BB9E78;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.bottomNav ul li ul li ul { 
	left: 0px; /* no need to change, as true value set by script */
	top: 5px;
}

/* Sub level menu links style */
.bottomNav ul li ul li a {
	display: block;
	width: 200px; /*width of sub menu levels*/
	color: #663300;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #996633;
}

.bottomNav ul li a:hover {
	background-color: #663300;
	color: #BB9E78;
}

/*Background image for top level menu list links */
.bottomNav .mainfoldericon {
	background: #BB9E78 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.bottomNav .subfoldericon {
	background: #BB9E78 url(../images/arrow-right.gif) no-repeat center right;
}

* html p#iepara { /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .bottomNav ul li { float: left; height: 1%; }
* html .bottomNav ul li a { height: 1%; }
* html .bottomNav ul li ul li {float: left;}
/* End */

#mainHome {
	border: 1px solid #66CCFF;
}
#mainHome td {
	background-color: #BB9E78;
	border: 1px solid #663300;
}
#mainHome p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
	color: #663300;
}
#mainHome .enlarged {
	font-size: 16px;
	font-weight: bold;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #BB9E78;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BB9E78;
	margin-bottom: 10px;
}
.panoptic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CCFF;
}
.panoptic a {
	color: #99CCFF;
}


iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
