/******  Colors ******
/**    f1dcc0  - pink  E8D5C3
/**    e2c29c  - flesh
/*     834328  - dirt brown
/**    7c4224  - Top Banner    5 42E1B 7c4224
/**    2f2207  - Dk Dk Brown  
/**    fffcfc  - White
/**
/*******/
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	background: #fff;
}

body.contentpane {
	background: #fff;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

p {
	margin: 5px 0;
	text-align: justify;
}

a {
	font-weight: 400;
	color: #834328;
	outline: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline;
	font-weight: 400;
}

input  {
	color: #ccc;
	outline: none;
	margin: 0;
}

input:focus {
	outline: none;
}

button {
	color: #fff;
	font-size: 11px;
	border: none;
	background: #696969;
	cursor: pointer;
}


#modlgn_remember.inputbox  {
	background: none;
	border: none;
	width: auto;
	vertical-align:middle;
}

input.button, .validate  {
	color: #fefefe;
	font-size: 11px;
	cursor: pointer;
	font-weight: 700;
	border: none;
	height:23px;
	line-height:19px;
	padding: 1px 4px 4px;
	margin:6px 0 0 0;
	background: transparent url(../images/but.png) repeat-x top left;
}

input.button:hover, .validate:hover  {
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {
	 background: #f1dcc0 url(../images/page_bg.png) repeat-x top left; 
}

#wrapper {
	margin:0 auto;
/*	background: transparent url(../images/wrapper.png) no-repeat top center; */
}

#lbanner {
	/* height: 172 (logo) + 63 (dropmenu) + 24 (breadcrumbs) */
	/* height: 230px; */
	height: 210px;
	margin:15px;
	background: #7c4224 ; /* url(../images/banner.png); */ 
	position : relative;
}
/* these are the other three spans. classes were used to allow multiuse on a page */
.tl, .tr, .bl, .br {
  position : absolute;
  width : 12px;
  height : 12px;  /* corner images are 13x13 */
  display : block;
  margin: 0;
  z-index: 10;
}
.tl {
  /* background: transparent url(../images/rctl.png) no-repeat; */
  top : 0px;
  left : 0px;
}

/* change position and image: top-right */
.tr {
  /* background : transparent url(../images/rctr.png) no-repeat; */
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  /* background : transparent url(../images/rcbl.png) no-repeat; */
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  /* background : transparent url(../images/rcbr.png) no-repeat; */
  right : 0;
  bottom : 0;
}

#header {
	position:relative;
	height: 172px;
	width:98%;
	margin: -20px 1px 0;
/*	background:  url(../images/headerimg.gif) no-repeat center center; */
	/* background:  url(../images/headerimgc.gif) no-repeat center center; */
}

#top {
	position:relative;
	width:98%;
	margin:0 auto;
	height:33px;
}

/*
	Upper right corner of logo box from center to right edge - enough for a menu.
*/
#dropmenu {
	float:right;
	width: 54%;
	height: 32px;
	margin: 0;
	z-index:1000;
	overflow: hidden;
}

#dropmenu ul {
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#dropmenu li {
	float: left;
	height:32px;
	line-height:32px;
}

#dropmenu li a {
	display:inline;
	color: #e2c29c;
	text-decoration: none;
	font-weight: 700;
	padding: 0 10px 2px;
	cursor:pointer;
/*	background: transparent url(../images/t_menu_divider.png) no-repeat center left; */
}

#dropmenu li a:hover {
	color: #D29924;
	text-decoration:underline;
}

#dropmenu li a#active_menu-nav {
	color: #F3E7D7;
	text-decoration:underline;
}
/*
	Top center banner section
*/
#logo {
	float:left;
	height:36px;
	width:41%;
	overflow:hidden;
	padding:50px 0 0 14px;
	background: transparent url(../images/logo_bg.png) top left no-repeat;	
}


#logo h1 {
	text-align:left;
	font-size:26px;
	text-transform:uppercase;
	margin:0;
	line-height:normal;
}

