/* begin Page */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4A5148;
	margin: 0 auto;
}

a {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #95864B;
}
a:link, a:visited {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #f29e38;
  text-decoration: none;
}
a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #f2561d;
}
#main {
	background: #FFF url(../images/body-bg.png) bottom repeat-x fixed;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.top-bar {
	height: 47px;
	background: #77b3d9;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px;
	box-shadow: 0 0px 0px #000000;
	-webkit-box-shadow: 0 0px 10px #000000;
	-moz-box-shadow:0 0px 10px #000000;
}
div.search {
	float: right;
	width: 290px;
	height: 43px;
	margin-right: 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: url(../images/search-bg.png) repeat-x;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius: 5px;
	box-shadow: 0 0px 3px #000000;
	-webkit-box-shadow: 0 0px 3px #000000;
	-moz-box-shadow:0 0px 3px #000000;
	position: relative;
}
form.search {
	padding: 2px 10px;
	background: url(../images/search.png) no-repeat 95% center;
}
form {
	padding:0;
	margin:0;
}

table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

.container {
	margin-top: -13px !important;
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 700px;
	min-width:35px;
	min-height:35px;
	float: right;
}
.container-body {
	position: relative;
	z-index:1;
}
/* begin Button */
button, .button, .readon, .validate {
	color: #eee1be;
	display: inline-block;
	padding: 5px 10px 6px;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0px 0px 0px #555;
	border: 1px solid #222;
	position: relative;
	cursor: pointer;
	background: #060815 url(../images/overlay.png) repeat-x;
	font-size: 11px;
}
.readon {
	color: #232f40 !important;
}
button:hover,  .button:hover,  .validate:hover {
	background-color: #111;
	color: #fff;
}
.readon {
	text-shadow: 0px 0px 0px #FFF;
	background: #CCC url(../images/overlay.png) repeat-x;
	border: 1px solid #999;
}
.readon:hover {
	background: #555 url(../images/overlay.png) repeat-x;
	-moz-box-shadow: 0 -1px 3px #999;
	-webkit-box-shadow: 0 -1px 3px #999;
	border: 1px solid #444;
}
/* end Button*/

/* begin Header */
div.header {
	margin: 0 auto;
	position: relative;
	width: 700px;
	height: 218px;
	background: #0078b5 url(../images/header.jpg) no-repeat;
	-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px;
	box-shadow: 0 5px 15px #000000;
	-webkit-box-shadow: 0 0px 10px #000000;
	-moz-box-shadow:0 5px 15px #000000;
	text-shadow: 0px 0px 0px #ccc;
}
/* end Header */

/* begin Logo */
.logo {
	display : block;
	position: absolute;
	left: 30px;
	top: 40px;
	height: 130px;
	padding: 50px 0px 0px 140px;
	background: url(../images/logo.png) no-repeat left center;
}
h1.logoText {
	display: block;
	text-align: left;
}

h1.logoText, h1.logoText a, h1.logoText a:link, h1.logoText a:visited, h1.logoText a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 41px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #EEEBDD !important;
	text-shadow: 0px 0px 0 #232f40;
}
.sloganText {
	display: block;
	text-align: left;
}
.sloganText, .sloganText a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding:0;
	margin:0;
	color: #0A0905 !important;
}

/* end Logo */
/* begin menu */
.nav {
	position: relative;
	height: 43px;
	float: left;
	margin-left: 5px;
	border-left: 1px solid #9db0bc;
	border-right: 1px solid #9db0bc;
	border-bottom: 1px solid #9db0bc;
	text-shadow: 0px 0px 0px #ccc;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius: 5px;
	box-shadow: 0 0px 3px #000000;
	-webkit-box-shadow: 0 0px 3px #000000;
	-moz-box-shadow:0 0px 3px #000000;
}
.css-menu {
	padding: 0px 0px 0px 0px;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius: 5px;
	background: #BFD1DC url(../images/nav.png) repeat-x scroll 0 0;
	height: 43px;
}
.css-menu a, .css-menu a:link, .css-menu a:visited, .css-menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.css-menu, .css-menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.css-menu li {
	padding: 0;
	border: 0;
	display: block;
	float: left;
	bottom: 5px;
	position: relative;
	z-index: 5;
	background:none;

}

.css-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.css-menu li:hover>ul {
	visibility: visible;
	top: 120%;
}
.css-menu li li:hover>ul {
	top: 0;
	left: 100%;
}

