/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* for all templates and grids 
body{
font-family: Verdana, Arial, Helvetica, sans-serif;

}
*/



/*** Global Settings ****/
body {font : normal 12px/1.6em Arial, Helvetica, sans-serif;color : #2a3845;}
xp { margin : 0;padding : 0;}
a:visited, a:link {color : #996600;text-decoration : none;background:none;}
a:hover {color : #FF0000;text-decoration : none;background:none;}
h1 {color : #B77777;margin : 10px 0;padding-bottom : 10px;font : bold 18px Arial, Helvetica, sans-serif;}
h2 {color : #779999;margin : 10px 0;padding-bottom : 5px;font : bold 16px Arial, Helvetica, sans-serif;}
h3 {color : #779999;margin : 10px 0;padding-bottom : 5px;font : normal 14px Arial, Helvetica, sans-serif;}



ul {padding:0;margin:0 0 0 17px;list-style: square url(images/bullet.gif);}
.box {background : #f7f7f7;border : 1px solid #f0e9eb; padding : 15px; margin: 0 0 0 190px; 
}
.image_left{padding: 5px 7px 5px 0;}
.line {border-top : 1px dotted #888888; padding-top: 3px; padding-bottom: 3px;}



#wrap {
margin:0 auto;
width:760px;
}

#leftside {
clear:left;
float:left;
width:200px;
margin:0 0 0px;
padding:0;
}

#content {
margin:0 0 5px 0px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.5em;
}

/* Secondary header bar */
#sh{
 clear:both;
 background-color: #BF9C95;
 }


/* Footer */
#footer{
 clear:both;
 background-color: #E6BBB3;
 width:760px;
 }


/* text styles */
font.head { 
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 200%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;	
	color: #B77777;
}
font.subhead { 
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 200%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;	
	color: #779999;
}
font.footer { 
	font-style: normal;
	font-variant: small-caps;
	font-weight: lighter;
	font-size: 8 px;
	line-height: 200%;
	word-spacing: normal;
	letter-spacing: 0.1ex;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;
	color: #666666;
}

font.sh { 
	font-style: normal;
	font-variant: small-caps;
	font-weight: lighter;
	font-size: 8 px;
	line-height: 200%;
	word-spacing: normal;
	letter-spacing: 0.1ex;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;
}

p.text {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #000000;
}



 /* DEFAULTS */
ul#navlist li a,ul#subnavlist li a
{
font-family: arial;
font-size: 12px;
xfont-weight: 900;
text-decoration: none;
text-align: left;
}


/*
div#navcontainer
{
width: 200px;
background: #fff;
padding: 2em;
}
*/


/* NAV LIST */
ul#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#navlist li {display: inline; }

ul#navlist li a
{
color: #fff;
display: block;
background: #779999 url(images/cnr.png) top left no-repeat;  /*#888 */
padding: 2px 0px 2px 30px;  /* 2px 0 2px RIGHT 30px */
border-top: solid 1px #fff;
width: 140px;
}

ul#navlist li a:hover { background: #B77777 url(images/cnr.png) top left no-repeat; }

ul#navlist li a#current
{
color: #fff;
background: #95BFBF url(images/cnr.png) top left no-repeat;
}

/* SUB NAV LIST */
ul#subnavlist
{
margin: 0 0 0 13px;   /* indent from left margin for sub menu */
list-style-type: none;
padding: 0;
}

ul#subnavlist li { display: inline; }

ul#subnavlist li a
{
display: block;
color: #666;
background: #ccc;
padding: 2px 0 2px 30px;   /* 2px 0 2px 30px */
border-top: solid 1px #fff;
height: auto;
width: 127px;
}

ul#subnavlist li a:hover { background: #BF9C95; color: #FFF;  url(images/cnr.png) top left no-repeat; }

ul#navlist li a#subcurrent
{
color: #000;
background: #E6BBB3;
}

ul#navlist li a#subcurrent:hover { background: #ddd; }