@charset "utf-8";
/* CSS Document */

/* Getting the new tags to behave */
	article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, menu, output, progress, section, source, video{ display: block; }
	mark, rp, rt, ruby, summary, time{ display: inline; }

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,FF
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
   background: transparent;
   border: 0 none;
   outline: 0;
   margin: 0;
   padding: 0;
   vertical-align: baseline;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}


b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead.
img,
object,
embed {max-width: 100%;}
*/
ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

a {margin: 0; padding: 0; vertical-align: baseline; background: transparent;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q:before,
q:after {
  content: '';
  content: none;
}



svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/* hand cursor on clickable elements */
	.clickable,
	label,
	input[type=button],
	input[type=submit],
	button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
	button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
	button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
	.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
	.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* Site-wide properties ======================================================== */

	html, body {
		height: 100%;
		background:#f2f2f2;
	}

	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: transparent;
		color: #333;
		-webkit-font-smoothing: antialiased;
		line-height: 20px;
		 }

	* {margin:0;padding:0;}

	.wrapper {
		min-height: 100%;
		margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	}

	.footer, .push {
	margin-top: -270px; /* negative value of .footer height */
	height: 270px;
	clear:both;
	}

/* Reusable classes ============================================================ */

	/* Left & Right alignment */
		.left { float: left; }
		.right { float: right; }

		/* center it */
		.centerIt { margin: 0 auto; }

		/* Text alignment */
		.alignleft { text-align:left; }
		.alignright { text-align:right; }
		.aligncenter { text-align:center; }

	.borderTop {
		border-top:1px solid #d7d6d6;
	}

	.borderBottom {
		border-bottom:1px solid #d7d6d6;
	}

	hr {
		width: 100%;
		height: 2px;
		border-top:1px solid #d7d6d6;
	}

	/* Changes any text to white. */

	.white {
		color: #fff;
	}

	.errorRed {
	color: #cc0000;}

	.setupGreen {
		font-size: 16px;
		font-weight: bold;
		color: #458A45;
	}

	section {
		float: left;
		width: 960px;
		height: 100%;
	}

	.toTop {
		float: right;
		display: block;
		width: 30px;
		height: 40px;
		padding: 10px;
		margin: 0;
	}

	.placeToTop {
		float: right;
		position:relative;
		width: 50px;
		height: 60px;
		padding: 0;
		margin-right: 10px;
		margin-top: -70px;
	}

	.placeToTop2 {
		float: right;
		position:relative;
		width: 50px;
		height: 60px;
		padding: 0;
		margin-right: 10px;
		margin-top: -20px;
	}

	.placeToTop3 {
		float: right;
		position:relative;
		width: 50px;
		height: 60px;
		padding: 0;
		margin-right: 10px;
		margin-top: -140px;
	}

	.placeToTopFaq {
		float: right;
		position:relative;
		width: 50px;
		height: 60px;
		padding: 0;
		margin-right: 20px;
		margin-top: -70px;
	}

	#smfeaturesNavContainer  {
		height: 50px;
		padding: 0;
		margin: 0;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
	}

	#smfeaturesNav {
		height: 30px;
		padding: 10px 0px;
	}

	#smfeaturesNav span{
		color: #333;
		padding: 0px 5px;
	}

	.previousBtn {
		float: left;
		position:relative;
		width: 40px;
		height: 30px;
		padding: 0;
		margin: 0;
	}

	.nextBtn {
		float: right;
		position:relative;
		width: 40px;
		height: 30px;
		padding: 0;
		margin: 0;
	}

	.sm_features_text_prev {
		float: right;
		position:relative;
		width: 400px;
		height: 30px;
		color: #3c623c;
		text-align: left;
		font-weight: bold;
		padding: 0;
		margin: 0px;
		border: 1px solid #ccd7e5;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #fff;
	}

	.sm_features_text_next {
		float: left;
		position:relative;
		width: 400px;
		height: 30px;
		color: #3c623c;
		text-align: right;
		font-weight: bold;
		padding: 0;
		margin: 0px;
		border: 1px solid #ccd7e5;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #fff;
	}

	.sm_features_text_prev_padd {
		padding-top: 5px;
		padding-left: 10px;
		margin: 0px;
	}

	.sm_features_text_next_padd {
		padding-top: 5px;
		padding-right: 10px;
		margin: 0px;
	}

	/* Margin Top. */

	.marginTop5 {
		margin-top: 5px; }

	.marginTop10 {
		margin-top: 10px; }

	.marginTop15 {
		margin-top: 15px; }

	.marginTop20 {
		margin-top: 20px; }

	.marginTop26 {
		margin-top: 26px; }

	.marginTop30 {
		margin-top: 30px; }

	/* Margin Bottom. */

	.marginBottom {
		margin-bottom: 0px; }

	.marginBottom5 {
		margin-bottom: 5px; }

	.marginBottom10 {
		margin-bottom: 10px; }

	.marginBottom15 {
		margin-bottom: 15px; }

	.marginBottom20 {
		margin-bottom: 20px; }

	.marginBottom30 {
		margin-bottom: 30px; }


		/* Margin Left */

	.marginLeft {
		margin-left: 0px; }

	.marginLeft5 {
		margin-left: 5px; }

	.marginLeft10 {
		margin-left: 10px; }

	.marginLeft15 {
		margin-left: 15px; }

	.marginLeft20 {
		margin-left: 20px; }

	.marginLeft30 {
		margin-left: 30px; }

	.marginRight5 {
		margin-right: 5px; }

	.marginRight10 {
		margin-right: 10px; }

	.paddingTop10 {
		padding-top: 10px;
	}

	.padding5 {
		padding: 5px; }

	.padding10 {
		padding: 10px; }

	.paddingTB30 {
		padding: 30px 0px; }

	/* For when a <br /> just ain't enough */
	.separator {
		clear: both;
		float: left;
		height: 1px;
		width: 100%; }

/* Links ========================================================= */

	a {
			border: none;
			font-size: 12px;
			font-weight: bold;
			color: #602020;
			text-decoration: none;
		}
			a:hover {
				border: none;
				outline: 0;
				color: #602020;
				text-decoration: underline;
			}

	/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
	::-moz-selection {background: #3399ff; color: #fff; text-shadow: none;}
	::selection {background: #3399ff; color: #fff; text-shadow: none;}

/* End of Links =================================================== */

/* Heading declarations =========================================== */

	h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
		font-weight: normal;
		color: #14263b;
	}

	h1.largeLeft {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 0px;
		color: #14263b;
	}

	h1.greenTitle {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 0px;
		color: #3c623c;
	}

	h1.homeBox {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
		font-weight: bold;
		text-align: center;
		color: #21364e;
	}

	h1.main_heading {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 26px;
		line-height: 32px;
		margin-top: 30px;
		margin-bottom: 10px;
		color: #14263b;
		text-align: center;
	}

	h1.main_heading_white {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 26px;
		line-height: 32px;
		margin-top: 30px;
		margin-bottom: 10px;
		color: #fff;
		text-align: center;
	}

	h1.heading_centered {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 3px;
		line-height: 26px;
		text-align: center;
		color: #21364e;
	}

	h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 22px;
		margin-top: 5px;
		color: #21364e;
	}

	h2.subPageHeading {
		font-family:Arial, Helvetica, sans-serif;
		width: 932px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
		border-top:1px solid #d7d6d6;
		border-bottom:1px solid #d7d6d6;
		font-size: 20px;
		font-weight: normal;
		line-height: 32px;
		padding: 10px 10px 10px 18px;
		margin-top: 0;
		margin-bottom: 0px;
		color: #14263b;
		text-align: left;
	}

	h2.heading2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		margin-top: 16px;
		margin-bottom: 15px;
		color: #21364e;
		text-align: left;
	}

	h2.heading22 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		margin-top: 0px;
		margin-bottom: 10px;
		color: #21364e;
		text-align: left;
	}

	h2.extraHeading {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 22px;
		margin-top: 10px;
		margin-bottom: 15px;
		color: #21364e;
		text-align: center;
	}

	h2.extraHeading2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 22px;
		margin: 0;
		text-align: center;
	}

	h2.extraHeading3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 22px;
		margin-bottom: 5px;
		text-align: center;
	}

	h2#slideHeading {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 3px;
		line-height: 18px;
		color: #21364e;
	}

	h2.heading_wSpace {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin-bottom: 3px;
		line-height: 18px;
		color: #21364e;
	}

	h2.heading_centered {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin-bottom: 3px;
		line-height: 18px;
		text-align: center;
		color: #21364e;
	}

	h2.videoHeader {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		margin: 3px 50px 0px 0px;
		color: #21364e;
		text-align: right;
	}

	h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 6px;
		color: #14263b;
	}

	h3.instructionHeading {
		font-size: 12px;
		font-weight: bold;
		line-height: 16px;
		margin-top: 20px;
		text-align: center;
		color: #3c623c;
	}

	h4 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 18px;
		color: #14263b;
		padding-top: 30px;
		padding-bottom: 6px;
	}

	h5 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 14px;
		color: #14263b;
		padding-top: 10px;
		padding-bottom: 6px;
	}

	h6 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 14px;
		color: #14263b;
		padding-top: 10px;
		padding-bottom: 0px;
	}

/* End of Heading declarations ================================================= */

/* Start of Paragraph declarations ============================================= */

	.headingText {
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
		text-align: center;
		margin: 0px 80px 20px 80px;
	}

	.headingTextWhite {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
		text-align: center;
		margin: 0px 80px 20px 80px;
	}

	.proHeadingText {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #bf9e59;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 80px 10px 80px;
	padding: 10px 0px 8px 0px;
	}

/* End of Paragraph declarations =============================================== */

/* End of Reusable classes ===================================================== */


