html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background-color: transparent;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********** MAIN ***********/
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
html {
    min-width: 930px;
} /*IE7*/

body {
    color: #333;
    margin: 0;
    padding: 0;
    text-align: left;
    background: url(../img/bg.gif) repeat-x 0 0;
    font: 75%/145% Arial, Helvetica, Verdana, sans-serif;
}

/*********** COMMON ***********/

a { color: #1c67b2; cursor: pointer; text-decoration: underline; outline: none !important; position: relative; }
a:hover, a:focus { color: #1c67b2; text-decoration: none; }

img {
    border: none;
}
td, th, textarea, input, select {
  font-size: 100%;
}
td, th {
  padding: .3em;
}
p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}


form {
    clear: left;
    margin: 0;
}

h1,h2,h3,h4,h5 { margin-bottom: 0.3em; 
  line-height: 1.2em;}
h1 {
	float: left;
	display: inline;
	width: 499px;
	margin: -20px;
	padding: 20px;
  font-size: 1.67em;
  font-weight: bold;
  color: #000;
  background: #E3F1F8;
  border-bottom: 1px dotted #333;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
}
h3 {
  font-size: 1.33em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}

ol,ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li p {
    margin: 0;
    padding: 0;
}

p.small {
  font-size: 0.9em;
  line-height: 1.25em;
}

.clear {
  clear: both;
}

.fl-left {
  float: left !important;
}
.fl-right {
  float: right !important;
}


/*********** TEMPLATE ***********/


#container {
  margin: 10px auto;
  width: 760px;
}
#container-wrapper {
  float: left;
  display: inline;
  background: #fff;
  padding: 10px;
  width: 760px;
}

#header {
	float: left;
  position: relative;
  z-index: 20;
  width: 540px;
  height: 228px;
  overflow: hidden;
}
#headerimage {
	position: absolute;
  z-index: 22;
	float: left;
  width: 540px;
  height: 215px;
  padding-top: 13px;
}
#headerimage .overlay {
  position: absolute;
  z-index: 23;
  top: 0;
  left: 0;
	width: 540px;
	height: 228px;
  background: url(../img/headeroverlay.png) no-repeat 0 0;
}	

a#logo {
	float: left;
  display: inline;
  background: url(../img/logo.gif) no-repeat 0 0;
  width: 215px;
  height: 228px;
  margin: 0;  
  text-indent: -999em;
}

#navigation {
	position: absolute;
  top: 175px;
  right: 0;
	float: right;
	display: inline;
	z-index: 25;
  background: url(../img/nav-bg.gif) no-repeat 0 0;
	height: 32px;
	padding: 0 1em;
}
#navigation li {
	float: left;
  display: inline;
	margin-right: .5em;
}
#navigation li.first a {
  background: none;
  padding-left: 0;	
}
#navigation li a {
	text-decoration: none;
  background: url(../img/nav-bullet.gif) no-repeat 0 50%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
  padding-left: .5em;
}
#navigation li a:hover {
  color: #da5a0c;	
}


#column {
	position: relative;
	float: left;
  display: inline;
	width: 215px;
	background: #007dbc;
	border-bottom: 2px solid #000;
}
#columnimage {
  position: relative;
  float: left;
  display: inline;
  width: 215px;
  height: 215px;
}
#columnimage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 215px;
  background: url(../img/columnoverlay.png) no-repeat 0 0;
} 
#columntext {
  float: left;
  display: inline;
  padding: 20px;
  color: #fff;
  font-size: 0.9em;
}
#columntext a {
	color: #fff;
} 


#content {
	float: left;
  display: inline;
	padding: 20px;
}
#content h1,
#content h2,
#content h3,
#content h4 { margin-bottom: .5em; }
#content p { margin-bottom: 1.5em; }

#content ul {
  list-style: disc;
  margin: 1em 1em;
}
#content li {
  list-style: disc;
  margin: 0.1em 1em;
}


.col-left {
  float: left;
  display: inline;
	width: 215px;
	padding: 0 0 20px 0;
}
.col-right {
  float: left;
  display: inline;
  z-index: 20;
  width: 540px;
}



#newsindex h2 a {
  color: #333;
  text-decoration: none;
}
#newsindex h2 a:hover {
  color: #0070b8;
  border-bottom: 2px solid #000;
}
#newsindex ul {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  width: 500px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}
#newsindex li {
  float: left;
  display: inline;
  width: 500px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
#newsindex li .text {
  float: left;
  display: inline;
  width: 500px;
}
#newsindex li .date {
  color: #888;
  font-size: 0.9em;
}

#newsindex .pagination ul {
  border: 0;
}

#newsindex .pagination li {
  float: left;
  display: inline;
  width: 15px;
  height: 15px;
  padding: 5px;
  font-size: 1.2em;
  border: 0;
  text-align: center;
}
#newsindex .pagination li a {
  float: left;
  display: inline;
  width: 15px;
  height: 15px;
  text-decoration: none;
  text-align: center;
}
#newsindex .pagination li.active {
  color: #fff;
  background: #0070b8;
}
#newsindex .pagination li.doublearrow-r,
#newsindex .pagination li.doublearrow-l {
  display: none;
}
#newsindex .pagination li.arrow-l.disabled {
  background: url(../img/bigarrowl.gif) no-repeat 50% 7px;
}
#newsindex .pagination li.arrow-l a {
  background: url(../img/bigarrowl.gif) no-repeat 50% -27px;
}
#newsindex .pagination li.arrow-r.disabled {
  background: url(../img/bigarrow.gif) no-repeat 50% 7px;
}
#newsindex .pagination li.arrow-r a {
  background: url(../img/bigarrow.gif) no-repeat 50% -27px;
}
#newsindex .pagination li.arrow-r,
#newsindex .pagination li.arrow-r a,
#newsindex .pagination li.arrow-l,
#newsindex .pagination li.arrow-l a {
  text-indent: -999em;
}




#footer {
	clear: both;
	font-size: 0.9em;
	color: #888;
}
#footer .wrapper {
  height: 1em;
  padding: 10px 0;
  margin-top: 20px;
}
#footer .copyright {
  float: right;
}
#footer span {
  float: left;
  display: inline;
  height: 20px;
  line-height: 20px;
}
#footer .copyright a.logo {
	float: left;
  display: inline;
  width: 15px;
  height: 20px;
  margin-left: .5em;
  background: url(../img/shield.gif) no-repeat 0 0;
  text-indent: -999em;
}