#photo-wrap {
	background-color: #007138;
}

#main-menu {
	background-color: #218352;
}

#main-menu ul li a {
	color: #fff;
}

#main-menu ul li a:hover, a.current {
	color: #218352;
	background-color: #fff;
}

#photo-misc h1 {
	color: #FFD400;
	font-size: 14px;
	padding: 5px 0px;
}

#photo-misc form {
	padding-top: 5px;
}

#photo-misc form input {
	font-size: 11px;
}

#login {
	background: #007138 url(/templates/common/images/ioc_green/login_panel.jpg) no-repeat;
}

#login h2 {
	color: #ffd400;
	font-size: 120%;
	padding-left: 5px;
	padding-top: 10px;
}

#login form {
	margin: 0;
	padding: 0;
}

#login div.row {
	clear: both;
	display: inline;
}

#login label.col1 {
	float: left; font-size: 11px; width: 60px; text-align: right; margin-right: 5px; color: #fff;
}

#login span.col2 {
	float: left; width: 100px; text-align: left; margin-bottom: 5px;
}

#login textarea, #login input, #login select {
	font-size: 10px;
}

#login select {
	width: 70px;
}

#login label {
	text-align: right;
}

#login a {
	color: #ffd400;
	display: block;
	text-align: center;
}

.button-yellow {
	width: 27px;
	height: 19px;
	border: 0;
	vertical-align: bottom;
	cursor: pointer;
	background: #ffd400 url(/templates/common/images/ioc_green/go.gif) 50% 50% no-repeat; 
}

/*\*/
* html #apply {
	font-size: 95%;
}
/**/

#apply h2 {
	/*color: #007138;*/
	color: #ffd400;
	font-size: 120%;
	padding-top: 10px;
}

.button-green {
	width: 27px;
	height: 19px;
	border: 0;
	vertical-align: bottom;
	cursor: pointer;
	background: #ffd400 url(/templates/common/images/ioc_green/go.gif) 50% 50% no-repeat;
}

#apply form label {
	color: #ffd400;
	display: block;
	width: 75%;
}

#apply form input {
	float: right;
}


#content h1, #content h2 {
	color: #007138;
}

#footer ul li a {
	color: #007138;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#memberpanel {
	background: #191976 url(/templates/common/images/ioc_green/ioc_green_member_panel.jpg) no-repeat;
	height: 310px;
}