body /*, table, div, input, select, textarea*/
{
	font-family: Trebuchet MS,Tahoma, Arial, Verdana, Lucida, sans-serif; 
	font-size: 13px;
	/*line-height: 18px;
	color: #666666;
	color: #333333;*/
	color: #111111;
}

em
{
	color: #444444;
}

body, form /*, p*/
{
	text-align: justify;
	margin: 0;
	padding: 0;
}

h3
{
	color: #000000;
}

a, a:visited, a:active
{
	color: #666666;
	text-decoration: underline;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

a img
{
	border: none;
}

hr
{
	height: 1px;
	color: #DDDDDD;
}

/*** structure ***/

#Container
{
	width: 1024px;
	border: solid 1px #DDDDDD;
}

#header
{
	background: transparent;
	height: 100px;	
	text-align: right;
}


#Logo
{
	/*padding: 13px 0px 0 15px;*/
}


#topnavigation
{
	background: url(../images/topnavigation.gif) repeat-x;
	padding: 1px 0 0 0px;
	height: 30px;
}

#contentarea
{
	background: transparent url(../images/apples.jpg) no-repeat bottom right;
	/*margin: 0px 10px 0px 10px;*/
	padding: 0px 10px 0px 10px;
}

#leftarea
{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
	float: left;	
	width: 190px;
	height: 100%;
	background: transparent url(../images/top_content_background.gif) no-repeat scroll top left;
	margin-top: -4px;
	margin-left: -10px;
}

#leftnavigation
{
	padding: 15px 0 15px 15px;
	height: 100%;
}

#centerarea
{
	width: 570px;	
	padding: 15px 0px 15px 0px;
	float: left;
}

#centercontentarea
{
	padding: 0 15px 0 15px;
}

#locator
{
	padding: 5px 0 10px 0;
	border-bottom: 1px dotted #C0C0C0;
	margin-bottom: 15px;
}

#print
{
	float: right;
}

#print img
{
	padding: 0;
	margin: 0;	
	border: none;
}

#MainContent {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/media/6645/bluestripes.gif) repeat-y scroll right top;
float:left;
padding-right:60px;
width: 700px;
}

#MainContent ul.NewsList
{
 margin:15px 0 0 0;
 padding:0 0 0 0;
 list-style:none;
}


#MainContent ul.NewsList li
{
 margin:0 0 15px 0;
}

#MainContent ul.NewsList li a
{
 display:block;
}

