			
/* CSS RESET RULES */
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	border: 0;
	vertical-align: bottom;
}
/* / CSS RESET RULES */



/* Common */

body {

	margin: 0; 
	padding: 0;
	font-family: Tahoma;	
	font-size: 11pt;
	font-weight: normal;
	color: #1C1D20;
	background: #fff;
}

div, table {

	font-size: 11pt;
	line-height: 1.3em;
}

div.all {

	min-width: 1000px; 
	width: expression(body.clientWidth < 990?"980px":"100%");
	min-height: 100%;
}

a {

	font-size: 11pt;
	text-decoration: underline;
	color: #00507F;
}

a:hover {

	text-decoration: none;
	color: #00507F;
}

a img {

	border: 0;
}

p {
	
	margin: 12px 0;
}


h1 {
	
	font-family: Georgia;	
	font-weight: normal;
	font-size: 28pt;
	line-height: 0.9em;
	margin: 0 0 25px 0;
	color: #00507F;	
}

h2 {
	
	font-family: Georgia;
	font-weight: normal;
	font-size: 16pt;
	text-align: center;
	background: url("../images/hr2.gif") repeat-x 0 100%;
	color: #fff;	
	margin: 0 0 5px 0;
	padding: 0 0 6px 0;
}

h2 span {

	padding: 3px 30px;
	background: #828186 url("../images/header_bg_dark.jpg") repeat-x 0 0;
	line-height: 25px;
}

#col-left-full h2 {

	color: #000;
        background: none;
	text-align: left;
}

h2 span a {

	background: url("../images/dot_white.gif") no-repeat 0 50%;
	padding: 0 0 0 15px;
	margin: 0 0 0 -12px;
	color: #fff;
	font-size: 16pt;	
}

h2 span a:hover {

	color: #fff;
	text-decoration: none;
}

h2.big span {
	
	padding: 3px 60px;
}

img.left {
	
	border: 1px solid #68676C;
	padding: 4px;
	margin: 4px 10px 0px 0;
	float: left;
}

img.right {
	
	border: 1px solid #68676C;
	padding: 4px;
	margin: 4px 0px 0px 10px;
}

img.center {
               	
	display: block;
	margin: 10px auto 0 auto;
}


.clear {
	
	clear: both;
}

.small {

	font-size: 8pt;
	color: #aaa;
}

#multi { display: none; }

/* /Common */

/* Main */

div.all {
	
}

div.inner {

	width: 980px;	
	text-align: left;
	position: relative;
}

div.head-gray {

	background-image: url("../images/gray_head.gif");
	height: 27px;
	line-height: 24px;
	color: #fff;
	position: relative;
	clear: both;
}

div.head-gray span {

	background-image: url("../images/gray_dot.gif");
	background-repeat: no-repeat;
 	background-position: 11px 50%;
	color: #666;
	font-weight: bold;
	font-size: 10pt;
	padding: 0 0 0 25px;	
}


#header {
	
	background: url("../images/logo_bg.gif") repeat-x;
	height: 142px;
	position: relative;
}

#header-date {

	position: absolute;
	top: 36px;
	left: 470px;
	color: #666;
	font-size: 8pt;
}

#logo {
	
	position: absolute;
	top: 12px;
	left: 36px;
}

#nav {

	text-align: right;	
}

#nav ul {
	
	padding: 8px 10px 0 0;
}

#nav ul li {
	
	list-style: none;
	display: inline;
	padding: 0px 15px 1px 15px;
	text-align: center;	
	border-right: 1px solid #666;
}

#nav ul li {
	
	text-align: center;	
}

#nav ul li.last {
	
	border: 0 none;
}

#search {
	
	margin: 35px 0 0 470px;
}

#search_field {
	
	background: url("../images/search.gif") no-repeat;
	border: 0 none;
	padding: 6px 8px;
	width: 220px;
	margin: 0 3px 0 0;
}

.button {
	
	background: url("../images/header_bg_button.jpg") repeat-x;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	font-size: 9pt;
	padding: 5px 8px;
}

#archive {
	
	position: absolute;
	right: 10px;
	width: 60px;
	height: 35px;
	top: 55px;
	line-height: 30px;
	background: url("../images/archive.gif") no-repeat 0 55%;
	padding: 0 0 0 60px;
}

#menu {
	
	height: 55px;
	text-align: center;
}

#menu ul {
	
	margin: 0 auto;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #666;
	width: 60%;
}

#menu ul li {
	
	display: inline;
	list-style: none;
	padding: 10px 25px;
	margin: 0;
	background: url("../images/menu_dot_gray.gif") no-repeat 10px 45%;
}

#menu ul li:hover {

	background: url("../images/menu_dot_blue.gif") no-repeat 10px 45%;
}

#menu ul li a {

	font-family: Georgia;
	font-size: 14pt;
	color: #68676C;
	text-decoration: none;
	padding: 0 0 2px 0;
}

#menu ul li:hover a,
#menu ul li a:hover {

	border-bottom: 3px solid #005180;
	color: #005180;
}

a.big {
	
	font-family: Georgia;	
	font-size: 22pt;
	line-height: 0.9em;
}

a.med {
	
	font-family: Georgia;	
	font-size: 14pt;
	line-height: 1.1em;
	display: block;
	margin: 0 0 8px 0;
}

.author {

	font-weight: bold;
}

span.img {
	
	border: 1px solid red;
}

div#wrapper{float:left;width:100%}


#col-left {
	
	width: 521px;
	margin: 0 22px 0 0;
	float: left;
}

#col-left-full {
	
	width: 723px;
	margin: 0 22px 0 0;
	float: left;	
}

