/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */

body
{
	margin:0;
		color: #444;
	padding:0;
}

/* Header */
#sys_banner
{
	height: 95px;
	background-image: url(templates/Emerald/resources/common/images/a2.gif);
	background-position: bottom left;
	padding-left: 40px;
	padding-top: 45px;
}
#sys_banner h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}
#sys_banner h1
{
	font-size: 1.6em;
}
#sys_banner h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
}
/* Menu */
#menu
{
	background-image: url('templates/Emerald/resources/common/images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 10px 20px;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
	padding:0 15px 0 0;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
	padding: 25px 25px 55px 25px;
	background: url('templates/Emerald/resources/common/images/a4.gif') repeat-x top left;
}

/* Footer */
.sys_footer
{

	font-size: 0.8em;
}

div#footer-wrap{
	background: url('templates/Emerald/resources/common/images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
}

#sys_designerfooter {
    border: none;
    margin:0 auto;
    padding: 10px 0 0 0;
}

.sys_footer a{
	color:#669911;
}
.clear
{
	clear: both;
}
			
.sys_txt{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

a{color:#669911;}

.sys_txt a img{

	border : none;

}
.sys_txt a{
	
	color: #669911;

}


.sys_txt a:hover{

	text-decoration: none;

}


.sys_txt h1, 
.sys_txt h2, 
.sys_txt h3, 
.sys_txt h4,
.sys_txt h5,
.sys_txt h6,
.sys_txt p{ 
	
	font-weight: normal;
	
}

.sys_txt h1{
	
	font-size      	: 2em;
	color			: #666666;	
	letter-spacing	: -2px;
	margin: 0;
	padding:15px 0;
	
}

.sys_txt h2{
	
	font-size		: 1.6em;
	color			: #666666; 
	padding			: 0 0 7px 0;
	letter-spacing	: -1px;

}

.sys_txt h3{
	
	font-size		: 1em;
	color			: #666666; 
	padding			: 0 0 7px 0;
}

.sys_txt h4{
	
	font-size      	: 1em;
	color			: #666666; 
	padding			: 0;
}

.sys_txt h5{
	
	font-size	: 1em;
	color		: #666666; 
	padding		: 0;
}

.sys_txt h6{
	
	font-size	: 1em;
	color		: #666666; 
	padding		: 0;
}

.sys_txt p, 
.sys_txt blockquote, 
.sys_txt ul,
.sys_txt ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	padding-left :1em;
}

 
.sys_txt p{
		
	margin:0;
	padding:12px 3px ;
	
}

.sys_txt blockquote {
	
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
	
}

.sys_txt ul,
.sys_txt ol{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:small;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-left: 5em;
}	
			
.sys_txt ul{

	margin:0;
	padding:0 0 0 30px;
	list-style: square;

}

.sys_txt ol{
		margin:0;
	padding:0 0 0 30px;
	list-style: lower-roman;
}

.sys_txt ul li{

	
}

