html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 88%;
	font-family: arial, sans-serif;
	line-height: 160%;
	color: #111;
}

h1, h2, h3, h4, h5, p, form {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1.1em;
}

ul.no_bottom {
	padding-bottom: 0;
}

p {
	padding-bottom: 1.1em;
}

h1 {
	color: #555;
	margin-bottom: 25px;
	border-bottom: 1px solid #555;
	font-size: 1.65em;
}

h2 {
	color: #095da5;
	font-size: 1.3em;
}

a img {
	border: none;
}

a:link,
a:visited,
a:active,
#back_link a:link,
#back_link a:visited,
#back_link a:active {
	color: #095DA5;
}

#back_link a:link,
#back_link a:visited,
#back_link a:active {
	text-decoration: underline;
}

a:hover,
#back_link a:hover {
	text-decoration: underline;
	color: #577305;
}

#back_link {
	position: absolute;
	top: 31px;
	font-size: .9em;
}

.zebra {
	background: #eff8ff;
}

.bgreen,
.bred,
.byellow,
.bblue {
	cursor: pointer;
}

.button {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 8px;
	text-decoration:none;
}

.bgreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	border:1px solid #74b807;
	text-shadow:0px 1px 0px #528009;
}

.bgreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}

.bgreen:active {
	position:relative;
	top:1px;
}

.bred {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	border:1px solid #d02718;
	text-shadow:0px 1px 0px #810e05;
}

.bred:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);	
	background-color:#c62d1f;
}

.bred:active {
	position:relative;
	top:1px;
}

.byellow {	
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	border:1px solid #ffaa22;
	color: #333;
	text-shadow:0px 1px 0px #ffee66;
	
}

.byellow:hover {
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}

.byellow:active {
	position:relative;
	top:1px;
}

.bblue {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	border:1px solid #337fed;
	text-shadow:0px 1px 0px #1570cd;
}

.bblue:hover {	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);	
	background-color:#1e62d0;
}

.bblue:active {
	position:relative;
	top:1px;
}

.yellownormal {
	background: #f4f4f4;
	border: solid 1px #ffd83f;
	padding: 3px;
}

.bluenormal {
	background: #f4f4f4;
	border: solid 1px #7eb3f6;
	padding: 3px;
}

.focus {
	border: 1px solid #019201;
	background-color: #DAFEDA;
	padding: 6px;
}

.error {
	border: 1px solid #cf0000;
	background-color: #FFEFEF;
	padding: 6px;
}

.repeat_type_error {
	background: #ffefef;
	border: 1px solid #cf0000;
}

#main label,
#main span.label {
	float: left;
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
	padding: 5px 5px 0 0;
}

.input_wrap {
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
}

.input_wrap input,
.input_wrap select {
	margin-bottom: 0;
}

input[type=text],
input[type=password],
textarea,
select {
	background-color: #f4f4f4;
	border: solid 1px #c2dbef;
	padding: 6px;
	border-radius: 3px;
	font-size: 1em;
}

input[type=text],
input[type=password] {
	width: 200px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border: 1px solid #019201;
	background-color: #DAFEDA;
	padding: 6px;
}

#main label.custom_select {
	width: auto;
}

div.custom_select {
/*	float: none;
	font-weight: normal;
	padding: 0;
	font-weight: bold;*/
	position: relative;
    display: inline-block;
}

.custom_select select {
	display: inline-block;
/*	border: 1px solid #c3dfef;*/
	padding: 5px 8px 3px 7px;
	margin: 0;
	font: inherit;
/*	font-weight: normal;*/
	outline: none; /* remove focus ring from Webkit */
/*	line-height: 1.2;
	background: #f4f4f4;*/
	
	-webkit-appearance: none; /* remove the strong OSX influence from Webkit */
	
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.custom_select select {
		padding-right: 30px;
	}
}

/* Since we removed the default focus styles, we have to add our own */
.custom_select select:focus {
/*	-webkit-box-shadow: 0 0 3px 1px #c00;
	-moz-box-shadow: 0 0 3px 1px #c00;
	box-shadow: 0 0 3px 1px #c00;*/
}

/* Select arrow styling */
.custom_select:after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 82%;
	line-height: 30px;
	padding: 2px 7px 0;
	background: #bbb;
	color: white;
	
	pointer-events:none;
	
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
    
textarea {
	font-size: 100%;
	font-family: arial, sans-serif;
	line-height: 1.5em;
}

input.error,
input.error:focus,
select.error,
select.error:focus,
textarea.error,
textarea.error:focus {
	border: 1px solid #cf0000;
	background-color: #FFEFEF;
/*	padding: 3px;*/
}

