  
/* default styles
   -------------- */
  
body, SkinObject { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a, a.SkinObject
{
	/*color: #464548;*/
	color: #464548;
	background: inherit;
	text-decoration: underline;
}

a.SkinObject:link, a.SkinObject:visited {
	color: #464548; 
	background: inherit;
	text-decoration:underline;
}

a.login:link, a.login:visited, a.user:link, a.user:visited {
	color: #444; 
	background: inherit;
}

a.user:link, a.user:visited {
	font-weight: bold;
}

a:hover, a.SkinObject.hover, a.login:hover {
	color: #C3593C;
	background: inherit;	
}

a.title, a.SkinObject.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}


/*Menu Items*/

.MainMenu_MenuBar{
	height:25px;
}

.RootMenu {
	margin: 0; 
	text-align: right;
	font: 1.1em Arial, Helvetica, sans-serif; 
	background: #FFF; 
	color: #464548;
	font-weight: bold;
	height:25px;
	
}

.RootMenu_Inactive
{
	text-decoration:underline;
	padding: 0px 10px 8px 10px;
}

.RootMenu_Active  
{
	text-decoration:none;
	background: #FFF url(Images/bar.gif) no-repeat center bottom; 
	color: #C3593C;
	padding: 0px 10px 8px 10px;
}

.RootMenu_SubMenu {  
	color: #C3593C;
	background-color: #FFF;
	font: 0.74em Arial, Helvetica, sans-serif; 
	border: solid 1px #000;
	padding: 5px 5px 5px 5px;
}


/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}


/* Header
   ------ */
   
.header_left {
	float: left;
	width: 180px;
	padding: 10px 0 11px 10px;
	height:51px;
}

.header_left p {
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}

.header_right {
	float: right;
	width: 550px;
	height: 72px;
}


.header_info {
	width: 540px;
	margin: 12px 0 5px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	background: #FFF url(Images/dot.gif) repeat-x bottom;
	color: #444;
}
	

.navigationtitle {
	padding: 4px 10px 6px 10px;
	color: #808080;
	display: inline;
}


.header_navigation 
{
	padding: 0px 10px 8px 10px;
	text-align: right;
}

.header_navigation li { 
	
	padding: 0px 10px 8px 10px;
	color: #808080;
	background: #FFF;
	display: inline;
}

.header_navigation li.active { 
	background: #FFF url(Images/bar.gif) no-repeat center bottom; 
	color: #C3593C;
	font-weight: bold; 
	padding-bottom: 8px; 
}

.header_navigation a { 
	font-weight: bold;
	color: #464548; 
	background: inherit;	
} 

.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	background: inherit;
}

.datetime{
	float: left;
	height: 33px;
	padding: 15px 0 0 15px;
	width: 192px;
	background: #6E6E6E url(Images/newsletterbg.gif) no-repeat;
	margin: 0 0 3px 0;
	color: #CCC;
}

.subheader {
	clear: both;
	margin: 3px 0 3px 0;
	padding: 8px;
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
	width: 744px
}

.breadcrumb{
	text-align: left;
	padding: 0 0px 3px 0;
	margin: 0px 10px 10px 10px;
	background: #FFF url(Images/dot.gif) repeat-x bottom;
	color: #808080;
}


/* Search
   ------ */
   
.search_field input.NormalTextBox { 
	width: 145px; 
	height: 22px;
	border: none;
	background: #fff url(Images/input.gif) no-repeat; 
	padding: 5px 10px 0 25px;
	color: #808080;
}

#dnn_dnnSEARCH_cmdSearch
{
	border: 0;
	height: 27px;
    padding: 5px 16px 6px 15px;
    background: #ABC43C url(Images/button.gif) no-repeat;
    text-decoration: none;
    color: #FFF;
    font: bold 1.1em Arial, Helvetica, Sans-Serif;
}

.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.search_field { 
	text-align: right;
	float: right;
	width: 540px;
	height: 38px;
	background: #464548 url(Images/searchbg.gif) no-repeat top right; 
	color: #000;
	clear: both;
	padding: 10px 10px 0 0;
}


/* Content - Images
   ---------------- */
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #6e6e6e;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }


/* left side
   --------- */

.left {
	float: left;
	width: 490px;
	margin: 0 0 10px 0;
}
.left .articles {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

.left .top {
	height: 10px;
	background: #6E6E6E url(Images/lt.gif) no-repeat;
	color: #FFF;
}

.left .box {
	color: #eee;
	padding: 0px 5px 12px 5px;
	margin: 0 0 10px 0;
	background: #6E6E6E url(Images/lb.gif) no-repeat bottom left;
}

.left .box a {
	color: #FFFCD1;
	background: inherit;
}

.left .box h2 {
	color: #FFF;
	background: #6E6E6E;
}


	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 245px;
	margin: 0 0 10px 0;
}

.right a {
	color: #FFFCD1;
	background: inherit;
}

		
.right .top {
	background: #C85E35 url(Images/rt.gif) no-repeat;
	color: #FFF;
	height: 7px;
}
	
.right .box {
	font-size: 0.9em;
	background: #C85E35 url(Images/rb.gif) no-repeat bottom;
	color: #FEE1D5;
	padding: 4px 8px;	
	margin: 0 0 10px 0;
}
	
.left .articles {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}



/* Full Column
   ----------- */

.full {
	float: left;
	width: 760px;
	margin: 0 0 10px 0;
}
.full .articles {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

.full .top {
	height: 8px;
	background: #6E6E6E ;
	color: #FFF;
}

.full .box {
	
}

.full .box a {

}

.full .box h2 {

}



/* Bottom Pane
   ------ */

.bottom { 
	clear: both; 
	text-align: Left;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(Images/dot.gif) repeat-x;
	padding: 8px 0;
}

.bottom a {
	color: #C3593C;
	background: inherit;
}

.bottom .SkinObject a
{
	color: #C3593C;
	background: inherit;
}



/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(Images/dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}

.footer .SkinObject a
{
	color: #C3593C;
	background: inherit;
}