#col-center {
	
	width: 179px;
	padding: 0 23px 0 0;
	float: left;
}

#col-right {
	
	width: 235px;
	float: left;
}

#footer {
	
	background: url("../images/hr2.gif") repeat-x;
	margin: 30px 0 0 0;
	height: 100px;
	position: relative;
}

#copy {
	
	width: 600px;
	position: absolute;
	left: 0;
	top: 10px;
	color: #68676C;
	line-height: 1.6em;
	font-size: 8pt;
}

#author {
	
	width: 300px;
	position: absolute;
	right: 0;
	top: 10px;
	color: #68676C;
	line-height: 1.6em;
	font-size: 8pt;
}

/* /Main */

/* Blocks */

.news-list .item {
	
	padding: 10px 0 13px 0;
	border-bottom: 1px solid #69686D;
}

.news-list .item a {
	
	color: #1B1C20;
	line-height: 1.3em;
	text-decoration: none;
}

.news-list .item a:hover {

	text-decoration: underline;	
}

.news-list span.date,
.news-cols span.date {
	
	color: #666;
	font-size: 8pt;
}

.news-main {
	
	margin: 0 0 25px 0;
}

.news-cols {
	
	margin: 0px 0 25px -15px;
}

.news-cols img { max-width: 110px; }


.news-cols .item {
	
	width: 250px;
	margin: 10px 0 0 15px;

	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

.col-full .item {

	width: 350px;	
}

ul.archive {
	
	list-style: none;
}


ul.archive li {

	display: -moz-inline-box;	
	display: inline-block;
	width: 330px;
	margin: 10px 10px;
}

	
ul.archive li {

	*display: inline    !important; /* IE 7  */
	_display: inline    !important; /* IE 6 */
}

div.rating {

	padding: 15px 0;
}



p.author {
	
	text-align: right;
}

div.short {
	
	color: #666;
}

div.justify {
	
	text-align: justify;
}


div.mini-ban {
	
	padding: 15px 15px 25px 15px;
}

div.mini-ban img {

	float: left;
	margin: 0 7px 14px 7px;
}

div.soc {

	height: 30px;
	position: relative;
}

div.soc div {

	position: absolute;
	right: 0;
}

#prime div {

	float: left;
	height: 45px;
}

#prime div img {

	margin-bottom: 10px;
}

div.prime_730 {

/*	margin: 0 20px 0 0;*/
}

div.banner_news_bottom {
	
	margin: 15px 0 0 0;
	text-align: center;
}

div.banner-right {
	
	text-align: center;
	margin: 0 0 25px 0;
}

div.text-links {

	float: left;
	padding: 5px 0 0 15px;
	width: 200px;
}

div.comments_723 {

	margin: 30px 0 0 0;
}


div.comments_under_723 {

	margin: 60px 0 0 0;
}

div.inner_top {

	margin: 0 0 40px 0;
}


div.text-links a {

	font-size: 8pt;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

div.text-links a:hover {

	font-size: 8pt;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

/* /Blocks */

/* Pages */

div.pout {

	font-size: 8pt;
	padding: 5px 0 10px 0;
	text-align: center;
}

div.pout div.nav {

	font-size: 10pt;
}

div.pout div.pages {

	padding-top: 8px;
}

div.pout a {
    
	font-size: 10pt;
	padding: 1px;
	margin: 3px 0 6px 5px;
}

div.pout a:hover {

	text-decoration: none;
}

div.pout strong {

	background-color: #00507F;
	color: #fff;
	font-size: 10pt;
	padding: 1px;
	margin: 3px;
}

/* /Pages */

/* Comments */

img.comments {

	margin: 0 0 0 3px;
}

div.comments {

/*	padding-top: 8px;*/
}

div.comment-change {

	font-style: italic;
	font-size: 8pt;
	color: #666;
	padding: 0 0 6px 0;
}

div.comments-inner {

	padding: 0px 15px;
}

div.comments div.name {

	background-color: #E3F6F7;
	color: #000;
	padding: 2px 6px;
	position:relative;
	height: 1.5em;
	line-height: 1.5em;
}

div.comments div.name div {

	color: #000;
	font-size: 8pt;
}

div.comments div.name div a {

	color: #000;
	font-size: 8pt;
}

input.comment {

	width: 150px;
	border: 1px solid #DFDFDF;
	font-size: 8pt;
	padding: 4px;
  font-family: Tahoma;	
}

textarea.comment {

	padding: 4px;
	height: 60px;
	width: 300px;
	border: 1px solid #DFDFDF;
	font-size: 8pt;
  font-family: Tahoma;	
}

table.comments {

	width: 400px;
	margin: 15px 0 0 0px;
}

table.comments td {

	padding-bottom: 5px;
	vertical-align: top;
}

table.comments td div {

	text-align: right;
	padding: 3px 10px 0 0;
	font-size: 9pt;
}

div.comments-out div.author {

	font-size: 9pt;
	font-weight: bold;
  color: #797878;
	padding: 0 0 0 15px;
}

div.comments-out div.author span.date {

	font-weight: normal;
}

div.comments-out div.comment {

	padding: 3px 0 0 15px;
	font-size: 9pt;
}

div.hr3 {

	clear: both;
	border-bottom: 1px solid #DFDFDF;
	margin: 10px 0 10px 0;
}

div.error {

	color: #f00;
	padding: 0 0 8px 0;
	text-align: center; 
	font-size: 8pt;
}

/* /Comments */

.error {

	color: red;
	border-color: red;
}

label.error { display: block; }

.inner-text ul, .inner-text ol { margin: 0px 0 0px 20px !important; display: inline-block; }