/* Basic Structure ============================================================= */

	/* Top Bar that has the Broker and Agent tabs and the login btn */

    /* Header */
    header {
        float: left;
        width: 960px;
		height: 115px;
		margin-top: -1px;
		margin-bottom: 0; }

	/* Content Wrapper */
	#wrap {
		margin: 0 auto 270px;
		position: relative;
		width: 960px;
		}

		#inner {
			position: relative;
			width: 960px;
			margin: 0;
			background-color: #fff;
			border-top: none;
			border-left: 1px solid #d7d6d6;
			border-right: 1px solid #d7d6d6;
			border-bottom: 1px solid #d7d6d6;
		}

		#inner2 {
			width: 960px;
			height: 740px;
			margin: 0;
			background-color: #fff;
			border-top: none;
			border-left: 1px solid #d7d6d6;
			border-right: 1px solid #d7d6d6;
			border-bottom: 1px solid #d7d6d6;
			border-radius:0px 0px 6px 6px;
			-moz-border-radius:0px 0px 6px 6px;
			-webkit-border-radius:0px 0px 6px 6px;
		}

        #inner3 {
            width: 960px;
            height: 1340px;
            margin: 0;
            background-color: #fff;
            border-top: none;
            border-left: 1px solid #d7d6d6;
            border-right: 1px solid #d7d6d6;
            border-bottom: 1px solid #d7d6d6;
            border-radius:0px 0px 6px 6px;
            -moz-border-radius:0px 0px 6px 6px;
            -webkit-border-radius:0px 0px 6px 6px;
        }
		#inner4 {
			width: 960px;
			height: 2000px;
			margin: 0;
			background-color: #fff;
			border-top: none;
			border-left: 1px solid #d7d6d6;
			border-right: 1px solid #d7d6d6;
			border-bottom: 1px solid #d7d6d6;
			border-radius:0px 0px 6px 6px;
			-moz-border-radius:0px 0px 6px 6px;
			-webkit-border-radius:0px 0px 6px 6px;
		}

	/* Content */
	article {
		/*min-height: 582px;*/
		float: left;
		height: auto !important;
		width: 960px; }

	/* top Footer */
	aside {
		background-color: #2697cd;
		padding-top: 10px;
		width: 100%;
		height: 26px;
		line-height: 12px;
		border-top: 2px solid #d9d9d9; }

	#topBar {
			margin: 0 auto;
			position: relative;
			width: 100%;
			height: 46px;
/* gold gradient */
background: #f6eedb; /* Old browsers */
background: -moz-linear-gradient(top, #f6eedb 0%, #f0e1c4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6eedb), color-stop(100%,#f0e1c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f6eedb 0%,#f0e1c4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f6eedb 0%,#f0e1c4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f6eedb 0%,#f0e1c4 100%); /* IE10+ */
background: linear-gradient(to bottom, #f6eedb 0%,#f0e1c4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6eedb', endColorstr='#f0e1c4',GradientType=0 ); /* IE6-9 */
			border-bottom: 1px solid #d7d6d6;
	}
    .topWelcome {
        float:right;
        line-height: 16px;
        height:36px;
        margin-top: 7px;
        margin-right: 10px ;
        text-align: right;
    }

    .topPhoneNumber {
        display:block;
/*        float: left;
        width: 200px;
*/        height: 18px;
        margin-top: 5px;
/*        margin: 10px 5px 0px 125px;
*/        padding: 5px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        color: #14263b;
        text-align: center;
    }

	.topPhoneNumber2 {
		display:block;
		float: left;
		width: 110px;
		height: 18px;
		margin: 10px 5px 0px 210px;
		padding: 5px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		color: #14263b;
		text-align: right;
	}

	/* Broker Tab */
	.tab1 a {
		display:block;
		float: left;
		width: 70px;
		height: 24px;
		margin: 11px 5px 0px 5px;
		padding: 5px;
		text-align: center;
		border-top: 1px solid #ccd7e5;
		border-left: 1px solid #ccd7e5;
		border-right: 1px solid #ccd7e5;
		border-bottom: none;
		border-radius:6px 6px 0px 0px;
		-moz-border-radius:6px 6px 0px 0px;
		-webkit-border-radius:6px 6px 0px 0px;
		text-decoration: none;
		color: #14263b;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
	}

		.tab1 a:hover{
			display:block;
			border-top: 1px solid #ede1c7;
			border-left: 1px solid #ede1c7;
			border-right: 1px solid #ede1c7;
			border-bottom: 1px solid #D7D6D6;
			border-radius:6px 6px 0px 0px;
			-moz-border-radius:6px 6px 0px 0px;
			-webkit-border-radius:6px 6px 0px 0px;
			text-decoration: none;
			color: #14263b;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
		}

			.activeTab {
				display:block;
				cursor: default;
				float: left;
				width: 70px;
				height: 24px;
				margin: 11px 5px 0px 5px;
				padding: 5px;
				text-align: center;
				font-weight: bold;
				color: #14263b;
				border-top: 1px solid #d7d6d6;
				border-left: 1px solid #d7d6d6;
				border-right: 1px solid #d7d6d6;
				border-bottom: 1px solid #fff;
				border-radius:6px 6px 0px 0px;
				-moz-border-radius:6px 6px 0px 0px;
				-webkit-border-radius:6px 6px 0px 0px;
				background-color: #fff;
			}

	/* Agent Tab */
	.tab2 a {
			display:block;
			float: left;
			width: 70px;
			height: 24px;
			margin: 11px 5px 0px 5px;
			padding: 5px;
			text-align: center;
			border-top: 1px solid #ccd7e5;
			border-left: 1px solid #ccd7e5;
			border-right: 1px solid #ccd7e5;
			border-radius:6px 6px 0px 0px;
			-moz-border-radius:6px 6px 0px 0px;
			-webkit-border-radius:6px 6px 0px 0px;
			text-decoration: none;
			color: #14263b;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
			}
			.tab2 a:hover{
				display:block;
				border-top: 1px solid #ede1c7;
				border-left: 1px solid #ede1c7;
				border-right: 1px solid #ede1c7;
				border-bottom: 1px solid #ccc;
				border-radius:6px 6px 0px 0px;
				-moz-border-radius:6px 6px 0px 0px;
				-webkit-border-radius:6px 6px 0px 0px;
				text-decoration: none;
				color: #14263b;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
			}

/* Footer declarations */

	.top-block a {font-size: 12px; font-weight: bold; color:#f2f2f2; text-decoration:none;}
	.top-block a:hover {color:#f2f2f2; text-decoration:underline;}


	.top-block {
		padding:10px 0px 10px 0px;
		height: 20px;
/* dark blue footer 1 gradient */
background: #21364e; /* Old browsers */
background: -moz-linear-gradient(top, #21364e 0%, #14263b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21364e), color-stop(100%,#14263b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #21364e 0%,#14263b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #21364e 0%,#14263b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #21364e 0%,#14263b 100%); /* IE10+ */
background: linear-gradient(to bottom, #21364e 0%,#14263b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21364e', endColorstr='#14263b',GradientType=0 ); /* IE6-9 */
		color:#cfcfcf;
		text-align: center;
		border-top:5px solid #d7d6d6;
		border-bottom:1px solid #4e5f73;
		}

	.top-block p {
	  margin-bottom: 0;
	  color: #cfcfcf;
	  font-size:12px;
	  line-height:20px;
	}

	.lineSpacer {
		color: #5b6f86;
		padding-left: 5px;
		padding-right: 5px;
	}

/* Main Navigation declarations ================================ */

/* top level nav start ========================================= */

#navContainer {
	position: relative;
	width: 645px; height: 36px;
	margin-left: 60px;
	margin-bottom: 30px;
	float: left;
}
#navContainer2 {
	width: 460px;
	height: 60px;
	margin-left: 360px;
	float: left;
}
ul#topnav {
	position: relative;
	float: left;
	margin: 0; padding: 0;
	z-index: 9100;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	position: relative;
	padding: 7px 1px 10px 1px;
	text-decoration: none;
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul#topnav li:hover a.home, ul#topnav li:hover a.star, ul#topnav li:hover a.photog, ul#topnav li:hover a.university, ul#topnav li:hover a.company, ul#topnav li a.home:hover, ul#topnav li a.star:hover, ul#topnav li a.photog:hover, ul#topnav li a.university:hover, ul#topnav li a.company:hover {
	display: block;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
	 }
ul#topnav a.home {
	float: left;
	display: block;
	color: #14263b;
	text-align: center;
	border-top: 1px solid #d7d6d6;
	border-left: 1px solid #d7d6d6;
	border-right: none;
	border-bottom: 1px solid #d7d6d6;
	border-radius:0px 0px 0px 4px;
	-moz-border-radius:0px 0px 0px 4px;
	-webkit-border-radius:0px 0px 0px 4px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	width: 78px;
}
ul#topnav a.star {
	float: left;
	display: block;
	color: #14263b;
	text-align: center;
	border-top: 1px solid #d7d6d6;
	border-left: 1px solid #d7d6d6;
	border-right: none;
	border-bottom: 1px solid #d7d6d6;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	width: 188px;
}
ul#topnav a.photog {
	float: left;
	display: block;
	color: #14263b;
	text-align: center;
	border-top: 1px solid #d7d6d6;
	border-left: 1px solid #d7d6d6;
	border-right: none;
	border-bottom: 1px solid #d7d6d6;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	width: 128px;
}
ul#topnav a.university {
	float: left;
	display: block;
	color: #14263b;
	text-align: center;
	border-top: 1px solid #d7d6d6;
	border-left: 1px solid #d7d6d6;
	border-right: none;
	border-bottom: 1px solid #d7d6d6;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	width: 142px;
}
ul#topnav a.company {
	float: left;
	display: block;
	color: #14263b;
	text-align: center;
	border-top: 1px solid #d7d6d6;
	border-left: 1px solid #d7d6d6;
	border-right: 1px solid #d7d6d6;
	border-bottom: 1px solid #d7d6d6;
	border-radius:0px 0px 4px 0px;
	-moz-border-radius:0px 0px 4px 0px;
	-webkit-border-radius:0px 0px 4px 0px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	width: 92px;
}

/* top level nav end =============================== */

/* sub nav start =================================== */

ul#topnav li .sub {

	position: absolute; /*--Important--*/
	float:left;
	background-color: #ffffff;
	padding: 8px 4px 10px 8px;
	border: 1px solid #d7d6d6;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #14263b;
	line-height: 1.25em;
	padding: 1px 0px 1px 0px;
	margin: 0;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	margin-top: 1px;
	margin-right: 5px;
	padding: 0;
	border: 1px solid #ebebeb;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	background-color: #f2f2f2;

}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:16px;
	text-transform:uppercase;
	margin-bottom:0px;
	padding: 5px 0px 5px 10px;
	background-image: none;
	display: block;
	color: #602020;
}

ul#topnav .sub ul li h2 a:hover {
	position: relative;
    cursor: pointer;
    padding-right: 5px;
    margin: 0;
	display: block;
    color: #602020;
	background-image: none;
	text-decoration: none;
}


ul#topnav .sub ul li h2.noLink { /*--Sub nav heading link style--*/
	padding: 6px 5px 6px 5px;
	background-image: none;
	color: #000;
	display: block;
	font-weight:bold;
}
ul#topnav .sub ul li a {
	float: none;
    text-indent: 0; /*--Override text-indent from parent list item--*/
    background: url(../images/navlist_arrow.gif) no-repeat 5px 5px;
	margin: 0;
    padding: 6px 5px 6px 25px;
	line-height: 1.5em;
    text-decoration: none;
    color: #14263b;
    display: block;
}
ul#topnav .sub ul li a:hover {
	position: relative;
    cursor: pointer;
    padding-right: 0px;
    margin-right: 5px;
	display: block;
    color: #14263b;
	background-color: #e9f1f9;
	text-indent: 0; /*--Override text-indent from parent list item--*/
    background-position: 5px 5px;/*--Override background position--*/
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;

    /*display: none; --Hidden for those with js turned off--*/
}

/* sub nav end ================================ */

