body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	text-align: center;
	margin: 0;
}

img {
	border: 0px;
}

form {
	display: inline;
}

input {
	background: #7FC600;
	color: #FFFFFF;
}

textarea {
	background: #7FC600;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

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

a:hover {
	color: #666666;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	color: #000000;
	margin: 0px;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	margin: 0px;
}

h3 {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	margin: 0px;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

#container {
	position: relative;
	width: 870px;
	text-align: left;
	margin: 10px auto 10px auto;
}

#wrapper_top {
	position: relative;
	float: left;
	background: url('image/wrapper_top.png') no-repeat;
	width: 870px;
	height: 15px;
}

#wrapper {
	position: relative;
	float: left;
	background: url('image/wrapper_bg.png') repeat-y;
	padding-left: 8px;
	padding-right: 8px;
	width: 854px !important;
	width: 870px;
	height: auto;
}

#wrapper_bottom {
	position: relative;
	float: left;
	background: url('image/wrapper_bottom.png') no-repeat;
	width: 870px;
	height: 15px;
}

#header {
	position: relative;
	top: -6px;
	width: 854px;
	height: 346px;
}

#quick_links {
	position: relative;
	float: right;
	top: 12px;
	right: 15px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

#quick_links a:hover {
	text-decoration: underline;
	color: #000000;
}

#logo {
	position: relative;
	float: left;
	left: 20px;
	top: 20px;
	background: url('image/logo.png') no-repeat;
	width: 250px;
	height: 68px;
}

#menu {
	position: relative;
	clear: both;
	left: 0px;
	top: 234px;
	background: #fff;
	width: 854px;
	height: 46px;
}

#menu ul {
	white-space: nowrap;
	list-style-position: inside;
	list-style-type:none;
	padding-top: 13px;
}

#menu li {
	display: inline;
	margin-right: 50px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

#menu li a {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

#menu li a:hover {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #ccc;
}

#menu li a.selected-action {
	color: #02FE02;
}

#column_wrapper {
	position: relative;
	/* background: url('image/column_wrapper_bg.png') repeat-y; */
	/* border: 1px solid #cccccc; */
	width: 983px;
	height: auto;
	margin: 3px;
}

#column_wrapper_home {
	position: relative;
	/* background: url('image/column_wrapper_home_bg.png') repeat-y; */
	/* border: 1px solid #cccccc; */
	width: 983px;
	height: auto;
	margin: 3px;
}

#column1 {
	position: relative;
	float: left;
	background: url('image/content_bg.jpg') repeat-x;
	padding: 5px;
	width: 192px !important;
	width: 204px;
	min-height: 438px;
	height: auto !important;
	height: 438px;
	margin: 0px;
}

#column1 h1 {
	font-size: 13px;
	margin: 0px 0px 6px 0px;
}

#column1 ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#column1 li {
	margin: 0 0 5px 0;
	font-family: Arial;
	font-size: 12px;
	color: #7FC600;
}

#column1 li a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#column1 li a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

#column1 ul.submenu {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 0px 0px 35px;
	padding: 0px;
}

#column2 {
	position: relative;
	float: right;
	background: url('image/column2_bg.png') repeat-x;
	width: 240px !important;
	width: 260px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 0px;
	padding: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-align: left;
}

#column2 a {
	color: #fff;
}

#column2 a:hover {
	color: #02FE02;
}

#column2 h2{
	color: #fff;
	margin: 0 0 10px;
}

#column2 ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

#column2 li {
	margin: 0 0 10px 15px;
}

#content_wrapper {
	position: relative;
	float: left;
}

#banner {
	position: relative;
	border: 1px solid #cccccc;
	width: 571px;
	height: 188px;
	margin-bottom: 3px;
}

#content {
	position: relative;
	float: left;
	background: url('image/content_bg.png') repeat-x;
	border-top: 1px solid #cccccc;
	width: 564px !important;
	width: 564px;
	min-height: 240px;
	height: auto !important;
	height: 240px;
	padding: 15px;
}

#content a {
	font-size: 11px;
	font-weight: bold;
}

a.content {
	color: #02FE02;
}

a.content:hover {
	color: #CCCCCC;
}

#content_wrapper_home {
	position: relative;
	float: left;
	margin: 0px;
}

