/*
Theme Name: Design Four
Theme URI: http://www.startingpointwebsite.com/
Author: Starting Point Website Plan
Author URI: http://www.startingpointwebsite.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/



/*
Table of Contents:
----- GENERAL STYLES -----
- LINK STYLES
- HEADING STYLES
- TABLE STYLES
- FORM ELEMENTS AND BUTTON
- LISTS STYLES
- CLEAR STYLES

----- LAYOUT STYLES -----
- HEADER AND NAV STYLES
- CONTENT STYLES

----- COLUMN STYLES -----
- 4 COLUMN LAYOUT
- 3 COLUMN LAYOUT

- FOOTER STYLES
*/

/*font-family: 'Yantramanav', sans-serif;
font-weight: 300;
font-weight: 400;*/



/* ----- GENERAL STYLES START ----- */
#wpadminbar {display: none;}

body {
	font-size: 18px;
	font-family: 'Yantramanav', sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image: url(pics/bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	overflow-x: hidden;
	font-weight: 300;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 24px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
	clear: both;
	float: none;
    margin: 0px auto 20px auto;
	text-align: center;
}








/* LINK STYLES START */
a:link {
	color: #368dcc;
	text-decoration: underline;
}
a:visited {
	color: #368dcc;
	text-decoration: underline;
}
a:hover {
	color: #368dcc;
	text-decoration: none;
}
a:active {
	color: #368dcc;
	text-decoration: underline;
}
/* LINK STYLES END */






/* HEADING STYLES START */
h1 {
	font-family: 'Yantramanav', sans-serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #333333;
	font-weight: 300;
	text-align: center;
	line-height: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	font-weight: 300;
}
h2 a:link {
	font-weight: 400;
	text-decoration: none;
}
h2 a:visited {
	font-weight: 400;
	text-decoration: none;
}
h2 a:hover {
	font-weight: 400;
	text-decoration: underline;
}
.faq-catname {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 28px;
	color: #333333;
	font-weight: 400;
}
h3 {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	font-weight: 400;
}
h4 {
	
}
h5 {
	
}
/* HEADING STYLES END */






/* TABLE STYLES START */
table {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
}
tr {
	padding: 0px;
	margin: 0px;
	border: none;
}
td {
	padding: 5px;
	background-color: #e5e5e5;
	border: none;
	margin: 0px;
}
th {
	padding: 5px;
	background-color: #005F9B;
	color: #FFFFFF;
	border: none;
	margin: 0px;
}
/* TABLE STYLES END */






/* FORM ELEMENTS AND BUTTON STYLES START */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}