/* End of Main Navigation declarations ================================ */

	.footerContactHeading {
	  font-size:16px;
	  font-weight: bold;
	  padding-right: 18px;
	}

	footer {
		padding:30px 0px;
		width: 100%;
		height: 120px;
		/* dark blue footer 2 center gradient */
background: #14263b; /* Old browsers */
background: -moz-linear-gradient(top, #14263b 0%, #21364e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14263b), color-stop(100%,#21364e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #14263b 0%,#21364e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #14263b 0%,#21364e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #14263b 0%,#21364e 100%); /* IE10+ */
background: linear-gradient(to bottom, #14263b 0%,#21364e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14263b', endColorstr='#21364e',GradientType=0 ); /* IE6-9 */
		color:#cfcfcf;
		border-bottom:1px solid #4e5f73;
		}

	footer h5 { font-size: 16px; color:#cfcfcf !important; margin-bottom:5px;}

	footer p {
	  margin-bottom: 0;
	  color: #cfcfcf;
	  font-size:11px;
	  font-weight: bold;
	  line-height:20px;
	}

	footer a {font-size: 12px; color:#f2f2f2; text-decoration:none;}
	footer a:hover {color:#f2f2f2; text-decoration:underline;}

	.footerInfo {
		padding: 0px 40px 10px 20px;
		border-left:1px solid #4e5f73;
		border-right:1px solid #4e5f73;
	}

	.bottom-block a {font-size: 12px; color:#f2f2f2; text-decoration:none;}
	.bottom-block a:hover {color:#f2f2f2; text-decoration:underline;}

	.bottom-block {
		padding:10px 0px 8px 0px;
		height: 20px;
/* dark blue footer 1 gradient */
background: #21364e; /* Old browsers */
background: -moz-linear-gradient(top, #21364e 0%, #14263b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21364e), color-stop(100%,#14263b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #21364e 0%,#14263b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #21364e 0%,#14263b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #21364e 0%,#14263b 100%); /* IE10+ */
background: linear-gradient(to bottom, #21364e 0%,#14263b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21364e', endColorstr='#14263b',GradientType=0 ); /* IE6-9 */
		color:#cfcfcf;
		font-size:12px;
		border-bottom:5px solid #999999;
		}

	.copyright {
		font-size: 11px;
		text-align: left;
	}

	.copyright a {font-size: 11px; font-weight: normal; color:#f2f2f2; text-decoration:none;}
	.copyright a:hover {color:#f2f2f2; text-decoration:underline;}

	.footerLinks {
		text-align: right;
	}

	.soc_icons a {
		float:left;
		margin-right:15px;
		margin-top:5px;
		}

	.icon_facebook {width:24px; height:24px; background:url('../images/social_icons.png') 0 0px;}

	.icon_facebook:hover {background:url('../images/social_icons.png')0 -120px;}

	.icon_t {width:24px; height:24px; background:url('../images/social_icons.png') 0 -24px;}

	.icon_t:hover {background:url('../images/social_icons.png')0 -144px;}

	.icon_in {width:24px; height:24px; background:url('../images/social_icons.png') 0 -48px;}

	.icon_in:hover {background:url('../images/social_icons.png')0 -168px;}

	.icon_google {width:24px; height:24px; background:url('../images/social_icons.png') 0 -72px;}

	.icon_google:hover {background:url('../images/social_icons.png')0 -192px;}

	.icon_blogger {width:24px; height:24px; background:url('../images/social_icons.png') 0 -96px;}

	.icon_blogger:hover {background:url('../images/social_icons.png')0 -216px;}

/* End of Footer declarations */

	/*	Main Header Logo */
	.logo {
		float: left;
		width: 240px;
		height: 90px;
		margin-top:10px;
		padding-top:6px;
	}

	.logo a {
		display:block;
		width:240px;
		height:90px;
	}

/* End Basic Structure ============================================================ */


/* Main Content CSS below ========================================================= */


/* Start of Home Page Headers declarations ============================================
=======================================================================================
==================================================================================== */


/* Home Page Headers declarations ================================================= */

	#logo {
		position: relative;
		float: left;
		width: 280px;
		height: 90px;
		margin-bottom: 30px;
	}

	#headerLinks {
		float: left;
		height: 30px;
	}

	.headerLinks {
		float: right;
		height: 25px;
		text-align: right;
		padding-top: 5px;
		padding-right: 10px;
	}

	.login {
		float: right;
		width: 117px;
		height: 45px;
		margin:0;
	}

	#loginBtnContainer {
		display:block;
		float: left;
		width: 77px;
		height: 30px;
		margin-top: 6px;
		padding: 1px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		}

	.loginBtn a {
			display:block;
			float: right;
			width:75px;
			height:24px;
			padding-top: 4px;
			text-align: center;
			font-weight: bold;
			line-height: 22px;
			text-decoration: none;
			color: #14263b;
			border: 1px solid #ccd7e5;
			border-radius:2px 2px 2px 2px;
			-moz-border-radius:2px 2px 2px 2px;
			-webkit-border-radius:2px 2px 2px 2px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

			.loginBtn a:hover{
				text-decoration: none;
				color: #14263b;
				border: 1px solid #ede1c7;
				border-radius:2px 2px 2px 2px;
				-moz-border-radius:2px 2px 2px 2px;
				-webkit-border-radius:2px 2px 2px 2px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
			}

	#orderBtnContainer {
		display:block;
		float: left;
		width: 100px;
		height: 30px;
		margin-top: 6px;
		padding: 1px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		}

	.orderBtn a {
			display:block;
			float: right;
			width:98px;
			height:24px;
			padding-top: 4px;
			text-align: center;
			font-weight: bold;
			line-height: 22px;
			text-decoration: none;
			color: #14263b;
			border: 1px solid #ccd7e5;
			border-radius:2px 2px 2px 2px;
			-moz-border-radius:2px 2px 2px 2px;
			-webkit-border-radius:2px 2px 2px 2px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

	.orderBtn a:hover{
		text-decoration: none;
		color: #14263b;
		border: 1px solid #ede1c7;
		border-radius:2px 2px 2px 2px;
		-moz-border-radius:2px 2px 2px 2px;
		-webkit-border-radius:2px 2px 2px 2px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
	}



	.lockIcon {
		float: left;
		width: 20px;
		height: 20px;
		margin: 13px 5px 5px 5px;
	}

	.live_chat {
		float: left;
		width: 70px;
		height: 20px;
		margin-top: 15px;
		margin-left: 265px;
		font-size: 14px;
		line-height: 14px;
		text-align: right;
	}

	.contactNumber {
		color: white;
		float: right;
		width: 220px;
		height: 20px;
		margin: 20px 10px 5px 8px;
		font-size: 12px;
		line-height: 14px;
		text-align: right;
	}
		.contactNumberLarge {
		font-size: 22px;
		line-height: 24px;
		}

	.socialNetworkContainer {
		background:url('../images/social_icon_flags_bg.png') -5px 5px no-repeat;
		margin-right: -15px;
		float: left;
		width: 220px;
		padding: 0px 5px 0px 5px;
		height: 50px;
	}

	.soc_icons_flag a {
		float:left;
		margin-left:5px;
		margin-top:5px;
		}

	.icon_facebook_flag {width:38px; height:42px; background:url('../images/social_icon_flags.png') 0px 0;}

	.icon_facebook_flag:hover {background:url('../images/social_icon_flags.png') -190px 0;}

	.icon_t_flag {width:38px; height:42px; background:url('../images/social_icon_flags.png') -38px 0;}

	.icon_t_flag:hover{background:url('../images/social_icon_flags.png') -228px 0;}

	.icon_in_flag {width:38px; height:42px; background:url('../images/social_icon_flags.png') -76px 0;}

	.icon_in_flag:hover {background:url('../images/social_icon_flags.png') -266px 0;}

	.icon_google_flag {width:38px; height:42px; background:url('../images/social_icon_flags.png') -114px 0;}

	.icon_google_flag:hover {background:url('../images/social_icon_flags.png') -304px 0;}

	.icon_blogger_flag {width:38px; height:42px; background:url('../images/social_icon_flags.png') -152px 0;}

	.icon_blogger_flag:hover {background:url('../images/social_icon_flags.png') -342px 0;}

	#demoBtnContainer {
		float: left;
		width: 110px;
		height: 28px;
		padding: 1px;
		margin: 5px 10px 0px 21px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		}

	.demoBtn a {
			display:block;
			float: left;
			width:108px;
			height:23px;
			padding-top: 3px;
			text-align: center;
			font-weight: bold;
			line-height: 22px;
			text-decoration: none;
			color: #14263b;
			border: 1px solid #ccd7e5;
			border-radius:2px 2px 2px 2px;
			-moz-border-radius:2px 2px 2px 2px;
			-webkit-border-radius:2px 2px 2px 2px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

			.demoBtn a:hover{
				text-decoration: none;
				color: #14263b;
				border: 1px solid #ede1c7;
				border-radius:2px 2px 2px 2px;
				-moz-border-radius:2px 2px 2px 2px;
				-webkit-border-radius:2px 2px 2px 2px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
			}

/* End of Home Page Header declarations ================================================== */


/* Home page Product Section declarations ======================================================= */

	#productContainerOne {
		position: relative;
		float: left;
		width: 290px;
		height: 280px;
		margin: 0;
		padding-bottom: 10px;
		text-align: center;
		border: 6px solid #f2f2f2;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
	}

	#productContainerTwo {
		position: relative;
		float: left;
		width: 290px;
		height: 280px;
		margin: 0;
		padding-bottom: 10px;
		text-align: center;
		border: 6px solid #f2f2f2;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
	}

	#productContainerThree {
		position: relative;
		float: left;
		width: 290px;
		height: 280px;
		margin: 0;
		padding-bottom: 10px;
		text-align: center;
		border: 6px solid #f2f2f2;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
	}

	.largeIcon {
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: none;
	}

	.productOne {
		float: left;
		padding: 10px 20px;
	}

	.productTwo {
		float: left;
		padding: 10px 20px;
	}

	.productThree {
		float: left;
		padding: 10px 20px;
	}

	#learnMoreOne {
		position: absolute;
		left: 5px;
		bottom: 10px;
		width: 280px;
		height: 45px;
		text-align: center;
	}

	#learnMoreTwo {
		position: absolute;
		left: 5px;
		bottom: 10px;
		width: 280px;
		height: 45px;
		text-align: center;
	}

	#learnMoreThree {
		position: absolute;
		left: 5px;
		bottom: 10px;
		width: 280px;
		height: 45px;
		text-align: center;
	}

	#learnMoreBtnContainer {
		display:block;
		width: 110px;
		height: 36px;
		margin: 0 auto;
		padding: 1px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		}

	.learnMoreBtn a {
			display:block;
			width:108px;
			height:26px;
			padding-top: 8px;
			text-align: center;
			font-weight: bold;
			text-decoration: none;
			color: #14263b;
			border: 1px solid #ccd7e5;
			border-radius:2px 2px 2px 2px;
			-moz-border-radius:2px 2px 2px 2px;
			-webkit-border-radius:2px 2px 2px 2px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

			.learnMoreBtn a:hover{
				text-decoration: none;
				color: #14263b;
				border: 1px solid #ede1c7;
				border-radius:2px 2px 2px 2px;
				-moz-border-radius:2px 2px 2px 2px;
				-webkit-border-radius:2px 2px 2px 2px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
			}

/* End of Home page Product Section declarations ==================================================================================== */

/* End of Home Page Headers declarations ==============================================
=======================================================================================
==================================================================================== */


/* Start of STAR Marketing Page declarations ==========================================
=======================================================================================
==================================================================================== */

/* Start of STAR Marketing Features Page declarations ============================== */

#statistics {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		}

#flyers {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		}

#qrcodes {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		}


/* STAR Marketing Overview */
#smOverview1 {
	height: 530px;
	background: url("../images/star_marketing/sm_overview_bg.jpg") no-repeat top left;
	border-bottom: 1px solid #d7d6d6;
}

.sm_overview_logo {
	width: 320px;
	height: 70px;
	margin: 30px 0px 0px 140px;
}

.sm_overview_text {
	margin: 30px 50px 0px 70px;
}

.sm_overview_slogan {
	width: 540px;
	height: 30px;
	margin-left: 280px;
	font-size: 18px;
	fort-weight: bold;
}

.sm_overview_video {
	width: 237px;
	height: 195px;
	margin: 5px 0px 0px 85px;
	font-size: 12px;
	font-weight: bold;
	color: #14263b;
	line-height: 12px;
	text-align: center;
}

/* STAR Marketing Feature 1 - Automation = AutoMagic*/
#smFeature1 {
	height: 860px;
	background: url("../images/star_marketing/sm_automation_bg.jpg") no-repeat top left;
	border-bottom: 1px solid #d7d6d6;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.sm_automation_text1 {
	height: 20px;
	margin-top: 143px;
	margin-left: 80px;
}

.sm_automation_text2 {
	height: 40px;
	margin-top: 65px;
	margin-left: 180px;
}

.sm_automation_text3 {
	height: 40px;
	margin-top: 143px;
	margin-left: 180px;
}

.sm_automation_text4 {
	height: 20px;
	margin-top: 155px;
	margin-left: 340px;
}

/* STAR Marketing Feature 2 */
#smFeature2 {
	background: url("../images/star_marketing/sm_brown_top_gradient.jpg") no-repeat top left;
	height: 1125px;
	border-bottom: 1px solid #d7d6d6;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.sm_circlepix_seo_box {
	width: 700px;
	height: 640px;
	margin-left: 90px;
}

.sm_seo_textbox1 {
		width: 320px;
		height: 240px;
		margin: 20px 0px 20px 80px;
		padding: 20px;
		text-align: left;
		border: 6px solid #f2f2f2;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
}

.sm_seo_textbox2 {
		width: 320px;
		height: 240px;
		margin: 20px 80px 20px 0px;
		padding: 20px;
		text-align: left;
		border: 6px solid #f2f2f2;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
}

.quoteFrom {
	float: right;
}

/* STAR Marketing Feature 3 */
#smFeature3 {
	height: auto !important;
	border-bottom: 1px solid #d7d6d6;
	margin: 0;
	padding: 0;
}

.sm_circlepix_property_site {
	width: 780px;
	height: 517px;
	padding-top: 10px;
	margin: 0 auto;
}

.sm_circlepix_property_site_text {
	background: url("../images/star_marketing/sm_circlepix_property_site1_reflect.jpg") no-repeat top left;
	width: 780px;
	height: 100%;
	padding-top: 50px;
	margin: 0 auto;
}

.sm_circlepix_property_site_text h3 {
	text-align: center;
}

.block_10 {
	width: 780px;
	height: 100%;
	padding-top: 30px;
	margin: 0 auto;
}

.sm_box_btn1 {
	float: left;
	width: 60px;
	height: 60px;
	padding: 0;
	margin-bottom: 20px;
}

.sm_box_btn1 a {
	float: left;
	background: #749dd1;
	text-decoration: none;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 10px;
	margin: 0;
}

.sm_box_btn1 a:hover {
	float: left;
	background: #225b94;
	text-decoration: none;
}

.sm_box_btn2 {
	float: left;
	width: 60px;
	height: 60px;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.sm_box_btn2 a {
	float: left;
	background: #749dd1;
	text-decoration: none;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 10px;
	margin: 0;
}

.sm_box_btn2 a:hover {
	float: left;
	background: #225b94;
	text-decoration: none;
}

.end {
	margin-bottom: 0;
}

.sm_box {
	float: right;
	background: #225b94;
	width: 140px;
	height: 10px;
	padding: 0;
	margin-top: 20px;
}

.sm_circlepix_property_site2_container {
	width: 780px;
	height: 437px;
	padding-top: 30px;
	margin: 0px auto;
}

.sm_circlepix_property_site_text2 {
	background: url("../images/star_marketing/sm_circlepix_property_site2_reflect.jpg") no-repeat top left;
	width: 780px;
	height: 100%;
	padding-top: 50px;
	margin: 0 auto;
}

/* STAR Marketing Feature 4 */
#smFeature4 {
	background: url("../images/star_marketing/sm_listing_video_vid_bg.jpg") no-repeat top left;
	margin: 0 auto;
	height: 780px;
	padding: 0;
}
.sm_list_vid1_container {
	width: 780px;
	height: 200px;
	padding-top: 36px;
	margin: 0 auto;
}

.sm_listing_vid_text {
	padding-top: 60px;
	height: 140px;
}

.sm_video1 {
	width: 300px;
	height: 195px;
	margin-top: 0px;
	margin-left: 80px;
}

.sm_list_vid1_container2 {
	width: 780px;
	height: 300px;
	padding-top: 20px;
	margin: 0 auto;
}

.sm_listing_vid_text2 {
	padding: 80px 80px 20px 80px;
	height: 90px;
}

.sm_video2 {
	width: 300px;
	height: 195px;
	margin-top: 20px;
	margin-left: 0px;
}

#smFeature42 {
	background: url("../images/star_marketing/sm_brown_top_gradient.jpg") no-repeat top left;
	margin: 0 auto;
	border-bottom: 1px solid #d7d6d6;
	height: 1000px;
	padding: 0;
}

.sm_additional_benefits {
	margin-top: 36px;
	margin-left: 110px;
}

/* STAR Marketing Feature 5 */
#smFeature5 {
	height: auto !important;
	border-bottom: 1px solid #d7d6d6;
	margin: 0;
	padding: 0;
}

