/* CSS Document */

html,body 
	{
	margin:0;
	padding:0;
	}

body
	{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image:url(images/backgrd.jpg);
	background-repeat:repeat;
	}

.tight
	{
	font-stretch:extra-condensed;
	}


p
	{
	margin:0;
	padding-bottom: 15px;
	}

a
	{
	display:block;
	padding:10px;
	}

.pad-right
	{
	padding-right: 8px;
	}

#nav-bar li 
	{
	list-style-type:none;
	/**margin-bottom:-4px;*/
	}
	
.float-right
	{
	float:right;
	margin:0;
	}

.fr-text {	
	margin-top: 0px;
	margin-top: 6px;
	margin-right: 10px;
	text-align: right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4C267D;
	letter-spacing: 1px;
	top: 0px;
	position:absolute;
	right: 142px;
	width: 400px;
	}

.fr-text a 
	{
	display:inline;
	text-decoration: none;
	color:#4C267D;
	}
	
.fr-text a:hover
	{
	color:#FFFFFF;
	}
	
.float-lania
	{
	position:relative;
	float:right;
	clear:right;
	margin:0;
    top:0px;
	}
	
.float-left
	{
	float:left;
	margin:0;
	padding-top:6px;
	padding-left:10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4C267D;
	}
	
div#header
	{
	height:119px;
	}
	
div#sub-header
	{
	height:27px;
	margin:0;
	background-image:url(images/page-header-bar.jpg);
	position:relative;
	top:0px;
	}
	
div#container
	{
	text-align:left;
	background-color:#FFFFFF;
	border-left:#333 thick solid;
	border-right:#333 thick solid;
	width:800px;
	margin:0 auto;
	}
	

div#right
	{
	position:relative;
	top:-3px;
	*top:0px;
	background-image:url(images/bdy-bckgrnd-rt-tall.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:894px;
	height: 894px !important;
	float:left;
	margin-left:-187px;
	width:187px;
	}
	
div#left
	{
	position:relative;
	top:-3px;
	*top:0px;
	background-image:url(images/bdy-backgrnd-le-short.jpg);
	background-repeat:no-repeat;
	float:left;
	width:187px;
	margin-left:-800px;
	min-height:894px;
	height: 894px !important;
	}
	
div#wrapper
	{
	float:left;
	width:100%;
	top:-3px;
	position:relative;
	background-color:#FFFFFF;
	}


*:first-child+html #wrapper
	{
	float:left;
	width:100%;
	top:-3px;
	position:relative;
	background-color:#FFFFFF;
	margin-top:3px;
	}
	
*html #wrapper
	{
	float:left;
	width:100%;
	top:-3px;
	position:relative;
	background-color:#FFFFFF;
	margin-top:3px;
	}

div#content
	{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 187px;
	margin-right: 187px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	padding-top:10px;
	}
	
	

	
div#content li
	{
	line-height:15px;
	padding-bottom:8px;
	}
	
div#content strong
	{
	font-weight:bold;
	color:#1A868F;
	}
	
div#content a
	{
	color:#1A868F;
	display: inline;
	text-decoration:underline;
	padding:0px;
	}
	
div#content a:hover
	{
	text-decoration:none;
	}
	
div#content h1
	{
	font-weight:bold;
	color:#4C267D;
	font-size:14px;
	line-height:14px;
	margin-bottom:0px;
	padding-bottom:8px;
	text-align:center;
	}

div#content h2
	{
	font-weight:bold;
	color:#4C267D;
	font-size:13px;
	line-height:13px;
	margin-bottom:0px;
	padding-bottom:8px;
	}
	
div#footer
	{
	clear:left;
	width:100%;
	background-image:url(images/page-footer-bar.jpg);
	background-repeat:repeat-x;
	height:60px;
	/*background: #333;*/
	color: #FFF;
	}
	
div#footer p
	{
	text-align:center;
	padding:5px 10px;
	*padding:5px;
	font-weight:bold;
	font-size:9px;
	color:#4C267D;
	margin-bottom:-5px;
	}
	
div#footer a 
	{
	display:inline;
	text-decoration: none;
	color:#4C267D;
	}
	
div#footer a:hover
	{
	color:#FFFFFF;
	}

#nav-bar
	{
	position:relative;
	left:5px;
	top:0px;
	width:145px !important;
	height:357px !important;
	text-align:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4C267D;
	margin-left: 20px;
	margin-top: 10px;
	}
	
#nav-bar img
	{
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
    margin-bottom:-4px;
	}
	
#nav-bar ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:relative;
	
	}

