/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: georgia, verdana, sans-serif;
	font-size: 100%;
	text-align: center; /* IE Fix */
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(images/background.gif);	
	}
/*acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; } */
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	width: 770px;
	background: #B0C4DE;
	border: 1px solid #ddd;
	text-align: left; /* Cancel IE Fix */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	border-bottom: 5px solid #B0C4DE;
	background-color: #53006C;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 12px;
	}	
#header h1 {
	margin: 0;
	color: #fff;
	font-size: 1.7em;
	font-weight: normal;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  CSS Drop Down Menu
**------------------------------------------------------------*/
#menuh-container
	{
	position: relative;
	width: 770px;
	float: left;
	background-color: #B0C4DE;
	padding-bottom: 5px;
	}

#menuh
	{
	font-size: .9em;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	background-color: #53006C;
	border: 1px solid #FFFFFF;
	}
		
#menuh a {
	text-align: center;
	display:block;
	border: 1px solid #FFFFFF;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #53006C;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #AA80B6;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:7em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: auto;
	text-align: left;
	background-color: #fff;
	padding: 20px;
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #53006C;
	border-top: 5px solid #B0C4DE;
	text-align: center;	
	color: #fff;
	font-size: 0.9em;
	padding: 10px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }

/*------------------------------------------------------------*
**  Miscellaneous
**------------------------------------------------------------*/
img.floatLeft {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

img.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
p.specs {
	BACKGROUND: #D3BFDA;
	border: 1px solid;
	width: 14em;
	padding: 1em;
	text-align: left;
	font-size: .9em;
	font-family: Arial, sans-serif;
	float:right;
/*	margin-left: 295px; */
}

p.announcement {
	BACKGROUND: #D3BFDA;
	COLOR: #000000;
	border: 1px solid #000000;
	padding: 3px;
	font-size: 1.1em;
	font-weight: bold;
}

#benefits {
	BACKGROUND: #D3BFDA;
	COLOR: #000000;
	border: 1px solid #000000;
	padding: 3px;
}

#benefits ul {
	margin: 20px;
}

#benefits li {
	margin: 3px 0 2px 0;
	list-style-type: disc;
}