body 
{
	width: 920px;
	border-color: #cccccc;
	border-width: 2px;
	border-left-style: dotted;
	border-right-style: dotted;
	background-color: #dee5e9;
	margin-right: auto;
	margin-left: auto;
	font-size: 87.5%;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: black;

}

#content 
{
	background-image: url(images/background.jpg);
	background-position:50% 0%;
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 900px;

}
.footer
{
	font-family: Verdana, sans-serif;
	font-size: 0.857em;
}
h1 
{
	margin: 0px;
	color: #18016B;
	font-size: 1.286em;
}

.descrip 
{
	width: 870px;
	padding-top: 1.5em;
	display: table;
	padding-bottom: 1.5em;
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-left:auto;
	margin-right:auto;
}
.descrip2 
{
	margin-left: 2.6em;
	width: 870px;
	padding-top: 1.5em;
	display: table;
	padding-bottom: .5em;
	border-bottom-color: #333333;
	border-bottom-style: none;
}
.image_row
{
	display:table;
	margin-left: auto;
	margin-right: auto;

}
img.phone_header 
{
}
img.fb 
{
	vertical-align: top;
    border: 0px;
}
img.fb a:active, a:focus {outline:0;}

img.header 
{	
	display:block;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto; 
    border:0px;
}
img.header a:active, a:focus {outline:0;}

img.frontsquare
{
	display: inline;
	height: 200px;
	width: 200px;
	margin: 4px;
	border-color: black;
	border-style: solid;
	border-width: 3px;
}
img.frontsquare a:active, a:focus {outline:0;}

img.floatsquare2 
{
	float:left;
	margin-right: 1em;
	border-color: black;
	border-style: solid;
	border-width: 3px;
	height: 200px;
	width: 200px;
	display:inline;
}
img.fltright 
{
	border-style: solid;
	margin-left: 6px;
	border-width: 3px;
	float: right;
	display:inline;
}
img.fltleft 
{
	border-style: solid;
	margin-right: 6px;
	border-width: 3px;
	float:left;
	display:inline;
}
img.floatleft 
{
	margin-right: 6px;
	float: left;
	display:inline;
}
img.guidesquare 
{
	height: 100px;
	width: 100px;
	border-color: black;
	border-style: solid;
	border-width: 3px;
}
img.guidesquare2 
{
	float: left;
	margin-right: 1em;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	height: 100px;
	width: 200px;
	display:inline;
}
table.guidetable {
	margin-left: auto;
	margin-right: auto;
}
table.datatable {
}


td.data_td_light {
	color: black;
	padding: 4px;
	border-bottom: 0px solid #dee5e9;
	width: auto;
}

td.data_guides {
	width: 100px;
	height: 35px;
	vertical-align: top;
}
td.data_directions {
	width: 290px;
	vertical-align: top;
}
#test
{
     width: 173px;
     display:inline;
}

#nav {float:left; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: -1px; font-family: Helvetica, Arial; position: relative; z-index:100; display:inline;}
/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {padding:0; margin:0 auto; list-style-type: none; display:table;}
#pmenu ul { padding:0; margin:0; list-style-type: none; display:block;}

/* Hide the sub levels */
#pmenu li ul {display:none;}

/* Set up the link size, color and borders */
#pmenu li a {display:block;  width: 100px; font-size: 16px; color:#18016B; height:25px; line-height: 26px; text-decoration:none; text-indent:0px; border:1px solid #18016B; border-width:0 1px 0 0; text-align: center;}

#pmenu li a:visited {display:block;  width: 100px; font-size: 16px; color:#18016B; height:25px; line-height: 26px; text-decoration:none; text-indent:0px; border:1px solid #18016B; border-width:0 1px 0 0; text-align: center;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#dee5e9;}
#pmenu li.tc {display:table-cell;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#dee5e9; color:white;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width: 110px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:14px;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dee5e9; color:white;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active {background:#dee5e9;}
#pmenu li a:focus {outline: 0; background:#dee5e9;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {}
#pmenu li.drop {}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