.css-menu ul {
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.css-menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
.css-menu ul li {
	clear: both;
}
.css-menu a {
	position:relative;
	display: block;
	overflow:hidden;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.css-menu a .menu-item {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #2A2E29;
	padding: 0 10px;
	position: relative;
	top: 7px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
}
.css-menu li:hover a .menu-item {
	color: #232622;
}
.css-menu a.active, .css-menu a:hover {
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius: 5px;
   	background: #f2561d url(../images/overlay.png) repeat-x;
	color: #FFF;
}
.nav .css-menu-separator {
	display: block;
	width: 3px;
	height: 45px;
	background: url(../images/separator.png) 100% 50% no-repeat;
}
.css-menu ul a {
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	color: #333;
	min-width: 150px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	line-height: 20px;
	margin: auto;
	padding: 0px 0 0 10px;
	background: #f29e38;
	border-width: 1px;
	border-style: solid;
	border-color: #E4C144;
}

nav ul.css-menu ul span, nav ul.css-menu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.css-menu ul li a {
	-moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius:3px; -webkit-border-top-right-radius:3px;
	height: 30px;
	border: 1px solid #999;
	background: #afafaf url(../images/subitem-bg.png) 0 0 repeat-x;
}
.css-menu ul li a:hover {
	-moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px;
	-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius:3px; -webkit-border-bottom-right-radius:3px;
	color: #F8F7F1;
	background: #c3c3c3 url(../images/subitem-bg.png) 0 -30px repeat-x;
}
/* end Menu */
/* begin breadcrumbs */
.breadcrumb {
	background: #2b82cd url(../images/bread-bg.png) repeat-x;
	height: 30px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 0px 10px #000000;
	-webkit-box-shadow: 0 0px 10px #000000;
	-moz-box-shadow:0 0px 10px #000000;
	font-size: 18px;
	color: #1f1f1f;
	text-shadow: 0px 0px 0px #EEE1BE;
	text-transform: uppercase;
}span.pathway {
	display: block;
	padding-left: 60px;
	height: 30px;
	line-height: 30px;
	background: url(../images/bread-home.png) no-repeat left; 
}
span.pathway a {
	text-decoration: none;
}
.breadcrumbs img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* end breadcrumbs */

/* BEGIN CONTENT */
/* Start Content headings Fonts & Colors  */
.contentheading {
font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #95864B;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #52594F;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #6D7769;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #95864B;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #5E675B;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #5E675B;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #5E675B;
}
/* Finish Content headings Fonts & Colors  */
/* Start blockquote */
blockquote p {
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote {
		border:solid 1px #D4CCAA; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E9E4D3;
	background-image:url('../images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* Begin Content list */
ol, ul {
	margin:1em 0 1em 2em;
	padding:0;
}

li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li  {
	margin:0.2em 0;
	padding:0;
}
.left-col li, .right-col li, .contentarticle li {
	list-style-image: url(../images/list.png);
}
ul {
	list-style-type: none;
}

ol {
	list-style-position:inside;
	
}
.post li {
	line-height:1.2em;
}
.post ol li, .post ul ol li {
	background: none;
	padding-left:0;
}

/* Finish Content list */

/* begin ContentLayout */
.content-layout {
	position: relative;
	margin-top: 15px;
	width: 700px;
}
.content-layout .content, .content-wide {
	position: relative;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0;
	border: 0;
	float: right;
	width: 460px;
	background: #f2f2f2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0px 10px #000000;
	-webkit-box-shadow: 0 0px 10px #000000;
	-moz-box-shadow:0 0px 10px #000000;
}
.content-layout .content-wide {
	margin-left: 0;
	width: 700px;
}
.content-layout li {
	float: none;
}

table.moduletable th {
	font-size: 140%;
	padding: .5em 0em;
}

#footer {
	text-align: center;
}
.contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate {
	font-size: 75%;
	padding-bottom: 1em;
}
.column_separator  {
	padding-left: .4em;
}
.pagination span {
	padding: 2px;
}
.pagination a {
	padding: 2px;
}

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
} {
	position:relative; 
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
}
.post-body {
	position: relative;
	z-index:1;
	padding: 5px;
}
.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl {
	position:absolute;
	z-index:-1;
}
.post-tr, .post-tl, .post-br, .post-bl {
	width: 12px;
	height: 12px;
	background-image: url('../images/Post-s.png');
}
.post-tl {
	top:0;
	left:0;
	clip: rect(auto, 6px, 6px, auto);
}
.post-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 6px, 6px);
}
.post-bl {
	bottom: 0;
	left: 0;
	clip: rect(6px, 6px, auto, auto);
}
.post-br {
	bottom: 0;
	right: 0;
	clip: rect(6px, auto, auto, 6px);
}
.post-tc, .post-bc {
	left: 6px;
	right: 6px;
	height: 12px;
	background-image: url('../images/Post-h.png');
}
.post-tc {
	top: 0;
	clip: rect(auto, auto, 6px, auto);
}
.post-bc {
	bottom: 0;
	clip: rect(6px, auto, auto, auto);
}
.post-cr, .post-cl {
	top: 6px;
	bottom: 6px;
	width: 12px;
	background-image: url('../images/Post-v.png');
}
.post-cr {
	right:0;
	clip: rect(auto, auto, auto, 6px);
}
.post-cl {
	left:0;
	clip: rect(auto, 6px, auto, auto);
}
.post-cc {
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background-color: #F2F2F2;
}
.post {
	margin: 5px;
}

/* Start images */
a img {
	border: 0;
}
.article img, img.article {
	border: 1px solid #456673;
	margin: 1em;
}
.meta-icon img {
	border: none;
	vertical-align: middle;
	margin:2px;
}
.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.article table, table.article .article tr, .article th, .article td {
	background-color:Transparent;
}
.article th, .article td {
	padding: 2px;
	vertical-align: top;
	text-align:left;
}
.article th {
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
/* end ContentLayout */
/* begin article-titleIcon */
.post-header-wrapper {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #393E37;
}
.post-header-wrapper, .post-header-wrapper a, .post-header-wrapper a:link, .post-header-wrapper a:visited, .post-header-wrapper a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #393E37;
	margin-bottom: 0;
}

/* end article-titleIcon */
/* begin article-title */
.article-title a:link {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #5F5630;
}
.article-title a:visited, .article-title a.visited {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #5C6459;
}
.article-title a:hover, .article-title a.hovered {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #C4A01C;
}
/* end article-title */

/* begin PostMetadata */
.meta-cat {
	padding:1px;
	background: #d5d5d5 url(../images/meta-bg.png) repeat-x;
	border-left: 4px solid #008BC5;
	border-right: 4px solid #008BC5;
	border-top: 4px solid #008BC5;
	position: relative;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	height: 20px;
	text-shadow: 0px 0px 0px #FFF;
	line-height: 20px;
	margin-bottom: -4px;
	z-index: 1;
}
.cat {
	padding: 5px 5px 5px 25px;
	margin-left: 3px;
	background: url(../images/cat.png) no-repeat;

	position: relative;

}
.cat a {
	font-size: 14px;
}
.post-meta-header {
	padding:1px;
	background: #d5d5d5 url(../images/meta-bg.png) repeat-x;
	border-left: 4px solid #008BC5;
	border-right: 4px solid #008BC5;
		border-top: 4px solid #008BC5;
	border-bottom: 2px solid #008BC5;
		-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	position: relative;
	margin-bottom: -4px;
}
/* end PostMetadata */

/* begin PostIcons */
.article-titleIcons {
	padding:1px;
}
.article-titleIcons, .article-titleIcons a, .article-titleIcons a:link, .article-titleIcons a:visited, .article-titleIcons a:hover, .cat {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #008bc5;
	font-weight: bold;
}
.article-titleIcons a, .article-titleIcons a:link, .article-titleIcons a:visited, .article-titleIcons a:hover {
	margin:0;
}
.article-titleIcons a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #665C33;
}
.article-titleIcons a:visited, .article-titleIcons a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #4A5148;
}
.article-titleIcons a:hover, .article-titleIcons a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #B3911A;
}
/* end PostIcons */
/* begin contentarticle */
.contentarticle {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #1f1f1f;
  background: #FFF;
  padding: 10px;
  border: 4px solid #008BC5;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px;
}
/* end contentarticle */
/* content tables */
td.sectiontableheader {
	background: #efefef;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.highlight {
	background-color: #fffebb;
}

