/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	color: #606060;
	background: #d7b785 url(images/background.jpg) fixed 0 0;
	font: 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	overflow: scroll;
}
p {
	padding-bottom: 20px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #528036;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #528036;
	text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #360301;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
h1 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.2px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.5px;
}
h3 {
	background: url(images/dotted_border_h.gif) repeat-x right bottom;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.5px;
}
h5 {
	padding: 0px 0px 2px 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
h6 {
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}
/* Wraps */
#content_wrap {
	position: relative;
	min-width: 980px;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}
#footer_wrap {
	position: fixed;
	bottom: 0;
	height: 66px;
	width: 100%;
	background: url(images/footer-bg.jpg) repeat-x 0 0;
	z-index:10;
}
#footer_content_wrap {
	position: relative;
	min-width: 980px;
	padding: 0px 0px 0px 0px;
}
/* Header */
#header {
	position: fixed;
	top: 0;
	width: 980px;
	margin: 0 auto;
	height: 140px;
	background: url(images/header-bg.png) no-repeat right top;
	z-index: 9;
}
.header-logo {
	padding: 20px 0px 0px 0px;
}
/* Menu */
#navigation {
	width: 220px;
	float: left;
	height: 542px;
	background: url(images/navigation_bg_right.png) no-repeat right top;
}
#menu_wrap {
	position: fixed;
	top: 140px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 220px;
	z-index: 1;
}
#menu_bg {
	background: #ffffff;
	height: 100%;
	width: 220px;
}
ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 220px;
	padding-bottom: 1px;
	background: url(images/menu_bottom.png) no-repeat right bottom;
}
ul#menu ul {
	padding: 0;
	padding-top: 2px;
	background: url(images/sub_menu_top.png) no-repeat right top;
}
ul#menu a {
	display: block;
	text-decoration: none;
	outline: none;
	font-weight: normal;
	cursor: pointer;
}
ul#menu li {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#menu li a {
	background: url(images/menu_item.png) no-repeat right top;
	color: #606060;
	text-align: right;
	margin: 0;
	height: 24px;
	line-height: 24px;
	padding-right: 14px;
	font-size: 11px;
}
ul#menu li a:hover {
	color: #360301;
}
ul#menu li ul li a {
	background: none;
	color: #606060;
	padding-right: 15px;
	background: #fff url(images/navigation_bg_right_x.png) repeat-y right top;
}
ul#menu li.current ul li a:hover {
	color: #360301;
}
ul#menu li.current a {
	background: #fff url(images/menu_item_current.png) no-repeat right top;
}
ul#menu li.current ul li a {
	background: #fff url(images/navigation_bg_right_x.png) repeat-y right top;
	color: #606060;
	font-size: 11px;
	padding-right: 15px;
}
ul#menu li.current ul li a.active {
	color: #360301;
}
/* Content */
#content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 0;
}
#about {
	position: relative;
	top: 140px;
	min-height: 670px;
	width: 760px;
	left: 220px;
	background: #ffffff url(images/about.png) no-repeat right top;
	z-index: 0;
}
#about_bg {
	background: #ffffff;
	min-height: 670px;
	width: 760px;
}
.about-image {
	position: relative;
	background: #ffffff url(images/about-bg.png) repeat-x 0 0;
	border: 1px solid white;
	border-bottom: none;
}
.about-text {
	min-height: 670px;
	padding: 20px 20px 20px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #606060;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height:22px;
	clear: both;
}
.about-text img {
	padding-bottom: 5px;
}
.div-left {
	float: left;
	width: 340px;
	padding: 130px 0 60px 30px;
}
.div-right {
	position: relative;
	float: right;
	width: 340px;
	padding: 130px 30px 60px 0;
}
/* Footer */
#footer_content {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#footer {
	width: 980px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}
/* bullet-list */
ul.bullet-list {
	list-style: none;
	margin: 0;
	margin-top: 0px;
	padding: 0;
}
ul.bullet-list li {
	padding: 5px 0px 5px 25px;
	background: url(images/bullet.png) no-repeat left;
}
ol.bullet-list {
	list-style: decimal;
	padding: 0px 0px 0px 20px;
}
ol.bullet-list li {
	padding: 4px 0px 0px 0px;
}
/* contact form style */
form {
	padding: 20px 0;
	margin: 0;
}
label {
	float: left;
	width: 150px;
	font-weight: bold;
	color: #999;
	padding: 5px;
}
#accademy {
	font-weight: bold;
	color: #999;
	padding: 5px;
}
input, textarea {
	padding: 5px;
	font: 400 12px arial, sans-serif;
	background: url(images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;
}
input:focus, textarea:focus {
	color: #333;
	background-color: #edf2f5;
}
.textbox {
	width: 250px;
}
.label_abstract {
	width: 250px;
	font-weight: bold;
	color: #999;
	padding: 5px;
}
.textbox_abstract {
	width: 120px;
	padding: 0px 5px 0px 0px;
}
#message {
	width:360px;
	height:150px;
}
#submit {
	height: 27px;
	background: url(images/submit_button.png) no-repeat top left;
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #777;
}
#note {
	padding: 5px 5px 5px 5px;
	font: 11px arial, sans-serif;
/*	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;
*/}
#msg {
	display: none;
	position: fixed;
	z-index: 200;
	background: url(msg_arrow.gif) left center no-repeat;
	padding-left: 7px;
}
#msgcontent {
	display: block;
	background: #f3e6e6;
	border: 2px solid #924949;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
}
.red {
	height: 14px;
	font: 11px arial, sans-serif;
	color: #F00;
}
/* news */
.entry {
	float: left;
}
.image-left {
	padding: 3px;
	margin: 0px 10px 3px 0px;
	border: 1px #ccc solid;
	background: #fdfdfd;
	float: left;
}

