/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #ffffff url(images/phibwlbg.png) repeat-x;
	color: #002200;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	padding:0;
	margin: 0;
}

#header h1
{
	/* small header image specific lines */
	height: 104px;
	width: 780px;
	/* background: #C2DDBF url(images/header_sm.jpg) repeat-x 0 6px;
	margin : auto;
	/* end small header image specific lines */
	font-size: 38px;
	text-align: center;
	line-height: 100px;
}

#phi{
	background: url('images/menback.png') no-repeat center !important;
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='./images/menback.png');

}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	background: #B3BBB0;

}

#toolwrap
{
	background: #B3BBB0;
}

#container
{
	border-left: 1px #001754 solid;
}
.contenttitle h2
{
	color: #002200;
	border-bottom: 1px #001754 dashed;
}
.contenttitle a
{
	color:#002200;
}
.contentbody
{
	border-bottom: 1px #001754 dashed;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	border: 1px solid #B3C492;
}
.sidebar
{
	color: #21262A;
	margin: 0 6px 4px 0;
}

.sidebardl dt
{
	color: #3A3523;
}
.sidebardl dd:hover
{
	background: #C9DECB;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	background: #3F4C6B;
	border-color: #3F4C6B;
}

#copyrights
{
	color:#E5F4FF;
}

#copyrights a:link
{
	color:#E5F4FF;
}
#copyrights a:visited
{
	color:#7D9BAF;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.commentform, .mailform
{
    background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
    border: 1px solid #C9DECB;
}

.formfield
{
	background: #4096EE;
	color:#E5F4FF;
}
.formbutton
{
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}

/* Search highlight color */
.highlight
{
	background: #C9DECB;
	border: 1px #4096EE solid;
}