div.mosimage {
	margin: 5px;
}

div.mosimage_caption {
	font-size: .90em;
	color: #666;
}

div.caption {
	padding: 0 10px 0 10px;
}

div.caption img {
	border: 1px solid #CCC;
}

div.caption p {
	font-size: .90em;
	color: #666;
	text-align: center;
}
/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

div.message {
	font-weight: bold;
	font-size: 14px;
	color: #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
.img_caption.left {
	float: left;
	margin-right: 1em;
}
.img_caption.right {
	float: right;
	margin-left: 1em;
}
.img_caption.left p {
	clear: left;
	text-align: center;
	background: #456673;
	color: #fcfcff;
}
.img_caption.right p {
	clear: right;
	text-align: center;
	background: #456673;
	color: #fcfcff;
}
.img_caption img {
	margin: 0em;
}
/* END CONTENT */


/* begin Navigation */
#navigation, .pagenavbar {
	text-align: center;
	height: 25px;
	font-size: 11px;
	text-transform: uppercase;
	color: #f2f2f2;

}
#navigation span, .pagenavbar  div {
	background: #456673;
	color: #fcfcff;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px #3e3f59 solid;
	text-shadow: 0px 0px 0px #333;
}
.pagenavbar  div {
	width: 145px;
}
#navigation a {
	text-decoration: none;
	background: #eee1be;
	color: #060815;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px #f29e38 solid;
	text-shadow: 0px 0px 0px #333;
}
.pagenavbar  a {
	text-decoration: none;
	text-shadow: 0px 0px 0px #333;
}
#navigation a:hover, .pagenavbar  a:hover {
	text-shadow: 0px 0px 0px #333;
}
/* end Navigation */
/* BEGIN COMPONENT */
.componentheading {
	background: #008bc5;
	-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;
}
span.article-title {
	background: #008bc5;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 3px 10px 5px 10px;
	text-shadow: 0px 0px 0px #CCC;
	color: #060815;
	border: 1px solid #008BC5;
}
#component-contact table td {
	padding: 2px 0;
}
#archive-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#archive-list li {
	list-style-type: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
