﻿/*------------------------------------------------------------
Trademark Productions - DDJ 
file:			index.css - Homepage specific styles due to different
					styling than the internal pages.
version:	1.0
author:		Trademark Productions
email:		dean@tmprod.com
website:	www.ezclaim.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/


/* =Typography
-------------------------------------------------------------*/
div#indexRightTop p {
	color: #463979;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}

div#indexRightTop p#legal {
	font-size: 10px;
	color: #000;
	text-align: center;
	font-weight: normal;
}

div#indexRightBottom p, div#indexRightBottom blockquote {
	font-size: 14px;
	color: #4c4b4e;
	width: 250px;
	margin: .5em 0;
}

div#indexRightBottom p.byline {
	font-size: 11px;
	font-style: italic;
}

/* =Headings
-------------------------------------------------------------*/
div#banner h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 5px 0;
}

div#banner-bullets h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 5px 0;
}

div#indexLeft h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background: url(/images/indexRight-h3-bg.jpg) no-repeat top left;
	padding: 6px;
	font-weight: bold;
	margin: 0;
}

div#indexLeft h3.customerlist {
	background: url(/images/indexRight-h3-bg-software.jpg) no-repeat top left;
}


div#indexRightTop h2 {
	font-size: 42px;
	color: #463979;
}

div#indexRightBottom h3 {
	font-size: 18px;
	padding: 3px 0;
	width: 190px;
	font-weight: bold;
	color: #463979;
	background: url(/images/client-testimonial-bg.gif) no-repeat right top;
	text-decoration: none;
}

div#indexRightBottom h3 a:link, div#indexRightBottom h3 a:visited {
	font-size: 18px;
	padding: 3px 0;
	width: 190px;
	font-weight: bold;
	color: #463979;
	background: none;
	text-decoration: underline;
}

div#indexRightBottom h3 a:hover {
	color: #4c4b4e;
	text-decoration: underline;
}
	

/* =Links
-------------------------------------------------------------*/

/* =Layout
-------------------------------------------------------------*/
div#banner {
	width: 768px;
	height: 197px;
	background: #52438d url(/images/index-banner-bg.gif) no-repeat top left;
	border-top: 1px solid #fff;
	border-bottom: 10px solid #52438d;
	float: left;
	margin-top: 30px;
	position: relative;
}

div#banner-bullets {
	width: 768px;
	height: 158px;
	background: #52438d url(/images/index-banner-bg-alt.gif) no-repeat top left;
	border-top: 1px solid #fff;
	border-bottom: 10px solid #52438d;
	float: left;
	margin-top: 30px;
	position: relative;
}

div#indexLeft {
	width: 348px;
	float: left;
}

div#indexRight {
	width: 368px;
	float: left;
	margin-left: 21px;
}

div#indexRightTop {
	width: 328px;
	padding: 0 20px;
	border-bottom: 1px solid #666;
}

div#indexRightBottom {
	width: 368px;
	padding-top: 20px;
}	

/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
div#banner1 {
	position: absolute;
	left: 5px;
	top: 10px;
	padding-left: 10px;
	width: 185px;
	height: 167px;
	background: url(/images/index-banner1-bg.gif) no-repeat top center;
}

div#banner2 {
	position: absolute;
	left: 210px;
	top: 10px;
	padding-left: 20px;
	width: 180px;
	height: 167px;
	background: url(/images/index-banner2-bg.gif) no-repeat top center;
}

div#banner3 {
	position: absolute;
	left: 410px;
	padding-left: 20px;
	top: 10px;
	width: 180px;
	height: 167px;
	background: url(/images/index-banner3-bg.gif) no-repeat top center;
}

div#banner4 {
	position: absolute;
	left: 600px;
	top: 10px;
	width: 140px;
	padding-left: 30px;
	height: 167px;
	background: url(/images/index-banner4-bg.gif) no-repeat top center;
}

div#banner ul li, div#banner p, div#banner a, div#banner a:hover, div#banner a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: .5em 0;
}

div#banner-bullets ul li, div#banner-bullets p, div#banner-bullets a, div#banner-bullets a:hover, div#banner-bullets a:visited {
	color: #fff;
	font-weight:bold;
	font-size: 13px;
	margin: .6em 0;
}

div#banner1, div#banner2, div#banner3, div#banner4 {
	padding-top: 50px;
}

div#banner a {
	text-decoration: underline;
}

div#banner-bullets a {
	text-decoration: underline;
}
/* =Main Content Styles
-------------------------------------------------------------*/
ul#newsUpdates {
	background: #d8d5e3 url(/images/ul-newsUpdates-bg.jpg) no-repeat bottom right;
	padding-bottom: 10px;
}

ul#newsUpdates li.odd, ul#newsUpdates li.even {
	padding: 10px;
	background-image: none;
	margin: 0;
}

ul#newsUpdates li.odd {
	background-color: transparent;
}

ul#newsUpdates li.even {
	background-color: #c6c2d6;
}

ul#newsUpdates li h4 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

ul#newsUpdates li p {
	font-size: 11px;
	color: #000;
	margin: 0.4em 0;
}

ul#newsUpdates li a, ul#newsUpdates li a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

ul#newsUpdates li a:hover {
	color: #463979;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/


/* =Main Navigation Styles
-------------------------------------------------------------*/

/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/

/* =Table Styles
-------------------------------------------------------------*/


/* =Miscellaneous Styles
-------------------------------------------------------------*/
/* styles for index page links on icons at top */
a#softwareLink {
	display:block;
	height:50px;
	left:75px;
	position:absolute;
	top:-10px;
	width:50px;
}

a#electronicLink {
	display:block;
	height:50px;
	left:75px;
	position:absolute;
	top:-10px;
	width:50px;
}

a#supportLink {
	display:block;
	height:50px;
	left:75px;
	position:absolute;
	top:-10px;
	width:50px;
}

a#flexLink {
	display:block;
	height:50px;
	left:60px;
	position:absolute;
	top:-10px;
	width:50px;
}
/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}
