@import url("style-reset.css");
@import url("style-text.css");
@import url("style-grid.css");
@import url("style-nav.css");

/* grey box method */
body {
background: #E7E7E7 url(images/bg.jpg) repeat;
color: #333333;
font-size: 11px;
padding: 0;
}

a {
color: #000000;
font-weight:bold;
text-decoration: none;
}

a:hover {
color:#555555;
}

/* 960 grid system container background */
.container_16 {
background:#FFFFFF;
}

/* headings */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}

h1 a {
font-weight:normal;
}

/* branding */
h1#branding {
font-weight:normal;
font-size:6em;
font-family:Georgia,Times,serif;
text-align:left;
padding:0 0 0 10px;
margin-bottom:0;
}

h1#branding a {
color: #FFFFFF;
}

h1#branding a:hover {
color: #999999;
}

#textlogo {
width: 500px;
float: left;
}

img.branding {
padding:0 0 0 10px;
float: left;
}

/* page heading */
h2#page-heading {
font-weight:normal;
font-family:Georgia,Times,serif;
padding:.5em;
margin:0 0 10px 0;
border-bottom:1px solid #ccc;
}

/* boxes */
.box {
margin-bottom:10px;
padding:10px 10px 1px 10px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}

.first_box {
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
}

.last_box {
margin-right: 0px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border: none;
height: 175px;
}

.box h2 {
font-size:1em;
font-weight:normal;
text-transform:uppercase;
color:#9BAAB5;
background:#192227;
margin:-11px -11px 0 -11px;
padding:8px 0 6px 12px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}

.box h2 a, .box h2 a.visible {
color:#9BAAB5;
font-weight: normal;
}

.box h2 a:hover {
color:#FFFFFF;
background: none;
}

.block {
padding-top:10px;
margin-bottom: 30px;
}

.entry img {
padding: 5px;
background: #FFFFFF;
}

div.menu {
padding:0;
}

div.menu h2 {
margin:0;
}

div.menu .block {
padding-top:0;
}

/* tables */
table {
width:100%;
margin-bottom:10px;
}

col.colC {
width:8em;
}

th, td {
padding:.2em 1em;
text-align:left;
}

thead th {
border-bottom:2px solid #888888;

padding:.4em 1em .2em;
}

thead th.table-head {
font-size:1em;
font-weight:normal;
text-transform:uppercase;
color:#FFFFFF;

}

tbody th, tbody td {
}

tbody tr.odd th,
tbody tr.odd td {
}

tfoot th,
tfoot td {

}

tfoot tr.total th,
tfoot tr.total td {

}

tfoot tr.total th {
text-transform:uppercase;
}

th.currency,
td.currency {
text-align:right;
}

/* massive news */
#head_wrap {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
padding: 0 10px 10px 10px;
}

#header {
background: #FFFFFF;
border-bottom: 1px solid #435664;
padding: 20px 0 20px 0;
}

.header_ad {
float: right;
padding: 4px;
margin: 0 10px 0 0;
border: 1px solid #435664;
}

#navigation {
background: #192227;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;	
}

ul.nav li {
background: url(images/menudiv.jpg) top right no-repeat;
}

ul.nav li.page_item {
background: url(images/menudiv.jpg) top left no-repeat;
}

ul.nav li.subscribe {
background: url(images/rss.jpg) top left no-repeat;
padding-right: 23px;
}

.main_wrap {
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
padding: 10px 10px 0 10px;
margin-top: 15px;
margin-bottom: 15px;
}

#footer_wrap {
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
padding: 10px 10px 0 10px;
margin-bottom: 0px;
}

#footer {
background: #192227;
padding: 10px;
color: #FFFFFF;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}

#footer h4 {
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
}

#footer p {
font-size: 10px;
margin: 0;
padding: 0;
color: #9BAAB5;
}

#footer a {
color: #9BAAB5;	
font-weight: normal;
}

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

/* footer ---------------------------------- */


#flinks {
	float:right;
	list-style:none;
	padding:0;
}
#flinks li {
	display: inline;
	color:#fff;
}
#flinks li a {
	color:#064599;
	padding:8px 0 8px 22px;
	margin:0;
	display:block;
	float:left;
	line-height:26px;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#flinks li a:hover {
	display: inline;
	color:#ef181e;
}

#header1 {
background: #FFFFFF;
border-bottom: 1px solid #435664;
padding: 18px 0 10px 0;