/* END COMPONENT */
/* BEGIN MODULES */
.left-col, .right-col, .bottom-col {
	background: #e9e9e9;
	box-shadow: 0 0px 10px #000000;
	-webkit-box-shadow: 0 0px 10px #000000;
	-moz-box-shadow:0 0px 10px #000000;
}
.left-col {
	width: 240px;
	float: left;
	margin-top: -5px;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px;
}
.right-col {
	width: 220px;
	float: left;
	background: #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
}
.bottom-col {
	width: 960px;
	color: #eee1be;
	text-shadow: -1px -1px -1px #060815;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px auto 0 auto;
}
.bot-mod {
	display: inline-block;
	margin: -5px 0 -5px 0;
	width: 100%;
}
.bottom {
	position: relative;
	float: left;
	z-index: 1;
}
.moduletable h3 {
	background: url(../images/module-h3.png) left top no-repeat;
	height: 30px;
	line-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -22px -10px 10px -10px;
	padding-left: 35px;
	text-shadow: 1px 1px 0 #000000;
}
.moduletable.alert h3 {
	background-position: 0 -30px;
	color: #060815;
	text-shadow: 1px 1px 0 #eee1be;
}
.moduletable.set h3 {
	background-position: 0 -60px;
}
.moduletable.user h3 {
	background-position: 0 -90px;
	color: #232f40;
	text-shadow: 1px 1px 0 #fcfcff;
}
.moduletable.text h3 {
	background-position: 0 -120px;
}
.moduletable {
	margin: 5px;
	padding: 22px 10px 5px;
	width: auto;
	color: #060815;
	background: #008bc5 url(../images/module-bg.png) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	min-height: 50px;
	text-shadow: 0px 0px 0 #BBB;
}
.moduletable.borderless {
	margin: 5px;
	padding: 0;
	width: auto;
	color: #060815;
	background: transparent;
}
.moduletable.alert {
	background: #f29e38 url(../images/module-bg.png) repeat-x;
	border: 1px solid #ef4203;
	color: #060815;
	text-shadow: 1px 1px 1px #fcfcff;
}
.moduletable.alert a {
	color: #1D1E40;
}
.moduletable.alert a:hover {
	color: #495f73;
}
.moduletable.text {
	background: #232f40 url(../images/module-bg.png) repeat-x;
	border: 1px solid #060815;
	color: #eee1be;
	text-shadow: 1px 1px 0 #060815;
}
.moduletable.user {
	background: #eee1be url(../images/module-bg.png) repeat-x;
	border: 1px solid #dcd042;
	text-shadow: 1px 1px 0 #fcfcff;
}
.moduletable.user a {
	color: #40bf3b;
}
.moduletable.user a:hover {
	color: #456673;
}
.moduletable.set {
	background: #495f73 url(../images/module-bg.png) repeat-x;
	border: 1px solid #1d1e40;
	text-shadow: 1px 1px 1px #060815;
}
.moduletable_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}
.moduletable_menu ul li a:link, .moduletable_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn .moduletable {
	padding: 0 10px;
}

#leftcolumn .moduletable table {
	width: auto;
}
.module {
	margin: 5px;
}
.module-body {
	position: relative;
	z-index:1;
	padding: 5px 0 5px 15px;
}
.moduleHeader {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius:3px;
	border: 1px solid #232f40;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 0px;
	display:block;
	height: 30px;
	background: #232f40 url(../images/overlay.png) repeat-x;
}