.sm_mobile_integration {
	width: 780px;
	height: auto !important;
	padding: 0;
	margin: 19px 0px 0px 0px;
}


.sm_mobile_integration_text {
	margin-top: 62px;
	margin-right: 40px;
}

.sm_mobile_integration_img {
	width: 380px;
	height: 430px;
	margin-top: 15px;
}

/* STAR Marketing Feature 6 */
#smFeature6 {
	height: 860px;
	border-bottom: 1px solid #d7d6d6;
	margin: 0;
	padding: 0;
}

.sm_exposure {
	background: url("../images/star_marketing/sm_circlepix_exposure_bg.jpg") no-repeat top left;
	width: 780px;
	height: 680px;
	padding-top: 10px;
	margin: 0 auto;
}

.sm_exposure_text1 {
	padding: 0px 30px 0px 30px;
}

.sm_exposure_text2 {
	padding: 0px 25px 0px 30px;
}

.sm_exposure_text3 {
	margin-top: -15px;
	padding: 0px 15px 0px 15px;
}

.center_exposure_text {
	padding-top: 30px;
	margin-top: 352px;
	margin-left: 80px;
}

/* STAR Marketing Feature 7 */
#smFeature7 {
	background: url("../images/star_marketing/sm_leadBee.jpg") no-repeat top left;
	width: 960px;
	height: 460px;
	margin: 0;
	padding: 0;
}
#smFeature73 {
	height: 419px;
	border-bottom: 1px solid #d7d6d6;
}
#smFeature7b {
	background: url("../images/star_marketing/sm_shortcodes.jpg") no-repeat top left;
	width: 960px;
	height: 460px;
	margin: 0;
	padding: 0;
}
#smFeature73b {
	height: 200px;
	border-bottom: 1px solid #d7d6d6;
	font-size: 1.3em;
}

.sm_leadbee_bg {
	background: url("../images/star_marketing/sm_leadBee_bg.jpg") no-repeat top left;
	width: 960px;
	height: 419px;
}

.sm_leadbee_text {
	padding-top: 30px;
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 40px;
}

/* STAR Marketing Feature 8 */
#smFeature8 {
	height: 780px;
	border-bottom: 1px solid #d7d6d6;
	margin: 0;
	padding: 0;
}

.sm_batch_img {
	background: url("../images/star_marketing/sm_batch_texting.jpg") no-repeat top left;
	width: 780px;
	height: 510px;
	padding-top: 10px;
	margin: 0 auto;
}

/* STAR Marketing Feature 9 */
#smFeature9 {
	background: url("../images/star_marketing/sm_epostcard_bg.jpg") no-repeat top left;
	width: 960px;
	height: 660px;
	border-bottom: 1px solid #d7d6d6;
	margin: 0;
	padding: 0;
}

.sm_epostcard_text {
	height: 150px;
	margin-top: 370px;
	margin-left: 70px;
	margin-right: 100px;
}

/* STAR Marketing Feature 10 */

#smFeature10 {
	background: url("../images/star_marketing/sm_circlepix_qr_codes.jpg") no-repeat top left;
	width: 960px;
	height: 970px;
	margin: 0;
	padding: 0;
}

.sm_qr_code {
	width: 780px;
	height: 100px;
	padding-top: 460px;
	margin: 0 auto;
}

.sm_qr_code_text1 {
	padding: 0px 20px 0px 20px;
}

.sm_qr_code_text2 {
	padding: 0px 20px 0px 20px;
}

/* STAR Marketing Feature 11 */
#smFeature11 {
	background: url("../images/star_marketing/sm_circlepix_app_bg.jpg") no-repeat top left;
	height: 640px;
	border-bottom: 1px solid #d7d6d6;
	margin: 0;
	padding: 0;
}

.sm_circlepix_app_video {
	width: 237px;
	height: 195px;
	margin: 5px 0px 0px 85px;
	font-size: 12px;
	font-weight: bold;
	color: #14263b;
	line-height: 12px;
	text-align: center;
}

.sm_circlepix_app_heading {
	width: 810px;
	height: 30px;
	padding-top: 75px;
	margin: 0 auto;
}

.sm_circlepix_app_text {
	position: relative;
	width: 810px;
	height: 100px;
	padding-top: 98px;
	margin: 0 auto;
}

.app_store_icon_container {
	position: absolute;
	top: 169px;
	right: 68px;
	width: 350px;
	height: 100px;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

.app_store_icons {
	float: left;
	width: 132px;
	height: 46px;
	padding: 10px;
	margin: 0;
}

/* STAR Marketing Feature 12 */

#smFeature12 {
	background: url("../images/star_marketing/sm_flyers.jpg") no-repeat top left;
	height: 750px;
	margin: 0;
	padding: 0;
}

.sm_flyer_text {
	width: 780px;
	height: 170px;
	padding-top: 500px;
	margin: 0 auto;
}

/* STAR Marketing Feature 13 */

#smFeature13 {
	background: url("../images/star_marketing/sm_stats_bg.jpg") no-repeat top left;
	height: 730px;
	border-bottom: 1px solid #d7d6d6;
	margin: 0;
	padding: 0;
}

.sm_stats_text {
	width: 780px;
	height: 203px;
	padding: 20px 0px 0px 100px;
	margin: 0 auto;
}

.sm_stats_text_padd {
	padding: 0px 5px;
}

/* STAR Marketing Feature 14 */
#smFeature14 {
	height: 697px;
	margin: 0;
	padding: 0;
}

.sm_peace_of_mind_img {
	width: 960px;
	height: 540px;
	padding: 0;
	margin: 0;
}

/* End of STAR Marketing Features Page declarations ================================ */



/* End of STAR Marketing Page declarations ==========================================
=======================================================================================
==================================================================================== */

/* Buttons for Agent University's Video Training Library page declarations =======================================================================================
=======================================================================================
==================================================================================== */

.btn2 {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}

.btn2:hover,
.btn2:active,
.btn2.active,
.btn2.disabled,
.btn2[disabled] {
  background-color: #e6e6e6;
}

.btn2:active,
.btn2.active {
  background-color: #cccccc \9;
}

.btn2:first-child {
  *margin-left: 0;
}

.btn2:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn2:focus {
  outline:0;
}

.btn2.active,
.btn2:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}

.btn2.disabled,
.btn2[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* End of Button declarations ================================ */

.row_gallery {
  margin-left: -20px;
  *zoom: 1;
}
.row_gallery:before,
.row_gallery:after {
  display: table;
  content: "";
}
.row_gallery:after {
  clear: both;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span12 {
  width: 99.99999998999999%;
}
.row-fluid > .span11 {
  width: 91.489361693%;
}
.row-fluid > .span10 {
  width: 82.97872339599999%;
}
.row-fluid > .span9 {
  width: 74.468085099%;
}
.row-fluid > .span8 {
  width: 65.95744680199999%;
}
.row-fluid > .span7 {
  width: 57.446808505%;
}
.row-fluid > .span6 {
  width: 48.93617020799999%;
}
.row-fluid > .span5 {
  width: 40.425531911%;
}
.row-fluid > .span4 {
  width: 31.914893614%;
}
.row-fluid > .span3 {
  width: 23.404255317%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span1 {
  width: 6.382978723%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

#portfolio img{ width:100%;}

.block  {
	margin-bottom:30px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
	border:none;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	text-align:center;
}

.block p { margin-bottom:0px; margin-top:3px;}

.block h5 {
	padding-top:10px;
	padding-left:0px;
	font-size: 12px;
	text-shadow:1px 1px #fff;
	text-transform:uppercase;
	color:#14263b;
}

.block a {
	text-shadow:1px 1px #fff;
	color:#444;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.block a:hover {
	text-shadow:1px 1px #fff;
	color:#bf9e59;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.block .description {padding:10px; padding-top:0px;}

.clo {
	color:#333;
}

.preloader { background:url("../images/spinner.gif") center center no-repeat #f5f5f5;  }
.view {background:url("../images/spinner.gif") center center no-repeat #ffffff;}

.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.1);
   margin: 20px 0 0 0;
}

.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view a.info {
   display: inline-block;
   text-decoration: none;
   color: #fff;
   text-transform: uppercase;
}

.view a.link {
   display: inline-block;
   text-decoration: none;
   color: #fff;
   text-transform: uppercase;
}

.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first .mask {
   filter: alpha(opacity=100) !important;
   display:none;
   opacity: 0;
   background-color: rgba(0,0,0, 0.1);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   width:100%;
   height:100%;
}

.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0)  !important;
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0  !important;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0)  !important;
   opacity: 0;
   position:absolute;
   left:50%;
   top:50%;
   margin-top:-45px;
   margin-left:-50px;

}

.view-first a.link {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0)  !important;
   opacity: 0;
   position:absolute;
   left:50%;
   top:50%;
   margin-top:-25px;
   margin-left:11px;

}

.view-first:hover .mask, .mask:hover{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100)  !important;
   opacity: 1;
   display:block;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info,
.view-first:hover a.link {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70)  !important;
   opacity: 0.7;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.view-first:hover a.info:hover,
.view-first:hover a.link:hover {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100)  !important;
   opacity: 1;

	}

.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

ul#filters { list-style:none; margin:0px !important;}

ul#filters li { float:left; padding-left:0px; margin-right:20px;}

#filters { margin-top: 20px; padding-left: 20px;}

.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }

.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }

.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -moz-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }

/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;

}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}


/* End of Agent University Page declarations ==========================================
=======================================================================================
==================================================================================== */



/* Contact Page declarations ======================================================
=======================================================================================
==================================================================================== */

.circlepixMap {
	border: none;
	margin: 15px 15px 0px 15px;
	padding: 0;
	width: 425px;
	height: 460px;
    }

.circlepixMap iframe{
    border: solid 1px #D9D9D9;
	box-shadow: #D9D9D9 0px 0px 6px;
    -moz-box-shadow: #D9D9D9 0px 0px 6px;
    -webkit-box-shadow: #D9D9D9 0px 0px 6px;
	margin: 0;
    padding: 0;
    }

.contactPageInfo {
    border: none;
	margin: 15px;
    padding: 0;
    font-size: 12px;
    width: 425px;
    height: 220px;
    }

.contactPageInfo p {
    padding-left: 10px;
    }

.circlepixBuilding {
	float: right;
    border: solid 1px #D9D9D9;
	box-shadow: #D9D9D9 0px 0px 6px;
    -moz-box-shadow: #D9D9D9 0px 0px 6px;
    -webkit-box-shadow: #D9D9D9 0px 0px 6px;
	margin-top: 4px;
    padding: 0;
    }

/* End of Contact Pagedeclarations ===============================================
=======================================================================================
==================================================================================== */

/* Website Form declarations ==========================================================
=======================================================================================
==================================================================================== */

/* Login Panel - Form declarations ===================================================
=======================================================================================
==================================================================================== */

#panel {
	height:65px;
	border-top: 1px solid #d7d6d6;
	border-bottom: 1px solid #d7d6d6;
	background-color: #f2f2f2;
	display:none;
	}

	.panelWrapper {
	width: 960px;
	margin: 10px auto;
	padding: 0;
	}

	.loginTitle {
	float: left;
	text-align: center;
	margin: 0;
	width: 80px;
	height: auto !important;
	padding: 8px 0px 0px 0px;
	}

.login_form {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: auto !important;
	position: relative;
	width: 880px;
}

.login_form h2 {
    font-size: 20px;
	font-weight: bold;
    color: #3c623c;
    }

.loginMedInput {
	font-family: Arial, Helvetica, sans-serif;
    padding: 1px 5px 13px 5px;
    font-size: 18px;
	line-height: 16px;
	text-align: center;
    width: 185px;
    margin: 0px 30px 0px 10px;
    height: 11px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	}

	.loginMedInput a {
		border: none;
		font-size: 11px;
		font-weight: bold;
		color: #602020;
		text-decoration: none;
	}

	.loginMedInput a:hover {
		border: none;
		outline: 0;
		color: #602020;
		text-decoration: underline;
	}

/* Brokerage STAR Marketing Sign Up Form declarations ===================================================
=======================================================================================
==================================================================================== */

section.signup_strip {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 10px 0px 0px 15px;
	width: 945px;
	height: auto !important;
	border-top: 1px solid #d7d6d6;
	border-bottom: 1px solid #d7d6d6;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	position: relative;
}

section.signup_strip h2 {
    font-size: 20px;
    color: #3c623c;
    margin: 5px 0 7px 0;
    padding: 0; }

  section.signup_strip h3 {
    margin: 0 0 5px 0;
    font-weight: normal;
    color: #959595; }

/* Agent STAR Marketing Sign Up Form declarations ===================================================
=======================================================================================
==================================================================================== */

section.agent_signup_strip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	padding: 0;
	width: 960px;
	height: 200px;
	border-top: 1px solid #d7d6d6;
	border-bottom: 1px solid #d7d6d6;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

section.agent_signup_strip h2 {
    font-size: 20px;
    color: #3c623c;
    margin: 5px 0 7px 0;
    padding: 0; }

 section.agent_signup_strip h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #959595; }

section.agent_signup_strip_pp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	padding: 0;
	width: 960px;
	height: 90px;
	border-top: 1px solid #d7d6d6;
	border-bottom: 1px solid #d7d6d6;
}

 .agent_signup {
	background: url("../images/star_marketing/sign_up_for_a_membership.png") no-repeat top right;
	width: 935px;
	height: 190px;
	margin: 0;
	padding: 10px 0px 0px 25px;
	overflow: hidden;
  }

 .agent_signup_pp {
	background: url("../images/photog/pp_banner.jpg") no-repeat;
	background-position:center;
	width: 935px;
	height: 90px;
	padding: 0px 0px 0px 25px;
	overflow: hidden;
  }
  .agent_signup label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	width: 880px;
	vertical-align: middle;
  }

