﻿
/* GLOBAL NESTED STYLES ACROSS ALL CB */
.StandardCBStyle, .HomeCBStyle, .FooterCBStyle {font-family: Verdana, Arial, sans-serif;}
.StandardCBStyle p, .normalPara p, .HomeCBStyle p, .FooterCBStyle p {margin: 0; padding: 0;}

.StandardCBStyle a, .HomeCBStyle a {color: #005CA9;text-decoration: underline; font-weight: bold;}
.StandardCBStyle a:hover, .HomeCBStyle a:hover{color:#784969;}


/* STANDARD CB */
.StandardCBStyle, .StandardCBStyle .normalPara {font-size: 13px; line-height: 22px; color: #303030;}
	
.StandardCBStyle h3, .StandardCBStyle h4, .StandardCBStyle h5, .StandardCBStyle h6 {font-size: 13px; line-height: 22px; color: #5a2f4b; margin: 0; padding: 0; font-weight: bold;}
	
.StandardCBStyle ul {margin: 20px 0 20px 0; padding:0 0 0 0}
.StandardCBStyle ul li  {margin:8px 0 15px 15px; padding:0 45px 0 15px; background-image:url(/Themes/Default/Content/Images/bullet.jpg); background-repeat:no-repeat; background-position: 0 8px; list-style-type:none; line-height: 20px; zoom:1;}

.StandardCBStyle ol {margin: 15px 0 20px 15px; padding:0 0 0 0}
.StandardCBStyle ol li  {margin:8px 0 15px 20px; padding:0 45px 0 0; line-height: 20px; zoom:1;}

.StandardCBStyle hr {background-color: #784969; border: none; height: 1px;}
	
.StandardCBStyle blockquote {font-size: 20px; color: #7F7F7F; line-height: 30px; margin: 20px 0 20px 0; padding: 0 0 20px 150px; background-image: url('/Themes/Default/Content/Images/quotation-mark.png'); background-repeat: no-repeat; background-position: top left;}
	
.StandardCBStyle caption {font-size: 10px; line-height: 20px; text-align:  left; font-family: Verdana, Arial, sans-serif; caption-side: bottom;  vertical-align: bottom; border-top: 1px solid #784969; line-height: 14px; padding: 0 10px; }


.StandardCBStyle a.calltoaction, .HomeCBStyle a.calltoaction {
    position: relative;
    clear: both !important;
    padding: 8px 30px 8px 10px !important;
    background-color: #005CA9 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.StandardCBStyle a.calltoaction:hover, .HomeCBStyle a.calltoaction:hover {
    background-color: #784969 !important;
    padding: 8px 40px 8px 10px !important;
}

.StandardCBStyle a.calltoaction:after, .HomeCBStyle a.calltoaction:after {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #ffffff !important;
    margin-left: 5px;
    vertical-align: middle;
    content: "\00BB";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
    
/* Standard Style FORM */
.StandardCBStyle form {
    width: 100%;
    line-height: 10px;
    margin-bottom: 25px;
}

.StandardCBStyle form label {
    clear: both;
    display: block;
    width: 20%;
    color: #005CA9;
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    vertical-align: top;
}

.StandardCBStyle form select {
    clear: both;
    display: block;
    width: 81%;
    font-size: 16px;
    color: #303030;
    padding: 6px;
    border: 1px solid #cccccc;
}

.StandardCBStyle form select[multiple]{
    height: 150px;
    clear: both;
    display: block;
    width: 81%;
    font-size: 14px;
    color: #303030;
    padding: 6px;
    border: 1px solid #cccccc;
    }

.StandardCBStyle form textarea{
    height: 100px;
    clear: both;
    display: block;
    width: 79%;
    font-size: 16px;
    color: #303030;
    padding: 6px;
    border: 1px solid #cccccc;
    }

.StandardCBStyle form input[type="text"] {
    clear: both;
    display: block;
    width: 79%;
    font-size: 16px;
    color: #303030;
    padding: 6px;
    border: 1px solid #cccccc;
}

.StandardCBStyle form input[type="submit"] {
    position: relative;
    width: auto;
    cursor: pointer;
    padding: 6px 30px 6px 10px !important;
    border: 1px solid #005CA9;
    background-color: #005CA9 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.StandardCBStyle form input[type="submit"]:hover {
    background-color: #784969 !important;
    border: 1px solid #784969;
    padding: 6px 40px 6px 10px !important;
}

.StandardCBStyle form input[type="submit"]:after {
    position: absolute;
    top: 3px;
    right: 10px;
    color: #ffffff !important;
    margin-left: 5px;
    vertical-align: middle;
    content: "\00BB";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

/* RIGHT SIDEBAR CB */
.RightSideCBStyle {font-size: 13px; line-height: 22px; color: #303030;}

.RightSideCBStyle, .RightSideCBStyle .normalPara {font-size: 13px; line-height: 22px; color: #303030;}
	
.RightSideCBStyle h3, .RightSideCBStyle h4, .RightSideCBStyle h5, .RightSideCBStyle h6 {font-size: 13px; line-height: 22px; color: #5a2f4b; margin: 0; padding: 0; font-weight: bold;}
	
.RightSideCBStyle ul {margin: 20px 0 20px 0; padding:0 0 0 0}
.RightSideCBStyle ul li  {margin:8px 0 15px 15px; padding:0 45px 0 15px; background-image:url(/Themes/Default/Content/Images/bullet.jpg); background-repeat:no-repeat; background-position: 0 8px; list-style-type:none; line-height: 20px; zoom:1;}

.RightSideCBStyle ol {margin: 15px 0 20px 15px; padding:0 0 0 0}
.RightSideCBStyle ol li  {margin:8px 0 15px 20px; padding:0 45px 0 0; line-height: 20px; zoom:1;}

.RightSideCBStyle hr {background-color: #784969; border: none; height: 1px;}
	
.RightSideCBStyle caption {font-size: 10px; line-height: 20px; text-align:  left; font-family: Verdana, Arial, sans-serif; caption-side: bottom;  vertical-align: bottom; border-top: 1px solid #784969; line-height: 14px; padding: 0 10px; }


.RightSideCBStyle a.calltoaction {
    position: relative;
    clear: both !important;
    display: block;
    font-size: 20px;
    padding: 12px 20px !important;
    background-color: #784969 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.RightSideCBStyle a.calltoaction:hover {
    background-color: #005CA9 !important;
    padding: 12px 20px !important;
}

.RightSideCBStyle a.calltoaction:after {
    float: right;
    top: 6px;
    right: 10px;
    color: #ffffff !important;
    margin-left: 5px;
    vertical-align: middle;
    content: "\00BB";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }



	
/* HOME CB */
.HomeCBStyle{font-size: 13px; line-height: 22px; color: #303030;}
	
.HomeCBStyle ul {margin: 20px 0 20px 0; padding:0 0 0 0}
.HomeCBStyle ul li  {margin:8px 0 15px 15px; padding:0 45px 0 17px; background-image:url(/Themes/Default/Content/Images/bullet.jpg); background-repeat:no-repeat; background-position: 0 6px; list-style-type:none; line-height: 20px; zoom:1;}

.HomeCBStyle ol {margin: 15px 0 20px 15px; padding:0 0 0 0}
.HomeCBStyle ol li  {margin:8px 0 15px 25px; padding:0 45px 0 5px; line-height: 23px; zoom:1;}

.HomeCBStyle hr {background-color: #784969; border: none; height: 1px;}
	
.HomeCBStyle blockquote {font-size: 21px; color: #303030; background-color: #fff; line-height: 20px; margin: 15px 0 15px 0; padding: 15px;}
	
.HomeCBStyle h1, .HomeCBStyle h2 {font-family: Verdana, Arial, sans-serif; font-size: 20px; line-height: 20px; color: #303030; margin: 0; padding: 0; font-weight: normal;}
	
/* FOOTER CB */
.FooterCBStyle {font-size: 11px; color: #fff; line-height: 18px;}
	
.FooterCBStyle a {color: #E9D3A2; text-decoration: none;}
.FooterCBStyle a:hover {color:#C4AFBD;}
	
.FooterCBStyle hr {background-color: #784969; border: none; height: 1px;}

.FooterCBStyle a.calltoaction{
    position: relative;
    padding: 6px 30px 6px 10px !important;
    border: 2px solid #ffffff;
    background-color: transparent !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.FooterCBStyle a.calltoaction:hover {
    background-color: #005CA9 !important;
    padding: 6px 40px 6px 10px !important;
}

.FooterCBStyle a.calltoaction:after {
    position: absolute;
    top: 3px;
    right: 10px;
    color: #ffffff !important;
    margin-left: 5px;
    vertical-align: middle;
    content: "\00BB";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
	
/* BANNER CB */
.BannerLeftCBStyle {font-size: 12px; color: #fff; line-height: 14px; background-color: #5A2F4B;}
.BannerRightCBStyle {font-size: 12px; color: #303030; line-height: 14px; background-color: #E9D3A2;}
	


/* LOADING ICON FONTS
----------------------------------------- */
@font-face {
  font-family: 'entypo';
  font-style: 'normal';
  font-weight: 'normal';
  src: url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
  src: url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'), 
  url('http://weloveiconfonts.com/api/fonts/entypo/entypo.woff') format('woff'), 
  url('http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf') format('truetype'), 
  url('http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg');
}

@font-face {
  font-family: 'zocial';
  font-style: 'normal';
  font-weight: 'normal';
  src: url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.eot');
  src: url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.eot?#iefix') format('eot'), 
  url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.woff') format('woff'), 
  url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.ttf') format('truetype'), 
  url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.svg') format('svg');
}
	