body
{
	background-color: #ffffff;
	background-image:url('/enews/themes/flow/common/bodybg.gif'); 
	background-repeat:repeat-x;
	background-position:0px 60px;
	margin:0px 0px 0px 0px;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif, "Tahoma", "Century Gothic", "Trebuchet MS", "Arial Narrow";
	font-size: 0.74em;
	color: #000000;
}

/* begin unique elements */

#container
{
	width: 760px;
	margin: 0px auto;
	border:0px solid #cccccc;
	/* defines container element */
}

#header
{
/*	background-color:#ffffff;
	background-image: url('Common/bannerbg.gif');
	background-position: top left;
	background-repeat:no-repeat;
	height:60px;
*/
	background:url('/enews/themes/flow/images/e-banner.jpg') no-repeat;
	background-position:center top;
	height:100px;

	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:760px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#cccccc;
	background-color:#ffffff;
	/* defines header element */
}

#header h1
{
	display: none;
	
	/* define header h1 tag */
}

#header h2
{
	display: none;	
	
	/* define header h2 tag */
}

#centre
{
	/* container for all blog content */
}


#content
{
	width: 530px;
	float: left;
	border:0px solid #cccccc;
	margin:10px 0px 0px 10px;
	
	/* defines content element */
}

#content h1
{
	margin: 5px 0px;
	font-weight: normal;
	font-size: 18px;
	color:#666666;
	background-image: url(/enews/images/5.gif);
/*	background-position: 485px 0px; */
	background-position: 730px 0px;
	background-repeat: no-repeat;
	width: auto;
	height: 32px;
	display: block;
	/* defines generic h1 element */
}


#content h2
{
	margin: 5px 0px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	color: #DC241F;
	
	/* defines generic h2 element */
}

#content h3
{
	margin: 5px 0px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	text-align: left;
	color: #DC241F;
	
	/* defines generic h3 element */
}

#content h4
{
	margin: 5px 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	color: #666666;
	
	/* defines generic h3 element */
}
#content h5
{
	margin: 5px 0px;
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
	/* defines generic h1 element */
}
/* headers */
.white2 {
	font-size:16px;
	color:#ffffff;
	}

#content p
{

}

#content a
{
	text-decoration: underline;
	color:#000000;
}
#content a:visited {
	color:#666666;
	}
#content a:hover
{
	color:#DC241F;
	text-decoration: underline;
}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	
	/* defines breadcrumb element */
}

#breadcrumb a
{
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #DC241F;
	text-decoration: none;
}

#subcontent
{
	width: 200px;
	padding: 10px 0px 0px 0px;
	font-size: 95%;
	color: #666666;
	float: left;
	
	/* defines subcontent element */
}

#subcontent h1
{
	background-color : transparent;
	margin: 5px 0px;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
	color:#666666;
	
	/* defines generic h1 element */
}

#subcontent h2
{
	border-bottom: 1px solid #eeeeee;
	margin: 5px 0px;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	font-variant: small-caps;
	text-align: right;
	color: #666666;
	
	/* defines generic h2 element */
}

#subcontent h3
{
	border-bottom: 1px solid #eeeeee;
	margin: 5px 0px;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	font-variant: small-caps;
	text-align: right;
	color: #666666;
	
	/* defines generic h3 element */
}

#subcontent ul
{
	margin: 0;
	padding: 0px 0px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #999999;
	background-color:#ffffff;
	/* defines generic list container element */
}

#subcontent ul li
{
	list-style: none;
	
	/* defines generic list element */
}

#subcontent ul li a
{
	background-image: url(Icons/Icon-Submenu.gif);
	background-position: 185px;
	background-repeat: no-repeat;
	width: 195px;
	padding: 5px 0px 5px 0px;
	text-decoration: underline;
	text-align:left;
	color: #000000;
	display: block;
	
	/* defines generic link element */
}
#subcontent ul li a:visited {
	color:#666666;
	}