/* Contact Form declarations ===================================================
=======================================================================================
==================================================================================== */

.contact_strip {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px 0px 0px 18px;
	padding: 0;
	height: auto !important;
	position: relative;
}

.contact {
    margin: 0;
    padding: 10px 0 10px 10px;
	}

.contact_strip h2 {
    font-size: 20px;
    color: #3c623c;
    margin: 5px 0 7px 0;
    padding: 0; }

.contact_strip h3 {
    margin: 0 0 5px 0;
    font-weight: normal;
    color: #959595; }

.textAreaInput2 {
	max-width: 370px;
	min-width: 370px;
	min-height: 245px;
    width: 370px;
    margin: 10px 10px 10px 0px;
    height: 245px;
}

.contact_form {
    width: 390px;
}

.required2 {
	width: 60px;
  	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #d7d7d7;
	margin-top: -10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.required3 {
	width: 60px;
  	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #d7d7d7;
	margin-top: 0px;
	padding-right: 5px;
}

.required4 {
    width: 60px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #d7d7d7;
    margin-right: 206px;
}

.required5 {
    width: 60px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #d7d7d7;
    margin-right: 47px;
}

/* End of Website Form declarations ===================================================
=======================================================================================
==================================================================================== */

/* Testimonials Page declarations =====================================================
=======================================================================================
==================================================================================== */

.pageStartText {
	width: 860px;
	height: auto !important;
	margin: 20px 20px 0px 20px;
	padding: 20px;
	text-align: left;
	display:block;
	border: 1px solid #ede1c7;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
}

.pageStartText2 {
	width: 408px;
	height: auto !important;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	text-align: left;
	display:block;
	border: 1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

/* End of Testimonials Page declarations ===================================================
=======================================================================================
==================================================================================== */


/* Press Page declarations ============================================================
=======================================================================================
==================================================================================== */

.mediaContactPhoto {
	float: left;
	width: 140px;
	height: 190px;
	margin-top: 10px;
	padding: 0;
	text-align: left;
	display:block;
}

.mediaContactInfo {
	float: left;
	width: 140px;
	height: 90px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 10px;
	text-align: left;
	display:block;
}

.mediaContactAlert {
	float: left;
	width: 120px;
	height: 65px;
	margin: 8px 0px 10px 10px;
	padding: 10px 0px 5px 10px;
	text-align: left;
	display:block;
	border: 1px solid #ede1c7;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
}

.newsHeading {
	float: left;
	width: 920px;
	height: 20px;
	margin: 10px 0px;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	display:block;
	border: 1px solid #ccd7e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
}

.newsHeading {
	float: left;
	width: 760px;
	height: 20px;
	margin: 10px 80px;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	display:block;
	border: 1px solid #ccd7e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
}

.pressLink {
	width: 760px;
	height: 14px;
	margin: 10px 80px 0px 80px;
	padding: 5px 10px 10px 10px;
	text-align: left;
	display:block;
	border: 1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.pressDate {
	width: 760px;
	height: 14px;
	margin: 0px 80px;
	padding: 0px 10px 5px 10px;
	text-align: left;
	display:block;
}

.pressContactInfo {
	margin: 0;
	padding: 0px 10px 5px 10px;
	text-align: left;
	display:block;
}

.paddToCenter {
	margin: 0;
	padding: 0px 80px;
}


/* Press Page declarations ============================================================
=======================================================================================
==================================================================================== */


/* About Page declarations ============================================================
=======================================================================================
==================================================================================== */

.sidebar {
	width: 180px;
	height: 485px;
	margin: 10px 0px 0px 5px;
	padding: 20px;
	font-size: 11px;
	line-height: 18px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border:1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.sidebar span{
	width: 100px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

.sidebar img{
	width: 140px;
	height: 185px;
	margin: 0;
	padding: 20px;
}

.sidebar p{
	width: 180px;
	margin: 0;
	padding: 5px;
}

.rightImage{
	float: left;
	width: 155px;
	height: 155px;
	margin: 0;
	padding-right: 5px;
}

.leftBar{
	margin: 0;
	padding: 20px;
}

small {
	font-size: 10px;
	line-height:12px;
	font-weight: normal;
}

.bottomBorder {
	border-bottom:1px solid #d7d6d6;
}

/* End of About Page declarations =====================================================
=======================================================================================
==================================================================================== */


/* FAQs Page declarations =============================================================
=======================================================================================
==================================================================================== */

.qanda {
	float: left;
	width: 860px;
	height: auto !important;
	margin: 20px 20px 0px 20px;
	padding: 20px;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	display:block;
	border: 1px solid #ccd7e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
}

.question_q {
	float: left;
	margin: -1px 5px 5px 0px;
	color: #602020;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.answer_a {
	float: left;
	margin: -1px 5px 0px 0px;
	color: #3c623c;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

.qanda ul {
	color: #3c623c;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	list-style:outside;
}

.addSpaceBelowList{
	margin-bottom: 30px;
}

.qanda ul.noListItem {
	list-style:none;
	list-style-position:outside;
}

.qanda ul.qandaList{
	margin: -20px 0px 0px 50px;
	list-style-position:outside;
}


/* End of FAQs Page declarations ======================================================
=======================================================================================
==================================================================================== */

/* Careers Page declarations ==========================================================
=======================================================================================
==================================================================================== */

.careerContainer {
	width: 960px;
	height: auto !important;
	margin: 0;
	padding: 20px 0px;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}

.careerBox {
	width: 298px;
	height: auto !important;
	padding: 10px 0px;
	border: 1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.careerBox2 {
	width: 298px;
	height: auto !important;
	padding: 10px 0px;
	border: 1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #f2f2f2;
}

.careerBox h2 {
	padding-left: 20px;
}

.careerBox2 h2 {
	padding-left: 20px;
}

.careerText1 {
	padding-top: 20px;
}

.careerText2 {
	padding: 0px 20px;
}

.careerBox ul {
	list-style:outside;
	margin-left: 30px;
	list-style: none;
}

.careerBox2 ul {
	list-style:outside;
	margin-left: 30px;
	list-style: none;
}

.list {
	padding: 10px;
}

.jobAccordion {
	margin-left: 30px;
	padding: 10px 0px;
}

.jobTitle {
	padding-top: 16px;
}

.jobText {
	padding: 10px;
}

.jobText ul li {
	margin-left: 20px;
	padding-bottom: 10px;
}

.jobBtnContainer {
		width: 160px;
		height: 28px;
		padding: 1px;
		margin: 3px 30px 0px 30px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		}

	.jobBtn a {
			display:block;
			width:158px;
			height:23px;
			padding-top: 3px;
			text-align: center;
			font-weight: bold;
			line-height: 22px;
			text-decoration: none;
			color: #14263b;
			border: 1px solid #ccd7e5;
			border-radius:2px 2px 2px 2px;
			-moz-border-radius:2px 2px 2px 2px;
			-webkit-border-radius:2px 2px 2px 2px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

			.jobBtn a:hover{
				text-decoration: none;
				color: #14263b;
				border: 1px solid #ede1c7;
				border-radius:2px 2px 2px 2px;
				-moz-border-radius:2px 2px 2px 2px;
				-webkit-border-radius:2px 2px 2px 2px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
			}

.jobForm {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0;
	padding: 0;
	height: auto !important;
	position: relative;
}

.job {
    margin: 0;
    padding: 10px 0 10px 10px;
	}

.paddTopBtmTd {
    margin: 0;
    padding: 10px 0px;
	}

.jobForm h2 {
    font-size: 14px;
    color: #3c623c;
    margin: 5px 0 7px 0;
    padding: 0; }

.jobForm h3 {
    margin: 0 0 5px 0;
    font-weight: normal;
    color: #959595; }

.textAreaInput {
	max-width: 445px;
	min-width: 445px;
	min-height: 300px;
    width: 445px;
    margin: 10px 10px 10px 0px;
    height: 300px;
}

.required {
	width: 60px;
  	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #d7d7d7;
	margin-top: -10px;
	padding-bottom: 10px;
}

.job_application_form {
	width: 450px;
	}


.job_hr {
	width: 450px;
	}

.job_application_form table td {
	vertical-align: top;
	}


.application_instructions {
	float: left;
	width: 280px;
	text-align: right;
	padding: 15px 10px 10px 0px;
	}

/* End of Careers Page declarations ===================================================
=======================================================================================
==================================================================================== */


/* Privacy Page declarations ===================================================
=======================================================================================
==================================================================================== */

.privacyContainer {
    margin: 10px 0 20px 0;
    padding: 0; }

.privacyText {
    margin: 0;
    padding: 20px; }

.privacyText ul{
    margin-left: 40px;
    padding: 0; }

.privacyText ul li{
    margin: 0;
    padding-bottom: 10px; }

/* End of Privacy Page declarations ===================================================
=======================================================================================
==================================================================================== */


/* Privacy Page declarations ===================================================
=======================================================================================
==================================================================================== */

.greyGradient {
	float: left;
    width: 438px;
	height: auto !important;
	margin: 10px 0px;
	padding: 10px 10px;
	border: 1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.webinarOlList ol {
    margin-left: 30px;
    padding:0; }

.webinarOlList ol li{
    margin: 0;
    padding: 10px 0px 10px 0px; }

.webinarDateTime {
	width: 315px;
	height: 30px;
	float: left;
    margin: 0;}

.webinarSignUpBtn {
	float: right;
    margin: 0;
    padding: 0; }

.signUpBtnContainer {
		float: left;
		width: 110px;
		height: 36px;
		margin: 0;
		padding: 1px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		}

	.signUpBtn a {
			display:block;
			float: left;
			width:108px;
			height:26px;
			padding-top: 8px;
			text-align: center;
			font-weight: bold;
			text-decoration: none;
			color: #14263b;
			border: 1px solid #ccd7e5;
			border-radius:2px 2px 2px 2px;
			-moz-border-radius:2px 2px 2px 2px;
			-webkit-border-radius:2px 2px 2px 2px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

			.signUpBtn a:hover{
				text-decoration: none;
				color: #14263b;
				border: 1px solid #ede1c7;
				border-radius:2px 2px 2px 2px;
				-moz-border-radius:2px 2px 2px 2px;
				-webkit-border-radius:2px 2px 2px 2px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */

			}

.greenHeading {
    margin-bottom: 10px;
    padding: 30px 0px 10px 0px; }

.trainingVideo {
	width: 220px;
    margin: 12px 0px 0px 60px;
    padding:0;}

.tutorialText {
	width: 220px;
	text-align: left;
    margin: 12px 0px 10px 20px;
    padding:0;}

/* End of Privacy Page declarations ===================================================
=======================================================================================
==================================================================================== */


/* Professional Photography Section declarations ======================================
=======================================================================================
==================================================================================== */

#photogOverview {
	background: url("../images/photog/photog_overview_bg.jpg") no-repeat 0px 68px;
	width: 960px;
	height: auto !important;
	text-align: left;
    margin:0;
    padding:0;}

#packageTitles {
	width: 940px;
	height: 20px;
	margin-top: 557px;
	padding:0;
}

#photographyPackageSites {
	width: 940px;
	height: 170px;
	margin-top: 5px;
	padding:0;
}

.green {
	color: #3c623c;}

.blue {
	color: #14263b;}

.red {
	color: #602020;}

.gold {
	color: #bf9e59;}

.doubleText {
    margin-top: 5px;
    padding: 20px;}

.photogGreyBox {
	width: 200px;
	height: 150px;
    margin-top: 35px;
    padding: 10px;
	border: 1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.photogGreyBox2 {
	width: 200px;
	height: 140px;
    margin-top: 0px;
    padding: 10px;
	border: 1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.photogGreyBox3 {
	position: relative;
	width: 200px;
	height: 140px;
    margin-top: 0px;
    padding: 10px;
	border: 1px solid #d7d6d6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.photogBox {
	width: 300px;
	height: 220px;
    margin: 0;
    padding: 0;
 }

.photoBlueBox1 {
	width:200px;
	height:40px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
	border: 1px solid #ccd7e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

.photoBlueBox2 {
	width:280px;
	height:40px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
	border: 1px solid #ccd7e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

.photoBlueBox3 {
	width:620px;
	height:20px;
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
	border: 1px solid #ccd7e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

.photoBlueBox4 {
	width:200px;
	height:20px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
	border: 1px solid #ccd7e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

.photoText1 {
	width:200px;
	height:162px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
		}

.photoText2 {
	width:280px;
	height:120px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
		}

.photoText3 {
	width:600px;
	height:40px;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
		}

.photoText4 {
	width:600px;
	height:80x;
	margin: 10px 0px 30px 0px;
	padding: 0px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: #14263b;
}

.photoText5 {
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 20px 40px 0px 80px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
		}

.photoText6 {
	width:300px;
	height:80x;
	margin: 10px 0px 30px 0px;
	padding: 0px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: #14263b;
}

.photoText7 {
	width:460px;
	height:80x;
	margin: 10px 0px 30px 0px;
	padding: 0px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: #14263b;
}

#photography_star_marketing {
	background: url("../images/star_marketing/sm_brown_top_gradient.jpg") no-repeat top left;
	width: 960px;
	height: auto !important;
    margin:0;
    padding:0;}

.topBotSpacer {
    margin:20px 0px;
    padding:0;}

.topSpacer {
    margin-top:20px;
    padding:0;}

.botSpacer {
    margin-bottom:20px;
    padding:0;}

#clearPix_technology {
	background: url("../images/photog/clearpix.jpg") no-repeat top left;
	width: 960px;
	height: 1000px;
    margin:0;
    padding:0;}

.virtual {
	width:940px;
	height:260px;
	margin: 420px 0px 0px 0px;
	padding: 0;
		}

.virtual2 {
	width:940px;
	height:320px;
	margin: 20px 0px 0px 0px;
	padding: 0;
		}

#professional_network {
	background: url("../images/photog/professional_network.jpg") no-repeat top left;
	width: 960px;
	height: 650px;
    margin:0;
    padding:0;}


	#true_video {
	background: url(../images/main_image.png) no-repeat top center;
	width: 960px;
	height: 650px;
    margin:0;
    padding:0;
	}


.pro_network_text {
	width:860px;
	height:120px;
	margin: 15px 40px 0px 40px;
	padding: 0;
		}

#coverage_areas {
	background: url("../images/photog/coverage_map.jpg") no-repeat top left;
	width: 960px;
	height: 740px;
    margin:0;
    padding:0;}

.coverage_text {
	width:420px;
	height:110px;
	margin: 500px 0px 0px 90px;
	padding: 0;
		}

.photog_text_centered_1 {

	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #14263b;
		}

.photog_text_centered_2 {

	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #14263b;
}

.photog_text_centered_3 {

	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #14263b;
		}

.photog_text_centered_4 {

	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	color: #14263b;
		}

.photog_link_centered {

	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
		}

.upMarginTop1 {
	margin: 0;
	padding-top: 70px;
		}

.upMarginTop2 {
	margin: 0;
	padding-top: 70px;
		}

.upMarginTop3 {
	margin: 0;
	padding-top: 80px;
	padding-left: 20px;
}

.upMarginTop4 {
	margin: 0;
	padding-top: 40px;
	padding-left: 5px;
		}

.professional_narration {
		padding-left: 20px; }

.hr940 {
	width:900px;
	height:10px;
	margin: 10px 30px 20px 30px;
	padding: 0;
	border-bottom: 2px dotted #d7d6d6;
		}

.photoSocial {
	width:380px;
	height:480px;
	margin: 0;
	padding: 0;
		}

#photography_star_marketing_upgrades {
	width: 960px;
	height: 1255px;
    margin:0;
    padding:0;}

/* End of Professional Photography Section declarations ===============================
=======================================================================================
==================================================================================== */

/* STAR Marketing Upgrades Section declarations =======================================
=======================================================================================
==================================================================================== */

/* STAR Marketing Upgrades Section - Virtual Staging declarations */

#virtual_staging {
	background: url("../images/star_marketing/sm_brown_top_gradient.jpg") no-repeat top left;
	width: 960px;
	height: auto !important;
	border-bottom: 1px solid #d7d6d6;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.fade {
	display: inline-block;
	position: relative;
	width:300px;
	height:186px;
	cursor:pointer;
}
.fade span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	display: none;
}

.vstage_1 {
	width:300px;
	height:186px;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
	position: relative;
		}

.upgrade_price3 {
		display:block;
		width: 198px;
		height: 30px;
		margin: 0;
		padding: 15px 10px 25px 10px;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		border-top: 1px solid #d7d6d6;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: none;
		border-radius:6px 6px 0px 0px;
		-moz-border-radius:6px 6px 0px 0px;
		-webkit-border-radius:6px 6px 0px 0px;
		text-decoration: none;
		color: #14263b;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	}

.upgrade_price33 {
		display:block;
		width: 198px;
		height: 30px;
		margin: 0;
		padding: 10px 10px 30px 10px;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		border-top: 1px solid #d7d6d6;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: none;
		border-radius:6px 6px 0px 0px;
		-moz-border-radius:6px 6px 0px 0px;
		-webkit-border-radius:6px 6px 0px 0px;
		text-decoration: none;
		color: #14263b;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	}

.upgrade_price3 span {
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		color: #3c623c;
	}

.upgrade_price33 span {
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		color: #3c623c;
	}

.upgrade_price_blank {
		display:block;
		width: 298px;
		height: 50px;
		margin: 0;
		padding: 0px;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		border: none;
	}

.upgrade_price_heading {
		display:block;
		width: 620px;
		height: 12px;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 15px 0px 25px 0px;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		color: #14263b;
		text-align: center;
		border: 1px solid #ccd7e5;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
}

/* STAR Marketing Upgrades Section - End of Virtual Staging declarations */


/* STAR Marketing Upgrades Section - Interactive Floorplans declarations */

#interactive_floorplan_contatiner {
	background: url("../images/interactive_floorplan/floorplan_bg.jpg") no-repeat top left;
	width: 960px;
	height: auto !important;
    margin:0;
    padding:0;}

.interactive_floorplan_book {
	width:885px;
	height:573px;
	margin: 10px 26px 20px 30px;
	padding: 0;
		}

.upgrade_price4 {
		display:block;
		width: 278px;
		height: 30px;
		margin: 0;
		padding: 25px 10px 15px 10px;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		border-top: 1px solid #d7d6d6;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: none;
		border-radius:6px 6px 0px 0px;
		-moz-border-radius:6px 6px 0px 0px;
		-webkit-border-radius:6px 6px 0px 0px;
		text-decoration: none;
		color: #14263b;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	}

.upgrade_price4 span {
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		color: #3c623c;
	}

#sampleBtnContainer {
		width: 190px;
		height: 29px;
		padding: 1px;
		margin: 0px 0px 20px 50px;
		border: 2px solid #e1e1e1;
		border-radius:4px 4px 4px 4px;
		-moz-border-radius:4px 4px 4px 4px;
		-webkit-border-radius:4px 4px 4px 4px;
		background-color: #fff;
		}

	.sampleBtn a {
			display:block;
			width:188px;
			height:24px;
			padding-top: 3px;
			text-align: center;
			font-weight: bold;
			line-height: 22px;
			text-decoration: none;
			color: #14263b;
			border: 1px solid #ccd7e5;
			border-radius:2px 2px 2px 2px;
			-moz-border-radius:2px 2px 2px 2px;
			-webkit-border-radius:2px 2px 2px 2px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

			.sampleBtn a:hover {
				text-decoration: none;
				color: #14263b;
				border: 1px solid #ede1c7;
				border-radius:2px 2px 2px 2px;
				-moz-border-radius:2px 2px 2px 2px;
				-webkit-border-radius:2px 2px 2px 2px;
/* light gold gradient */
background: #fef7e7; /* Old browsers */
background: -moz-linear-gradient(top, #fef7e7 0%, #f2ebdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef7e7), color-stop(100%,#f2ebdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fef7e7 0%,#f2ebdc 100%); /* IE10+ */
background: linear-gradient(to bottom, #fef7e7 0%,#f2ebdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e7', endColorstr='#f2ebdc',GradientType=0 ); /* IE6-9 */
			}

#domain_registration {
	background: url("../images/star_marketing/sm_brown_top_gradient.jpg") no-repeat top left;
	width: 960px;
	height: auto !important;
	border-bottom: 1px solid #d7d6d6;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#audio_tour_guide {
	width: 960px;
	height: auto !important;
	border-bottom: 1px solid #d7d6d6;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* STAR Marketing Upgrades Section - End of Interactive Floorplans declarations */

/* End of STAR Marketing Upgrades Section declarations ================================
=======================================================================================
==================================================================================== */

/* STAR Marketing - Marketing Materials declarations */

#professional_flyers {
	width: 960px;
	height: 90px;
	margin: 0;
	padding: 0;
	}

#signriders {
	background: url("../images/marketing_materials/top_grass.jpg") no-repeat bottom left;
	width: 960px;
	height: auto !important;
	border-bottom: 1px solid #d7d6d6;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#combo_signs {
	background: url("../images/marketing_materials/bottom_grass.jpg") no-repeat bottom left;
	width: 960px;
	height: auto !important;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.circlepix_signrider {
	margin-top: 10px;
	padding: 0;
}

.domain_signrider {
	margin-top: 10px;
	padding: 0;
}

.leadbee_signrider {
	margin-top: 10px;
	padding: 0;
}

.leadbee_sign {
	margin-top: 10px;
	padding: 0;
}

.combo_sign{
	margin-top: 25px;
	padding: 0;
}

.blank_grid_1 {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}

.signrider_price{
		float: right;
		display:block;
		width: 80px;
		height: 24px;
		margin-top: -6px;
		margin-right: 5px;
		padding: 10px;
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
		color: #3c623c;
		text-align: center;
		border-top: none;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: 1px solid #d7d6d6;
		border-radius:0px 0px 6px 6px;
		-moz-border-radius:0px 0px 6px 6px;
		-webkit-border-radius:0px 0px 6px 6px;
		background-color: #ffffff;
	}

.signrider_price_2 {
		float: right;
		display:block;
		width: 80px;
		height: 24px;
		margin-top: -143px;
		margin-right: 5px;
		padding: 10px;
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
		color: #3c623c;
		text-align: center;
		border-top: none;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: 1px solid #d7d6d6;
		border-radius:0px 0px 6px 6px;
		-moz-border-radius:0px 0px 6px 6px;
		-webkit-border-radius:0px 0px 6px 6px;
		background-color: #ffffff;
	}

.signrider_price_3 {
		float: right;
		display:block;
		width: 80px;
		height: 24px;
		margin-top: -149px;
		margin-right: 5px;
		padding: 10px;
		font-size: 20px;
		font-weight: bold;
		line-height: 24px;
		color: #3c623c;
		text-align: center;
		border-top: none;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: 1px solid #d7d6d6;
		border-radius:0px 0px 6px 6px;
		-moz-border-radius:0px 0px 6px 6px;
		-webkit-border-radius:0px 0px 6px 6px;
		background-color: #ffffff;
	}

.signrider_pack_price{
		float: left;
		display:block;
		width: 260px;
		height: 14px;
		margin-top: -6px;
		margin-left: 5px;
		padding: 10px;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		color: #458A45;
		text-align: center;
		border-top: none;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: 1px solid #d7d6d6;
		border-radius:0px 0px 6px 6px;
		-moz-border-radius:0px 0px 6px 6px;
		-webkit-border-radius:0px 0px 6px 6px;
		background-color: #ffffff;
	}

.signrider_pack_price_2 {
		position: absolute;
		display:block;
		width: 260px;
		height: 14px;
		top: 173px;
		left: 5px;
		padding: 10px;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		color: #458A45;
		text-align: center;
		border-top: none;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: 1px solid #d7d6d6;
		border-radius:0px 0px 6px 6px;
		-moz-border-radius:0px 0px 6px 6px;
		-webkit-border-radius:0px 0px 6px 6px;
		background-color: #ffffff;
	}

.signrider_pack_price_3 {
		position: absolute;
		display:block;
		width: 260px;
		height: 14px;
		top: 347px;
		left: 5px;
		padding: 10px;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		color: #458A45;
		text-align: center;
		border-top: none;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: 1px solid #d7d6d6;
		border-radius:0px 0px 6px 6px;
		-moz-border-radius:0px 0px 6px 6px;
		-webkit-border-radius:0px 0px 6px 6px;
		background-color: #ffffff;
	}

.conbo_sign_container {
		position: relative;
		width: 460px;
		height: 490px;
		margin: 0;
		padding: 0;
	}

.leadbee_sign_container {
		position: relative;
		width: 460px;
		height: 310px;
		margin: 0;
		padding: 0;
	}

.combo_sign_phrase h2 {
    font-size: 32px;
	line-height: 36px;
    color: #3c623c;
    margin-top: 20px;
    padding: 0; }

#cds_dvds {
	background: #602020 url("../images/marketing_materials/cds_dvds.png") no-repeat top left;
	width: 960px;
	height: auto !important;
	margin: 0;
	padding: 0;
}

#cds_dvds_content {
	margin-top: 389px;
	padding: 0;
}

.price3up {
		display:block;
		width: 198px;
		height: 30px;
		margin: 0;
		padding: 15px 10px 25px 10px;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		border-top: none;
		border-left: 1px solid #d7d6d6;
		border-right: 1px solid #d7d6d6;
		border-bottom: 1px solid #d7d6d6;
		border-radius: 0px 0px 6px 6px;
		-moz-border-radius: 0px 0px 6px 6px;
		-webkit-border-radius: 0px 0px 6px 6px;
		text-decoration: none;
		color: #14263b;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	}

.price3up span {
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		color: #3c623c;
	}

.price3up_blank1 {
		display:block;
		width: 220px;
		height: 30px;
		margin: 0;
		padding: 15px 0px 25px 0px;
		color: #fff;
		font-size: 32px;
		line-height: 36px;
		text-align: right;
		border: none;
	}

.price3up_blank2 {
		display:block;
		width: 220px;
		height: 10px;
		margin: 0;
		padding: 15px 0px 25px 0px;
		color: #fff;
		font-size: 32px;
		line-height: 36px;
		text-align: left;
		border: none;
	}

#qr_code_stickers{
	width: 960px;
	height: auto !important;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* End of STAR Marketing - Marketing Materials declarations ===========================
=======================================================================================
==================================================================================== */

/* Professional Photography Pricing Page declarations */

/* Change this to modify the height of the pricing page */
#sliderContainer{
	width: 940px;
	height: 840px;
	margin: 0;
	padding: 0;
}

#priceContainer{
	background: #fff url("../images/layerSlider/pricing/pricing_blank_bg.png") no-repeat bottom left;
	width: 940px;
	height: auto !important;
	margin: 0;
	padding-bottom: 50px;
}

.priceBoxContainer {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	height: 560px;
	margin: 30px 20px 0px 20px;
	padding: 0;
	text-align: center;
	}

#priceContainer2{
	background: #fff url("../images/layerSlider/pricing/pricing_2013.png") no-repeat center left;
	width: 920px;
	height: auto !important;
	margin: 10px 0px 0px 10px;
	padding-bottom: 60px;
}

.priceBoxContainer2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 920px;
	height: 500px;
	margin: 10px 20px 0px 0px;
	padding: 0;
	text-align: center;
	}

#priceContainer3{
	background: #fff url("../images/layerSlider/pricing/6pack_pricing_2013.png") no-repeat center left;
	width: 945px;
	height: auto !important;
	margin: 10px 0px 0px 0px;
	padding-bottom: 0px;
}

.priceBoxContainer3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 930px;
	height: 450px;
	margin: 30px 0px 0px 10px;
	padding: 0;
	text-align: center;
	}

.earlyBird {
	background: #fff url("../images/layerSlider/pricing/earlyBird.png") no-repeat center left;
	width:900px;
	height:408px;
	margin-left:auto; margin-right:auto;
	margin-top:-92px;
	margin-bottom:50px;
}

.priceBox1 {
	float: left;
	width: 180px;
	height: 480px;
	margin: 20px 0px;
	padding: 20px;
	}

.priceBox2 {
	float: left;
	width: 200px;
	height: 520px;
	margin: 0;
	padding: 30px 20px 10px 20px;
	}

.priceBox3 {
	float: left;
	width: 140px;
	height: 480px;
	margin: 20px 0px;
	padding: 20px;
	}

.priceBox4 {
	float: left;
	width: 150px;
	height: 520px;
	margin: 0;
	padding: 30px 20px 10px 20px;
	}

.price_heading {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	color: #fff;
	}

.price_heading_large {
	font-size: 34px;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	color: #fff;
	}

.price_main_price_green {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 60px;
	color: #3c623c;
	}

.price_main_price_blue {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 60px;
	color: #14263b;
	}

.price_main_price_red {
	font-size: 56px;
	font-weight: bold;
	line-height: 56px;
	margin-top: 62px;
	color: #602020;
	}

.price_main_price_gold {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 60px;
	color: #bf9e59;
	}

.price_heading2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	color: #fff;
	}

.price_heading_large2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	color: #fff;
	}

.price_main_price_green2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 30px;
	color: #3c623c;
	}

.price_main_price_blue2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 30px;
	color: #14263b;
	}

.price_main_price_red2 {
	font-size: 44px;
	font-weight: bold;
	line-height: 56px;
	margin-top: 42px;
	color: #602020;
	}

.price_main_price_gold2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 30px;
	color: #bf9e59;
	}

.price_main_price_6pack1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 30px;
	color: #85381e;
	}

.price_main_price_6pack2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 30px;
	color: #2c0f11;
	}

