body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
}

#lightbox_overlay{ 
    background-image: url(./img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #lightbox_overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(./img/blank.gif);
	display: none;
}

#lightbox, #loading {
    width:500px;
	background-color: #ccc;
	font-size: 14px;
	text-align: justify;
    padding:10px;
    border:2px solid #eee;
}

a {
	text-decoration: none;
	color: #122;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#container {
	margin: 0 auto;
	width: 780px;
}

#header {
	height: 110px;
}

#logo {	
	height: 50px;
	background-image: url(./img/logo2.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
}

#menu {
	float: left;
	text-align: right;
	width: 100%;
	background-color: #fff;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 22px;;
	border-top: 1px solid #444;
	padding: 5px 0px;
}

#menu ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px -3px;
}

#menu li a {
	color: #999;
	padding: 5px 10px;
	margin-bottom: 5px;
	text-decoration: none;
}

#menu li a:hover {
	color: #444;
	border-bottom: 2px solid #444;
}

#menu .active {
	color: #444;
	border-bottom: 2px solid #444;
}

#banner {
	margin-top: 15px;
	height: 110px;
	background-image: url(./img/gray_banner.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	color: #fff;
}

#banner_inside {
	width: 240px;
	height: 100%;
	float: left;
	font-size: 17px;
	font-weight: bold;
}

#content {
	width: 780px;
	height: auto;
	background: #FFF;
	margin: 20px 0px;
}

.content_head_inside {
	width: 260px;
	height: 44px;
	float: left;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}

.content_inside {
	width: 254px;
	height: 29px;
	float: left;
	color: #000;
	font-size: 22px;
	text-align: right;
	padding: 3px;
	padding-top: 8px;
	border-bottom: 1px solid #ccc;
}

.content_inside a {
	color: #444;
}

.orange {
	background-color: #fc6;
	background-image: url(./img/grad_orange.gif);
	color: #fff;
	text-align: center;
}

.blue {
	background-color: #88f;
	background-image: url(./img/grad_blue.gif);
	color: #fff;
	text-align: center;
}

.orange a {
	color: #fff;
}

.blue a {
	color: #fff;
}

#footer {
	text-align: center;
	padding-top: 20px;
	clear: both;
	color: #444;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  padding: 10px;
	border: 1px solid #39f;
	background: url(./img/bg_sidebar.gif);
}
form.cmxform legend {
  padding: 0 2px;
  font-size: 24px;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


