/* GENERAL STYLES */
#Container
{
	margin-top: 0;
}

#Header
{
	height: 68px;
	background: url(/graphics/logo.jpg) no-repeat 10px 50%;
}

/*
==========================================
Menu Items
==========================================
*/

#Navi
{
	height:35px;
	font-size:12px;
	font-family: Arial, serif;
	font-weight: bold;
	background: #ffffff url(/graphics/menuBackground.jpg) repeat-x top;
}

#NavigationUL
{
	float:left;
	display:block;
	list-style-type: none;
}

#NavigationUL li
{	
	float:left;
	display:block;
	line-height: 35px;
	margin:0 0 0 0;
	width: 114px;
	text-align: center;
	/*background: url(/graphics/navigationBreaks.jpg) no-repeat right;*/
}


#NavigationUL li a
{
	color:#000000;
	text-decoration:none;
	display:block;
}

#NavigationUL li a:hover, #NavigationUL li.Selected a
{
	color:#000000;
	background: url(/graphics/selectedMenuBackground.jpg) no-repeat;
	line-height: 35px;
	height: 35px;
}

/*
==========================================
Menu Items Vertical
==========================================
*/

#menuContainer
{
border-right: 1px solid #D4EEFF;
}

#NavigationULVertical
{
	list-style-type: none;
}

#NavigationULVertical li
{
padding: 4px 0 2px 0;
border-bottom: 1px solid #D4EEFF;
}

#NavigationULVertical li a
{
	color:#000000;
	text-decoration:none;
}

#NavigationULVertical li a:hover, #NavigationULVertical li.Selected a
{
	color:#FF0000;
font-weight: bold;
}


/*
==========================================
Home Feature
==========================================
*/

#HomeFeature
{
	height: 211px;
	background: url(/graphics/splashBackground.jpg) repeat-x;
	margin-top: 10px;
}

#HomeFeatureLeft
{
	height: 211px;
	background: url(/graphics/splashBackgroundLeft.jpg) no-repeat left;
	margin-top: 0px;
}

#HomeFeatureRight
{
	height: 211px;
	background: url(/graphics/splashBackgroundRight.jpg) no-repeat right;
	margin-top: 0px;
}

#HomeFeatureContent
{
	margin-top: 10px;
margin-left: 10px;
}


/*
==========================================
Content Pages
==========================================
*/

#ContentBox
{
background: url(/graphics/sectionHeaderBackground.jpg) repeat-x;
margin-top: 15px;
background-color: #EBF7FF;
padding: 15px;
}

#content
{
background-color: #FFFFFF;
border-top: 1px solid #EBF7FF;
margin-top: 5px;
padding-top: 10px;
}

#MainContent
{
 border-left: 0px solid #D4EEFF;
}

#MainContent #title 
{
height: 30px;
margin: 0 10px 10px 0;
border-bottom: 5px solid #EBF7FF;
}

#MainContent #title h3
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
line-height: 40px;
padding-left: 5px;
color: #FF0000;
}

#cTL
{
background: url(/graphics/ctl.jpg) no-repeat top left;
}

#cT
{
background: url(/graphics/ct.jpg) repeat-x top;
}

#cTR
{
background: url(/graphics/ctr.jpg) no-repeat top right;
}

#cL
{
background: url(/graphics/cl.jpg) repeat-y left;
}

#cR
{
background: url(/graphics/cr.jpg) repeat-y right;
}

#cBL
{
background: url(/graphics/cbl.jpg) no-repeat bottom left;
}

#cBR
{
background: url(/graphics/cbr.jpg) no-repeat bottom right;
}

#cB
{
background: url(/graphics/cb.jpg) repeat-x bottom;
}

#contentContent
{
padding: 10px 10px 10px 10px;
}

/*
==========================================
Front Page Columns
==========================================
*/

#ContentColumn
{
background-color: #EBF7FF;
min-height: 260px;
}

#ColumnHeader
{
height: 30px;
background: url(/graphics/sectionHeaderBackground.jpg) repeat-x;
margin-top: 5px;
}

#ColumnHeaderText
{
line-height: 38px;
font-weight: bold;
font-size: 14px;
padding-left: 10px;
}

#ColumnContent
{
background-color: #EBF7FF;
}

#ColumnContentMiddleRight
{
padding: 5px 15px 5px 15px;
}

/*
==========================================
News List
==========================================
*/

#NewsList
{
 margin:15px 0 0 10px;
}


#newsItem
{
 padding: 5px;
}

#newsItem a
{
 display:block;
font-weight: normal;
font-size: 11px;
}

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

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

#newsItem strong
{
	display:block;
}

/* News list on List page */

#newsItemLP
{
 margin:5px 0 10px 0;
 padding: 10px;
}

#newsItemLP a
{
 display:block;
font-weight: normal;
font-size: 12px;
line-height: 30px;
}

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

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

#newsItemLP strong
{
	display:block;
}

#newsItemLP #teaser
{
margin:0px 8px 0px 18px;
font-size: 11px;
}

/*
==========================================
Footer
==========================================
*/
#footer
{
margin-top: 5px;
background-color: #FFFFFF;
text-align: center;
font-size: 10px;
min-height: 30px;
line-height: 30px;
color: Grey;
border-top: 1px solid #66FFFF;
}

/*
==========================================
Contact Form
==========================================
*/

#ContactForm fieldset
{
 border: 0px solid #66FFFF;
}

#ContactForm div.row {
  clear: both;
  padding-top: 5px;
  }

#ContactForm div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

#ContactForm div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  }

/* EDITOR PROPERTIES */