#banner_home {
	position: relative;
	border: 1px solid #cccccc;
	width: 776px;
	height: 188px;
	margin-bottom: 3px;
}

#content_home {
	position: relative;
	border: 0px;
	padding: 0px;
	/* width: 766px !important; */
	width: 778px;
}

#footer {
	position: relative;
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: #cccccc;
	margin: 3px;
	text-align: center;
}

#footer a {
	color: #cccccc;
}

.photo {
	position: relative;
	float: left;
	margin: 0px 15px 5px 10px;
}

.form-error-message {
	color: #FF0000;
	display: none;
}

.download-container {
	position: relative;
}

.download-field {
	position: relative;
	float: left;
	background: #7FC600;
	padding: 12px;
	margin: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.download-field a {
	color: #FFFFFF;
}

.download-field a:hover {
	color: #000000;
}

.homepage-image {
	position: relative;
	float: left;
	border: 1px solid #cccccc;
	width: 255px;
	height: 188px;
	margin: 0px 3px 3px 0px;
}

.homepage-image-right {
	position: relative;
	float: left;
	border: 1px solid #cccccc;
	width: 256px;
	height: 188px;
	margin: 0px 0px 3px 0px;
}

.homepage-image-title {
	position: absolute;
	float: left;
	top: 130px;
	left: 0px;
	background: url('image/bg_transparent_gray.png');
	border: 0px;
	width: 240px !important;
	width: 256px;
	height: 42px !important;
	height: 58px;
	margin: 0px;
	padding: 8px;
}

.homepage-column {
	position: relative;
	float: left;
	background: url('image/content_bg.jpg') repeat-x;
	border: 1px solid #cccccc;
	width: 239px !important;
	width: 257px;
	height: 168px !important;
	height: 188px;
	margin: 0px 3px 0px 0px;
	padding: 8px;
}

.homepage-column-right {
	position: relative;
	float: left;
	background: url('image/content_bg.jpg') repeat-x;
	border: 1px solid #cccccc;
	width: 240px !important;
	width: 258px;
	height: 168px !important;
	height: 188px;
	margin: 0px;
	padding: 8px;
}

.subtitle {
	color: #666666;
}

.portfolio-table th {
	background: #F8F8F8;
	font-size: 12px;
	text-align: left;
}

.portfolio-table td {
	background: #F8F8F8;
	font-size: 12px;
	text-align: left;
}

.message {
	color: #FF9900;
}

.notice {
	font-size: 11px;
}

.required-hint {
	color: #7FC600;
}

.gallery {
	margin-left: 30px;
	margin-right: 20px;
	height: 510px !important;
	height: 530px;
}

.gallery-item {
	position: relative;
	float: left;
	background-color: #eee;
	color: #666666;
	height: 145px !important;
	height: 155px;
	margin-right: 3px;
	margin-bottom: 10px !important;
	padding: 5px;
}

.gallery-item a { 
	display: block;
	color: #666666;
}

.gallery-item a:hover { 
	background: #000000; 
	color: #FFFFFF;
}

.gallery-item-text {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

#login_container {
	position: relative;
	width: 500px;
	text-align: center;
	margin: 10px auto 10px auto;
}

#login_logo {
	position: relative;
	background: url('/image/logo.png') no-repeat;
	width: 224px;
	height: 64px;
	margin: 70px auto 10px auto;
}

#login_message {
	position: relative;
	font-size: 10px;
}

#login_form {
	background: url('/image/login_bg.png') no-repeat;
	width: 289px !important;
	width: 319px;
	height: 119px !important;
	height: 149px;
	padding: 15px;
	margin: 5px auto 0px auto;
	text-align: left;
}

#login_form label {
	position: relative;
	float: left;
	width: 95px;
	margin-top: 5px;
	margin-left: 4px;
}

#login_form input {
	position: relative;
	margin: 2px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 60%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#gallery {
	background-color: #fff;
	padding: 10px;
	width: 541px !important;
	width: 561px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #eee;
	border-width: 5px 5px 20px;
	margin-bottom: 3px;
}
#gallery ul a:hover img {
	border: 5px solid #000;
	border-width: 5px 5px 20px;
	color: #000;
}
#gallery ul a:hover { color: #000; }