#nav-bar li 
	{ 
	margin: 0;
	position:relative;
	margin-top:0px !important; /***********************************************/
	/*border-left: solid thin #8670B1;
	border-right: solid thin #8670B1;*/
	}
	
.nav-bar-border
    {
	border-left: solid .5px #A897C6;
	border-right: solid .5px #A897C6;
	}
	
.nav-bar-no-border
    {
	border-left: none;
	border-right: none;
	}
	
.nav-bar-spacer
    {
	position:relative;
	*top:12px;
	border-left: none;
	border-right: none;
	}
	
li#header
	{
	border-bottom: solid 1px #A897C6;
	border-left:none;
	border-right:none;
	border-top:none;
	}

#nav-bar a
	{
	display: block;
	background-color: #CDD4EE;
	padding: .5em .4em;
	text-decoration: none;
	font-weight:bold;
	/* line-height:10px; */
	color:#4C267D;
	border-bottom: 1px solid #A897C6;
    margin-bottom:-14px;
	/* height: 20px !important; */
	}
	
html>body #nav-bar a
    {
	display: block;
	background-color: #CDD4EE;
	padding: .5em .4em;
	text-decoration: none;
	font-weight:bold;
	color:#4C267D;
	border-bottom: 1px solid #8670B1;
	margin-bottom:0px;
	/*margin-bottom:-14px;*/
	}

#nav-bar a:hover
	{
	background-color: #BCBAE1;
	color:#FFFFFF;
	}

#nav-bar a:active
	{
	display: block;
	color:#FFFFFF;
	background-color: #BCBAE1;
	padding: .5em .4em;
	text-decoration: none;
	}
	
.feature-box-wrapper
	{
	width:142px;
	margin: 13px;
	float:right;
	}
	
.feature-box-wrapper-left
	{
	width:142px;
	margin: 3px;
	float:left;
	margin-top: 20px;
	position:absolute;
	left:0;
	}

.box
	{
  	background-image:url(images/RightBar-background.gif);
   	background-repeat:repeat-y;
   	background-position:center;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4C267D;
	font-weight:normal;
	}

.box p
	{
	margin:0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.header
	{
	background-image:url(images/Rightbar-header.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	text-align:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4C267D;
	padding-left: 8px;
	padding-right: 8px;
	height: 21px !important;
	*height: 21px !important;
	padding-top: 5px;
	}
	
.footer
	{
	background-image:url(images/RightBar-bottom.gif);
	background-position: top center;
	background-repeat:no-repeat;
	margin:0px;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4C267D;
	height: 13px !important;
	*height: 13px !important;
	/*padding-right: 8px;*/
	}

.footer a 
	{
	display:inline;
	text-decoration: none;
	color:#4C267D;
	}
	
.footer a:hover
	{
	color:#FFFFFF;
	}	
	
.page-quote
	{
	margin-top: 5px;
	padding-top:20px;
	padding-bottom: 20px;
	padding-right:15px;
	padding-left:28px;
	background-image:url(images/heart.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	font-weight:550;
	/*color:#4C267D; */
	color:#1A868F;
	display:block;
	}
	
.page-quote em
	{
	display:block;
	text-align:right;
	}
	
.heart-quote
	{
	margin-top: 0px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right:15px;
	padding-left:25px;
	background-image:url(images/heart2.gif);
	background-color:#dcf1f3;
	background-repeat:no-repeat;
	display:block;
	}

.bottom {	
	width: 800px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing: 1px;
	background-color:#333333;
	border-left:#333 thick solid;
	border-right:#333 thick solid;
	}
	
.bottom a{	
	display:inline;
	color:#FFFFFF;
	text-decoration:none;
	}	
	
.bottom a:hover{	
	text-decoration:underline;
	}	
		
/*************************************  VERTICAL POPOUT MENU ********************/
/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	position:relative;	
	top:0;
	left:0;
	z-index: 10;
	width: 135px;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 11px;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 135px;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-left: solid 1px #8670B1;
	border-right: solid 1px #8670B1;		/* adds bottom border */
	white-space:nowrap;
	padding: .5em .4em;
	margin-bottom:0px;
	}
	
html>body #menuv a
	{
	width: 135px;
	display:block;						
	/*padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;*/
	border-left: solid 1px #8670B1;
	border-right: solid 1px #8670B1;		/* adds bottom border */
	white-space:nowrap;
	padding: .5em .4em;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #4C267D;
	background-color: #CDD4EE;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image:url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	background-color: #BCBAE1;
	color:#FFFFFF;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 145px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 145px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

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

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