#logo a {
	color:#fffcfc;
	font-weight:700;
	text-decoration:none;
}


/*
	Bottom of Logo box full width.
*/
.cpathway {
	width:92%;
	height:24px;
	overflow:hidden;
	margin:0 auto 8px;
/*
	padding:0 20px;
	background: url(../images/pathway_bg.png) no-repeat center top;
*/
	}

.cpathway img {
	float:left;
}

span.breadcrumbs.pathway {
	display:block;
	color: #E2C29C;
	font-weight:700;
	height:18px;
	line-height:15px;
	margin:0;
	padding:4px 0 2px 0;
}

span.breadcrumbs.pathway a.pathway  {
	float:left;
	padding:0 6px 0 0;
	color:#f3e7d7;
	font-weight:700;
	line-height:13px;
	text-decoration: none;
}

span.breadcrumbs.pathway a.pathway:hover {
	text-decoration: underline;
}


/**
	Main body of presentation layer, top and bottom rounded corners
**/
#content {
	/* width:100%; */
	margin:0 15px;
	position : relative;
}

#content_bottom {
	margin:0 auto;
/*	width:98%; */
	height:22px;
	position : relative;
	/*
		background: transparent url(../images/content_bottom.png) no-repeat bottom center;
*/
}

#content_top{
	margin:0 auto;
	height:14px;
	position : relative;
}

#leftcolumn, #rightcolumn {
	float: left;
	width: 22%;
	}

#leftcolumn {
/* margin: 0 10px 0 12px; */
background:#FEFDFC none repeat scroll 0 0;
margin-bottom: -0.5em;
position:relative;
}

#rightcolumn {
	margin: 0 0 0 10px;
}

#maincolumn_full {
/*	margin:0 15px; */	
/*	width: 96%; */
	float: right;
	width: 73%;
/*	padding:0 10px; */
	background: #FEFDFC ; 
	position: relative;
}

.trm {
  background : transparent url(../images/menu_right.png) no-repeat;
  top : 0;
  right : 0;
  position : absolute;
  width : 12px;
  height : 12px;  /* corner images are 13x13 */
  display : block;
  margin: 0;
}


#flashnews {
	color:#1c5649;
	background: transparent url(../images/flashnews.png) no-repeat top right;
}

#flashnews_l {
	padding:10px;
	margin:0 0 10px 0;
	height:95px;
	background: transparent url(../images/flashnews_l.png) no-repeat top left;
}

#flashnews a {
	color:#1c5649;
	text-decoration:underline;
}

#flashnews h3 {
	margin:0 0 4px 4px;
	padding:0;
	font-size:11px;
	color:#000;
	overflow:hidden;
}

div.nopad {
	overflow: hidden;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#footer {
	width: 96%;
	margin: 0 auto;
	height: 50px;
	line-height:25px;
	color: #834328;
	padding:2px 10px 0;
}

#footer a {
	color: #834328;
	text-decoration: none;
}

#ja-footer {
	height:29px;
	clear: both;
	display: block;
	padding-left: 30px;
	text-align: center;
	color: #834328;
	font-style: normal;
	font-size: 92%;
}


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 12px;
	padding: 2px;
	color: #834328;
}

table.blog {
	
}

h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	vertical-align: bottom;
	color: #153A71;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	color: #492f20;
	text-align: left;
	font-weight: 700;
}

h2, a.contentheading {
	background: none;
	border: none;
	margin:6px 0;
}

table.contentpaneopen h3 {
	margin-top: 25px;
	color:#492f20;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin:6px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight:700;
	text-align: left;
	text-transform:uppercase;
	color: #834328;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #000;
	font-weight: 700;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	text-align: right;
}

.createdate {
	vertical-align: top;
	font-size: 11px;
	color: #999;
	padding-bottom: 8px;
}

a.readon {
	float: right;
	background: url(../images/readon.png) no-repeat center left;
	line-height: normal;
	font-size: 11px;
	padding: 0 0 0 14px;
	color: #7c7c7c;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fbfbfb;
	font-weight: 700;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
	font-size:0;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  padding: 5px;
  background: none;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #999;
  font-weight: 700;
  padding: 4px;
}

