body, p, div, .Normal, input, form{	  
      margin:0;
      padding:0;    	  
	font: 13px/18px ariel,sans-serif;
}

body{
	width:100%;
	background:url("images/body_bg.jpg") repeat scroll center top #EEEEEE;
}
p {
	margin: 0 0 1.6em;
	line-height: 18px;
	word-spacing: 2px;
	font: 13px/18px ariel,sans-serif;
}
table{
	border-collapse:collapse;
}
ul li {
    list-style-type: disc;
}
a:link, a:visited {
    color: #b5372e;
    text-decoration: none;
}

a:hover,a:active {
	color: #b5372e;
	text-decoration: underline;
}

/* =E Skin Base ------------------------------------------------------- */
.Head {
    color: #A37773;
    display:block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 0 6px;
    width: 100%;
}

.SubHead {
    color: #000000;
    font-size: 13px;
    FONT-WEIGHT: bold;
	font-weight: bold;
    padding-top: 5px;
}
/*========================================================*/
/*  Module ACTION                                         */
/*========================================================*/

.ModuleTitle_SubMenu {
	border: 1px solid #C0D6E5;
	background: #F8FAFF;
	z-index: 10 !important;
}

.ModuleTitle_SubMenu td {
	padding-right: 2px;
	color: #000;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 13px;
	font-weight: bold;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuIcon {
	width: 18px;
	height: 21px;
	border: 0;
	padding: 0;
	background: none;
	text-align: center;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItem {
	height: 21px;
	border: 0 !important;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuArrow {
	width: 5px;
	border: 0;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItemSel {
	background: #FBB448;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItemSel {
	color: #000;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuBreak {
	border: 1px solid #C0D6E5;
	border-width: 1px 0;
	background: #F8FAFF;
	font-size: 1px;
	line-height: 1px;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuBreak td.ModuleTitle_MenuIcon {
	border: 0;
	background: none;
}
.Actions{
	float:left;
}
/*------------------------  End  -------------------------*/

/*========================================================*/
/*  DNNNAV MENU                                           */
/*========================================================*/

a{
	outline:none;
}
*:focus
{
    outline: none;
}
.mainMenu{
	float: left;
    right: 0;
	margin: 0;
    padding-left:22px;
}
.mainMenu > li{float:left; background: url("images/seprator.png") no-repeat scroll right top transparent;  
    padding-right: 2px;}

.mainMenu li a {
    color: #FFFFFF;
    display:block;
    font: 12px/18px ariel,sans-serif;
    height: 21px;
    padding: 15px 12px;
    text-decoration: none;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000000;
}
.root.first {
    margin-left: 0px;
}
.mainMenu .sel a{
    background: url("images/nav-active.png") repeat scroll 0 0 transparent;
}
.mainMenu li a:hover{
    background: url("images/nav-active.png") repeat scroll 0 0 transparent;
}
.left-arr {
    background: url("images/left-arr.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 10px;
    position: relative;
    top: -10px;
    width: 14px;
}
.right-arr {
    background: url("images/right-arr.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 10px;
    position: relative;
    top: -10px;
    width: 14px;
}
.mainMenu .sel{
	background: url("images/active_sep.png") no-repeat scroll right top transparent;
}
.mainMenu .bc{
	background: url("images/active_sep.png") no-repeat scroll right top transparent;
}
.mainMenu .bc a{
	background: url("images/nav-active.png") repeat scroll 0 0 transparent;
}
/* ==S Sub Menu */

.m {
    margin: 0 0 0 -3px;
    padding: 0;
    z-index: 9999;
}
.m li{
	padding:0;
	background: none repeat scroll 0 0 #B84A37;
	border-bottom: 1px dotted #FFFFFF;
	cursor:pointer;
}
.m li.hov{
	background: url("images/nav-active.png") repeat scroll 0 0 transparent;
}
.m li.sel {
    background: none repeat scroll 0 0 #676767;
    border-bottom: 1px dotted #FFFFFF;
}
.m li.bc {
    background: none repeat scroll 0 0 #676767 !important;
    border-bottom: 1px dotted #FFFFFF;
}
.m li a {
    background: none repeat scroll 0 0 #B84A37;    
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin: 0 !important;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: none;
}
.m li:hover a {
    background: url("images/nav-active.png") repeat scroll 0 0 transparent;
}
.m li a:hover {
    background: url("images/nav-active.png") repeat scroll 0 0 transparent;
    text-decoration: none;
	
}
/* ==E Sub Menu */
/*------------------------  End  -------------------------*/

/*========================================================*/
/*  Panes CSS                                             */
/*========================================================*/

.wrapper{
	width:100%;
	padding-top: 10px;
}
.page{
	margin:0 auto;
	padding: 12px 20px 42px;
    width: 964px;
	background-color:#FFFFFF;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-radius-topleft:5px;
	border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-box-shadow: 1px 0 20px #000000;
	box-shadow: 1px 0 20px #000000;
}
@media screen and (max-width: 1024px) {
	
.page{
	margin-left:20px;
}
}
.MiddlePane{
	padding-top: 25px;
}
.Header{
	width:960px;
	float: left;
	
}
.logo{	
	float: left;
	padding: 0 0 10px;
	width:270px;
	height:84px;
	
}
.TopPane {
	width: 296px;
    float: right;
    padding: 8px 0 10px 16px;
	[width: 296px;
	width: 280px;
	]width: 280px;
    word-spacing: 1px;
	
}
.TopPane .Normal{
	font-size: 11px !important;
    color: #666666 !important;
}
.TopPane a{
	color: #666668;
	text-decoration:	
	font-size: 11px !important;
}
.SocialPane {
    float: right;
    padding-top: 51px;
    width: 96px;
}
.SocialPane{
    width:230px;
    position:relative;
}
#dnn_ctr1812_HtmlModule_lblContent a {
    float:right;
    padding-left:10px;
}
#dnn_ctr1812_HtmlModule_lblContent a:nth-child(1) img{
    width:110px !important;
    position:absolute;
    left:0;
    top:-55px;
}
.Nav{
	background: url("images/nav-bg2.png") repeat-x scroll 0 0 transparent;
	float: left;
    left: -35px;
    margin-top: 5px;
    position: relative;
    width: 1033px;
	z-index:9999;
}
.skinmenu {
    float: left;
    height: 57px;
    width: 81%;
	/*box-shadow: 3px 3px 2px #BBBBBB;*/
}
.HeaderPane{	
	float: left;
}
.HeaderPane td {
    padding: 0;
    margin: 0;
}
.PaneContainer {
    clear: both;
    margin-top: 16px;
    width: 100%;
	padding-bottom: 2px;
	position: relative;
}
.panetable{
	
}
.ContentPaneinner{	
    padding: 40px 15px 2px 0;
}
.ContentPane{	
    padding: 10px 6px 2px 0;
}
.ContentPane ul, .RightPane ul {
    padding-left: 30px;
}
.ContentPane li, .RightPane li {
    margin: 3px 0;
}
.RightPane {
    padding-top: 40px;
    width: 29%;
}
.RightPane2{	
	padding:10px 6px 10px 0;
}
.ContentPane2{	
	padding:10px 0 0 8px;
	width: 29%;
	padding-bottom:0;
}
.Footer {
    clear: both;
    color: #b4b4b4;
    margin: 0 auto 0;
    padding-top: 23px;
    width: 960px;
	font-size:9px;
	text-transform:uppercase;
}
.Footer a{
	color: #b4b4b4 !important;
	text-transform:uppercase;
	font-size:9px;
}
.DNNEmptyPane{ width:0px; padding:0px; line-height:0px; height:0px; font-size:0px; margin:0px; visibility:hidden;}

/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/

H1 { FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #3d5d15; font-family: "Arial", Helvetica, sans-serif; padding:0; margin:3px 0 11px; }
H2 { color: #221F1F; font-family: "Arial",Helvetica,sans-serif; font-size: 17px; font-weight: bold;line-height: 24px; margin: 8px 0; padding: 0;}
H3 { FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #606060; font-family: "Arial", Helvetica, sans-serif; padding:0; margin:0; }
H4 { FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #7a7a7a; font-family: "Arial", Helvetica, sans-serif; padding:0; margin:0; }
H5 { FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #407ccd; font-family: "Arial", Helvetica, sans-serif; padding:0; margin:0; }

/*------------------------  End  -------------------------*/

/*========================================================*/
/*  Contact FORM                                          */
/*========================================================*/

.ModFormMasterC .NormalTextBox {
    border: 1px solid #909090;
    color: #939598;
    font-size: 12px;
    font-weight: normal;
    margin: 3;
    padding: 3px;
    text-align: left !important;
    width: 206px;
}
.NormalTextBox {
    border: 1px solid #000;
	margin: 5px;
}
.ModFormMasterC input[type=checkbox]{
	margin:5px;
}
#dnn_ctr1818_FormMaster_cmdSubmit {
    background: none repeat scroll 0 0 #E0DFE3;
    border: 1px solid #AAAAAA;
    color: #000000;
    float: left !important;
    font: 14px/17px ariel,sans-serif;
    margin-bottom: 10px !important;
    margin-left: 95px;
    margin-right: 10px !important;
    margin-top: 10px !important;
    padding: 4px;
    text-decoration: none;
}
#dnn_ctr1832_FormMaster_cmdSubmit {
    background: none repeat scroll 0 0 #E0DFE3;
    border: 1px solid #AAAAAA;
    color: #000000;
    float: left !important;
    font: 14px/17px ariel,sans-serif;
    margin-bottom: 10px !important;
    margin-left: 106px;
    margin-right: 10px !important;
    margin-top: 10px !important;
    padding: 4px;
    text-decoration: none;
}
.c_DNN6_Header .Head {
	text-transform: inherit !important;
}
.UDT_Buttons span{
	padding-right: 23px !important;
}
.UDT_UponSubmit {
    height: 100px;
    margin-bottom: 5px;
    margin-top: 11px;
}
.UDT_Table_Item a, .UDT_Table_AlternateItem a {
    color: #000000 !important;
}
.UDT_Default {
     margin-left: 1px;
     margin-top: 8px;
}

.UDT_Form {
     width: 400px;
}

.UDT_Form textarea {
     margin-left: 0px;
     margin-top: 5px;
     width: 256px;
}

.UDT_Input {
     margin-left: 110px;
	 *margin-left: 55px;
     margin-top: -21px;
     width: 264px;
}

.UDT_Caption {
     display: block;
     line-height: 15px;
     margin-top: 6px;
     width: 150px;
}

.UDT_Buttons a {
     color: #7D073E ! important;
}
/*------------------------  End  -------------------------*/


/* ------------------------------------------------------------------------- */
/* -- FORM MASTER CSS FOR DROP DOWN MENUS FOR FORM SETTINGS AND TOOL TIPS -- */
/* ------------------------------------------------------------------------- */

/*#tbldnn_ctr802_FormDispatcher_ctlFFDSNOSMenu2,
.dnn_ctr802_formdispatcher_ctlffdsnosmenu_spmsub C5SLLC_SubMenu,*/
.C5SLLC_SubMenu
{ z-index:999!important; }

.dnnTooltip label { float:left!important; text-align:left!important; }

/* ------------------------------------------------------------------------- */

.SiteSearch input {
    background: url("images/search_field2.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #939598;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    margin: 0 2px !important;
    padding: 18px 7px 7px 10px;
    text-align: left !important;
    /*width: 162px !important;*/
	width: 127px !important;
}
.SiteSearch {
    float: right;
    padding: 0;
    
}
.SkinSearch{
	display: none;
    
}
.top-nav{
	border-radius:5px;
	background-color:#eceff4;
}
.SiteSearch span{
	display: block;
    float: right;
	/*width: 205px;*/
	width: 163px;
}
.FooterLeft{
	float: left;
}
.FooterRight{
	float: left;
	padding-left: 5px;
    padding-top: 8px;
	font-size: 10px;
	letter-spacing: 0.5px;
}
.FooterContainer{
	background:url("images/footer_bg.png") repeat scroll 0 0 transparent;
	width:100%;
	height: 135px;
	min-width: 1034px;
}


.Footer_menu{
	float: right;
    padding-top: 8px;
	font-size:10px;
	text-align: right;
}
.test_img_right {
    border: 5px solid #b5372e;
    float: right;
    margin-bottom: 5px;
    margin-right: 11px;
	margin-left: 10px;
}
.test_img {
    border: 5px solid #b5372e;
    float: left;
    margin-bottom: 5px;
    margin-right: 11px;
}
.testi-brief{
	color:#666666;
}
.ModBizModulesUltraPhotoGalleryC a.umg_page {
    color: #000 !important;
}
.ModBizModulesUltraPhotoGalleryC a.active {
    color: #fff !important;
}
.testimonial-sep {
    background: url("images/seprator2.png") no-repeat scroll center bottom transparent;
    padding-bottom: 7px;
    margin-bottom: 18px;
}