#MainContent ul.NewsList li a.Event
{
	background-image:url(../Data/Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#MainContent ul.NewsList li a.News
{
	background-image:url(../Data/Assets/theme_one/Misc/news_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:6px 8px 7px 18px;
}

#SecondaryContent {
float:right;
padding:0 0 10px;
width:240px;
}

/*
#rightarea
{
	width: 190px;	
	text-align: center;
	float: left;
}
*/

#rightcontentarea
{
	padding: 10px 10px 150px 30px;
}

#rightarea
{
	float:right;
	width:240px;
	padding:0 0 10px 0;
}

#rightarea h3
{
	font-size: 20px;
	/*color:#ff6300;*/
	color:#cc2222;
}

#rightarea a
{
	color:#000000;
	text-decoration:underline;
}

#rightarea a:hover
{
	color:#000000;
	text-decoration:none;
}

#rightarea a.RSSLink
{
	background-image:url(../Data/Assets/theme_one/Misc/rss_icon.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 23px;
	text-decoration:underline;
	display:block;
}

#rightarea a.RSSLink:hover
{
	text-decoration:none;
	display:block;
}

#NewsSecondaryHeader
{
	background-image:url(../Data/Assets/theme_one/Misc/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding: 6px 0px 0px 23px;
}

#rightarea ul#NewsList
{	
	margin:12px 12px 12px 0px;
	padding:0 0 0 0;
	list-style:none;
}

#rightarea ul#NewsList li
{
	margin:0 0 6px 0;
	font-size:13px;
}

#rightarea ul#NewsList li strong
{
	font-weight:bold;
}

#rightarea ul#NewsList li.Event a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Data/Assets/theme_one/Misc/event_icon.gif);
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#rightarea ul#NewsList li.News a
{
	display:block;
	background-color:#F9F9F9;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:8px 8px 7px 27px;
	color:#808080;
	text-decoration:none;
	background-image:url(../Data/Assets/theme_one/Misc/news_icon.gif);;
	background-repeat:no-repeat;
	background-position:7px 8px;
}

#rightarea ul#NewsList li a:hover
{
	background-color:#FFECCC;
	border-top:3px solid #FFA200;
	border-bottom:3px solid #FFA200;
	color:#FF6300;
	text-decoration:none;
}

#rightarea #SearchSecondaryHeader
{
	margin:0px 0 0px 0;
}

#rightarea form
{
	margin:0 0 30px 0;
}

#rightarea form input.Submit
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px -16px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
	padding:0;
	margin:0;
}

#rightarea form input.Submit:hover, #SecondaryContent form input.Submit:active
{
	cursor:pointer;
	background-color:transparent;
	background-image:url(../Data/Assets/theme_one/Misc/search_button.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:none;
	height:16px;
	text-indent:-10000px;
	width:18px;
}

#rightarea form input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
	width:150px;
}

#rightarea a.EmailFriend
{
	background-image:url(../Data/Assets/theme_one/Misc/email_a_friend.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:0 0 0 22px;
	text-decoration:underline;
	color:#000000;
}

#rightarea a.EmailFriend:hover
{
	text-decoration:none;
}


#footernavigation
{
	background: url(../images/footer.gif) repeat-x bottom;
	text-align: right;
	padding: 10px 15px 0 0;
	color: #CC0000;
}

#footer
{
	clear:both;
	min-height:40px;
	line-height:40px; /* This vertically centers the text */
	font-size:12px;
	padding:0 0 0 15px;
}

#footer a
{
	color:#808080;
	text-decoration:none;
}

#footer a:hover
{
	color:#808080;
	text-decoration:underline;
}

#footer .ValidXhtml
{
	padding:0 0 0 19px;
	background-image:url(../Data/Assets/theme_one/Misc/valid_icon.gif);
	background-repeat:no-repeat;
	margin:0 0 0 15px;
	color:#61AB49;
}

#footer a.ValidXhtml:hover
{
	color:#61AB49;
	text-decoration:underline;
}



/*** STRUCTUREELEMENTS ***/

#floatingelement li
{
	list-style-position: inside;
	display: inline-block;
}

#imageleft, .imageleft
{
	float: left;
	padding: 0 5px 5px 0;	
}

#imageright
{
	float: right;
	padding: 0 0 5px 5px;
}

#contactleft
{
	float: left;
	width: 150px;
}

#contactright
{
	float: left;
}

#box
{
	border: solid 1px #DDDDDD;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	margin: 0 0 15px 0;
}

#sitemap
{
	padding: 0 0 0 25px;
}

/*** NAVIGATION ***/

#topnavigation .naviwrap
{
	float: left;
	margin-left: 215px;
	display: inline; /* fix for IE6 double margin bug */
}

#topnavigation img.topnaviSeparator 
{
	float: left;
}

#topnavigation a,
#topnavigation a:visited,
#topnavigation a:active
{
	color: #CC0000;
	text-decoration: none;
	line-height: 20px;
	padding: 2px 10px 0 10px;
	display: block;
	float: left;
	height: 28px;
	/*border-right: 1px solid #CC0000;*/
}

#topnavigation a:hover,
#topnavigation a.active,
#topnavigation a:active
{
	color: #666666;
	text-decoration: none;
	background: url(../images/hover_background.gif) top left repeat-x;
}

#topnavigation a.active:visited
{
	color: #666666;
}

#leftnavigation a,
#leftnavigation a:visited,
#leftnavigation a:active
{
	display: block;
	text-decoration: none; 
	color: #666666; 
	line-height: 25px;
}

#leftnavigation a:hover
{
	text-decoration: none; 
	color: #CC0000;	
}

#leftnavigation a.active,
#leftnavigation a.active:visited,
#leftnavigation a.active:active,
#leftnavigation a.active:hover
{
	color: #CC0000;
	font-weight: bold;
}

#footernavigation a,
#footernavigation a:visited,
#footernavigation a:active
{
	font-size: 10px;
	font-family: Arial;
	text-decoration: none; 
	color: #CC0000; 
	line-height: 20px;
	padding: 0 10px 0 10px;
	/*border-right: 1px solid #CC0000;*/
}

#footernavigation a:hover
{
	text-decoration: none; 
	color: #666666;
}

#footernavigation a.active,
#footernavigation a.active:visited,
#footernavigation a.active:active,
#footernavigation a.active:hover
{
	color: #666666;
}

#locator a,
#locator a:visited,
#locator a:active
{
	text-decoration: none; 
	color: #666666;
}

#locator a:hover
{
	color: #CC0000;
}

#sitemap a,
#sitemap a:visited,
#sitemap a:active
{
	text-decoration: none; 
	color: #666666;
	line-height: 25px;
}

#sitemap a:hover
{
	color: #CC0000;
}


/*** content styles ***/

h1
{
	font-weight: bold;
	font-size: 18px;
	color: #CC0000;
	line-height: 24px;
	padding-top: 5px;	 
	padding-bottom: 7px;
	display: block;
	margin-bottom: 10px;
}

h2,.headline
{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding-top: 3px;	 
	padding-bottom: 4px;
	display: block;
	margin: 0;
}

hr
{
	height: 1px;
	color: #dddddd;
	background-color: #dddddd;
	border: 0;
}

.borderheadline
{
	font-size: 13px;
	color: #CC0000;
	border-bottom: solid 1px #CC0000;
	line-height: 20px;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 7px;
}

.highlight
{
	color: #CC0000;
}

.smallhighlight
{
	color: #CC0000;
	font-size: 12px;
}

.listheadline,
a.listheadline,
a.listheadline:visited,
a.listheadline:active,
a.listheadline:hover
{
	padding: 3px 0 3px 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.morelink,
a.morelink,
a.morelink:visited,
a.morelink:active,
a.morelink:hover
{
	color: #CC0000;
	text-decoration: none;
}

div#seperation
{
	border-bottom: solid 1px #DDDDDD;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 5px 0 5px 0;
	line-height: 1px;
	font-size: 1px;	
}

.error
{
	color: #FF0000;
}

.button
{
	color: #666666;
	background: #EEEEEE;
	border: solid 1px #DDDDDD;
}

.contactmodulediv
{
	padding: 2px 2px 2px 2px;
}

#controlpadding
{
	padding: 5px 0 5px 0;
}

/*
==========================================
Contact Form
==========================================
*/
#centercontentarea .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#FFF6BF;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:9px 0 10px 50px;
	background-image:url(../Data/Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
}

#centercontentarea .ContactForm .Error li
{
	font-weight:normal;
}

#centercontentarea .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#centercontentarea .ContactForm legend
{
	display:none;
}

#centercontentarea .ContactForm label
{
	color:#000000;
	font-weight:bold;
}

#centercontentarea .ContactForm .TextBox
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	width:100%;
}

#centercontentarea .ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:90px;
	width:100%;
}

/*
==========================================
VCard Styling
==========================================
*/

.vcard .n
{
	font-weight:bold;
}

.vcard .tel
{
	background-image:url(../Data/Assets/theme_one/Misc/phone_icon.gif);
	background-repeat:no-repeat;
	background-position:6px 0px; /* Left:6px Top:0px */
	padding:2px 0 3px 22px;
	margin:15px 0 0 0;
	display:block;
	color:#000000;
}

.vcard .email
{
	background-image:url(../Data/Assets/theme_one/Misc/email_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:0 0 1px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vcard .url
{
	background-image:url(../Data/Assets/theme_one/Misc/web_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	text-decoration:underline;
	padding:1px 0 2px 22px;
	margin:0;
	display:block;
	color:#000000;
}

.vCardDl
{
	background-image:url(../Data/Assets/theme_one/Misc/vcard_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px; /* Left:0px Top:2px */
	padding:0 0 0 22px;
	margin:15px 0 50px 0;
	color:#000000;
}


/*
==========================================
Search Results
==========================================
*/


#MainContent #xsltsearch #xsltsearch_summary strong
{
	font-weight:bold;
}

#MainContent #xsltsearch .xsltsearch_description strong
{
	background-color:#FFF6BF;
	padding:0 2px 0 2px;
}

#MainContent #xsltsearch .xsltsearch_form .input
{
	border:1px solid #bcbcbc;
	padding:3px 7px 4px 4px;
	font-size:11px;
}

#MainContent #xsltsearch #xsltsearch_stats
{
	font-size:12px;
	font-style:italic;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.ja-usertools-font {
	font-size: 11px;
	/*position: absolute;
	right: 210px;*/
	float:right;
	margin-top: 8px;
}

ul.ja-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}
/*language links*/
/*usertool*/
ul.langlinks-font {
	font-size: 13px;
	/*position: absolute;
	right: 280px;*/
	float:right;
	margin-top: 8px;
}

ul.langlinks-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

.drilldown_row {
background:transparent url(/media/6645/bluestripes.gif) repeat-y scroll left top;
padding-left:30px;
}
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