tr.sectiontableentry1 td {
	padding: 4px;
}

tr.sectiontableentry1 {
	background:#f9efe3;
}
  
tr.sectiontableentry0 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  font-size: 11px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #666;
}

table.contentpaneopen {
/*	border-collapse: collapse; */
	margin:0 4px;
}

.newsflash table.contentpaneopen {
	margin:0 10px;
	padding:0;
	color:#e2c29c;
	text-align:left;
}

.newsflash table.contentpaneopen a {
	color:#ffbfbf;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #492f20;
}

.highlight {
	background-color: #fffebb;
}

ul.latestnews, ul.mostread {
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module, div.module_text {
	padding: 0;
	margin: 7px 14px -10px -9px;
	background: transparent url(../images/menuicon.png) top left no-repeat;
}

div.module_menu div, div.module div, div.module_text div {
}

div.module_menu div div, div.module div div, div.module_text div div {
	background: transparent url(../images/menu_right.png) no-repeat top right ;
	padding: 0;
	margin: 0 12px 0 0;
}

.newsflash div.module  {
}

.newsflash div.module div  {
}

div.module_menu div div div, div.module div div div, div.module_text div div div {
	margin: -1px -22px 14px 14px;
	text-align: center;
/*	background:transparent url(../images/box_bg.gif) repeat-x scroll left bottom; */
}

.popular div.module_menu div div div, .popular div.module div div div, .popular  div.module_text div div div,
.newsflash div.module_menu div div div, .newsflash div.module div div div, .newsflash  div.module_text div div div {
	margin:0;
	padding:0;
}

div.module div div div div {
	width: 17%;
	color:#834328;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
	background: none;
	margin:0 auto;
	padding:0;
}

div.module_text div div div div {
	text-align: left;
}

div.module_text div div div div.bannergroup_text {
	padding: 10px 10px 10px 20px;
	width: 18%;
}

div.module_text div div div div.bannergroup_text div {
	color:#b8966a;
	width: auto;
	padding: 0 0 4px;
}

div.module div div div form {
	margin:0 auto;
	padding:0 0 0 20px;
	text-align:left;
	width:19%;
}

div.module_menu ul {
	list-style: none;
	padding: 0;
}

div.module_menu ul#mainlevel {
	margin: 0 auto;
/*	text-align: center; */
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
	color:#834328;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: 700;
	padding: 2px 0;
	line-height: 24px;
}

#leftcolumn div.module table ,#rightcolumn div.module table {
}

#leftcolumn div.module table td ,#rightcolumn div.module table td {
	margin:0;
	padding: 0 6px 0 0;
	height:20px;
	text-align:left;
	line-height:13px;
	vertical-align: middle;
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
/*	width: 18%; */
	height: 36px;
	line-height: 42px;
	padding: 0 0px 0 10px;
	margin:0 0px 0px 17px;
	font-size: 11px;
	text-align: left;
	text-transform:none;
	font-weight: 700;
	overflow:hidden;
	/* background: transparent url(../images/menu_bg.png) repeat top left; */
}

#rightcolumn h3 {
	padding: 0 38px 0 10px;
	background: transparent url(../images/box_h3_r.png) no-repeat top left;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	width: 100%;
	list-style: none;
	text-align: left;
	margin:0 0 0 -6px;
}

#rightcolumn ul.menu {
	margin:0 10px 0 0;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin:0 0 1px 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {
	/*background: url(../images/li_current.gif) top left no-repeat; */
}

#leftcolumn ul.menu li ul li, #rightcolumn ul.menu li ul li{
	border-bottom: none;
}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display:block;
	font-weight: 700;
	font-size: 11px;
	height:20px;
	line-height: 19px;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #834328;
/*	background: url(../images/menu_arrow.gif) center left no-repeat; */
}


#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #d0b086;
	/*background: url(../images/menu_arrow_hover.gif) center left no-repeat;*/
}

