/*
Theme Name: Little Glasses Custom
Theme URI: http://ilabmedia.com/
Description: A custom design WordPress Theme by iLab New Media
Version: 1.0
Author: Andy Ward
Author URI: http://ilabmedia.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* Begin Typography & Colors */
body {

	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
div.entry{
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.3em;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


body{
	margin: 0px;
	padding: 0px;
	background-color: #207DB0;
	background-image: url(images/pageBack.gif);
	background-position: top left;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 1.3em;
}
#centerer{
	background-image: url(images/pageBackTop.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 900px;
}
#header{
	width: 991px;
	height: 231px;
}
#parchment{
	width: 991px;
	background-image: url(images/parchmentBack.png);
}
#footer{
	background-color: #184358;
	height: 60px;
	width: 962px;
	margin-left: 14px;
	font-size: 11px;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover{
	color: #fff;
	text-decoration: none;
}
#leftside{
	width: 537px;
	padding: 15px 68px;
}
#leftside h1{
	color: #A30000;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 53px;
	background-image: url(images/headerBack.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 48px;
	text-indent: 15px;
}
#leftside h2{
	color: #A30000;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	height: 53px;
	background-image: url(images/headerBack.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 48px;
	text-indent: 15px;
}
#leftside h3{
	color: #A30000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftside h4{
	color: #A30000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
}
#leftside a{
	color: #A30000;
	text-decoration: none;
}
#leftside a:hover{
	color: #A30000;
	text-decoration: underline;
}
#leftside .archive-item h3 a{
	color: #fff;
}
#leftside .archive-item h3 a:hover{
	color: #ccc;
	text-decoration: none;
}


#centerColumn{
	width: 437px;
	padding: 15px 20px;

}
#centerColumn h1{
	color: #A30000;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 53px;
	background-image: url(images/headerBack.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 48px;
	text-indent: 15px;
}
#centerColumn h2{
	color: #A30000;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	height: 53px;
	background-image: url(images/headerBack.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 48px;
	text-indent: 15px;
}
#centerColumn h3{
	color: #A30000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#centerColumn h4{
	color: #A30000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
}
#centerColumn a{
	color: #A30000;
	text-decoration: none;
}
#centerColumn a:hover{
	color: #A30000;
	text-decoration: underline;
}
#centerColumn .archive-item h3 a{
	color: #fff;
}
#centerColumn .archive-item h3 a:hover{
	color: #ccc;
	text-decoration: none;
}



td#rightside{
	padding-bottom: 20px;
}
#rightside{
	width: 319px;
}
#rightside div.box{
	width: 284px;
	background-image: url(images/sidebarBack.gif);
	margin-top: 25px;
}
#rightside div.compass{
	background-image: url(images/compass.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #fff;
}
#rightside div.pad{
	padding: 10px 25px 20px 25px;
}
#rightside div.box a{
	color: #fff;
	text-decoration: underline;
}
#rightside div.box a:hover{
	color: #fff;
	text-decoration: none;
}

