

/*
		green:			#aece5b
		dark green:		#6d8239
		orange:			#cfa25b
		brown:			#826639
		dark grey:		#303030
		light grey:		#cfcfcf

*/

@import url(/system/style/admin.css);
@import url(/system/style/layoutboxes.css);
@import url(/system/style/indicator.css);
@import url(/system/style/lists.css);
@import url(/system/style/filter.css);
@import url(/system/style/properties.css);
@import url(/system/style/community.css);
@import url(/system/style/sitemap.css);
@import url(/system/style/cms.css);
@import url(/system/hmenu/skin-xp-apps.css);

@import url(reset.css);


html
{
	/* Force scoll bars */
	height:										100%;
	
	/* Visible vertical scrollbar which disables correctly,
	 * allows normal horizontal scrollbar behaviour and can
	 * be overruled by userContent.css.
	 */
	overflow-y:									scroll;
	
	/* Other */
}


body
{
	height:										100%;
}


a
{
	color:										#6d8239;
	text-decoration:							none;
}


div.clear
{
	clear:										both;
}


#container
{
	background-image:							url(/themes/portal/images/bg-page.png);
	background-repeat:						repeat-y;
	margin:										0 auto;
	min-height:									100%;
	padding:										0 12px;
	position:									relative;
	width:										960px;
}


#page
{
	padding-bottom:							100px;
}


#head
{
	background-image:							url(/themes/portal/images/bg-bar.png);
	background-position:						bottom;
	background-repeat:						repeat-x;
	padding:										5px 0 32px 0;
}


h1.logo
{
	margin:										10px;
}


#search
{

	position:									absolute;
	right:										20px;
	top:											5px;
}


#search input, #search button
{
	font-size:									11px;
}


#nav
{
	background-color:							#aece5b;
	padding:										7px;
}


#nav, #nav a
{
	color:										#303030;
	font-family:								Arial, Helvetica, sans-serif;
	font-size:									12px;
	font-weight:								bold;
}


#nav a
{
	padding:										7px 7px;
}


#foot-wrapper
{
	background-image:							url(/themes/portal/images/bg-bar.png);
	background-position:						top;
	background-repeat:						repeat-x;
	bottom:										0;
	padding-top:								32px;
	position:									absolute;
	width:										960px;
}


#foot
{
	background-color:							#aece5b;
	padding:										7px;
}


#foot, #foot a
{
	color:										#ffffff;
	font-family:								Arial, Helvetica, sans-serif;
	font-size:									10px;
}


.fright
{
	float:										right;
}




#parenttree
{
	margin:										15px 0 15px 240px;
	padding:										0 10px;
}


#parenttree, #parenttree a
{
	color:										#6d8239;
	font-family:								Arial, Helvetica, sans-serif;
	font-size:									10px;
}








.body
{
	color:										#555555;
}


.body p
{
	margin:										1em 0;
}


.body ul, body ol
{
	padding-left:								40px;
}


.body ul
{
	list-style-type:							disc;
}


.body ol
{
	list-style-type:							decimal;
}





#navigation, #navigation a
{
	color:										#6d8239;
	font-family:								Arial, Helvetica, sans-serif;
	font-size:									10px;
	font-weight:								bold;
}


#navigation .myinfo a
{
	border: 								0px solid #cccccc;
}

#navigation a
{
	background-image:							url(/themes/portal/images/nav.bullet.gif);
	background-position:						left 7px;
	background-repeat:						no-repeat;
	border-bottom:								1px solid #cccccc;
	display:										block;
	padding:										5px 0 5px 15px;
	width:										205px;
}


html>body #navigation a
{
	width:										auto;
}


#navigation a:hover
{
	color:										#aece5b;
}


#navigation a.active
{
	color:										#555555;
}


#navigation a.parent
{
	background-image:							url(/themes/portal/images/nav.bullet.active.gif);
	color:										#555555;
}


#navigation.aspects li li a
{
	background-image:							none;
	border-style:								none;
	padding:										0px 0 0px 15px;
}


#navigation.aspects li ul
{
	margin-bottom:								15px;
}






#login .input-ctrls
{
}


#login .action-ctrls
{
	text-align:									right;
}


#login .login-options
{
	border-top:									1px solid #cfcfcf;
	margin-top:									5px;
	padding-top:								5px;
	text-align:									right;
}


#login .login-options li
{
	display:										inline;
	padding-left:								8px;
}


#login li
{
	padding-bottom:							6px;
	text-align:									right;
}


#login label
{
	font-size:									11px;
	font-weight:								normal;
}


#login input
{
	font-size:									11px;
	color:										#333333;
	margin-left:								10px;
}


#login #remember input
{
	margin-left:								auto;
}


.latest-content
{
	color:										#555555;
	display:										inline;		/* IE double-margin fix */
	float:										left;
	width:										300px;
}


.latest-content h2
{
	font-family:								"Trebuchet MS";
	font-size:									16px;
	font-weight:								bold;
	background-color: 							#AECE5B;
	text-indent:								10px;
	color:									#000000;
	
}


.latest-content h3
{
	font-size:									12px;
	font-weight:								bold;
	margin:										1.5em 0 0.5em 0;
}


.latest-content h3 a
{
	color:										#303030;
}


.latest-content a
{
	color:										#6d8239;
}


.latest-content h3 .headnote
{
	font-size:									11px;
}


.latest-content h4
{
	font-size:									10px;
	margin:										1.5em 0 1em 0;
}


.latest-content p
{
	margin:										0.5em 0;
}


.latest-content ul
{
	
}


.latest-content .extra-items
{
	padding-left:								20px;
	list-style-type:							disc;
}


#news
{
	margin-right:								10px;
}


#events
{
	margin-left:								10px;
}



/************************************************************

		Structural

************************************************************/


.column
{
	padding:										0 10px;
}


.home-page .main
{
	float:										left;
	padding-top:								10px;
	width:										620px;
}


.home-page .right
{
	float:										left;
	padding-top:								10px;
	width:										300px;
}


.content-page .main
{
	float:										left;
	width:										700px;
}


#subnav
{
	float:										left;
	padding:										0 10px;
	width:										220px;
}





/************************************************************

		Typography

************************************************************/


body
{
	font-family:								Trebuchet MS, Tahoma, sans-serif;
	font-size:									12px;
	line-height:								1.4;
}


.cglayoutbox
{
	line-height:								1.5;
}


.cglayoutbox h1
{
        color:                                                          #608000;
        font-size:                                                      24px;
        font-weight:                                            normal;
	line-height:                                                            1.3;
        margin-bottom:                                          18px;
}


.cglayoutbox h2
{
        color:                                                          #608000;
        font-size:                                                      24px;
        font-weight:                                            normal;
	line-height:                                                            1.3;
        margin-bottom:                                          18px;
}


.cglayoutbox h3
{
        color:                                                          #333333;
        font-size:                                                      18px;
        font-weight:                                            normal;
	line-height:                                                            1.3;
        margin-bottom:                                          10px;
}

.Person.cglayoutbox.editor legend
{
	font-size: 		`					14px;
	font-weight: 							bold;
	
}
.Person.cglayoutbox.editor fieldset
{
	border-top: 							1px dotted #484649;

}



