html {
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-image: url(/images/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #fafcfc;
}


html, body, #main_container { 
	min-height: 100%; 
	width: 100%; 
	height: 100%; 
}

html>body, html>body #main_container { 
	height: auto; 
}

#main_container { 
	position: absolute;	 
	top: 0; 
	left: 0; 

} 

#content_container {
	width: 900px;
	background-image: url(/images/bg_content.jpg);
	margin:0 auto 15em auto;
	background-repeat: no-repeat;
}

#footer_container { 
	position: absolute;
	width: 100%;  
	height: 186px;
	bottom: 0; 
	background-image: url(/images/bg_bottom.jpg);
	background-repeat: repeat-x;
} 

#footer {
	width: 900px;
	height: 186px;
	background-image: url(/images/bg_footer.jpg);
	margin: 0 auto;
}

#header {
	position: relative;
}

#header #logo {
	margin: 0 25px 0 25px;
	width: 200px;
}

#header #right_box {
	background-color: #9fbac7;
	position: absolute;
	top: 0;
	right: 80px;
	color: #3d6b81;
	font-size: 11px;
	background-image: url(/images/right_box_corner_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header #right_box #link_container {
	display: block;
	padding: 5px 15px 10px 15px;
	color: #3d6b81;
	background-image: url(/images/right_box_corner_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#header #right_box a {
	color: #3d6b81;
}

#header #right_box a:hover {
	color: #5e90a8;
}


#navigation {
	float: left;
	display: inline;
	background-image: url(/images/bg_nav.jpg);
	height: 522px;
	margin: 0 25px 0 25px;
}

#navigation ul {
	width: 200px;
}

#navigation ul a {
	display: block;
	color: #3d6b81;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	border-top: 1px solid #fff;
}

#navigation ul a:hover {
	background-color: #bed0d9;
}

#navigation ul a#navigation_current {
	background-color: #3d6b81;
	color: #fff;
}

#navigation #side_buttons {
	text-align: center;
	margin-top: 50px;
}

#navigation #side_buttons a {
	display: block;
	margin-bottom:20px;
	color:#3D6B81;
}

#navigation #side_buttons a:hover{
	color:#3a9629;
}

#content {
	display: inline;
	float: left;
	width: 650px;
}

#content p a{
	color:#3D6B81;
}

#content p a:hover{
	color:#3a9629;
}

#content h1 {
	font-size: 21px;
	color: #fff;
	background-color: #3d6b81;
	padding: 10px;
	text-align: right;
	opacity: 0.8;
    -moz-opacity: 0.8;
}

#content h2{
	font-size: 16px;
	font-weight: bold;
	color: #265a72;
	margin: 0px 0 5px 0;
}

#content h4{
	color: #265a72;
}

#content strong{
	font-size: 12px;
	font-weight: bold;
	color: #265a72;
	line-height: 14px;
}

#content p, #content i{
	font-size: 12px;
	color: #265a72;
	line-height: 14px;
}

#content ul {
	margin: 10px 0 10px 0;
}

#content ul li{
	font-size: 12px;
	color: #265a72;
	list-style-type: square;
	margin: 8px 0 0 25px;
	line-height: 14px;
}

#content #full_column {
	margin: 30px 0 0 0;
}

#content #left_column {
	display:inline;
	float: left;
	margin: 30px 25px 0 0;
	width: 300px;
}

#content #right_column {
	display: inline;
	float: right;
	margin: 30px 25px 0 0;
	width: 300px;
}

#content p#first, #content p#second, #content p#third {
	margin: 0 15px;
	padding: 18px;
	color: #e4fad2;
	font-size: 12px;
}

#content p#first span, #content p#second span, #content p#third span {
	display: block;
	text-align: right;
}

#content #right_column p#first {
	background-color: #56912f;
	background-image: url(/images/butterfly.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

#content #right_column p#first #butterfly1 {
	position: absolute;
	top: -38px;
	right: -29px;
}

#content #right_column p#first #butterfly2 {
	position: absolute;
	top: -38px;
	right: 0;
}

#content #right_column p#second {
	background-color: #6bb32e;
}

#content #right_column p#third {
	background-color: #399628;
	background-image: url(/images/testimonials_rounded.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#contact_us_area {
	margin: 30px 0 0 0;
}

#employment_area {
	margin: 30px 0 0 0;
}

#contact_us_area iframe{
	display: inline;
	float: left;
	border: 2px solid #3d6b81;
}

#contact_us_area p{
	display: inline;
	width: 200px;
	padding: 0 20px 0 20px;
	color: #265a72;
	float: right;
}

#contact_us_area p strong{
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 10px 0 10px 0;
}