body {
	/*min-width: 630px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
	min-width: 880px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
	/*background:url(../images_new_1/body.jpg) #f6f6f6;*/
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
* {
	margin:0;
	padding:0;

	}

#wrapper {
	border:3px solid #f1f1f1;
	margin-left: 2px;
	margin-right: 2px;
}

h1 {
	font-size: 125%;
	color: #D4161C;
	border-bottom: dashed 1px #D4161C;
	margin-bottom: 7px;
}

h2 {
	font-size: 110%;
	color: #14467C;
}

h3 {
	font-size: 105%;
	color: #14467C;
}

#header {
	background-color: #FCFEFC;
	margin-bottom: 10px;
	/*background:url(../images_new_1/innerwrapper.jpg) top repeat-x;*/
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#FFFFFF;
	width:160px;
	margin:10px 10px 0 0 !important;
	margin:10px 0px 0 0;
}

#header img {
	float:left;
	padding:15px 20px 15px 15px;
	margin:0 20px 0 0;
	height: 85px;
}

#header #nav {
	clear:both;
	background:url(../images_new_1/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#4F9EC9;
	padding:0px 0px 5px 47px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	color:#fff;
	text-decoration: underline;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}




#container {
	padding-left: 200px;   /* LC fullwidth */
	/*padding-left: 260px;   /* LC fullwidth */
	/*padding-right: 190px;  /* RC fullwidth + CC padding */
	padding-right: 280px;  /* RC fullwidth + CC padding */
}
#container .column {
	position: relative;
	float: left;
}
#center {
	padding: 0px 20px;    /* CC padding */
	width: 100%;
}

#left {
	width: 180px;          /* LC width */
	/*width: 240px;          /* LC width */
	padding: 0 10px;       /* LC padding */
	right: 240px;          /* LC fullwidth + CC padding */
	/*right: 300px;          /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	/*width: 130px;          /* RC width */
	width: 220px;          /* RC width */
	padding: 0 10px;       /* RC padding */
	/*margin-right: -190px;  /* RC fullwidth + CC padding */
	margin-right: -280px;  /* RC fullwidth + CC padding */
}
#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}
/*** IE Fix ***/
* html #left {
	/*left: 150px;           /* RC fullwidth */
	left: 240px;           /* RC fullwidth */
}


.latest_news img{
	float: left;
	width: 95px;
	margin-right: 5px;
	padding: 2px;
	border: solid 1px #CCCCCC;
}

.latest_news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

.latest_ask p{
	margin-bottom: 5px;
}

.latest_ask a{
	color: #000;
	text-decoration: none;
}

.latest_ask a:hover{
	text-decoration: underline;
}

#front_page_news p
{
	padding: 5px;
}


#front_page_news small
{
	background-color: #F1EDED;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
}

#front_page_news img
{
	float: left;
	margin-right: 5px;
	border: solid 1px #000;
	padding: 2px;
}

#front_page_news a
{
	color: #000;
	text-decoration: none;
}

#front_page_news #col-one h3{
	margin-bottom: 7px;
}
#front_page_news #col-one{

	padding: 3px;
	float: left;
	width: 55%;
}

#front_page_news #col-two{

	float: right;
	width: 40%;
}



#front_page_categories p
{
	padding: 10px;
}

#front_page_categories a
{
	color: #4F9EC9;
	text-decoration: none;
}

#front_page_categories #col-one{

	float: left;
	width: 50%;
}

#front_page_categories #col-two{

	float: right;
	width: 50%;
}


#list_of_categories h2
{
	color: #3F4A86;
	margin-bottom: 5px;
	font-size: 110%;
}

#list_of_categories h3
{
	color: #3F4A86;
	margin-bottom: 5px;
	font-size: 90%;
}

#list_of_categories a.parent
{
	color: #3F4A86;
	text-decoration: none;
}

#list_of_categories a.sun
{
	color: #84868C;
	text-decoration: none;
}

#list_of_categories #col-one{
	float: left;
	width: 50%;

}

#list_of_categories #col-two{
	float: right;
	width: 50%;
}

#list_of_companies{
	padding: 5px; border: 
	solid 1px #D9DFF0; 
	margin-bottom: 5px;
}

#list_of_companies a{
	text-decoration: none;
	color: #000;
}


#list_of_news img{
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 5px;
	padding: 2px;
	border: solid 1px #CCCCCC;
}

#list_of_news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#list_of_news p{
	margin-bottom: 5px;
}

#list_of_news a{
	color: #000;
	text-decoration: none;
}

#list_of_news a:hover{
	text-decoration: underline;
}

#item_company p{
	margin-top: 5px;
}

#item_company span{
	font-weight: bold;
}

/*** Menu ***/
.buttonscontainer {width: 200px;}

.buttons a {
color: #4B81BC;
background-color: #EFEDDF;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid ;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid ;
text-decoration: none;
color: #86AEDA;}

.mosttallbaks p{
	margin-bottom: 3px;
}

.mosttallbaks a{
	text-decoration: none;
}
.mosttallbaks a:hover{
	text-decoration: underline;
}

#section_news img{
	float: left;
	border: solid 1px #000;
	padding: 2px;
	margin-right: 5px;
}