td#leftSidebar{
	padding-bottom: 20px;
}
#leftSidebar{
	width: 200px;
	padding-left: 30px;
	
}
#leftSidebar div.box{
	width: 198px;
	/*background-image: url(images/sidebarBack.gif);*/
	background-color: #246382;
	margin-top: 25px;
}
#leftSidebar div.box a{
	color: #fff;
	text-decoration: underline;
}
#leftSidebar div.box a:hover{
	color: #fff;
	text-decoration: none;
}
#leftSidebar div.box ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#leftSidebar a.button{
	height: 38px;
	width: 148px;
	overflow: hidden;
	color: #fff;
	font-size:15px;
	line-height: 38px;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	display: block;
	background-image: url('images/leftBarButton1.jpg');
	background-color: none;
	margin-top: 10px;
}
#leftSidebar a.button:hover {
	color: #000;
	background-image: url('images/leftBarButton2.jpg');
}
#leftSidebar div.compass{
	/*background-image: url(images/compass.gif);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #fff;
}
#leftSidebar div.pad{
	padding: 10px 25px 20px 25px;
	color: #fff;
}
#leftSidebar h3{

	height: 53px;
	overflow: hidden;
	background-image: url(images/header-flex.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-size: 19px;
	font-weight: 100;
	padding-left: 20px;
	line-height: 50px;
	letter-spacing: .1em;
	margin: 0px;
}



.picHolder{
	width: 204px;
	height: 160px;
	padding: 15px;
	background-image: url(images/photo-edges.gif);
	background-repeat: no-repeat;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer1936826654 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:1200px;
	height:1000px;
	text-align:left;
}

#MMMenuContainer0320094047_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0320094047_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:657px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0320094047_0 {
/* This class defines things about menu MMMenu0320094047_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:128px;
	height:24px;
}

.MMMIFVStyleMMMenu0320094047_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0320094047_0 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:128px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:122px;
	height:18px;
}

#MMMenu0320094047_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0320094047_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenuContainer0320094047_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0320094047_0 a {
/* Controls the general apperance for menu MMMenuContainer0320094047_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#d6982a;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0320094047_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0320094047_0 */
	color:#000000;
	background-color:#ffcc00;
}
#MMMenuContainer0320093815_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0320093815_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:520px;
	top:0px;
	visibility:hidden;
	z-index:300;
}
#MMMenuContainer_Rentals {
/* This ID is related to the master menu div for menu MMMenuContainer0320093815_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:630px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0320093815_1 {
/* This class defines things about menu MMMenu0320093815_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:192px;
	height:216px;
}
#MMMenu_Rentals {
/* This class defines things about menu MMMenu0320093815_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:192px;
	height:216px;
}

.MMMIFVStyleMMMenu0320093815_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0320093815_1 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:192px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:186px;
	height:18px;
}

.MMMIVStyleMMMenu0320093815_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0320093815_1 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:192px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:186px;
	height:18px;
} 
.MMMIVStyle_Rentals { 
/* This class determines the general characteristics of the menu items in menu MMMenu0320093815_1 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:192px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:186px;
	height:18px; 
}

#MMMenu0320093815_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0320093815_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu0320093815_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenu0320093815_1_Item_3 {
/* Unique ID for item 3 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:72px;
}

#MMMenu0320093815_1_Item_4 {
/* Unique ID for item 4 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:96px;
}

#MMMenu0320093815_1_Item_5 {
/* Unique ID for item 5 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:120px;
}

#MMMenu0320093815_1_Item_6 {
/* Unique ID for item 6 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:144px;
}

#MMMenu0320093815_1_Item_7 {
/* Unique ID for item 7 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:168px;
}

#MMMenu0320093815_1_Item_8 {
/* Unique ID for item 8 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:192px;
}
#MMMenu_Rentals_Item_0 {
/* Unique ID for item 0 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu_Rentals_Item_1 {
/* Unique ID for item 1 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu_Rentals_Item_2 {
/* Unique ID for item 2 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenu_Rentals_Item_3 {
/* Unique ID for item 3 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:72px;
}

#MMMenu_Rentals_Item_4 {
/* Unique ID for item 4 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:96px;
}

#MMMenu_Rentals_Item_5 {
/* Unique ID for item 5 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:120px;
}

#MMMenu_Rentals_Item_6 {
/* Unique ID for item 6 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:144px;
}

#MMMenu_Rentals_Item_7 {
/* Unique ID for item 7 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:168px;
}

#MMMenu_Rentals_Item_8 {
/* Unique ID for item 8 of menu MMMenu0320093815_1 so we can set its position */
	left:0px;
	top:192px;
}
#MMMenuContainer_Rentals img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer_Rentals a {
/* Controls the general apperance for menu MMMenuContainer0320093815_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#d6982a;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer_Rentals a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0320093815_1 */
	color:#000000;
	background-color:#ffcc00;
}

#MMMenuContainer0320093815_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0320093815_1 a {
/* Controls the general apperance for menu MMMenuContainer0320093815_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#d6982a;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0320093815_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0320093815_1 */
	color:#000000;
	background-color:#ffcc00;
}
#MMMenuContainer0320093127_2 {
/* This ID is related to the master menu div for menu MMMenuContainer0320093127_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:432px;
	top:0px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0320093127_2 {
/* This class defines things about menu MMMenu0320093127_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:162px;
	height:72px;
}

.MMMIFVStyleMMMenu0320093127_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0320093127_2 */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:162px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:156px;
	height:18px;
}

.MMMIVStyleMMMenu0320093127_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu0320093127_2 */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:162px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:156px;
	height:18px;
}

#MMMenu0320093127_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu0320093127_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0320093127_2_Item_1 {
/* Unique ID for item 1 of menu MMMenu0320093127_2 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu0320093127_2_Item_2 {
/* Unique ID for item 2 of menu MMMenu0320093127_2 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenuContainer0320093127_2 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0320093127_2 a {
/* Controls the general apperance for menu MMMenuContainer0320093127_2's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#d6982a;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0320093127_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0320093127_2 */
	color:#000000;
	background-color:#ffcc00;
}
#menuholder{
	position: relative;
	top: 0px;
	left: 0px;
	width: 991px;
}
.compass h3{

	height: 53px;
	overflow: hidden;
	background-image: url(images/header-flex.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 19px;
	font-weight: 100;
	padding-left: 20px;
	line-height: 50px;
	letter-spacing: .1em;
	margin: 0px;
}
.compass ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.compass ul ul{
	display: none;
}
.archive-item{
	background-color: #CDBC99;
	padding: 15px;
	margin-bottom: 10px;
}
.archive-item h3{
	margin: 0px;
	background-color: #246382;
	padding: 4px;
}
.supplemental{
	background-color: #E4D1AA;
	border: 1px solid #8F5F1F;
	padding: 15px;
}