/*LEFT COL CURRENT LINK*/

#leftcolumn ul.menu li#current, #rightcolumn ul.menu li#current {
/*	background: url(../images/li_current.gif) top left no-repeat; */
}

#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	display:block;
	color: #d0b086;
	padding:0 0 0 20px;
	/*background: transparent url(../images/menu_arrow_hover.gif) center left no-repeat;*/
}

#leftcolumn ul.menu li#current {
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	color: #d0b086;
	/*background: transparent url(../images/menu_arrow_hover.gif) center left no-repeat;*/
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link,
#rightcolumn ul.menu li#current ul li a, #rightcolumn ul.menu li#current ul li a:link {
	font-weight: 400;
	font-size: 11px;
	height: 20px;
	line-height:19px;
	padding: 0 0 0 20px;
	margin:0 0 0 14px;
	text-decoration: none;
	color: #834328;
	/*background: url(../images/menu_arrow.gif) center left no-repeat;*/
}

#leftcolumn ul.menu li ul li#current, #rightcolumn ul.menu li ul li#current {
	background:none;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover, 
#rightcolumn ul.menu li ul li#current a, #rightcolumn ul.menu li ul li#current a:link, #rightcolumn ul.menu li ul li#current a:visited, #rightcolumn ul.menu li ul li#current a:hover {
	padding: 0 0 0 20px;
	margin:0 0 0 20px;
	color: #d0b086;
	font-weight:400;
	height:20px;
	line-height:19px;
	/*background: url(../images/menu_arrow_hover.gif) center left no-repeat;*/
}

#leftcolumn ul.menu li.parent ul li, #rightcolumn ul.menu li.parent ul li {
	background:none;
}

#leftcolumn ul.menu li.parent ul li a, 
#rightcolumn ul.menu li.parent ul li a {
	font-size: 11px;
	font-weight: 700;
	line-height: 19px;
	height: 20px;
	padding: 0 0 0 20px;
	color: #834328;
	text-decoration: none;
	/*background: url(../images/menu_arrow.gif) center left no-repeat;*/
}

#leftcolumn ul.menu li.parent ul li a:hover {
	color:#d0b086;
	/*background: url(../images/menu_arrow_hover.gif) center left no-repeat;*/
}

/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #d0b086;
	/*background: url(../images/menu_arrow_hover.gif) center left no-repeat;*/
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
	margin:0;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 55%;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	padding: 0;
	margin:0 15px;
	color:#834328;
	text-align: left;
}

form#form-login ul {
	padding: 0;
	list-style: none;
	text-align: left;
	width: 90%;
	margin: 10px auto 0;
}

form#form-login ul li { 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 11px;
	color: #834328;
	text-decoration: none;
}

form#form-login ul li a:hover {
	text-decoration: underline;
}

#form-login input {
	border:#bb957f 1px solid;
	color:#834328;
	font-size:11px;
	height:14px;
	line-height:15px;
	padding:2px 4px;
	background:#f1dcc0;
}

input#modlgn_passwd, input#modlgn_username {
	width:80%;
}

input.button, #form-login input.button {
	height:22px;
	color:#fefdfc;
	line-height:15px;
	padding:4px 4px 5px;
	border:none;
	background:transparent url(../images/but.gif) top left repeat-x;
}

#form-login-username, #form-login-password, #form-login-remember, input#modlgn_passwd, input#modlgn_username {
	margin-bottom: -0.5em;
}

input.button:hover, #form-login input.button:hover {
	color:#100201;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 130%;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 700;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.banneritem_text a {
	font-weight:700;
	color:#834328;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 4px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 21%;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: 700;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	/*background: url(../../system/images/selector-arrow.png) no-repeat;*/
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#system-message dd {
	text-indent: 0;
}

#system-message dd ul {
	list-style-type: none;
	color: #c00; 
	background: none;
	border: none;
}

#system-message {
	margin-top: 5px;
}

#component-contact {
/*	border-style:inset; */
	margin: 10px;
	padding: 10px;
}

#contact_text {
	width:98%;
}