select.error,
select.error:focus {
/*	padding: 0;*/
}

#alert_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	display: none;
	z-index: 100;
}

#alert_box_top {
	background: url(../images/alert_box_top_bg_slammed.png) no-repeat;
	height: 30px;
}

#alert_box_middle {
	background: url(../images/alert_box_middle_bg_slammed.png) repeat-y;
	text-align: center;
	padding: 0 50px;
	color: #577305;
	font-weight: bold;
	font-size: 1.3em;
}

#alert_box_bottom {
	background: url(../images/alert_box_bottom_bg_slammed.png) no-repeat;
	height: 46px;
}

.error_alert {
	position: absolute;
	padding-top: 2px;
	margin-left: 10px;
	display: none;
}

/* ===== Table, tr, th, td ===== */

table {
	width: 100%;
	border-collapse: collapse;
}

table#note_table {
	margin-bottom: 40px;
}

table th,
table td {
	padding: 5px 10px;
	border: 1px solid #c2dbef;
}

table th {
	text-align: left;
	background: #095da5;
	color: #fff;
/*	padding: 2px 10px;*/
}

table th.options,
table td.options {
	border-right: 1px solid #c2dbef;
	text-align: center;
}

table thead td.options {
	border: none;
	background: none;
}

.clear_content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear_content {
    display: inline-block;
}

html[xmlns] .clear_content {
    display: block;
}

#content {
	background: url(../images/wrap_bg3.gif) repeat-y;
	min-height: 100%;
}

#header {
	width: 100%;
	height: 77px;
	background: url(../images/header_bg.gif);
	position: fixed;
	left: 0;
	top: 0;
	text-align: right;
	z-index: 100; /* Make sure the header is always on top of the main div */
}

#header_inner {
	padding: 6px;
}

#header_border {
	width: 100%;
	height: 7px;
	background: url(../images/horizontal_bar_bg.gif) repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}

#header a {
	font-weight: bold;
}

#header img {
	float: left;
}

.required {
    color: #c40a00;
    font-size: 0.9em;
}

.input_note {
	font-style: italic;
	color: #c40a00;
}

#menu {
	width: 183px;
	padding: 17px;
	background: orange;
	position: fixed;
	left: 0;
	top: 70px;
	background: url(../images/left_top.gif) no-repeat;
}

#main {
	margin-left: 217px;
	padding: 97px 10px 10px 20px;
	background-color: #fff;
}

#menu ul {
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;
}

#menu li {
	padding: 1px 0;
}

#menu a {
	padding-left: 23px;
	display: block;
	color: #111;
	text-decoration: none;
}

#menu a.home_link {
	background: url(../images/icons/home_sm.gif) no-repeat 0 50%;
}

#menu a.t_link {
	background: url(../images/icons/testimonials_sm.png) no-repeat 0 50%;
}


#main .tcalInput {
	background-position: 94% 50%;
}

#bread_crumbs {
	position: relative;
	top: -20px;
}

#bread_crumbs span {
	color: #999;
}

.notification {
	display: block;
	float: right;
	position: absolute;
	left: 10px;
	top: 0;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.35);	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center -9px, circle closest-side,  rgba(255,255,255,1) 0, rgba(255,0,0,1) 26px); /* FF3.6+ */
	background: -webkit-radial-gradient(center -9px, circle closest-side,  rgba(255,255,255,1) 0,rgba(255,0,0,1) 26px); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center -9px, circle closest-side,  rgba(255,255,255,1) 0,rgba(255,0,0,1) 26px); /* Opera 12+ */
	background: -ms-radial-gradient(center -9px, circle closest-side,  rgba(255,255,255,1) 0,rgba(255,0,0,1) 26px); /* IE10+ */
	background: radial-gradient(circle at center -9px,  rgba(255,255,255,1) 0,rgba(255,0,0,1) 26px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 2px solid #fff;
	border-radius: 12px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.35);
	color: #fff;
	font: bold 14px/16px Helvetica, Verdana, Tahoma;
	height: 18px;
	padding: 2px 4px 0;
	text-align: center;
	min-width: 12px;
}

#main a:hover .notification {
	text-decoration: none;
}

#modal {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	padding: 14px 20px;
	border: 1px solid #095DA5;
	border-radius: 10px;
	background-color: #f6f6f6;
	z-index: 10;
	overflow: hidden;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,.75);
	display: none;
}

#modal h2 {
	padding: 6px 20px;
	margin: -14px -20px 12px;
	background-color: #095da5;
	color: #f6f6f6;
	font-size: 1.2em;
}