body {
	color: #a4a4a4;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

h2 {
	margin-bottom: 5px;
	font-size: 8pt;
	text-decoration: underline;
}

#container {
	margin-top: 50px;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	position: relative;
	height: 400px;
	padding-top: 100px;
	padding-bottom: 100px;
}

#site_title {
	border-bottom: 1px solid #a4a4a4;
	margin-bottom: 5px;
}

#site_menu {
	
}

#title_holder {
	width: 0px;
	height: 23px;
	overflow: hidden;
}

#left_side {
	float: left;
	margin-left: 100px;
	width: 360px;
	height: 380px;
	border-right: 1px solid #a4a4a4;
	background: url('../img/bg.png') right bottom no-repeat;
}

#left_content,#right_content {
	padding: 20px;
	margin-top: 30px;
}

div.page_title {
	margin-top: 30px;
	margin-bottom: 10px;
}

p {
	line-height: 130%;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#scrollable {
	overflow: auto;
	height: 290px;
	padding: 0px;
}

#right_side {
	float: left;
	width: 360px;
	height: 400px;
}

#footer {
	margin-left: 100px;
	padding: 20px;
	width: 680px;
	text-align: right;
}

#site_menu a {
	color: #a4a4a4;
	text-decoration: none;
	margin-right: 10px;
}

#site_menu a:hover {
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

.jquery-underline-container {
	position: relative;
}

.jquery-underline {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-bottom: 4px solid #a4a4a4;
}

/*#slider div.item_container {
	position: relative;
}*/

#slider div.item_left {
	float: left;
	width: 46px;
}

#slider div.item_right {
	float: left;
	width: 254px;
	height: 276px;
	padding: 5px;
}


#slider ul,#slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li { /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
	width: 320px;
	height: 241px;
	overflow: hidden;
}

#prevBtn,#nextBtn {
	z-index: 1000;
	position: relative;
	left: 130px;
	margin: 3px;
}

#slider
{
	position:relative;
}


.contactForm input,.contactForm select,.contactForm textarea {
	color: #646464;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px #a4a4a4;
	width: 160px;
}

.contactForm textarea {
	margin-top: 4px;
	width: 320px;
}

.contactForm input.button {
	width: auto;
}

.contactForm label {
	padding-top: 3px;
	width: 70px;
	float: left;
}

.contactForm label.error
{
float:none;
color:#ee0000;
}

.contactForm div.ajaxLoader
{
display:none;
width:310px;
text-align:center;
padding:5px;
}

.contactForm div.messageSent
{
display:none;
width:310px;
background-color:#aaffaa;
border:1px solid #20aa20;
color:#20aa20;
text-align:center;
padding:5px;
}


.contactForm div {
	margin-bottom: 5px;
}

