/*/////////////  MAIN  ////////////////////////////*/
* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #FFFFFF /*url(../images/bg.jpg) no-repeat top center*/;
}

.line {
	background:#003366;
	height:0px;
}

/*///////////////  BOXES  ///////////////////////////*/
#top-box, #bottom-box, #middle-box {
	background: none;
}

#top-box {
	/*background:url(../images/header.png) no-repeat top;
	height: 66px;*/
	height:0px;
}

/*///////////////  FOOTER  ///////////////////////////*/
td.footer { 
	background:#FFFFFF; 
	text-align:center; 
	color:#444444; 
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height:39px;
}

td.footer-left { 
	background:#FFFFFF; 
}

/*///////////////  PAGE  ///////////////////////////*/
#page .middle-left {
	background:#FFFFFF;  
}

#page .middle-content {
	background:#FFFFFF;
	color: #000000;
}

#page-content .title {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size:24px; 
	color:#343433;
	font-weight:normal;
}

#page-content .full-list {
	background: url(../images/listing_arrow.gif) no-repeat; 
	line-height:18px; 
	text-indent:10px;
}

#page-content .full-list a { 
	font-size:12px; 
	color:#333; 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none
}

#page-content .full-list a:hover {
	font-size:12px; 
	color:#333; 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:underline
}

/*///////////////  SECTION  ///////////////////////////*/
.section 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.section .title
{
	color:#097109; 
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.section .content 
{
	color: #000000;
	font-size: 11px;
}

.section .content a
{
	color: #000000;
	font-size: 11px;
}

/*///////////////  MENU  ///////////////////////////*/
#menu .top {
	height:1px;
}

#menu .bottom {
	height:2px;
}

#menu .bg {
/*background:url(../images/menu_bg_blue.gif) no-repeat;
height:auto;*/
}

#menu .item {
	text-align:left;
	float:right;
	background:url(../images/menu_bg_green.gif) no-repeat;
}
#menu .item a { 
	background:url(../images/menu_bg_blue.gif) no-repeat;
	color:#FFFFFF; 
	font-weight: bold; 
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:27px;
	text-align:right;
	padding-right:20px;
	display:block;
}

#menu .item a:hover {
	text-decoration:underline;
	background:url(../images/menu_bg_green.gif) no-repeat;
	color:#ebfaee;
}

/*///////////////  PLUGIN: LISTING  ///////////////////////////*/
#p_listing .info .title { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#097109;
	font-weight:bold;
}

#p_listing .info .title a { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#097109; 
	text-decoration: none; 
	font-weight: bold; 
}
#p_listing {
	font-size:12px;
	color:#333333;
}
#p_listing .info .title a:hover {
	text-decoration: underline;
} 

#p_listing .info .more { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#043351;
}

#p_listing .info .more a { 
	text-decoration: underline; 
	font-weight: normal; 
	color:#000000; 
}

/*///////////////  CONTACT INFO  ///////////////////////////*/
#contact-info {
	padding-top:15px;
	width:207px;
}
	  
#contact-info .top {
/*	background:url(../images/contact-info-top.gif) no-repeat left; 
	width:207px*/
	height:0px; 
}

#contact-info .bottom {
/*	background:url(../images/contact-info-foot.gif) no-repeat left; 	 
	width:207px
	height:10px;*/
}

#contact-info .bg { 
/*	background:url(../images/contact-info-bg.gif) repeat-y left; width:207px;
	height:127px;*/
}
	  
#contact-info .phone { 
	/*background:url(../images/phone-icon.gif) no-repeat center left;*/ 
	font-family:Arial, Helvetica, sans-serif; 
	color:#3e3e3e; 
	font-size:24px; 
	width:176px; 
	font-style:italic;
	font-weight:bold;
}

#contact-info .mobile {
	/*background:url(../images/mobile-icon.gif) no-repeat center left; */
	font-family:Arial, Helvetica, sans-serif;
	color:#3e3e3e; 
	font-size:20px; 
	width:176px; 
	font-style:italic;
	font-weight:bold;
}

#contact-info .fax { 
	/*background: url(../images/fax-icon.gif) no-repeat center left; */
	font-family:Arial, Helvetica, sans-serif;
	color:#4c4c4c; 
	font-size:20px; 
	width:176px; 
	font-style:italic;
	font-weight:bold;
}

#contact-info .link a { 
	text-decoration:none; 
	font-weight:bold; 
	color:#4c4c4c;
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif
}

#contact-info .link a:hover { 
	text-decoration:underline; 
}

/*/////****** //***/
#plugin-list {
	margin-right:0px;
}
