@charset "utf-8";
/* Layout Stylesheet */ 

body {
	font-family: "Arial";
	font-size: 12px;
 margin-top:0px;
 background-image:url(../img/bg_pink.gif);
 background-attachment:fixed;
 text-align:left;
 }

#outer { 
	position: relative;
    width: 950px;
	height: auto;
    margin-left: auto;
	background-color:#cc3300;
	margin: 0px auto;
	text-align: left;
	background-image:url(../img/line.gif);
	background-repeat:repeat-y 15% 0;
	}

#hdr {
 height:70px;
 color: #CC3300;
 background-color:#CC3300;
 border: solid #000000;
 border-width: 0px 0px 0px 0px;
 }
 
#titleleft {
    width: 200px;
	height: 70px;
	padding: 0px;
	float: left;
}

#titleright {
    width: 700px;
	height: 70px;
	padding: 3px 0 0 0;
	float:right;
	}
	
#bar {
 height:auto;
 width:950;
 background:#CC3300;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0px 0px 0px;
 text-align:center;
 padding:5px 0 5px 0;
 }

#leftmenu{
    width: 148px;
	height:100%;
	background-color:#CC3300;
	float:left;
	padding: 20px 5px 20px 12px;

	}

#rightmain{
	float:right;
	width: 785px;
    height: auto;

background-color: #FFFFFF;
	}

#footer{
    position: static;

    height: 40px;
    background-color: #cc3300;
	text-align: center;
    clear:both;
}

ul {margin-bottom:0; margin-top:0}

#menu {
width: 140px; /* set width of menu */
background-color: #cc3300;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;

}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #000;
background: #CCCCCC;
text-transform: uppercase;
}

#menu a {
color: #ffffff;
background:#cc3300;
text-decoration: none;
}



#menu a:hover {
color: #a00;
background: #fff;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 0;
}


#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

body {
behavior: url(csshover.htc); /* call hover behaviour file */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 140px;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
  
/* if required use em's for IE as it won't resize pixels */
} 
