body
{
	margin:0;
	padding:0;
	background-color:#C9D7C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color:#333;
}

.clear
{
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}

/*h1
{
	color:#204A3E;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size:30pt;
	font-weight:normal;
}*/

h1
{
	color:#727272;
	margin:0;
	padding:0;
}

a
{
	color:#204A3E;
}

a:hover
{
	color:#666;
}

a img
{
	border:none;
}

/*header*/

#header
{
	height:140px;
	/*background:url(../images/template_images/header-bg-new.jpg) no-repeat left bottom;*/
	padding:8px 0 0 0;
}

#logo
{
	width:261px;
	height:121px;
	padding:15px 0 0 0;
	float:left;
}

.header-phone-number
{
	font-size:11pt;
	font-weight:bold;
	color:#204A3E;
}

#lang_menu
{
	width:120px;
	float:right;
}

#lang_menu ul
{
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
}

#lang_menu ul li
{
	padding:0 0 10px 0;
}

#lang_menu ul li a
{
	text-decoration:none;
	font-weight:bold;
}

#lang_menu ul li img
{
	border:none;
	vertical-align:text-top;
}


/*structure*/

#wrapper
{
	margin:0 auto 0 auto;
	background:url(../images/template_images/wrapper-bg.jpg) repeat-y;
	text-align:left;
	width: 986px;
}

#container
{
	margin:0 0 0 39px;
	padding:0 34px 0 34px;
	text-align:left;
	width:839px;
	background-color:#fff;
}

#content_wrapper
{
	margin:10px 0 0 0;
}

#content
{
	width:560px;
	float:right;
}

#content_no_sidebar
{
	padding:10px 0 0 0;
}

/*sidebar*/

#sidebar
{
	width:268px;
	float:left;
}

#sidebar_content
{
	background-color:#C9D7C0;
	padding:10px;
}

#sidebar h3
{
	display:block;
	background:url(../images/template_images/title_bg.jpg) repeat-x;
	color:#fff;
	font-size:11pt;
	padding:4px 15px 5px 15px;
	margin:0 0 10px 0;
	/*font-family: Cambria, Georgia, Times, serif;*/
	text-shadow: 1px 1px 2px #000;
}

#page_slideshow
{
	width:268px;
	height:147px;
}

#page_slideshow img
{
	width:268px;
	height:147px;
}

.eviivo_button_image
{
	background:url(../images/template_images/book-button.jpg) no-repeat left center;
	width:192px;
	height:39px;
}

.sidebar_section
{
	padding:0 0 12px 0;
}

.social_networking_links
{
	margin:0;
	padding:0;
	list-style:none;
}

.social_networking_links li
{ 
	padding:4px 0 4px 30px;
	margin:0 0 5px 0;
}

.social_networking_links li a
{
	color:#333;
	text-decoration:none;
}

.social_networking_links li a:hover
{
	color:#204A3E;
	text-decoration:underline;
}

.rss
{
	background:url(../images/template_images/social_networking/rss.jpg) no-repeat left center;
}

.twitter
{
	background:url(../images/template_images/social_networking/twitter.jpg) no-repeat left center;
}

.facebook
{
	background:url(../images/template_images/social_networking/facebook.jpg) no-repeat left center;
}

.linkedin
{
	background:url(../images/template_images/social_networking/linkedin.jpg) no-repeat left center;
}

/*news*/

.news_listing
{
	padding:10px 0 10px 0;
}

.news_listing h2
{
	margin:0;
	padding:0;
	font-size:12pt;
}

.news_thumb
{
	width:100px;
	float:left;
	margin:0 10px 20px 0;
}

.news_info
{
	font-size:9pt;
}

/*image gallery*/

#image_gallery ul
{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}

#image_gallery ul li
{
	float:left;
	height:80px;
	border:2px solid #dddddd;
	margin:0 20px 20px 0;
}

#image_gallery ul li img
{
	height:80px;
	border:none;
}


/*footer*/

#footer
{
	padding:15px 0 15px 0;
}

#footer ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#footer ul li
{
	display:inline;
	padding:0 5px 0 0;
}

#footer a img
{
	border:none;
}

#footer-text
{
	font-size:9pt;
	padding-top:10px;
}

/*misc*/

.top-testimonial
{
	width:254px;
	height:103px;
	background-color:#C9D7C0;
	padding:8px;
	font-size:8pt;
}

.top-testimonial h3
{
	display:block;
	background:url(../images/template_images/title_bg.jpg) repeat-x;
	color:#fff;
	font-size:11pt;
	padding:4px 15px 5px 15px;
	margin:0 0 10px 0;
	/*font-family: Cambria, Georgia, Times, serif;*/
	text-shadow: 1px 1px 2px #000;
}

/*form styles*/

.user_form label
{
	font-weight:bold;
}

.required
{
	color:#bb0000;
	font-weight:bold;
}

.form_input
{
	width:300px;
	font-size:12pt;
	border: 1px solid #cccccc;
	padding: 3px;
}

.form_input_smaller
{
	width:100px;
	font-size:12pt;
	border: 1px solid #cccccc;
	padding: 3px;
}

.form_input:focus, .form_input_smaller:focus
{
	border: 1px solid #d8b165;
	background: #faffbd;
}

.user_form #submit
{
	padding:5px 7px 5px 7px;;
}

.form_note
{
	color:#666;
	font-size:9pt;
}

#div-check-form
{
	display:none;
}

#application_form label
{
	color:#444;
	font-size:9pt;
}

#application_form p
{
	padding:0 0 10px 0;
}

/*validation*/

.invalid
{
	display:block;
	background:url(../images/template_images/invalid.jpg) no-repeat left top #ccc;
	padding:14px 10px 10px 46px;
}

.invalid ul
{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}

.invalid ul li
{
	padding:0 0 4px 0;
}

