/* Styles for Content*/
body { behavior:url("csshover.htc"); }

.bg { 
background-image: url("images/background.jpg");
background-repeat: no-repeat;
background-color: #fff;
position: relative;
left:-1px;
}

.backleft { 
background-image: url("images/bg_left.jpg");
background-repeat: repeat-y;
background-color: #fff;
position: relative;
left:-1px;
}



p {
font-family: arial, sans-serif;
font-size:12px;
line-height:16px;
color:#000000;

}

ul.body {
  	margin-left: 20px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 0px;
	font-family: arial, sans-serif;
	font-size:12px;
	color:#000000;
}

ul.ie6 {
font-family: arial, sans-serif;
font-size:12px;
line-height:16px;
color:#000000;
list-style: none;
}

ol{
font-family: arial, sans-serif;
font-size:12px;
line-height:16px;
color:#000000;

}


a.faq {
font-family: arial, sans-serif;
font-size:12px;
font-weight: normal;
line-height:16px;
color:#000000;
text-decoration: none;
}


b.small {
font-family: arial, sans-serif;
font-size:10px;
line-height:12px;
color:#000000;
}

h1 {
font-family: arial, sans-serif;
font-size:26px;
font-weight: bold;
color:#006878;
}

h2 {
font-family: arial, sans-serif;
font-size:16px;
font-weight: bold;
color:#006878;
}

h3 {
	font-family: arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#FF0000;
}
h4 {
	font-family: arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#903;
}

a {
font-family: arial, sans-serif;
font-size:12px;
line-height:16px;
font-weight: bold;
color:#64A2D2;

}
a:hover {
color:#003333;
}

img.portrait {
	margin:0px;
	float:right;
	clear: both;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
}

img.landscape { 
padding: 20px 50px 10px 20px;
margin:0px;
float:right;
}

.spacer {
position:relative;
top:-12px;
}

b {
font-family: arial, sans-serif;
font-size:16px;
font-weight: bold;
color:#006878;
}
b.hilite {
font-family: arial, sans-serif;
font-size:12px;
font-weight: bold;
color:#000000;
}

#splash {
border: 1px;
border-style: solid;
border-color: #996666; 
width: 802px;
}


/* CSS MENU */
 
#menu{
width:745px;

}

#menu a, #menu h2{
font:bold 11px/12px geneva,helvetica,sans-serif;
text-align: center;
display:block;
border-width:1px;
border-style:none;
white-space:nowrap;
margin:0;
padding:1px 0px 0px 0px;
}

.shad{
  background-color:#64A2D2; 
  background-image: url("images/shadow.gif"); 
  background-repeat: repeat-x;
  text-align: center;


}


#menu h2{
color:#fff;
text-align: center;
padding:2px 0px 0px 0px;
background-color:#006878;
}



.line {
  text-align: center;
  line-height: 11px;
  font-size:11px;
  background-color:#64A2D2;

}


#menu a{
background-color:#64A2D2;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#fff;
}

#menu a:hover{
color:#003333;
background-color:#64A2D2;
}

#menu a:active{
color:#fff;
background-color:#64A2D2;
}



#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu li{
margin:0;
padding:0;
position:relative;
clear : both;

}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
background-color:#64A2D2;
}

#menu ul ul ul{
top:0;

left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background-color:#006878;
}

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

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

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

/* End of non-anchor hover selectors */



/*styling for first item links*/

#menu a.solo{
color:#fff;
background-color:#006878;
text-align: center;
border-width:0px;
border-style:none;
white-space:nowrap;
margin:0;
padding:2px 0 0px 0px;

}

#menu a.solo:hover{
color:#003333;
background-color:#006878;

}

#menu a.solo:active{
color:#fff;
background-color:#006878;

}


/* End CSS Popout Menu */

img.logo {
	padding: 20px 50px 10px 0px;
	margin:0px;
	float:right;
}