.price_main_price_6pack3 {
	font-size: 44px;
	font-weight: bold;
	line-height: 56px;
	margin-top: 42px;
	color: #646e53;
	}

.price_main_price_6pack4 {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 30px;
	color: #764944;
	}

.price_main_price_6pack5 {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 30px;
	color: #bbaf9f;
	}

.price_main_price_4pack_green {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	color: #3c623c;
	}

.price_main_price_4pack_blue {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	color: #14263b;
	}

.price_main_price_4pack_red {
	font-size: 56px;
	font-weight: bold;
	line-height: 56px;
	margin-top: 5px;
	color: #602020;
	}

.price_main_price_4pack_gold {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	color: #bf9e59;
	}

.priceBtn_green a {
	display:block;
	width:145px;
	height:20px;
	margin-top: 52px;
	padding: 17px 20px 23px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #3c623c;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #3c623c;
}

	.priceBtn_green a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #3c623c;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #3c623c 0px 0px 8px;
		-moz-box-shadow: #3c623c 0px 0px 8px;
		-webkit-box-shadow: #3c623c 0px 0px 8px;
	}

.priceBtn_blue a {
	display:block;
	width:145px;
	height:20px;
	margin-top: 52px;
	padding: 17px 20px 23px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #14263b;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #14263b;
}

	.priceBtn_blue a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #14263b;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #14263b 0px 0px 8px;
		-moz-box-shadow: #14263b 0px 0px 8px;
		-webkit-box-shadow: #14263b 0px 0px 8px;
	}

