
/* Define Page Containers ************************************/
/* ***********************************************************/



/* ***********************************************************/
/* ***********************************************************/

/* Define sub entities ***************************************/
/* ***********************************************************/

#sub_mainContent_callServices {
	margin-top:20px;
	margin-left:50px;
}

.subrightCol_Content {
	margin-left:55px;
	padding-top:10px;
	width:300px;
}

.sub_blackTxt {
	color:#4b4949;
	font-size:14px;
	font-weight:bold;
}

.sub_list {
	line-height:18px;
}

.sub_list li {
	list-style:none;
}

.sub_list a {
	text-decoration:none;
	color:#000000;
}

/* ***********************************************************/
/* ***********************************************************/

/* Define contant form ***************************************/
/* ***********************************************************/

.contact_form table td input[type=text] {
	width:160px;
}

.contact_form .phpTbl_lbl {
	color:#7c3138;
	font-weight:bold;
	font-size:12px;
}

/* ***********************************************************/
/* ***********************************************************/

/* Define photo gallery **************************************/
/* ***********************************************************/

#photoGallery {
	margin-top:50px;
}

.photoGal_cell {
	float:left;
	margin:5px;
	
	/*border:1px solid white;*/
}

.photoGal_cell img {
	display:block;
	border:2px solid #537e99;
}

#photoGal_subTitle {
	float:left;
	color:#6a2f31;
	font-weight:bold;
	font-size:16px;
}

.photoGal_cell_lbl {
	display:block;
	text-align:center;
}

#photoGal_backGal {
	float:right;
	width:120px;
	margin-right:13px;
	text-align:center;
}

/* ***********************************************************/
/* ***********************************************************/

/* Define Testimonals ****************************************/
/* ***********************************************************/

#sub_testimonals {
	padding-top:30px;
}

#sub_testimonals .testimonals_entry {
	margin:10px 20px 10px 10px;
}

#sub_testimonals .testimonals_entry .entry_sig {
	display:block;
	float:right;
	padding-top:5px;
}
/* ***********************************************************/
/* ***********************************************************/

/* Contact Form ******************************************************/
#crudTool_right {
	float:right;
	padding-right:10px;
}

#crudTool_left {
	padding-left:10px;
}

#crudTool_bottom {
	clear:right;
	margin-top:10px;
	text-align:center;
}

.crudTool_lbl {
	display:block;
	color:#6a374a;
	padding-bottom:2px;
	font-size:14px;
}

.crudTool_txtContainer {
	display:block;
	padding-right:20px;
}

.crudTool_txtContainer input {
	width:200px;
}

.crudTool_txtareaContainer {
	display:block;
}

.crudTool_txtareaContainer textarea {
	width:210px;
	
}

.crudTool_selectContainer {
	display:block;
}

.crudTool_selectContainer select {
	width:150px;
}

.crudTool_btn {
	margin-left:8px;
	margin-right:8px;
}