input {
    font-family: 'Yantramanav', sans-serif;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
    padding: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
input[type=text] {
	width: 300px;
	height: 17px;
	font-size: 16px;
	border: 1px solid #1f4e79;
}
input[type=text]:focus {
	border: 1px solid #368dcc;
}
input[type=password] {
	width: 300px;
	height: 17px;
	font-size: 16px;
	border: 1px solid #1f4e79;
}
input[type=password]:focus {
	border: 1px solid #368dcc;
}
input[type=email] {
	width: 300px;
	height: 17px;
	font-size: 16px;
	border: 1px solid #1f4e79;
}
input[type=email]:focus {
	border: 1px solid #368dcc;
}
select {
	width: 300px;
	height: 12px;
	font-size: 18px;
	border: 1px solid #1f4e79;
}
textarea {
    font-family: 'Yantramanav', sans-serif;
	font-size: 13px;
	width: 300px;
	min-height: 180px;
	border: 1px solid #1f4e79;
	margin: 0px;
	padding: 0px;
    padding: 10px;
    padding-top: 8px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
}
textarea:focus {
	border: 1px solid #368dcc;
}

input[type=submit] {
	border: none;
	background-color: #368dcc;
	padding-left: 42px;
	padding-right: 32px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	clear: both;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	-webkit-border-radius: 33px;
    border-radius: 33px;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	cursor: pointer;
}
input[type=submit]:hover {
	background: none;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #1f4e79;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
input[type=submit]:focus {
	background: none;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #1f4e79;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
input[type=button] {
	border: none;
	background-color: #368dcc;
	padding-left: 42px;
	padding-right: 32px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	clear: both;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	-webkit-border-radius: 33px;
    border-radius: 33px;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
	cursor: pointer;
}
input[type=button]:hover {
	background: none;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #1f4e79;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
input[type=button]:focus {
	background: none;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #1f4e79;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
.btn {
	clear: both;
	margin-bottom: 40px;
	text-align: center;
}
.btn a {
	background-color: #368dcc;
	padding-left: 42px;
	padding-right: 32px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	clear: both;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	-webkit-border-radius: 33px;
    border-radius: 33px;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
.btn a:hover {
	background: none;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #1f4e79;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
h6 {
	clear: both;
	margin-bottom: 40px;
	text-align: center;
}
h6 a {
	background-color: #368dcc;
	padding-left: 42px;
	padding-right: 32px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	text-decoration: none !important;
	color: #ffffff !important;
	font-weight: 400;
	clear: both;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	-webkit-border-radius: 33px;
    border-radius: 33px;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
h6 a:hover {
	background: none;
	background-image: url(pics/btn_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #1f4e79;
	color: #ffffff !important;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
.form_right {
	float: left;
	padding: 0px;
	margin: 0px;
}
/* FORM ELEMENTS AND BUTTON STYLES END */






/* LISTS STYLES START */
/*ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.quicklinks li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
	list-style: none;
	background-image: url(http://www.startingpointwebsite.com/pics/bullet_arrow2.gif);
	background-repeat: no-repeat;
}
.quicklinks li a:link {position: relative; top: -3px;}
.quicklinks li a:visited {position: relative; top: -3px;}

.quicklinks_50_50 li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
	list-style: none;
	background-image: url(http://www.startingpointwebsite.com/pics/bullet_arrow2.gif);
	background-repeat: no-repeat;
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-right: 10px;
}
.quicklinks_50_50 li a:link {position: relative; top: -3px;}
.quicklinks_50_50 li a:visited {position: relative; top: -3px;}

.backbullet {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	list-style-image: url(http://www.startingpointwebsite.com/pics/bullet_arrow_back.gif);
}
.backbullet li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 18px;
}
.backbullet a:hover {text-decoration: none;}*/
/* LISTS STYLES END */






/* CLEAR STYLES START */
.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_10 {
	height: 10px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_30 {
	height: 30px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_40 {
	height: 40px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_550 {
	height: 458px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.hrclear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 3px solid #d9d9d9;
	margin-bottom: 25px;
}
.hr_div {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 25px;
}
hr {
	clear:both;
	border: none;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 25px;
}
.hr_dash {
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #9c9c9c;
	clear: both;
}
/* CLEAR STYLES START */






/* ----- GENERAL STYLES END ----- */











/* ----- LAYOUT STYLES START ----- */







/* HEADER AND NAV STYLES START */
.header_container {
}
.header {
	width: 950px;
	height: 173px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	overflow: hidden;
	clear: both;
}
.header_left {
	width: 50%;
	float: left;
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	height: 50px;
}
.header_left strong {
	font-size: 20px;
	font-weight: 400;
	margin-right: 60px;
}
.header_left a:link {
	color: #ffffff;
	text-decoration: none;
}
.header_left a:visited {
	color: #ffffff;
	text-decoration: none;
}
.header_left a:hover {
	color: #ffffff;
	text-decoration: none;
}
.header_left img {
	padding-top: 10px;
	vertical-align: text-bottom;
	margin-right: 8px;
}
/*.header_right {
	float: right;
	width: 296px;
	height: 44px;
	padding-top: 5px;
}*/
.header_right {
	width: 50%;
	float: right;
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	height: 50px;
	text-align: right;
}
.header_right strong {
	font-size: 20px;
	font-weight: 400;
}
.header_right a:link {
	color: #ffffff;
	text-decoration: none;
}
.header_right a:visited {
	color: #ffffff;
	text-decoration: none;
}
.header_right a:hover {
	color: #ffffff;
	text-decoration: none;
}
.header_right img {
	padding-top: 13px;
    vertical-align: text-bottom;
    margin-right: 8px;
    margin-left: 15px;
    height: 25px;
    width: auto;
}
.logo {
	margin-top: 37px;
}
.logo_home {
	margin-top: 37px;
	display: none;
}
.nav {
	height: 47px;
	width: 950px;
	margin-top: 120px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	z-index: 10000;
}
.nav_btn a {
	height: 42px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	color: #FFFFFF;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 38px;
	text-align: center;
	border-right: 1px solid #000000;
	margin-top: 5px;
	width: 157px;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
.nav_btn a:hover {
	color: #93c729;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
#menu {
    display: inline-block;
    list-style:none;
}
#menu li {
    float: left;
    position: relative;
    list-style: none;
}
#menu > li:hover > ul {
    display: block;
}
#menu > li > ul {
	margin: 0px;
	padding: 0px;
	margin-top: 47px;
	padding: 3px;
    display: none;
    position: absolute;
	background-color: #fff;
	border: 1px solid #93c729;
	border-top: none;
}
#menu > li > ul > li > a {
	padding-top: 4px;
	padding-left: 10px;
	margin-top: 0px;
	border: none;
	height: 25px;
	line-height: normal;
	color: #000000;
	text-align: left;
	width: 200px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: normal;
	text-decoration: none;
}
#menu > li > ul > li > a:hover {
	background-color: #000000;
	color: #FFFFFF;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
/* HEADER AND NAV STYLES END */






/* CONTENT STYLES START */
.content_container {
	background-image: url(pics/bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.content {
	width: 965px;
	padding-left: 15px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	padding-top: 70px;
}
.content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.content li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 25px;
	margin-left: 10px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
/* CONTENT STYLES END */






/* ----- COLUMN STYLES START ----- */






/* 4 COLUMN LAYOUT START */
.col4_1wide {
	width: 215px;
	float: left;
	padding-top: 15px;
}
.col4_2wide {
	width: 460px;
	float: left;
	padding-top: 15px;
}
.col4_3wide {
	width: 705px;
	float: left;
	padding-top: 15px;
}
.col4_4wide {
	width: 950px;
	float: left;
	padding-top: 15px;
}
.col4_spacer {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
/* 4 COLUMN LAYOUT END */






/* 3 COLUMN LAYOUT START */
.col3_1wide {
	width: 296px;
	float: left;
}
.col3_1wide_grey {
	width: 254px;
	float: left;
	text-align: center;
	background-color: #ececed;
	border: 1px solid #cccccc;
	padding: 20px;
	padding-bottom: 0px;
}
.col3_1wide_border {
	width: 254px;
	float: left;
	text-align: left;
	border: 1px solid #cccccc;
	padding: 20px;
	padding-bottom: 0px;
}
.col3_1wide h2 {
}
.col3_1wide p {
}
.col3_2wide {
	width: 623px;
	float: left;
	text-align: left;
}
.col3_3wide {
	width: 950px;
	float: left;
	margin-bottom: 40px;
}
.col3_spacer {
	width: 31px;
	margin-bottom: 20px;
	float: left;
}
.inside {
	background-image: url(http://www.startingpointwebsite.com/order/pics/column_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	padding-top: 20px;
	margin-bottom: 60px;
}
.inside h2 {
	text-align: center;
}
/* 3 COLUMN LAYOUT END */






/* ----- COLUMN STYLES END ----- */



#slidedownmenu {
	display: none;
}
.mobile_nav_open {
	display: none;
}
.marginleft175 {
	margin-left: 175px;
}


.bg_ground {
	position: absolute;
	height: 670px;
	width: 2000px;
	top: -123px;
	position: relative;
    overflow: hidden;
	left: 50%;
	margin-left: -1000px;
	display: block;
	z-index: -1;
}
.easingslider-container {
	width: 2000px !important;
	height: 670px !important;
}


.strapline {
	position: fixed;
	width: 100%;
	height: 300%;
	top:0;
	left:0;
	z-index: -1;
	text-align: center;
	padding-top: 207px;
	font-weight: bold;
	font-size: 44px;
	margin-top: 290px;
	margin-left: -150px;
	margin-left: auto;
	margin-right: auto;
	line-height: 34px;
	color: #FFFFFF;
	text-shadow: 0 0 10px #000;
}
.strapline strong {
	color: #93c729;
	color: #000000;
}
.bg_ground_mob {	
	display: none;
}
.strapline_mob {
	display: none;
}

.hp_content_container {
	background-color: #FFFFFF;
	clear: both;
}
.hp_content {
	width: 965px;
	padding-left: 15px;
	clear: both;
    margin-right: auto;/*centres in compliant browsers*/
    margin-left: auto;/* "	" */
}
.hp_col3_1wide {
	width: 296px;
	float: left;
	text-align: center;
	margin-top: -187px;
}
.hp_col3_1wide .btn {
	margin-top: -15px;
}
.hp_col3_1wide img {
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
	z-index: 999991;
	position: relative;
}
.hp_col3_1wide p {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.hp_col3_3wide {
    width: 950px;
	text-align: center;
}

/* ADDITIONAL COLUMN LAYOUTS START */
.col1_1narrow {
	width: 520px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_1wide {
	width: 700px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ADDITIONAL COLUMN LAYOUTS END */

/* ----- LAYOUT STYLES END ----- */






.col3_1wide_teaser {
    width: 296px;
	margin-left: 10px;
	margin-right: 15px;
    margin-bottom: 20px;
    float: left;
	text-align: center;
}
.col3_1wide_teaser img {
    width: 296px;
	height: 186px;
}
.col3_1wide_teaser a {
	text-decoration: none;
}
.col3_3wide_teaser {
    width: 950px;
}

.easy_testimonial {
    width: 700px;
    margin-bottom: 20px;
	background: none;
	color: #333333;
}
.easy_testimonial_gravatar {
	display: none;
}
.testimonial_body {
	background-color: #d9d9d9;
	padding: 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
.testimonial_body p {
	margin-bottom: 10px;
}
.testimonial_author {
	background-image: url(pics/speech_bubble.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 25px;
}
span.stars {
    width: 100px;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}

.qafp-faq-anchor {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	padding-bottom: 5px;
	display: block;
	font-size: 22px;
	text-decoration: none;
	border-bottom: 1px solid #918f8f;
}
.qafp-faq-title a:link {
	text-decoration: none;
}
.qafp-faq-answer {
	border: none !important;
	background-color: #d9d9d9;
	padding: 15px;
	padding-bottom: 3px;
}
.qafp-comments {
	display: none;
}

.hp_images {
	height: 185px;
	width: 296px;
}

/*#wpgmza_map {
	border: 1px solid #6d6d73;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 20px;
}*/

#wpgmza_map {
	margin-bottom: 20px;
}






.share {
    margin-top:7px; 
    margin-left:-2px	
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
	
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;

}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** CURRENT SKIN ***/
.sf-menu {
    font-family: 'Yantramanav', sans-serif;
	height: 47px;
	width: 950px;
	margin-top: 173px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	z-index: 10000;
}
.sf-menu ul {
}
.sf-menu a {
    text-decoration:none;
    color: #1f4e79;
    padding-top: 9px;
    padding-bottom: 11px;
	background-image: url(pics/nav_bg2.png);
	background-repeat: repeat-x;
	background-position: top;
}
.sf-menu a:hover {
    color: #1f4e79;
	height: auto;
	background-position:0% -47px;
}
.sf-menu li {
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    font-size: 20px;
    font-size: 18px;
	font-weight: 300;
    line-height: 27px;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    list-style-type: none;
}
.sf-menu ul li {
	font-size: 14px;
    color: #000000 !important;
	background-color: #d2dbe4 !important;
}
.sf-menu ul li a {
    color: #1f4e79 !important;
	background-image: none !important;
	padding-left: 8px;
	padding-right: 8px;
}
.sf-menu ul li a:hover {
    color: #368dcc !important;
}
.sf-menu ul ul li {
	font-size: 14px;
    color: #000000 !important;
	background-color: #FFFFFF !important;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    color: #000000 !important;
    transition: none;
	height: auto;
}
.sf-menu li.current {
	background-image: url(pics/nav_bg2.png);
	background-repeat: repeat-x;
	background-position:0% -47px !important;
    color: #368dcc !important;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu ul li.current {
    color: #000000 !important;
	background-position:0% -47px !important;
	background-image: none !important;
    color: #368dcc !important;
}
.sf-menu ul ul li:hover,
.sf-menu ul ul li.sfHover,
.sf-menu ul ul li.current {
    color: #000000 !important;
	background-color: #FFFFFF !important;
    color: #368dcc !important;
}
.sf-menu ul li.current > a {
    text-decoration:none;
    color: #fff;
	background-image: none !important;
}
.sf-menu li.current > a {
    text-decoration:none;
    color: #1f4e79;
}
.searchButton {
    position:relative; 
    left:240px;
    top:0px;
}

.menu {
    display: inline;
}
.menu_button {
    display: none;
}
.searchBox {
    float: right;
    width: 275px;
	height: 60px;
	margin-top: 42px;
}
.searchBox input[type=text] {
    opacity: 0.7;
}
.searchBox input[type=text]:focus {
    opacity: 1;
}

.newsletter_link {
    display: none;
}
.contact {
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-top: 43px;
	color: #58585a;
    float: right;
	text-align: right;
	line-height: 30px;
}
.contact strong {
    font-size: 35px;
    font-weight: 400;
	color: #000000;
}
.contact em {
	font-family: 'Yantramanav', sans-serif;
	font-size: 30px;
    font-weight: normal;
	color: #58585a;
	font-style: normal;
}
.contact strong a:link {
    font-size: 16px;
    font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contact strong a:visited {
    font-size: 16px;
    font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contact strong a:hover {
    font-size: 16px;
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


/* SOCIAL FOOTER STYLES */
.social_container  {
    width: 100%;
    margin-right: auto;/*centres in compliant browsers*/
    margin-left: auto;/* "	" */
    clear: both;
	background-color: #368dcc;
	padding-top: 15px;
}
.social_inner  {
    width: 965px;
    margin-right: auto;/*centres in compliant browsers*/
    margin-left: auto;/* "	" */
    clear: both;
	padding-left: 15px;
}
.col3_1wide_social {
    width: 271px;
    width: 200px;
    margin-bottom: 0px;
    float: left;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;
	color: #ffffff;
    height: 86px;
}
.col3_1wide_social p {
	color: #ffffff;
}
.col3_1wide_social h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 10px;
}
.col3_2wide_social {
    width: 624px;
    width: 495px;
    float: left;
    padding: 0px;
    padding-left: 15px;
    padding-right: 30px;
	color: #ffffff;
    padding-top: 7px;
    padding-bottom: 5px;
	margin-left: -15px;
    height: 89px;
}
.col3_2wide_social p {
	color: #ffffff;
}
.col3_2wide_social h2 {
	color: #ffffff;
}
.social_title h2 {
	font-weight: 400;
}
.twitterfeedb {
	width: 500px;
	overflow: hidden;
	display: block;
}
.tp_recent_tweets li {
	background: none !important;
	padding-left: 0px !important;
	margin-left: 25px !important;
	width: 420px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
	margin-top: -40px;
}
.tp_recent_tweets li a {
	color: #FFFFFF;
	font-weight: 300 !important;
}
.twitter_time {
	display: none !important;
}

#example1 ul {list-style: none; margin: 0px; padding: 0px; font-size: 14px; margin-top: 20px;}
#example1 ul a:link {color: #000;}
#example1 ul span {display: none;}
#example1 ul .tweet span {display: inline;}
#example1 ul .tweet {color: #000; padding-top: 15px;;}
#example1 ul p {margin: 0px; font-size: 14px;}
#example1 .interact {display: none;}
#example1 .user img {float: left; margin-right: 10px;}
#example1 .timePosted {}
/* SOCIAL FOOTER STYLES ENDS */

/* FOOTER STYLES */
.footer_container  {
    width: 965px;
    margin-right: auto;/*centres in compliant browsers*/
    margin-left: auto;/* "	" */
    clear: both;
	padding-left: 15px;
	font-size: 13px;
}
.footerHolder {
    width: 100%;
    background-color: #1f4e79;
	color: #ffffff;
}
.footerHolder p {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}
.footerHolder a {
	color: #ffffff;
}
.footerHolder h2 {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: auto;
	font-weight: 400;
}
.footSpacer {
    width: 41px;
    margin-bottom: 20px;
    float: left;
}
/* FOOTER STYLES ENDS */


.input_search {
	margin-bottom: 0px;
	width: 80px !important;
	float: right;
	-webkit-transition: width 500ms ease-out;
-moz-transition: width 500ms ease-out;
-ms-transition: width 500ms ease-out;
-o-transition: width 500ms ease-out;
transition: width 500ms ease-out;
}
.input_search:focus {
	margin-bottom: 0px;
	width: 215px !important;
	-webkit-transition: width 500ms ease-out;
-moz-transition: width 500ms ease-out;
-ms-transition: width 500ms ease-out;
-o-transition: width 500ms ease-out;
transition: width 500ms ease-out;
}
.input_newsletter {
    margin: 0px;
	margin-bottom: 10px;
    width: 270px !important;
}

.widgets {
    margin-bottom: 20px;
	margin-left: 40px;
	background-color: #d2dbe4;
	padding: 10px;
	padding-bottom: 5px;
}
.widgets h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.widgets input[type="text"] {
    width: auto;
}

.reslide_slides {
	cursor: default !important;
}

blockquote {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	clear: both;
	padding: 20px;
	padding-bottom: 5px;
	background-color: #368dcc;
	color: #FFFFFF;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
}
blockquote h2 {
	color: #FFFFFF;
	font-weight: 400;
}
#testimonials blockquote {
	padding-bottom: 1px !important;
	background-color: #d9d9d9 !important;
	color: #333333 !important;
	max-width: 500px;
}
#testimonials blockquote p {
	font-size: 16px;
	margin-bottom: 20px;
}
#testimonials blockquote h2 {
	color: #FFFFFF;
	font-weight: 400;
}

.home_creds {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.home_creds img{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	max-width: 100px;
	height: auto;
}

.mobile_fallback {
	display: none;
}

.at_flat_counter {display: none !important;}