.priceBtn_red a {
	display:block;
	width:160px;
	height:20px;
	margin-top: 60px;
	padding: 15px 20px 25px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #602020;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #602020;
}

	.priceBtn_red a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #602020;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #602020 0px 0px 8px;
		-moz-box-shadow: #602020 0px 0px 8px;
		-webkit-box-shadow: #602020 0px 0px 8px;
	}

.priceBtn_gold a {
	display:block;
	width:145px;
	height:20px;
	margin-top: 52px;
	padding: 17px 20px 23px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #bf9e59;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #bf9e59;
}

	.priceBtn_gold a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #bf9e59;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #bf9e59 0px 0px 8px;
		-moz-box-shadow: #bf9e59 0px 0px 8px;
		-webkit-box-shadow: #bf9e59 0px 0px 8px;
	}

	.priceBtn_green2 a {
	display:block;
	width:110px;
	height:10px;
	margin-top: 10px;
	padding: 11px 20px 23px 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #3c623c;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #3c623c;
}

	.priceBtn_green2 a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #3c623c;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #3c623c 0px 0px 8px;
		-moz-box-shadow: #3c623c 0px 0px 8px;
		-webkit-box-shadow: #3c623c 0px 0px 8px;
	}

.priceBtn_blue2 a {
	display:block;
	width:110px;
	height:10px;
	margin-top: 10px;
	padding: 11px 20px 23px 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #14263b;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #14263b;
}

	.priceBtn_blue2 a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #14263b;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #14263b 0px 0px 8px;
		-moz-box-shadow: #14263b 0px 0px 8px;
		-webkit-box-shadow: #14263b 0px 0px 8px;
	}

.priceBtn_red2 a {
	display:block;
	width:125px;
	height:15px;
	margin-top: 10px;
	padding: 15px 18px 25px 18px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #602020;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #602020;
}

	.priceBtn_red2 a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #602020;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #602020 0px 0px 8px;
		-moz-box-shadow: #602020 0px 0px 8px;
		-webkit-box-shadow: #602020 0px 0px 8px;
	}

.priceBtn_gold2 a {
	display:block;
	width:110px;
	height:10px;
	margin-top: 10px;
	padding: 11px 18px 23px 18px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #bf9e59;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #bf9e59;
}

	.priceBtn_gold2 a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #bf9e59;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #bf9e59 0px 0px 8px;
		-moz-box-shadow: #bf9e59 0px 0px 8px;
		-webkit-box-shadow: #bf9e59 0px 0px 8px;
	}


.priceBtn_green_4pack a {
	display:block;
	width:140px;
	height:20px;
	margin-top: 15px;
	padding: 17px 20px 23px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #3c623c;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #3c623c;
}

	.priceBtn_green_4pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #3c623c;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #3c623c 0px 0px 8px;
		-moz-box-shadow: #3c623c 0px 0px 8px;
		-webkit-box-shadow: #3c623c 0px 0px 8px;
	}

.priceBtn_blue_4pack a {
	display:block;
	width:140px;
	height:20px;
	margin-top: 15px;
	padding: 17px 20px 23px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #14263b;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #14263b;
}

	.priceBtn_blue_4pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #14263b;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #14263b 0px 0px 8px;
		-moz-box-shadow: #14263b 0px 0px 8px;
		-webkit-box-shadow: #14263b 0px 0px 8px;
	}

.priceBtn_red_4pack a {
	display:block;
	width:160px;
	height:20px;
	margin-top: 12px;
	padding: 15px 20px 25px 20px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #602020;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #602020;
}

	.priceBtn_red_4pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #602020;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #602020 0px 0px 8px;
		-moz-box-shadow: #602020 0px 0px 8px;
		-webkit-box-shadow: #602020 0px 0px 8px;
	}

.priceBtn_gold_4pack a {
	display:block;
	width:140px;
	height:20px;
	margin-top: 15px;
	padding: 17px 20px 23px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #bf9e59;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #bf9e59;
}

	.priceBtn_gold_4pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #bf9e59;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #bf9e59 0px 0px 8px;
		-moz-box-shadow: #bf9e59 0px 0px 8px;
		-webkit-box-shadow: #bf9e59 0px 0px 8px;
	}

	.priceBtn1_6pack a {
	display:block;
	width:110px;
	height:10px;
	margin-top: 10px;
	padding: 11px 21px 23px 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #85381e;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #85381e;
}

	.priceBtn1_6pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #85381e;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #85381e 0px 0px 8px;
		-moz-box-shadow: #85381e 0px 0px 8px;
		-webkit-box-shadow: #85381e 0px 0px 8px;
	}

	.priceBtn2_6pack a {
	display:block;
	width:110px;
	height:10px;
	margin-top: 10px;
	padding: 11px 19px 23px 18px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #2c0f11;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #2c0f11;
}

	.priceBtn2_6pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #2c0f11;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #2c0f11 0px 0px 8px;
		-moz-box-shadow: #2c0f11 0px 0px 8px;
		-webkit-box-shadow: #2c0f11 0px 0px 8px;
	}

	.priceBtn3_6pack a {
	display:block;
	width:125px;
	height:15px;
	margin-top: 10px;
	padding: 15px 16px 25px 15px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #465232;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #646e53;
}

	.priceBtn3_6pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #646e53;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #646e53 0px 0px 8px;
		-moz-box-shadow: #646e53 0px 0px 8px;
		-webkit-box-shadow: #646e53 0px 0px 8px;
	}

	.priceBtn4_6pack a {
	display:block;
	width:110px;
	height:10px;
	margin-top: 10px;
	padding: 11px 19px 23px 18px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #764944;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #764944;
}

	.priceBtn4_6pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #764944;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #764944 0px 0px 8px;
		-moz-box-shadow: #764944 0px 0px 8px;
		-webkit-box-shadow: #764944 0px 0px 8px;
	}

	.priceBtn5_6pack a {
	display:block;
	width:110px;
	height:10px;
	margin-top: 10px;
	padding: 11px 16px 23px 16px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #bbaf9f;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #bbaf9f;
}

	.priceBtn5_6pack a:hover {
		text-decoration: none;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #bbaf9f;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #bbaf9f 0px 0px 8px;
		-moz-box-shadow: #bbaf9f 0px 0px 8px;
		-webkit-box-shadow: #bbaf9f 0px 0px 8px;
	}


.priceBuyText {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	margin-top: 15px;
	color: #14263b;
	}

.priceBuyText_6pack {
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
	margin-top: 15px;
	color: #85381e;
	}

.priceAdditions {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0px;
	color: #14263b;
	}

.viewPricingBtn {
	display:block;
	cursor: pointer;
	width:145px;
	height:20px;
	margin-top: 10px;
	padding: 9px 20px 3px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #339933;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #339933;
}

	.viewPricingBtn:hover {
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #349034;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #78a75c 0px 0px 8px;
		-moz-box-shadow: #78a75c 0px 0px 8px;
		-webkit-box-shadow: #78a75c 0px 0px 8px;
	}

.viewPricingBtn_large {
	display:block;
	cursor: pointer;
	width:160px;
	height:20px;
	margin-top: 10px;
	padding: 9px 20px 3px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #339933;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #339933;
}

	.viewPricingBtn_large:hover {
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #349034;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #78a75c 0px 0px 8px;
		-moz-box-shadow: #78a75c 0px 0px 8px;
		-webkit-box-shadow: #78a75c 0px 0px 8px;
	}

