/*
		content.css - content cascading style sheet for ekerner.com all media
		see screen.css.php for layout css
		'Eugene Kerner' <ekerner@ekerner.com>
		14-12-2007
*/
input, select, textarea, .button {
	color: #0d2a86 !IMPORTANT;
	background: #f3f3f3 !IMPORTANT;
	border: 1px solid #ccc !IMPORTANT;
	font-size: 14px !IMPORTANT;
	padding: 8px 15px;
}
input::placeholder, select::placeholder, textarea::placeholder{
	color: #ccc;

}
input[type="button"], input[type="submit"], input[type="reset"], .button {
	font-size: 14px !IMPORTANT;
	padding: 12px;
	cursor: pointer;
}
input:focus, select:focus, textarea:focus, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover {
	background: #e0e7ef;
	border: 1px solid #518ed3;
}
.ekpopover {
	z-index: 11111;
	display: none;
	background: #fff;
	border: 1px solid #518ed3;
	border-radius: 10px;
}
.ekpopover h4 {
	font-weight: bold;
	font-size: 18px;
}
.absolute {
	position: absolute;
}
.centered {
	position: fixed;
	top: 150px;
	left: 15%;
	width: 70%;
}
.ekpopover .ekpopoverContent {
	max-height: 300px;
	overflow: auto;
}
.searchForm * {
	/*font-size: 14px;*/
}
.searchForm select {
	background: #f3f3f3;
	border: 1px solid #e0e7ef;
	width: 166px;
}
.searchForm {
	background: transparent url(/images/content/search_bg_light.png) no-repeat;
	width: 166px;
	height: 21px;
	padding: 2px;
	margin-right: 5px;
	margin-top: -3px;
}
.searchForm input {
	background: transparent;
	color: #0e2a87;
	border: 0;
}
.searchForm input[name="searchTerm"] {
	width: 140px;
}
.searchForm input[name="searchSubmit"] {
	background: transparent url(/images/content/search_button.png) no-repeat;
	width: 16px;
	height: 19px;
	cursor: pointer;
	border: 0;
}
.blockLinks div {
	cursor: pointer;
}
.blockLinks h4 {
	text-align: center;
}
.blockLinks .selected {
	background: transparent url(/images/content/blockLink_gradient.png) no-repeat;
}
#mimi_promo h2 {
	height:auto;
}
a {
	color: #518ed3; /*0a4494*/
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #b8df2d; /*518ed3*/
}
h2:not(.title-heading-center), h3:not(.title-heading-center) {
	width: 100%;
	background-color: rgba(58,145,0,0.4);
	padding:16px;
	text-align: center;
}
h2:not(.title-heading-center), h3:not(.title-heading-center),
h2:not(.title-heading-center) a, h3:not(.title-heading-center) a {
	color: #fff !IMPORTANT;
}
h3:not(.title-heading-center) {
	padding:12px;
}
h2 > img, h3 > img {
	display: none;
}
#ek-contact-links {
	line-height: 1.6;
}
#ek-contact-links a {
	color: #e0e7ef;
}
#ek-contact-links .fa {
	width: 16px;
	text-align: center;
}
@media (max-width:1100px){
	#ek-contact-links {
		display:none;
	}
	.fusion-page-title-bar {
		height:72px !IMPORTANT;
		min-height:72px !IMPORTANT;
	}
	.fusion-page-title-row {
		height:36px;
		min-height:36px;
		margin-top:14px;
	}
}
#ek-footer-div {
	width: 100%;
	background-color: #6c8fbf;
	color: #fff !IMPORTANT;
	padding:16px;
	/*position: absolute;*/
	text-align:center;
	bottom:0px;
}
#ek-footer-div a {
	color: #fff !IMPORTANT;
	font-size: 14px;
}
#ek-footer-div img {
	margin-top: 5px;
	border-radius: 5px;
}
/*
h2, h3, h4, th {
	text-align: left;
	color: #518ed3;
}
h2, h3 {
	min-height: 32px;	
	overflow: hidden;
}
/*
h2 {
	font-size: 16px;
}
h3 {
	background: url(/images/content/vertical_heading_gradient.png) no-repeat;
	font-size: 14px;
}
h4, th {
	font-size: 13px;
	text-decoration: underline;
}
h2 img, h3 img {
	padding: 4px;
}
h2 img, h3 img, .labelImage {
	vertical-align: middle;
	margin-right: 4px;
}
.labelImage {
	padding-bottom: 4px;
}
.imageLabel {
	position:relative; 
	top:-5px; 
	padding:5px;
}
*/
.small {
	font-size:10px; 
}
.headingImage {
	display: none;
	margin-left: 8px;
}
p, .p {
	margin: 0 4px 4px 4px;
}
.indented {
	padding-left: 20px;
}
.padded {
	padding: 20px;
}
.yspaced {
	margin-bottom: 20px;
}
.floatLeft { 
	float: left; 
	clear: left; 
}
.floatRight { 
	float: right; 
	clear: right;
}
.alignLeft, .alignRight {
	width: 100%;
}
.alignLeft {
	text-align: left;	
}
.alignRight {
	text-align: center;	
}
.blueArrowList, .blueArrowList ul, .greenTickList {
	text-align: left;
	margin-left: 20px;
}
.blueArrowList, .blueArrowList ul {
	list-style: url(/images/icons/right_arrow_blue.png) circle;
}
.greenTickList {
	list-style: url(/images/icons/green_tick.png) circle;
}
.halfWidth {
	width: 48%;
	padding: 1%;
	/*padding-left: 1%;
	padding-right: 1%;*/
}
.bigButton {
	background: url(/images/menu/menu_button_bg.png) repeat-x;
	color: #0a4494;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #e0e7ef;
	position: relative;
	top: 10px;
}
.bigButton:hover {
	background: url(/images/menu/menu_button_bg_selected.png) repeat-x;
	color: #518ed3;
}
.linksTable tr {
	cursor: pointer;
}
.linksTable tr:hover {
	background: url(/images/screen/heading_gradient_x1000.png) no-repeat;
}
.linksTable .selector {
	color: #518ed3;
	background: url(/images/icons/selector_horiz_opaque.png) no-repeat;
	width: 70px;
	height: 70px;
	vertical-align: top;
	padding: 2px 5px;
	border-bottom: 1px solid white;
}
.linksTable .selected {
	color: #0d2a86;
	background: url(/images/icons/selector_horiz.png) no-repeat;
}
.linksTable .text {
	color: #0d2a86;
	vertical-align: top;
	padding: 2px 5px;
	border-bottom: 1px solid white;
}
.linksTable .textOver {
	color: #518ed3;
}
.notice, .error {
		background: #ffc url(/images/message.png) no-repeat 3px 3px;
		color: green;
		text-align: left;
		list-style-type: none;
		border: 1px solid #aaa;
		padding: 3px 3px 3px 22px;
		margin: 0 0 10px 0;
}
.notice {
		background: #ffc url(/images/icons/message.png) no-repeat 3px 3px;
		color: green;
}
.error {
		background: #ffc url(/images/icons/error.png) no-repeat 3px 3px;
		color: #f08000;
}
.dataTable {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #e0e7ef;
}
.dataTable th, .dataTable .sh, .dataTable td {
	text-align: left;
	padding: 4px;
}
.dataTable th {
	color: #fff;
	background-color: #6c8fbf;
}
.dataTable .sh {
	font-weight: bold;
	background-color: #e0e7ef;
}
.dataTable .flip {
	background-color: #f8f8f8;
}
.dataTable .flop {
	background-color: #f3f3f3;
}
.dataTable .selected {
	background-color: #b8df2d;
	border-bottom: 1px solid #ffc;
}
.dataTable input[size="2"] {
	background-color: #ffffff;
	text-align: right;
	width: 40px;
	padding-right:1px;
}
.dataTable input[size="20"] {
	width: 200px;
}
.serviceselect{
	padding: 20px;
	font-size:20px;
	line-height: 3;
	text-align:center;
}
.serviceselect * {
	font-size:20px !IMPORTANT;
}
.cascading_box, .vmgroup > div > div {
	display: inline-block; 
	text-align: center; 
	padding: 8px;
	margin: 8px;
	border: 2px solid #e1e7ef;
	border-radius: 5px;
	max-width: 255px;
	float: none !IMPORTANT;
	width: 100% !IMPORTANT;
}
.vmgroup, .vmgroup > div {
	width: 100%;
	text-align: center;
}
.vmgroup > div {
	display: inline;
}
@media (max-width: 860px) {
	input, select, textarea, .button, input[type="button"], input[type="submit"], input[type="reset"], .menuItems li a {
		font-size: 14px;
	}
	h2 {
		font-size: 16px;
	}
	h3, .searchForm, .bigButton {
		font-size: 15px;
	}
	h4, th {
		font-size: 14px;
	}
	.small, .menuItems li ul li a {
		font-size: 13px;
	}
}
@media (max-width: 660px) {
	input, select, textarea, .button, input[type="button"], input[type="submit"], input[type="reset"], .menuItems li a {
		font-size: 16px;
	}
	h2 {
		font-size: 18px;
	}
	h3, .searchForm, .bigButton {
		font-size: 17px;
	}
	h4, th {
		font-size: 16px;
	}
	/*
	.menuItems li a {
		padding-top: 4px;
	}
	.menuItems li ul li a {
		height: 20px;
	}
	*/
	.small, .menuItems li ul li a {
		font-size: 14px;
	}
}
@media (max-width: 360px) {
	input, select, textarea, .button, input[type="button"], input[type="submit"], input[type="reset"], .menuItems li a {
		font-size: 18px;
	}
	h2 {
		font-size: 20px;
	}
	h3, .searchForm, .bigButton {
		font-size: 19px;
	}
	h4, th {
		font-size: 18px;
	}
	.small, .menuItems li ul li a {
		font-size: 15px;
	}
	.menuItems li a {
		padding-top: 2px;
	}
	.menuItems li ul li a {
		height: 22px;
	}
	#bundleForm {
		font-size: 14px;
	}
	#bundleForm .dataTable th, #bundleForm .dataTable .sh, #bundleForm .dataTable td {
		padding: 2px;
	}
	#mimi_promo {
		display:none;
	}
}
#main .fusion-row, #slidingbar-area .fusion-row, .fusion-footer-copyright-area .fusion-row, .fusion-footer-widget-area .fusion-row, .fusion-page-title-row, .tfs-slider .slide-content-container .slide-content {
	max-width: 100% !IMPORTANT;
}

#main {
	padding: 30px !IMPORTANT;
}
@media (max-width: 360px) {
	#main {
		padding: 20px !IMPORTANT;
	}
}
