     .main_contact_wrapper {
        clear: both;
        min-height: 250px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .contact_column_1 {
        float: left;
        width: 100%;
    }
	.contact_column_1 h2 {
    font-family: "Mukta Vaani", sans-serif;
    position: relative;
    color: #232527;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
	margin-top: 25px;
    }
	.contact_column_1 h2:before {
		position: absolute;
		content: '';
		left: 0px;
		bottom: 0px;
		width: 55px;
		height: 2px;
		background-color: #00B4EA;
	}
    .contact_row_6 {
        clear: both;
        min-height: 50px;
    }
    .contact_row_2 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_2_col1 {
        float: left;
        width: 42px;
        min-height: 32px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_2_col2 {
        float: left;
        width: 340px;
        min-height: 32px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_row_3 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_3_col1 {
        float: left;
        width: 42px;
        min-height: 22px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_3_col2 {
        float: left;
        width: 340px;
        min-height: 38px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_row_4 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_4_col1 {
        float: left;
        width: 42px;
        min-height: 22px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_4_col2 {
        float: left;
        width: 340px;
        min-height: 32px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_column_2 {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
	.contact_column_2 h2 {
    font-family: "Mukta Vaani", sans-serif;
    position: relative;
    color: #232527;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
	margin-top: 25px;	
    }
	.contact_column_2 h2:before {
		position: absolute;
		content: '';
		left: 0px;
		bottom: 0px;
		width: 55px;
		height: 2px;
		background-color: #00B4EA;
	}
    .contact_row_8 {
        clear: both;
        min-height: 50px;
        width: auto;
    }
    .contact_row_9 {
        clear: both;
        min-height: 200px;
        width: auto;
    }
    p.contact_paragraph {
        margin-top: 10px;
        min-height:28px;
    }
    p.contact_paragraph1 {
        margin-top: 10px;
        min-height:28px;
    }
    p.contact_paragraph2 {
        margin-top: 10px;
        min-height:28px;
    }
    h1.heading {
        margin-top: 0.67em;
        margin-bottom:0.67em;
    }


/* TEXT BOXES */

input[type="text"]{
	padding: 2%;
	border:1px solid #cccccc;
	color: #999;
	margin-bottom: 15px;
	background-color: #F4F3F1;
	width: 96%;
	font-size: 16px;
	margin-right: 0%;
	margin-left: 0%;
}
input[type="text"]:hover
{
	border:1px solid #cccccc;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/* TEXT AREAS */

textarea {
	padding: 2%;
	border:1px solid #cccccc;
	color: #999;
	margin-bottom: 15px;
	background-color: #F4F3F1;
	width: 96%;
	font-size: 16px;
	margin-right: 0%;
	margin-left: 0%;
}
textarea:hover
{
    border:1px solid #cccccc;
}
textarea:focus
{
    box-shadow:0 0 2px #FFFE00;
}

#validation_fail {
	color: #61126B;
	background-color: #E09513;
	width: 98%;
	margin-bottom: 10px;
	padding: 1%;
	margin-right: 0px;
	margin-left: 0px;
}

#form_wrapper {
	margin-bottom: 10px;
}
#form_heading {
	font-size: 14px;
	color: #9C9C9C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#form_heading2 {
	font-size: 14px;
	color: #9C9C9C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.required {
	color: #FFFFFF;
}

.Serene {
	border-style: solid;
	color: #ffffff;
	background-color: #00B4EA;
	border-width: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(webassist/button_styles/ie-css3.htc);
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 15px;
	cursor:pointer;
}
.Serene:hover {
	color: #ffffff;
	background-color: #666666;
}

#four_columns {
	width: 100%;
	float: left;
	height: 140px;;
}
#four_cols_1 {
	width: 150px;
	float: left;
	height: 70px;
}
#four_cols_2 {
	width: 177px;
	float: left;
	height: 70px;
}

/* Contact Layout */
	
.contacts_three_column_layout {
	width: 100%;
}
	
.contacts_three_column_layout_col_1 {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
	float: left;
}

.contacts_three_column_layout_col_1_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.contacts_three_column_layout_col_1_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_1_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_1_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_col_1_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_1_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_1_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
	
	
.contacts_three_column_layout_col_2 {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 40px;
	float: left;
}
	
.contacts_three_column_layout_col_2_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.contacts_three_column_layout_col_2_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_2_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_2_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
}
	
.contacts_three_column_layout_col_2_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_2_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_2_row_4 p {
	font-size: 15px;
	line-height: 15px;
}	

	
.contacts_three_column_layout_col_3 {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
	float: left;
}		
	
.contacts_three_column_layout_col_3_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.contacts_three_column_layout_col_3_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_3_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_3_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
}
	
.contacts_three_column_layout_col_3_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_3_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_3_row_4 p {
	font-size: 15px;
	line-height: 15px;
}


.contacts_three_column_layout_2 {
	width: 100%;
}
	
.contacts_three_column_layout_2_col_1 {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
	float: left;
	border: 1px solid #000000;
}

.contacts_three_column_layout_2_col_1_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_1_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_1_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_1_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_1_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_1_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_1_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
	
	
.contacts_three_column_layout_2_col_2 {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 40px;
	float: left;
	border: 1px solid #000000;
}
	
.contacts_three_column_layout_2_col_2_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_2_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_2_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_2_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_2_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_2_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_2_row_4 p {
	font-size: 15px;
	line-height: 15px;
}	

	
.contacts_three_column_layout_2_col_3 {
	width: 100%;
	margin-right: 0%;
	margin-left: .33%;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #000000;
}		
	
.contacts_three_column_layout_2_col_3_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_3_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_3_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_3_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_3_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_3_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_3_row_4 p {
	font-size: 15px;
	line-height: 15px;
}

@media only screen and (min-width : 641px) {
      .main_contact_wrapper {
        clear: both;
        min-height: 250px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .contact_column_1 {
        float: left;
        width: 30%;
    }
	.contact_column_1 h2 {
        font-family: "Mukta Vaani", sans-serif;
    position: relative;
    color: #232527;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
    }
	.contact_column_1 h2:before {
		position: absolute;
		content: '';
		left: 0px;
		bottom: 0px;
		width: 55px;
		height: 2px;
		background-color: #00B4EA;
	}
    .contact_row_6 {
        clear: both;
        min-height: 50px;
    }
    .contact_row_2 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_2_col1 {
        float: left;
        width: 42px;
        min-height: 32px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_2_col2 {
        float: left;
        width: 340px;
        min-height: 32px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_row_3 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_3_col1 {
        float: left;
        width: 42px;
        min-height: 22px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_3_col2 {
        float: left;
        width: 340px;
        min-height: 38px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_row_4 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_4_col1 {
        float: left;
        width: 42px;
        min-height: 22px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_4_col2 {
        float: left;
        width: 340px;
        min-height: 32px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_column_2 {
        float: left;
        width: 70%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
	.contact_column_2 h2 {
    font-family: "Mukta Vaani", sans-serif;
    position: relative;
    color: #232527;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
    }
	.contact_column_2 h2:before {
		position: absolute;
		content: '';
		left: 0px;
		bottom: 0px;
		width: 55px;
		height: 2px;
		background-color: #00B4EA;
	}
    .contact_row_8 {
        clear: both;
        min-height: 50px;
        width: auto;
    }
    .contact_row_9 {
        clear: both;
        min-height: 200px;
        width: auto;
    }
    p.contact_paragraph {
        margin-top: 10px;
        min-height:28px;
    }
    p.contact_paragraph1 {
        margin-top: 10px;
        min-height:28px;
    }
    p.contact_paragraph2 {
        margin-top: 10px;
        min-height:28px;
    }
    h1.heading {
        margin-top: 0.67em;
        margin-bottom:0.67em;
    }


/* TEXT BOXES */

input[type="text"]{
	padding: 2%;
	border:1px solid #cccccc;
	color: #999;
	margin-bottom: 15px;
	background-color: #F4F3F1;
	width: 96%;
	font-size: 16px;
	margin-right: 0%;
	margin-left: 0%;
}
input[type="text"]:hover
{
	border:1px solid #cccccc;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/* TEXT AREAS */

textarea {
	padding: 2%;
	border:1px solid #cccccc;
	color: #999;
	margin-bottom: 15px;
	background-color: #F4F3F1;
	width: 96%;
	font-size: 16px;
	margin-right: 0%;
	margin-left: 0%;
}
textarea:hover
{
    border:1px solid #cccccc;
}
textarea:focus
{
    box-shadow:0 0 2px #FFFE00;
}

#validation_fail {
	color: #61126B;
	background-color: #E09513;
	width: 98%;
	margin-bottom: 10px;
	padding: 1%;
	margin-right: 0px;
	margin-left: 0px;
}

#form_wrapper {
	margin-bottom: 10px;
}
#form_heading {
	font-size: 14px;
	color: #9C9C9C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#form_heading2 {
	font-size: 14px;
	color: #9C9C9C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.required {
	color: #FFFFFF;
}

.Serene {
	border-style: solid;
	color: #ffffff;
	background-color: #00B4EA;
	border-width: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(webassist/button_styles/ie-css3.htc);
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 15px;
	cursor:pointer;
}
.Serene:hover {
	color: #ffffff;
	background-color: #666666;
}
	
#four_columns {
	width: 100%;
	float: left;
	height: 140px;;
}
#four_cols_1 {
	width: 150px;
	float: left;
	height: 70px;
}
#four_cols_2 {
	width: 150px;
	float: left;
	height: 70px;
}
	
/* Contact Layout */
	
.contacts_three_column_layout {
	width: 100%;
}
	
.contacts_three_column_layout_col_1 {
	width: 33.33%;
	margin-right: 0%;
	margin-bottom: 30px;
	float: left;
}

.contacts_three_column_layout_col_1_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_col_1_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_1_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_1_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_col_1_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_1_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_1_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
	
	
.contacts_three_column_layout_col_2 {
	width: 31.33%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 30px;
	float: left;
}
	
.contacts_three_column_layout_col_2_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_col_2_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_2_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_2_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_col_2_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_2_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_2_row_4 p {
	font-size: 15px;
	line-height: 15px;
}	

	
.contacts_three_column_layout_col_3 {
	width: 33.33%;
	margin-right: 0%;
	margin-bottom: 30px;
	float: left;
}		
	
.contacts_three_column_layout_col_3_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_col_3_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_3_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_3_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_col_3_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_3_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_3_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
	
	
.contacts_three_column_layout_2 {
	width: 100%;
}
	
.contacts_three_column_layout_2_col_1 {
	width: 32%;
	margin-right: 1.33%;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #000000;
}

.contacts_three_column_layout_2_col_1_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_1_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_1_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_1_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_1_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_1_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_1_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
	
	
.contacts_three_column_layout_2_col_2 {
	width: 31.67%;
	margin-right: 1.33%;
	margin-left: .33%;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #000000;
}
	
.contacts_three_column_layout_2_col_2_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_2_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_2_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_2_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_2_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_2_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_2_row_4 p {
	font-size: 15px;
	line-height: 15px;
}	

	
.contacts_three_column_layout_2_col_3 {
	width: 33%;
	margin-right: 0%;
	margin-left: .33%;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #000000;
}		
	
.contacts_three_column_layout_2_col_3_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_3_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_3_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_3_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_3_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_3_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_3_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
}
@media only screen and (min-width : 1024px) {

     .main_contact_wrapper {
        clear: both;
        min-height: 250px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
		margin-top: 20px;
    }
    .contact_column_1 {
        float: left;
        width: 30%;
    }
	.contact_column_1 h2 {
    font-family: "Mukta Vaani", sans-serif;
    position: relative;
    color: #232527;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
    }
	.contact_column_1 h2:before {
		position: absolute;
		content: '';
		left: 0px;
		bottom: 0px;
		width: 55px;
		height: 2px;
		background-color: #00B4EA;
	}
    .contact_row_6 {
        clear: both;
        min-height: 50px;
    }
    .contact_row_2 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_2_col1 {
        float: left;
        width: 42px;
        min-height: 32px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_2_col2 {
        float: left;
        width: 340px;
        min-height: 32px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_row_3 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_3_col1 {
        float: left;
        width: 42px;
        min-height: 22px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_3_col2 {
        float: left;
        width: 340px;
        min-height: 38px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_row_4 {
        clear: both;
        min-height: 32px;
    }
    .contact_row_4_col1 {
        float: left;
        width: 42px;
        min-height: 22px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_row_4_col2 {
        float: left;
        width: 340px;
        min-height: 32px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_column_2 {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
	.contact_column_2 h2 {
    font-family: "Mukta Vaani", sans-serif;
    position: relative;
    color: #232527;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
	margin-bottom: 25px;
    }
	.contact_column_2 h2:before {
		position: absolute;
		content: '';
		left: 0px;
		bottom: 0px;
		width: 55px;
		height: 2px;
		background-color: #00B4EA;
	}
    .contact_row_8 {
        clear: both;
        min-height: 50px;
        width: auto;
    }
    .contact_row_9 {
        clear: both;
        min-height: 200px;
        width: auto;
    }
    p.contact_paragraph {
        margin-top: 10px;
        min-height:28px;
    }
    p.contact_paragraph1 {
        margin-top: 10px;
        min-height:28px;
    }
    p.contact_paragraph2 {
        margin-top: 10px;
        min-height:28px;
    }
    h1.heading {
        margin-top: 0.67em;
        margin-bottom:0.67em;
    }


/* TEXT BOXES */

input[type="text"]{
	padding: 2%;
	border:1px solid #cccccc;
	color: #999;
	margin-bottom: 15px;
	background-color: #F4F3F1;
	width: 96%;
	font-size: 16px;
	margin-right: 0%;
	margin-left: 0%;
}
input[type="text"]:hover
{
	border:1px solid #cccccc;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

/* TEXT AREAS */

textarea {
	padding: 2%;
	border:1px solid #cccccc;
	color: #999;
	margin-bottom: 15px;
	background-color: #F4F3F1;
	width: 96%;
	font-size: 16px;
	margin-right: 0%;
	margin-left: 0%;
}
textarea:hover
{
    border:1px solid #cccccc;
}
textarea:focus
{
    box-shadow:0 0 2px #FFFE00;
}

#validation_fail {
	color: #61126B;
	background-color: #E09513;
	width: 98%;
	margin-bottom: 10px;
	padding: 1%;
	margin-right: 0px;
	margin-left: 0px;
}

#form_wrapper {
	margin-bottom: 10px;
}
#form_heading {
	font-size: 14px;
	color: #9C9C9C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#form_heading2 {
	font-size: 14px;
	color: #9C9C9C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.required {
	color: #FFFFFF;
}

.Serene {
	border-style: solid;
	color: #ffffff;
	background-color: #00B4EA;
	border-width: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(webassist/button_styles/ie-css3.htc);
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 15px;
	cursor:pointer;
}
.Serene:hover {
	color: #ffffff;
	background-color: #666666;
}
	
#four_Columns {
	width: 100%;
	float: left;
	height: 60px;
	clear: both;
}
#four_cols_1 {
	width: 150px;
	float: left;
	height: 30px;
}
#four_cols_2 {
	width: 150px;
	float: left;
	height: 30px;
}
	
/* Contact Layout */
	
.contacts_three_column_layout {
	width: 100%;
}
	
.contacts_three_column_layout_col_1 {
	width: 33%;
	margin-right: .33%;
	margin-bottom: 0px;
	float: left;
}

.contacts_three_column_layout_col_1_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_col_1_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_1_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_1_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_col_1_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_1_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_1_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
	
	
.contacts_three_column_layout_col_2 {
	width: 32.67%;
	margin-right: .33%;
	margin-left: .33%;
	margin-bottom: 0px;
	float: left;
}
	
.contacts_three_column_layout_col_2_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_col_2_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_2_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_2_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_col_2_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_2_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_2_row_4 p {
	font-size: 15px;
	line-height: 15px;
}	

	
.contacts_three_column_layout_col_3 {
	width: 33%;
	margin-right: 0%;
	margin-left: .33%;
	margin-bottom: 0px;
	float: left;
}		
	
.contacts_three_column_layout_col_3_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_col_3_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_col_3_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_col_3_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_col_3_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_col_3_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_col_3_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	

	
	
.contacts_three_column_layout_2 {
	width: 100%;
}
	
.contacts_three_column_layout_2_col_1 {
	width: 32%;
	margin-right: 1.33%;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #000000;
}

.contacts_three_column_layout_2_col_1_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_1_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_1_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_1_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_1_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_1_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_1_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
	
	
.contacts_three_column_layout_2_col_2 {
	width: 31.67%;
	margin-right: 1.33%;
	margin-left: .33%;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #000000;
}
	
.contacts_three_column_layout_2_col_2_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_2_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_2_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_2_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_2_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_2_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_2_row_4 p {
	font-size: 15px;
	line-height: 15px;
}	

	
.contacts_three_column_layout_2_col_3 {
	width: 33%;
	margin-right: 0%;
	margin-left: .33%;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #000000;
}		
	
.contacts_three_column_layout_2_col_3_row_1 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-right: 1%;
	margin-bottom: 2%;
	background-color: #000000;
	padding: 10px;
	color: #fff;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_3_row_1 span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0.7;
}
	
.contacts_three_column_layout_2_col_3_row_2 {
	width: 100%;
	line-height: 0px;
}
	
.contacts_three_column_layout_2_col_3_row_3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #D1E6D9;
	padding: 10px;
	text-align: center;
}
	
.contacts_three_column_layout_2_col_3_row_4 {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	padding: 10px;
}
	
.contacts_three_column_layout_2_col_3_row_4 h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.contacts_three_column_layout_2_col_3_row_4 p {
	font-size: 15px;
	line-height: 15px;
}
	
}
