/* ------- start page layout info ------- */

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#333333;
 background-color: #FFFFCC;
 }
 
#wrapper { 
 margin: 0 auto;
 width: 960px;
 height:100%;
 }
 
#header1 {
 color: #333333;
/* border: 1px solid #cccccc;*/
 margin: 10px 0px 0px 0px; 
 padding: 0px;
 background: #000066; 
 width: 960px;
 height: 341px;
 float: left; 
 }
 
 #header2 {
 color: #333333;
/* border: 1px solid #cccccc;*/
 margin: 0px 0px 0px 0px; 
 padding: 0px;
 background: #000066; 
 width: 960px;
 height: 220px;
 float: left; 
 }
 
 #nav {
 color: #333333;
/* border: 1px solid #cccccc;*/
 margin: 2px 0px 2px 0px; 
 padding: 0px;
 background: #181A52; 
 width: 960px;
 height: 30px;
 float: left; 
 }
 
#container {
height:100%;
}

#left { 
 color: #FFFFFF;
/* border: 1px solid #cccccc;*/
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background: #F2F2E6;
 background-image:url(images/almare_lhs1.jpg);
 width: 225px;
 height:1200px;
 float: left;
 text-align:center;
 }
 
#right { 
 color: #333333;
 /*border: 1px solid #cccccc;
 margin: 0px 0px 0px 0px;*/
 padding: 0px 0px 0px 10px;
 background: #FFF466;
 background-image:url(images/almare_mn_txt.jpg);
 width: 725px;
 height:1200px;
 float: left;
 display: inline;
 position: relative; 
 line-height: 20px;

 }
 
 #footer {
 color: #FFFFFF;
/* border: 1px solid #cccccc;*/
 margin: 0px 0px 10px 0px; 
 padding: 0px;
 background: #181A52; 
 background-image:url(images/almare_base.jpg); 
 width: 960px;
 height: 300px;
 float: left;
 text-align:center;
 font-weight:bold;
 }
 
img {
      border: 0;
}
 
/* ------- end page layout info ------- */
 
 
/* ------- start nav styles ------- */

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #181A52;
color: FFFFFF;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-weight:bold;
line-height: 20px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px dotted #FFFFFF;
}

#navcontainer ul li a:hover
{
background-color: #FFF466;
color: #181A52;
}

#navcontainer #active { border-left: 1px dotted #FFFFFF; }

/* ------- end nav styles ------- */

 
/* ------- start header and paragraph styles ------- */
 
h1 {	 
color: #34639F;
font-size: 13px ;
margin-bottom: 0px;
font-weight: bold;
margin-left: 0px;
text-align:left; 
}

h2 {	 
color: #009900;
font-size: 12px ;
margin-bottom: 14px;
font-weight: normal;
text-align:left; 
}

.lhs_txt {
color:#CCCCCC;
padding: 2px;
}

.main_txt {
color:#333333;
padding: 2px;
margin-top:10px;
margin-right:20px;
}

.directions {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.5em;
color:#333333;
}

/* ------- end header and paragraph styles ------- */
 

/* ------- start link styles info ------- */
A.normal:link, A.normal:visited, A.normal:active   {
color:#004080;
text-decoration:none;
font-weight:normal; 
}

A.normal:hover     {
color:#004080;
text-decoration:underline;
font-weight:normal;
}

A.footerlink:link, A.footerlink:visited, A.footerlink:active    {
color:#999999;
text-decoration:none;
font-weight:bold;
}

A.footerlink:hover     {
color:#999999;
text-decoration:underline;
font-weight:bold;
}
		
/* ------- end link styles info ------- */


/* ------- start bullet styles info ------- */
LI		{list-style-image:  url(images/bullet2.gif);
line-height: 10px;
}
UL		{list-style-image:  url(images/bullet2.gif)}
/* ------- start bullet styles info ------- */






