@charset "UTF-8";
/* CSS Document */
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/bg_body.gif) repeat-x top #585858;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 988px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/images/bg_container.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:86px;
	background: url(/images/bg_header.png) no-repeat top;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #logotext {
	float:left;
	width:243px;
	height:60px;
	padding: 10px 20px 0 12px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #menu {
	height:29px;
	width:950px;
	background: url(/images/bg_menu.gif) repeat-x top #585858;
	margin-left:4px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContentContainer {
	margin:0px 0px 0px 4px;
	width:980px;
	padding:20px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/images/bg_leftmenu.gif) left repeat-y #ffffff;
}
.oneColFixCtrHdr #footer {
	width:970px;
	margin-left: 4px;
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #111;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 15px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both; height:0px; font-size: 0px; line-height: 0px;
}
h3 {
font-size:12px;
}
h3 span {
font-size:12px; font-weight:normal; vertical-align:baseline;
}
h2 {
font-size:16px;
}
h2 span {
font-size:12px; font-weight:normal; vertical-align:baseline;
}
#mainContent {
margin-left:225px;
margin-right:20px;
}
#mainContent p {
color: #333333; font-size:12px;
}
.leftImageCol {
float:left; width:200px; background-color:#fbfbfb;
}
.leftImageCol img {
margin-bottom:20px;
}
.umenu {
padding:10px; color: #333333; font-size:12px; font-weight:bold; 
}
.umenu a {
font-weight:normal; text-decoration:none; color: #333333; font-size:11px; margin-left:5px;
}
.umenu a:hover {
font-weight:normal; text-decoration:underline; color: #111; font-size:11px; margin-left:10px;
}
td.leftCol {
width:225px; vertical-align:top; text-align:center; font-size:11px;
}
td.leftCol span {
text-align:left;
}
td.leftCol img {
margin-top:20px;
}
td.rightCol {
padding-left:20px; vertical-align:top;
}
td.rightCol span {
text-align:left; font-size:11px;
}
td.rightCol img {
margin:10px 0px;
}
td.rightCol ul {
font-size:11px;
}
p.imgtext {
font-size:11px; text-align:left; color:#666666; margin:0px; padding:0px;
}
a {
color:#666666; text-decoration:none;
}
a.active {
text-decoration:underline; margin-left:10px;
}
table.filelist {
font-size:12px;
}
table.filelist td {
border-bottom:1px dotted #999999; vertical-align:top; padding:5px;
}
span.newsheader {
font-size:12px; font-weight:bold;
}
span.newsdate {
font-size:9px; color:#666666;
}

/* inplaceeditor */
form.inplaceeditor-form { /* The form */
}

form.inplaceeditor-form input[type="text"] { /* Input box */
width:400px; border:1px dotted #cdcdcd;
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
width:400px; height:300px; border:1px dotted #cdcdcd;
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  margin-left:1em;
}

form.inplaceeditor-form { /* The cancel link */
  margin-left:1em;
}

form.inplaceeditor-form-blog  { /* The form */
	font-size:10px;
}

form.inplaceeditor-form-blog  input[type="text"] { /* Input box */
width:220px; border:1px dotted #cdcdcd;
}

form.inplaceeditor-form-blog  textarea { /* Textarea, if multiple columns */
width:220px; height:40px; border:1px dotted #cdcdcd;
}

form.inplaceeditor-form-blog  input[type="submit"] { /* The submit button */
  margin-left:1em; border:1px solid #111111; color:#FFFFFF; background-color:#006600; text-transform:uppercase; 
}

form.inplaceeditor-form-blog  a { /* The cancel link */
  margin-left:1em; display:inline-block; height:15px; border:1px solid #111111; color:#FFFFFF; text-transform:uppercase; background-color:#990000; padding:1px 5px 0px 5px;
}

div.hglidecontentwrapper {
position:relative;
height:165px;
width:720px;
overflow:hidden;
left:20px;
background:#ffffff;
}

div.glidebox {
display:block; float:left; background:#ffffff; width:220px; height:140px; padding:5px 10px; vertical-align:top; margin:0px;
}
div.glidebox:hover {
display:block; float:left; background:#f4f4f4; width:220px; height:140px; padding:5px 10px; vertical-align:top; margin:0px;
}
div.glidebox.active {
background: url(/images/bg_newbox_active.png) bottom no-repeat #f4f4f4; height:150px;
}
div.glidebox.left {
margin-right:7px;
}
div.glidebox.right {
margin-right:0px;
}
div.glidebox h6 {
font-size:0.7em; font-weight:bold; color:#333333; padding:0px; margin:0px 0px 3px 0px; line-height:12px; text-align:left; height:26px; overflow:hidden;
}
div.glidebox .image {
height:100px; overflow:hidden; border:1px solid #000000;
}
.glideringress {
margin:2px 0px 0px 0px; padding:0px; font-size:0.5em; height:24px; overflow:hidden; color:#666666;
}
.glidernext {
position:absolute; top:0px; right:0px; width:10px; height:150px; text-align:right; background: url(/images/arrow_r.png) right no-repeat #f4f4f4; border-left:1px solid #f4f4f4;
}
.glidernext.deactive {
position:absolute; top:0px; right:0px; width:10px; height:150px; text-align:right; background:#f4f4f4; border-left:1px solid #f4f4f4;
}
.gliderprev {
position:absolute; left:0px; width:10px; height:150px; background: url(/images/arrow_l.png) left no-repeat #f4f4f4; border-right:1px solid #f4f4f4;
}
.gliderprev.deactive {
position:absolute; left:0px; width:10px; height:150px; background:#f4f4f4; border-right:1px solid #f4f4f4;
}
-->