#subcontent ul li a:hover
{
	background-image:url(Icons/Icon-Submenu-Hover.gif);
	background-color : #eeeeee;
	text-decoration: underline;
	color: #DC241F;
	padding:5px 0px 5px 0px;
	/* defines generic link hover state */
}

#calender
{
	width:200px;
	margin: 5px 0px 10px 0px;
	
	/* defines container for calender element */
}

#calender table
{
	border: 1px solid #999999;
	background-color:#ffffff;
	width: 100%;
	height: 150px;
	text-align: center;
	
	/* define table for calender */
}

#calender table td
{
	width: 14%;
	color: #ffffff;
	border: 1px solid #cccccc;
	padding:1px;
	/* set column width */
}

#calender table .controls
{
	background-color: #666666;
	font-weight: bold;
	
	/* style event controls */
}

#calender table .controls a
{
	color: #FFFFFF;
	text-decoration: underline;
	
	/* style control links */
}

#calender table .controls a:hover
{
	color: #DC241F;
	text-decoration: none;
	
	/* style link controls */
}

#calender table .title
{
	background-color: #999999;

	/* style calender titles */
}

#calender table .days td
{
	background-color: #dddddd;
	background-color:#ffffff;
	
	/* style day columns */
}

#calender table .days a
{
	color: #666666;
	color:#000000;
	text-decoration: underline;
	
	/* style day links */
}

#calender table .days a:hover
{
	color: #DC241F;
	text-decoration: underline;
	
	/* style day links */
}

#calender table td.empty
{
	background-color: #e5e5e5;
	
	/* style empty cells */
}

#calender table td.event
{
	background-color: #ffffff;
	color:#666666;
	font-size:10px;
	width:40px;
	height:20px;
	position:relative;
	/* style event cells */
}


#calender table td.event a
{
	color: #0000ff;
	text-decoration: underline;
	width:40px;
	height:20px;
	position:relative;
	/* style event links */
}

#calender table td.event a:hover
{
	color: #DC241F;
	text-decoration: underline;
	width:40px;
	height:20px;
	position:relative;
	/* style event links */
}
#smcal {
	font-style:normal;
	}
#pages
{


	/* defines container for pages element */
}

#categories
{
	
	/* defines container for categories element */
}

#feeds
{
	
	/* defines container for feeds element */
}

#links
{
	/* defines container for links element */
}

#login
{
	
	/* defines login element */
}

#login h1
{
	margin: 5px 0px;
	font-weight: normal;
	font-size: 18px;
	color:#666666;
/*	background-image: url(/enews/images/5.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat; */
	background-color:#ffffff;
	width:auto;
	height: 32px;
	display: block;
	border:1px solid #ffffff;
	/* defines generic h1 element */
}
#login h2
{
	margin: 5px 0px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	color: #DC241F;
	
	/* defines generic h2 element */
}

#login h3
{
	margin: 5px 0px;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	text-align: left;
	color: #DC241F;
	
	/* defines generic h3 element */
}

#login h4
{
	margin: 5px 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	color: #666666;
	
	/* defines generic h3 element */
}
#login h5
{
	margin: 5px 0px;
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
	/* defines generic h1 element */
}

#notification
{
	padding: 15% 0;
	text-align: center;
	
	/* defines container for notification element */
}

#notification h1
{
	margin: 5px 0px;
	font-weight: normal;
	font-size: 25px;
	color: #666666;
	text-transform: uppercase;
	
	/* defines notification h1 element */
}

#notification a
{
	color: #666666;
	text-decoration: underline;
	
	/* defines notification link styles */
}

#notification a:hover
{
	color: #666666;
	text-decoration: underline;
	
	/* defines notification link hover styles */
}

#screenshot
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	overflow: visible;
}

#screenshot img
{
	background-color: #EFEFD6;
	border: 1px solid #542700;
	margin: 6px;
	padding: 3px;
}