.viewPricing4PackBtn {
	display:block;
	cursor: pointer;
	width:180px;
	height:20px;
	margin-top: 15px;
	padding: 9px 0px 3px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #339933;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #339933;
}

	.viewPricing4PackBtn:hover {
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #349034;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #78a75c 0px 0px 8px;
		-moz-box-shadow: #78a75c 0px 0px 8px;
		-webkit-box-shadow: #78a75c 0px 0px 8px;
	}

.viewPricing4PackBtn_large {
	display:block;
	cursor: pointer;
	width:160px;
	height:20px;
	margin-top: 15px;
	padding: 9px 20px 3px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #339933;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #339933;
}

	.viewPricing4PackBtn_large:hover {
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #349034;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #78a75c 0px 0px 8px;
		-moz-box-shadow: #78a75c 0px 0px 8px;
		-webkit-box-shadow: #78a75c 0px 0px 8px;
	}

.priceText {
	font-size: 14px;
	line-height: 14px;
	margin-top: 5px;
	padding-bottom: 15px;
	color: #14263b;
	}

.priceText2 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	padding-bottom: 15px;
	color: #14263b;
	}

.priceText3 {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #14263b;
	}

.the4PackText {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 40px;
	padding-bottom: 10px;
	color: #14263b;
	}

.the4PackText_large {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 50px;
	padding-bottom: 0px;
	color: #14263b;
	}

.priceUL {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	}

	.priceUL li {
		padding: 5px;
		margin-bottom: 0px;
		list-style: none;
	}

.priceUL2 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding-top: 5px;
	}

	.priceUL2 li {
		padding-top: 12px;
		margin: 0;
		list-style: none;
	}

.priceText strong{
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	color: #14263b;
	}

.priceText2 strong{
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	color: #14263b;
	}

.packageIncludes {
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	}

.priceBorderBox {
	display: block;
	font-size: 14px;
	line-height: 16px;
	height: 183px;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	color: #14263b;
	border:5px solid #f2f2f2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	}

.viewPricingBtn_green {
	display:block;
	cursor: pointer;
	width:150px;
	height:20px;
	margin: 50px 10px 10px 10px;
	padding: 9px 20px 3px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #3c623c;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #3c623c;
}

	.viewPricingBtn_green:hover {
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #3c623c;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #3c623c 0px 0px 8px;
		-moz-box-shadow: #3c623c 0px 0px 8px;
		-webkit-box-shadow: #3c623c 0px 0px 8px;
	}

.viewPricingBtn_blue {
	display:block;
	cursor: pointer;
	width:150px;
	height:20px;
	margin: 20px 10px 10px 10px;
	padding: 9px 20px 3px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #14263b;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #14263b;
}

	.viewPricingBtn_blue:hover {
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #14263b;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #14263b 0px 0px 8px;
		-moz-box-shadow: #14263b 0px 0px 8px;
		-webkit-box-shadow: #14263b 0px 0px 8px;
	}

.viewPricingBtn_red {
	display:block;
	cursor: pointer;
	width:150px;
	height:20px;
	margin: 20px 10px 10px 10px;
	padding: 9px 20px 3px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #602020;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #602020;
}

	.viewPricingBtn_red:hover {
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #602020;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #602020 0px 0px 8px;
		-moz-box-shadow: #602020 0px 0px 8px;
		-webkit-box-shadow: #602020 0px 0px 8px;
	}

.viewPricingBtn_gold {
	display:block;
	cursor: pointer;
	width:150px;
	height:20px;
	margin: 20px 10px 10px 10px;
	padding: 9px 20px 3px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #bf9e59;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color: #bf9e59;
}

	.viewPricingBtn_gold:hover {
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		border: 1px solid #f2f2f2;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		background-color: #bf9e59;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		box-shadow: #bf9e59 0px 0px 8px;
		-moz-box-shadow: #bf9e59 0px 0px 8px;
		-webkit-box-shadow: #bf9e59 0px 0px 8px;
	}

/* End of Professional Photography Pricing Page declarations ==========================
=======================================================================================
==================================================================================== */

.statement {
		display:block;
		width: 460px;
		height: auto !important;
		margin-top: -40px;
		margin-bottom: 30px;
		padding: 20px 0px 20px 0px;
		font-size: 30px;
		font-weight: bold;
		line-height: 30px;
		color: #fff;
		text-align: center;
		border: 1px solid #ccd7e5;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
/* green gradient */
background: #467246; /* Old browsers */
background: -moz-linear-gradient(top, #467246 0%, #3c623c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#467246), color-stop(100%,#3c623c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #467246 0%,#3c623c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #467246 0%,#3c623c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #467246 0%,#3c623c 100%); /* IE10+ */
background: linear-gradient(to bottom, #467246 0%,#3c623c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#467246', endColorstr='#3c623c',GradientType=0 ); /* IE6-9 */
	}

.sm_manage_technology {
		width: 740px;
		height: auto !important;
		margin-top: -20px;
		padding: 20px 20px 60px 20px;
		border: 1px solid #d7d6d6;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
/* silver gradient */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	}

.sm_overview_text1 {
	margin-bottom: 20px;
	padding-top: 15px;
}

.sm_overview_text3 {
	margin-bottom: 20px;
	padding-top: 5px;
}

.sm_overview_text4 {
	margin-bottom: 20px;
	padding-top: 20px;
}

.sm_people_amazed {
		display:block;
		width: 960px;
		height: auto !important;
		margin-bottom: -8px;
		padding: 0;
	}

.property_site_thumb {
	position: relative;
	}

.property_site_thumb a {
	display:block;
	width: 210px;
	height: 170px;
	margin: 0;
	padding: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100)  !important;
   opacity: 1;
	}

.property_site_thumb a:hover {
	display:block;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70)  !important;
   opacity: 0.7;
	}

.clickThumb {
	width: 210px;
	height: auto !important;
	position: absolute;
	left: 5px;
	top: 155px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	color: #898989;

}

.clickThumb2 {
	width: 210px;
	height: auto !important;
	position: absolute;
	left: 5px;
	top: 158px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	color: #898989;

}

.view_sample_thumb {
	position: relative;
	}

.view_sample_thumb a {
	display:block;
	width: 210px;
	height: 170px;
	margin: 0;
	padding: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100)  !important;
   opacity: 1;
	}

.view_sample_thumb a:hover {
	display:block;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
   filter: alpha(opacity=70)  !important;
   opacity: 0.7;
	}

.view_sample_text {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	width: 198px;
	height: 144px;
	margin: 20px 0px 10px 0px;
	padding: 10px;
	color: #14263b;
	border: 1px solid #ccd7e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
/* blue gradient */
background: #e9f1f9; /* Old browsers */
background: -moz-linear-gradient(top, #e9f1f9 0%, #e1e9f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f1f9), color-stop(100%,#e1e9f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f1f9 0%,#e1e9f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f1f9 0%,#e1e9f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f9', endColorstr='#e1e9f2',GradientType=0 ); /* IE6-9 */
		}

.active {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
   filter: alpha(opacity=20)  !important;
   opacity: 0.2;
   cursor:default !important;
	}

.paddTdBtn {
	padding: 3px 0px 0px 12px;
}

.padTdLoginInput {
	padding: 8px 10px 0px 10px;
}

.padTdLoginBtn {
	padding: 3px 10px 10px 10px;
}

.signupBtn {
	margin: 0;
	padding: 20px 10px;
	}

/* Self Serve declarations ============================================================
=======================================================================================
==================================================================================== */

.stills_panos_video_textbox {
	margin: 20px 0px;
	padding: 20px 20px 60px 20px;
	}

.textBox {
    margin: 0px 0px 20px 0px;
    padding: 20px 20px 30px 20px;
	border: 1px solid #d7d6d6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.textBox2 {
	position: relative;
    margin: 30px 0px 20px 30px;
    padding: 20px 20px 30px 20px;
	border: 1px solid #d7d6d6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.virtual2 {
	width:940px;
	height:320px;
	margin-bottom: 10px;
	padding: 0;
		}

.photographer_patented_technology {
	width:940px;
	height:170px;
	margin: -10px 0px 10px 0px;
	padding: 0;
		}

.patented_rotator_image {
	width:940px;
	height:350px;
	margin-bottom: 0px;
	padding: 0;
		}

.stepNumb {
	width:60px;
	height:60px;
	position: absolute;
	top: -30px;
	left: -30px;
	margin: 0;
	padding: 0;
		}

#photography_star_marketing2 {
	background: url("../images/self_serve/ss_star_marketing_bg.jpg") no-repeat top left;
	width: 960px;
	height: 700px;
    margin:0;
    padding:0;}

.photoTextss {
	width: 380px;
	height: 330px;
	margin-top: 110px;
	padding: 20px 40px 0px 120px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
		}

#self_serve_star_marketing {
	background: url("../images/self_serve/self_serve_overview.jpg") no-repeat top left;
	width: 960px;
	height: auto !important;
    margin:0;
    padding-bottom: 30px;
	}

.photoTextssOverview {
	width: 560px;
	height: 330px;
	margin-top: 110px;
	margin-bottom: 110px;
	padding: 20px 50px 0px 190px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	color: #14263b;
		}

/* STAR Marketing Feature 15 */
#smFeature15 {
	background: url("../images/star_marketing/audio_bars.jpg") no-repeat bottom left;
	height: 614px;
	border-bottom: 1px solid #d7d6d6;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.auto_narration_text {
	margin: 0px;
    padding: 190px 20px 0px 20px;
}

.auto_narration_image {
	width: 460px;
	height: 502px;
	margin-top: 40px;
    padding: 0;
}

/* End of Self Serve declarations =====================================================
=======================================================================================
==================================================================================== */

/* -- Property Site Gallery -- */

ul#menu {
	float: left;
	display: block;
	background: url("../images/layerSlider/property_site_ss/book_menu.png") no-repeat;
	width:110px;
	height:430px;
	position: relative;
	list-style: none;
}

ul#menu li {
	float: left;
	display: block;
	background: url("../images/layerSlider/property_site_ss/book_menu.png") no-repeat;
	text-indent:-9999px;
	cursor: pointer;
	width:105px;
	height:21px;
	position:absolute;
}

ul#menu li:hover {
	cursor: pointer;
}

ul#menu li#property_details {background-position:-2px -43px; top: 43px; left: 2px;}
ul#menu li#property_map {background-position:-2px -74px; left: 2px; top: 74px;}
ul#menu li#agent_info {background-position:-2px -105px; left: 2px; top: 105px;}
ul#menu li#schedule_appt {background-position:-2px -135px; left: 2px; top: 135px;}
ul#menu li#agent_listings {background-position:-2px -166px; left: 2px; top: 166px;}
ul#menu li#brochures {background-position:-2px -197px; left: 2px; top: 197px;}
ul#menu li#send_to_a_friend {background-position:-2px -227px; left: 2px; top: 227px;}
ul#menu li#calculator {background-position:-2px -258px; left: 2px; top: 258px;}
ul#menu li#weather {background-position:-2px -289px; left: 2px; top: 289px;}
ul#menu li#schools {background-position:-2px -320px; left: 2px; top: 320px;}
ul#menu li#download_tour {background-position:-2px -351px; left: 2px; top: 351px;}

ul#menu li#property_details:hover{background-position:-112px -43px;}
ul#menu li#property_map:hover{background-position:-112px -74px;}
ul#menu li#agent_info:hover{background-position:-112px -105px;}
ul#menu li#schedule_appt:hover{background-position:-112px -135px;}
ul#menu li#agent_listings:hover{background-position:-112px -166px;}
ul#menu li#brochures:hover{background-position:-112px -197px;}
ul#menu li#send_to_a_friend:hover{background-position:-112px -227px;}
ul#menu li#calculator:hover{background-position:-112px -258px;}
ul#menu li#weather:hover{background-position:-112px -289px;}
ul#menu li#schools:hover{background-position:-112px -320px;}
ul#menu li#download_tour:hover{background-position:-112px -351px;}

/* -- End of Property Site Gallery -- */

/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 *
 * Pagination CSS
 */

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination {
  height: 40px;
  margin: 5px 0 10px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 *
 * Bootstrap Forms CSS
 */

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border: 1px solid #78a75c;
	box-shadow: #78a75c 0px 0px 6px;
	-moz-box-shadow: #78a75c 0px 0px 6px;
	-webkit-box-shadow: #78a75c 0px 0px 6px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 0.23em;
  *margin-top: 0.23em;
  /* IE7 */

  margin-top: 0.23em \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-left: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-right: 5px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  /*color: #595959;*/
  color: #cc0000;
  font-weight: bold;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.help-block2,
.help-inline2 {
  /*color: #595959;*/
  color: #3a393b;
  font-weight: normal;
}

.help-block2 {
  display: block;
  margin-bottom: 10px;
}
.help-inline2 {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  /* chaged width - original 160px; */
  width: 170px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 *
 * Bootstrap Buttons CSS
 *
 */

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
	outline: 0;
  /*outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 17px;
  font-size: 14px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
 color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-success:focus {
  outline: 0;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