table.moduletable th, legend {
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
.moduleHeader .title {
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 20px;
	line-height: 30px;
	margin-top: 15px;
}
.header-icon {
	display:inline-block;
	background: url(../images/globe.png) left top no-repeat;
	padding:0 0 0 20px;
	margin: -15px 0 0 -15px;
}
.module-content {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:3px;
	min-height: 85px;
	border-right: 1px solid #232f40;
	border-bottom: 1px solid #232f40;
	border-left: 1px solid #232f40;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius:3px;
	background: #456673;

}
.module-content-body {
	padding: 5px;
	text-align: justify;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.module-content-body a:link {
	color: #f2561d;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.module-content-body a:visited, .module-content-body a.visited {
	color: #E7E9E7;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.module-content-body a:hover, .module-content-body a.hover {
	color: #F3E3AA;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.module-content-body ul {
	list-style-type: none;
	color: #D5D9D4;
	margin:0;
	padding:0;
}
.module-content-body li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
.module-content-body ul li {
	padding:0px 0 0px 9px;
	background: url(../images/list.png) no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* END MODULES */
/* BEGIN FORMS */
.invalid {
	border-color: #ff0000;
}

label.invalid {
	color: #ff0000;
}

table.adminform textarea {
	width: 540px;
	height: 400px;
	font-size: 1em;
	color: #000099;
}

div.search input {
	width: 225px;
	height: 20px;
	background: #efefef url(../images/search-inputbg.png) no-repeat bottom right;
	border: 1px solid #333;
	margin: 15px 0 10px 0;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form#form-login {
	text-align: left;
	margin: 5px;
}

form#form-login fieldset {
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

form#form-login ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#form-login ul li {
	background-image: none;
	padding: 0;
	list-style-image: none;
}

#modlgn_username, #modlgn_passwd {
	width: 85%;

	padding: 5px 0px 0px 25px;
	background: #FFF url(../images/login.png) no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#modlgn_passwd {
	background-position: 0 -25px;
}

#form-login-username, #form-login-password, #form-login-remember {
	display: block;
	margin: 0;
}

form#com-form-login {
	text-align: left;
}

form#com-form-login fieldset {
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

form#com-form-login ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#com-form-login ul li {
	background-image: none;
	padding: 0;
}
/* END FORMS */
/* System Standard Messages */
#system-message {
	margin-bottom: 20px;
}

#system-message dd.message ul {
	background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
	margin:0px;
	padding-left: 40px;
	text-indent:0px;
}

/* System Error Messages */
#system-message dd.error ul {
	color: #c00;
	background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul {
	color: #c00;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
 }

/* begin Footer */
.footer {
	position:relative;
	border: 1px solid #444;
	width: 960px;
	height: 40px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	-moz-border-radius: 5px;
	-moz-border-radiust: 5px;
	-webkit-border-radius:5px;
	box-shadow: 0 0px 10px #000000;
	-webkit-box-shadow: 0 0px 10px #000000;
	-moz-box-shadow:0 0px 10px #000000;
	background: #1d1e40 url(../images/footer.png) repeat-x;
}
.footer .footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}
.footer .footer-background {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;

	width: 950px;
	height: 100px;
	bottom:0;
	left:0;
}
.ryweb {
	position: relative;
	display:block;
	background: url(http://siteof.me/wp-content/uploads/2010/02/ry.png) 0 -25px no-repeat;
	height: 25px;
	width: 150px;
	top: 5px;
	left: 20px;
	font-size: 10px;
}
.ryweb:hover {
	background: url(http://siteof.me/wp-content/uploads/2010/02/ry.png) 0 0px no-repeat;
}
.ryweb span {
	padding-left: 30px;
	float: left;

}
.ryweb span a {
	color: #DDD;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}
.ryweb span a:hover {
	text-shadow: 1px 1px 1px #2e6ff2;
}
.footer .footer-text p {
	margin: 0;
}
.footer .footer-text {
	display:inline-block;
	color:#221F11;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.footer .footer-text a:link {
	text-decoration: none;
	color: #665C33;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.footer .footer-text a:visited {
	text-decoration: none;
	color: #191B18;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.footer .footer-text a:hover {
	text-decoration: none;
	color: #866D13;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.license {
	position: absolute;
	left: 125px;
	top: 10px;
}
.best-view {
	position: absolute;
	top: 10px;
	right: 60px;
	float: right;
	text-align: justify;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	text-shadow: 0 1px 1px #000;
	color: #456673;
}
.rss {
	position: absolute;
	top: 3px;
	right: 20px;
	float: right;
}
/* end Footer */