@CHARSET "UTF-8";
body {
  background: #01154e url('/public/images/bg_page.jpg');
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
img, div {
  padding: 0;
  margin: 0;
  border: 0;
}
#background-gradient {
  background: url('/public/images/bg_gradient.jpg') repeat-x;
  padding: 20px;
  margin: 0;
}
#site-title {
  text-align: center;
}
#default-page {
  margin: 0px auto;
  width: 800px;
}
#default-page-top {
  width: 800px;
  height: 20px;
  overflow:hidden;
}
#default-page-body {
  width: 800px;
  overflow:hidden;
}
#default-page-bottom {
  width: 800px;
  height: 20px;
  overflow:hidden;
}
#default-page-content {
  background: transparent;
  padding: 10px 30px;
}
#content-top {
  background: url('/public/images/content_top.jpg') no-repeat;
}
#content-body {
  background: url('/public/images/content_bg.jpg') repeat-y;
}
#content-bottom {
  background: url('/public/images/content_bottom.jpg') no-repeat;
  height: 10px;
  text-align:right;
}
#content-area {
  width: 560px;
  .width: 557px;
  margin: 0 0 0 10px;
  padding: 10px 0 0 0;
  overflow: hidden;
  color: #000000;
}
#content-area h1 {
	color: #00185c;
	font-family: "Palatino Linotype", Times, serif;
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 4px 0 8px 0;
	border-bottom: 1px solid #00185c;
}
#content-area h2 {
  color: #00185c;
  font-family: "Palatino Linotype", Times, serif;
  font-size: 16px;
  margin: 20px 0 5px 0;
  padding: 0;
}
#content-area a {
  color: #00185c;
}
#content-area a:hover {
  color: #cc0000;
}
#content-area p {
  margin: 10px 0;
}
#nav-panel {
	width: 150px;
	height: 185px;
	float: right;
}
#nav-divider {
  width: 20px;
  height: 185px;
  float: right;
}
#home-nav {
  padding: 20px 0 0 0;
}
#featured-plugin {
	width: 150px;
	overflow: hidden;
	text-align: center;
  font-size: 11px;
  line-height: 18px;
}
#featured-plugin div {
  margin: 20px 15px 0 15px;
}
#featured-plugin div img {
  border: 1px solid #00185c;
}
#featured-plugin a {
  color: #00185c;
  text-decoration: none;
}
#featured-plugin a:hover {
  color: #cc0000;
  text-decoration: none;
}
#footer {
  padding: 0 10px;
  color: #b0b0b0;
  font-size: 11px;
  text-align: right;
}
#footer a {
  color: #d0d0d0;
  text-decoration: underline;
}
#footer a:hover {
  color: #ffd71d;
  text-decoration: underline;
}
#gallery_main {
  margin:       30px 0;
  width:        560px;
  height:       350px;
}
#gallery_frame {
  margin:       0;
  padding:      0;
  border:       0;
  width:        560px;
  height:       350px;
}
.clear {
  clear: both;
}
.nav-item {
  width: 150px;
  height: 30px;
  overflow: hidden;
}
input, select, textarea {
  font-size: 12px;
  font-family: Arial, sans-serif;
}
input.md, input.lg, input.sm {
  color: #00185c;
  background: #ffffff;
  border: 1px solid #a0aed6;
  padding: 2px;
}
input.sm {
  width: 50px;
}
input.md {
  width: 150px;
}
input.lg {
  width: 250px;
}
textarea.md, textarea.lg, textarea.sm {
  color: #00185c;
  background: #ffffff;
  border: 1px solid #a0aed6;
  padding: 2px;
}
textarea.sm {
  width: 50px;
  height: 100px;
}
textarea.md {
  width: 150px;
  height: 100px;
}
textarea.lg {
  width: 250px;
  height: 200px;
}
select {
  color: #00185c;
  background: #ffffff;
  border: 1px solid #a0aed6;
  padding: 2px;
}
fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
}
table.form {
  border: 1px solid #a0aed6;
  background: #d2d9ec;
  padding: 8px;
  width: 450px;
  margin: 15px auto;
  .margin: 0px auto;
}
table.form th {
  padding: 2px 16px 2px 4px;
  vertical-align: top;
  text-align: right;
  color: #3c4a70;
}
table.form td {
  vertical-align: top;
  text-align: left;
  padding: 2px;
}
table.form tr.required th {
  background: url(/public/images/icon_required.gif) 100% 3px no-repeat;
}
table.form tr.error th {
  background: url(/public/images/icon_error.gif) 100% 3px no-repeat;
  color: #cc0000;
}
table.form tr.error td input,
table.form tr.error td select,
table.form tr.error td textarea {
  color: #cc0000;
  background: #fff6f0;
  border: 1px solid #cc0000;
}
#error-notification {
	width: 450px;
  color: #cc0000;
  background: #ffffff;
  border: 1px solid #cc0000;
  margin: 10px auto;
}
#error-notification a {
  color: #990000;
}
#error-notification a:hover {
  color: #ff0000;
}
#success-notification {
  width: 450px;
  color: #00185c;
  background: #ffffff;
  border: 1px solid #a0aed6;
  margin: 10px auto;
}
#success-notification a {
  color: #0d7adb;
}
#success-notification a:hover {
  color: #0000ff;
}
.item {
  margin:       0;
  padding:      0;
  clear:        both;
}
.item .left_float {
  float:        left;
  width:        250px;
  margin:       0 25px 0 0;
}
.item img {
  border:       1px solid #00185c;
}