/***************************************************************************************************************************
                                                        ***   Body Class Starts Here   ***
****************************************************************************************************************************/

html{
	min-height: 100%; margin-bottom: 1px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top: 20px;
	background:url(../images/bg.gif);
}
* {                      					  /* Universal Acceptor */
	margin:0;
	border:0;
	padding:0;
}
#bodypagebg {		                           /* Site center align */
	text-align: center;
	width: 800px;
	margin: 0px auto 0 auto;
	height:auto;
	background:#FFFFFF;
}
#wrapper {	                                  /* Main Outer Fix  */
	width:800px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	height:auto;
}
.main_container {
	float:left;
	width:796px;
	height:auto;
	border:2px solid #008da9;
	background:#fff6da;
	text-align:left;
}
/*************************************************************************************************************************
                                                        *** Body Class Ends Here ***
**************************************************************************************************************************/


/*************************************************************************************************************************
                                                        *** Header Class Starts Here ***
**************************************************************************************************************************/
.header {
	float:left;
	width:100%;
	height:284px;
	background:url(../images/header.jpg) no-repeat left bottom #FFFFFF;
}
.header_inner {
	float:left;
	width:100%;
	height:184px;
}
.logo {
	float:left;
	width:238px;
	height:131px;
	margin-top:25px;
	background:url(../images/logo.gif) no-repeat;
	background-position:38px;
}
.slogoan {
	float:left;
	width:240px;
	height:85px;
	margin-left:29px;
	margin-top:71px;
	background:url(../images/slogoan.gif) no-repeat left top;
}
.flower_right {
	float:right;
	width:242px;
	height:156px;
	background:url(../images/flower_right.jpg) no-repeat right top;
}

.contact_header {
  float:left;
  width:548px;
  height:155px;
  background: url(../images/contact_topheader_02.jpg);
  background-repeat: no-repeat;
  margin-left:10px;
}


/*  Menu  starts here */
.menu_holder {
	float:right;
	width:465px;
	height:25px;
	padding-top:1px;
}

a.menu {
	text-decoration:none;
	color:#008da9;
	font-size:13px;

}
a:hover.menu {
	text-decoration:none;
	color:#ffdf74;
	font-size:13px;
}
.about_us {
	float:left;
	width:75px;
	height:25px;
	padding-left:3px;
	background:url(../images/bg_line.gif) right no-repeat;
	line-height:25px;
}
.about_us {
	float:left;
	width:75px;
	height:25px;
	padding-left:3px;
	background:url(../images/bg_line.gif) right no-repeat;
	line-height:25px;
}
.contact_us {
	float:left;
	width:88px;
	height:25px;
	padding-left:13px;
	background:url(../images/bg_line.gif) right no-repeat;
	line-height:25px;
}
.services {
	float:left;
	width:67px;
	height:25px;
	padding-left:11px;
	background:url(../images/bg_line.gif) right no-repeat;
	line-height:25px;
}
.faq {
	float:left;
	width:47px;
	height:25px;
	padding-left:13px;
	background:url(../images/bg_line.gif) right no-repeat;
	line-height:25px;
}
.forms {
	float:left;
	width:auto;
	height:25px;
	padding-left:12px;
	line-height:25px;
}
/*  Menu  ends here */

.login {
	float:left;
	width:auto;
	height:auto;
	padding-left:44px;
	padding-top:56px;
}
a.login_button {
	float:left;
	width:98px;
	height:18px;
	border:1px solid #86c6d8;
	background:#008da9;
	line-height:18px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
}
a:hover.login_button {
	text-decoration:none;
	color:#ffdf74;
	text-align:center;
}

/**************************************************************************************************************************
                                                        *** Header Class Ends Here ***
***************************************************************************************************************************/

/**************************************************************************************************************************
                                                        *** Content Class Starts Here ***
***************************************************************************************************************************/
.common {
	float:left;
	width:100%;
	height:auto;
}
/* -------------------------------------------***Left Panel Starts Here*** -------------------------------------------- */

.left_panel {
	float:left;
	width:328px;
	height:auto;
	padding-top:5px;
}

#home_gallery_img {
  width:293px;
  height: 210px;
  background-image: url(../images/home_gallery_2.jpg);
}


.gallery_text {
	float:left;
	width:280px;
	height:auto;
	font-size:9px;
	padding-left:24px;
}
/* --------------------------------------------***Left Panel Ends Here*** ---------------------------------------------- */


/**************************************************************************************************************************
                                                        *** Content  Class Ends Here ***
**************************************************************************************************************************/
.container_body {
	float:right;
	width:423px;
	margin-right:45px;
	height:auto;
	line-height: 16px;
}

.container_body a {
	color: #008da9;
}


.text_holder {
	float:left;
	width:404px;
	height:auto;
	padding-top:13px;
	padding-left:4px;
	line-height:20px;
}

.faq_q {
	color: #008da9;
	font-weight: bold;
}


.container_body li {
  list-style: none;
  padding-bottom: 8px;
}


/**************************************************************************************************************************
                                                        *** Footer Class Starts Here ***
***************************************************************************************************************************/

.footer {
	float:left;
	width:100%;
	height:60px;
}

#bottom_footer {
    font-size: 11px;
    color: gray;
    padding-bottom: 8px;
}

#bottom_footer a {
    color: gray;
    text-decoration: none;
}

#bottom_footer a:hover {
    color: black;
    text-decoration: underline;
}

#bottom_credits {
    font-size: 11px;
    color: gray;
    padding-bottom: 8px;
}

#bottom_credits a {
    color: gray;
    text-decoration: underline;
}

#bottom_credits a:hover {
    color: black;
}

/****************************************************************************************************************************
                                                        *** Footer  Class Ends Here ***
*****************************************************************************************************************************/