/*defaults*/
body 	{background:#2765AF url('../images/body_bgjcyb.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%;  }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{
	border-bottom:1px solid #DADADA;
	padding:5px 30px 20px 0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	text-indent: 75px;
}
#navigation	{padding:10px 0; }
#header		{
	padding:10px;
	height:150px;
	background-color: #DADADA;
	clear:left;

}
#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:2px 20px 2px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 2px 0; }
#content p	{ padding:0 0 2px 0; }
#content h2	{font-size:130%;color:#225799;line-height:130%; margin:0; padding:0 0 2px 0;}
#content ul {padding:0 0 5px 0;}
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000;}

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

/*DROP DOWN STUFF*/
ul.nav{
	padding:0 12px 0 0;
	display:inline;
	margin:0px 0 0 0px;
	float:left;
}
ul.nav li{
	padding:0 11px 0 12px;
	display:inline;
	float:left;
	position:relative;
	
}
ul.nav li a{
	padding: 0 0 20px 0; 
}
ul.nav li.first-li{
	background:none;
	padding:0 11px 0 0;
}
ul.nav li ul{
	position:absolute;
	top:17px;
	left:0;
	/*width:158px;*/
	border-bottom:0;
	display:none;
}
ul.nav li ul li{
	padding:0 0 2px 0;
/*	width:160px;
*/	display:block;
	background:none;
	padding:0;
}
ul.nav li ul li a{
	float:none;
	width:150px;
	color:#fff;
	display:block;
	padding:3px 0 3px 10px;
	background:#FEFFD5 repeat-x 0 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFEB70;
	border-right-color: #FFEB70;
	border-bottom-color: #FFEB70;
	border-left-color: #FFEB70;
}
ul.nav li ul li a:hover{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFEB70;
	border-right-color: #FFEB70;
	border-bottom-color: #FFEB70;
	border-left-color: #FFEB70;
	text-decoration:none;
	background-color: #FCFF7D;
	background-repeat: repeat-x;
	background-position: 0 100%;
}
ul.nav li ul li ul{
	left:160px;
	top:0;
	display:none;
}
ul.nav li ul li ul li a{
	background-color: #FCFF7D  repeat-x 0 100%; 
		border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFEB70;
	border-right-color: #FFEB70;
	border-bottom-color: #FFEB70;
	border-left-color: #FFEB70; !important;
	color:#fff;
}
ul.nav li ul li ul li a:hover{
	background-color: #FCFF7D repeat-x 0 100%;
		border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFEB70;
	border-right-color: #FFEB70;
	border-bottom-color: #FFEB70;
	border-left-color: #FFEB70; !important;
}
ul.nav li:hover ul, ul.nav li.hover ul{
	display:block;
}
ul.nav li:hover ul ul, ul.nav li.hover ul ul{
	display:none;
}
ul.nav li:hover ul li:hover ul, ul.nav li.hover ul li.hover ul{
	display:block;
}
ul.nav li:hover ul li:hover a, ul.nav li.hover ul li.hover a{
	background-color: #FCFF7D repeat-x 0 100%;
		border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFEB70;
	border-right-color: #FFEB70;
	border-bottom-color: #FFEB70;
	border-left-color: #FFEB70;
}
/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */