/* =CALL LIBRARY */

/* =GENERAL - the general styles */
body{
	font		: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #5599a7;
	font-size 		: 12px;	
        background-color:;
        background-image:url(templates/Landscape/resources/common/images/bg_patterns.gif);
        background-repeat:;
        background-position:;
        background-attachment:;
}
a {
	text-decoration	: none;color: #5599a7;
}
a:hover{
	color	: #bb800f;
}
.hide,hr {
	display	: none;
}

strong{
	font-weight: bold;
}


/* =LAYOUT - the main layout styles */
/* for the rounded top */
#containertop{
	position	: absolute;
	width		: 902px;
	margin		: -10px auto 0 auto;
	height		: 10px;
	font-size	:0.1em;
	background	:url(templates/Landscape/resources/common/images/container_top.png) left bottom no-repeat;
}

* html #containertop {
	behavior	: url(stylesheets/iepngfix.htc);
} /* to correct transparent png in IE */

/* container */
#container{
	width			: 902px;
	margin			: 44px auto 0 auto;
	background		: #171A0F url(templates/Landscape/resources/common/images/bg_container.png);
	padding-bottom	:10px;
}

/* =HEADER */
/* Logo and Site Title */
h1{
	font-size		: 2.4em;
}

#container h1 {
        height: 40px;
}

h1 a,h1 a:hover {
	display		: block;
	width		: 300px;
	height		: 30px;
	padding-top	: 10px;
	margin-left	: 18px;
	background	: url(templates/Landscape/resources/common/images/logo.gif) 0 0 no-repeat;
	padding-left: 52px;
	color		: #7b8266;
}

/* =TOP NAVIGATION and SEARCH */
/* top navigation */
#navigation_wrapper{
	background: #363B28 url(templates/Landscape/resources/common/images/nav_bg.gif) 0 0 repeat-x;
	height: 37px;
	width: 861px;
	margin: 10px auto 20px auto;
}
#navigation{
	margin	: 0;
	padding	: 0;
	list-style:none;
	float: left;
	padding-left:7px;
	height: 37px;
	background: url(templates/Landscape/resources/common/images/navigation_left.gif) left top no-repeat;
}


#navigation li{
	float: left;
}
#navigation li a{
	padding: 7px 10px 0 10px;
	height: 30px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 1.45em;
	font-weight: bold;
	letter-spacing:-0.03em;
	color: #b1b3ab;
}
#navigation li a:hover{
	color: #82865b;
	background: #394030 url(templates/Landscape/resources/common/images/nav_hover_bg.gif) 0 0 repeat-x;
}
/* search */
#search_wrapper{
	float: right;
	height: 30px;
	padding:7px 10px 0 0;
	background: url(templates/Landscape/resources/common/images/navigation_right.gif) right top no-repeat;
}
.search{
	background: #696D5F;
	border: 1px solid #212417;
	width: 160px;
	height: 18px;
	padding: 3px 2px 0 3px;
	color: #474A40;
}
/* =MAIN IMAGE */
#main_image{
	width:860px;
	position: relative;
	margin: 0 auto;
}
/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
#frame_image_top,#frame_image_bottom{
	position: absolute;
	width: 860px;
	height: 7px;
	font-size:0.1em;
	top:0;left:0;
	background: url(templates/Landscape/resources/common/images/frame_image_top.png) top no-repeat;
}
#frame_image_bottom{
	bottom:0;top:auto;
	background: url(templates/Landscape/resources/common/images/frame_image_bottom.png) bottom no-repeat;
}
* html #frame_image_top,* html #frame_image_bottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNER */
#banner_wrapper{
	width: 874px;
	overflow: hidden;
	padding:30px 0 0 28px;
}
.banner{
	float: left;
	width: 245px;
	float: left;
	background: #353C2C url(templates/Landscape/resources/common/images/banner_bg.gif) left repeat-y;
	margin-right:54px;
	padding-bottom:6px;
	position: relative;
}
.image_wrapper{text-align: center;}
.banner img{border: 3px solid #181B0F;}
.banner_last{margin-right:0;}
.banner h2{
	height: 38px;
	background: url(templates/Landscape/resources/common/images/banner_top.gif) left no-repeat;
	font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7c7c58;
	padding: 15px 0 0 17px;
}
/* for the rounded bottom */
.image_wrapper span{
	position: absolute;
	width: 245px;
	height: 6px;
	font-size:.1em;
	left:0;bottom:-1px;
	background: #353C2C url(templates/Landscape/resources/common/images/banner_bottom.gif) bottom no-repeat;
}

/* =FOOTER */
#sys_footer_wrapper{
	width: 871px;
	padding-left:31px;
	padding-bottom:5px;
	margin: 0 auto;
	font-size: 1em;
	background: url(templates/Landscape/resources/common/images/footer_left.png) 0 0 no-repeat;
}
#sys_footer_wrapper_2{
    padding:0 31px 0 0;
	background: url(templates/Landscape/resources/common/images/footer_right.png) top right no-repeat;
}
.sys_footer{
    margin:0 0 0 0;
    padding:30px 0 10px 30px;
    font-size:1.2em;
    background: url(templates/Landscape/resources/common/images/logo_small.gif) left 32px no-repeat;
}



#sys_designerfooter {
    background: none;
    border: none;

    padding: 0;
}


#sys_footer_wrapper div.logo{
        padding:0;
        margin:0;
	background:  url(templates/Landscape/resources/common/images/footer_bg.png) top left repeat-x;
}* html .sys_footer .logo span, * html .sys_footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}
.sys_footer ul{
	padding-top: 34px;
	padding-right: 5px;
	float: right;
}
.sys_footer ul li{
	float: left;
	padding-left:10px;
}
.sys_footer a{
	color: #7B8266;
}
.sys_footer li a:hover{
	color: #AFBB4F;
}
			
.sys_txt{
	font-family		: Verdana, Arial, sans-serif;
	color			: #b1b3ab;
	font-size 		: 12px;	
	padding			: 1px 0 0 0;
	font-size-adjust: none;
	font-style		: normal;
	font-variant	: normal;
	line-height		: normal;
}

a{color:#b1b3ab;text-decoration : none;}

.sys_txt a img{

	border : none;

}

.sys_txt a{

	color 			: #b1b3ab;
	text-decoration : none;
	border-bottom	: 1px dotted #FFFFFF;

}

.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{ 
	
	margin		:10pt 0;
	padding		:0pt;
	color		: #b1b3ab;
	font-weight		: normal;
}

.sys_txt h1, 
.sys_txt h2, 
.sys_txt h3, 
.sys_txt h4,
.sys_txt h5,
.sys_txt h6 {
	

}
.sys_txt h1{
	
	font-size      	: 250%;
	border-bottom 	: solid 1px;
		
}

.sys_txt h2{
	
	font-size		: 210%;
	border-bottom 	: solid 1px;
	
}

.sys_txt h3{
	
	font-size		: 180%;
	border-bottom 	: solid 1px;
	
}

.sys_txt h4{
	
	font-size      	: 150%;
	
}

.sys_txt h5{
	
	font-size	: 130%;
	
}

.sys_txt h6{
	
	font-size	: 100%;

}

.sys_txt p{
	
	
	
}

.sys_txt blockquote {
	
	font-style		: italic;
	border-left		: solid 2px;
	margin-left 	: 40px;
	padding-left 	: 20px;
}	

.sys_txt ol,			
.sys_txt ul{
	
	margin	: 15px 5px;
	padding	: 0 35px;
	list-style:

}

.sys_txt ul {
	list-style: square;
}

.sys_txt ol {
	list-style: lower-roman;
}

.sys_txt li{

	margin : 0;
	padding : 2px 0;
	
}