#footer
{
/*	border-top: 1px solid #666666;*/
	height: 40px;
	padding: 10px 5px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-style:italic;
	font-size:10px;
	color:#666666;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#cccccc;	
		/* style footer element */
}

.copyright {
	color:#999999;
	font-size:10px;
	font-style:italic;
	}

#footer a
{
	color: #24546B;
	text-decoration: underline;
	
	/* style footer links */
}

#footer a:hover
{
	color: #666666;
	text-decoration: underline;
	
	/* style footer links */
}


/* begin article style definitions */
.article
{
width:500px;
border:0px solid #000000;
}
.articleheader
{
color:#999999;
border-width:1px 0px 0px 0px;
border-style:solid;
border-color:#cccccc;
padding:5px 0px 5px 0px;
}

ul.articledetails
{
	margin: 0;
	padding: 0;
}

ul.articledetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

#articleintroduction
{
	border-bottom: 1px solid #eeeeee;
	line-height: 20px;
	font-size: 110%;
	color: #666666;
	font-weight:bold;
}

p.articledetails
{
padding:0px 0px 0px 0px;
}

.articleimages
{

}

.articleimages img
{
	border: 1px solid #eeeeee;
	padding: 3px;
	margin: 3px;
}

/* begin comment style definitions */

#comments
{

}

.comment
{
	padding: 5px 0px;
}

ul.commentdetails
{
	margin: 0;
	padding: 0;
}

ul.commentdetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

#commentform
{

}

#commentform h1
{

}

#commentform p
{
	margin: 10px 0px;
}

#commentform textarea
{
	width: 100%;
	height: 125px;
}


/* begin events styling */

#events
{

}

.event
{

}

h3.eventheader
{
	
}

ul.eventdetails
{
	margin: 0;
	padding: 0;
}

ul.eventdetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

.event p
{
	margin: 5px 0px;
}

#search
{

}

.search
{
	
}

h1.searchheader
{

}

ul.searchdetails
{
	margin: 0;
	padding: 0;
}

ul.searchdetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

#searchintroduction
{
	border-bottom: 1px solid #eeeeee;
	line-height: 20px;
	font-size: 110%;
	color: #999999;
}

p.searchdetails
{
	background-image: url(Icons/Icon-Extra.gif);
	background-position: 460px 4px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: right;
}

.searchimages
{

}

.searchimages img
{
	border: 1px solid #EEEEEE;
	padding: 3px;
	margin: 3px;
}

#searchpages
{
	text-align: right;
}

.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

.darkred {
	color: #DC241F;
}

BUTTON, .button { 
	color : white;
	font-weight : bold; 
	font-size: 9pt;
	BACKGROUND-IMAGE: url(Common/buttonbg.gif);
	border-style:solid;
	border-color:#DC241F;
	border-width:1px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px; 
	/*background-color : #666666;*/ 
	/*border-color : #B5B5B5;*/
	}
	
hr {border: none 0; 
	border-top: 3px double #C7D4DF;
	width: 100%;
	height: 3px;
	margin: 0px auto 0 0;
	text-align: left;
	}
	
.forest
{
	background-color : #ffffff;
	margin: 5px 0px;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #999999;
	
}
	
/* headers */
.header {
	font-size:18px;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	height:100px;
	}
.subhead1 {
	font-size:16px;
	font-weight:bold;
	}	

.subhead2 {
	font-size:14px;
	font-weight:bold;
	}	
.subhead3 {
	font-size:12px;
	font-weight:bold;
	}
h1 {
	font-size:16px;
	}
h2 {
	font-size:14px;
	}
h3 {
	font-size:12px;
	}
/* set the color of the text */
.gray {
	color:#666666;
	}
.dkgray {
	color:#333333;
	}
.white {
	color:#ffffff;
	}
.red {
	color:#DC241F;
	}

