/* STANDARD STYLES */
body {
	background-color: #fff;
	padding: 0;
	margin: 0;
}
table {
	border: 0;
	border-collapse: collapse;
}
table th, table td {
	text-align: left;
	vertical-align: baseline;
}
img {
	border: 0;
}
form {
	display: inline;
}
label {
	padding-right: 4px;
}
ul {
	padding: 0 1em;
}
select {
	margin: 0;
}

/* MAIN LAYOUT STYLES */
#header, #contentContainer, #footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 80px;
	line-height: 80px;
}
#header img {
	margin-top: 28px;
}

/* NAVIGATION STYLES */
#navigation {
	float: right;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: auto;
	text-align: center;
	list-style: none;
	color: #0c1560;
}
#navigation li:first-child {
	list-style: none;
}
#navigation li.bull {
	width: 26px;
}
#navigation li.last {

	text-align: right
}
#navigation li a {
	font-size: 12px;
	color: #0054a6;
	text-decoration: none;
}
#navigation li a:hover, #navigation li.active a {
	font-weight: bold;	
}
/* Sub navigation styles for quickclaim and quicksafe */
#subNavigation {
	width: 196px;
	float: left;
}
#subNavigation ul {
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}
#subNavigation ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	background: url('images/navigation-background.png') left repeat-y;
}
#subNavigation ul li a {
	display: inline-block;
	width: 132px;
	height: 40px;
	line-height: 40px;
	margin: 1px 0 1px 1px;
	padding-left: 64px;
	color: #000;
}
#subNavigation ul li.overview a {
	background: url('images/navigation-administration.png') 4px 8px no-repeat;
}
#subNavigation ul li.incident a {
	background: url('images/navigation-incident.png') 4px 8px no-repeat;
}
#subNavigation ul li.injury a {
	background: url('images/navigation-injury.png') 4px 8px no-repeat;
}
#subNavigation ul li.claim a {
	background: url('images/navigation-claim.png') 4px 8px no-repeat;
}
#subNavigation ul li.prevention a {
	background: url('images/navigation-prevention.png') 4px 8px no-repeat;
}
#subNavigation ul li.report a {
	background: url('images/navigation-report.png') 4px 8px no-repeat;
}
#subNavigation ul li.insurance a {
	background: url('images/navigation-insurance.png') 4px 8px no-repeat;
}
#subNavigation ul li a:hover, #subNavigation ul li.active a {
	margin: 0;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-right: none;
}
#subNavigation p {
	clear: both;
	margin-top: 12px;
	text-align: center;
}

/* feature page specfic styles */
#feature  {
	margin-bottom: 40px;
}
#feature h2, #feature .featureButton h3, #feature .featureButton p {
	padding: 0;
	margin: 0;
}
#feature h2 {
	margin-left: 30px;
	margin-bottom: 24px;
	padding-top: 28px;
	font-size: 20px;
	line-height: 24px;
	color: #0c1560;
}
#feature p {
	margin-left: 30px;
	margin-bottom: 24px;
}
#feature .featureButton {
	height: 42px;
	width: 312px;
	margin-left: 28px;
	margin-bottom: 10px;
	padding: 12px;
	background: url('images/feature-button.png') top left no-repeat;
}
#feature .featureButton h3 a {
	font-size: 18px;
	line-height: 18px;
	color: #0d165f;
	text-decoration: none;
}
#feature .featureButton p {
	margin-top: 6px;
}
#feature .featureButton p a {
	font-size: 12px;
	color: #464646;
	text-decoration: none;
}

/* box styles for the main conent areas */
#content .box, #sideBar .box {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* standard content styles */
#content {
	float: left;
	margin-bottom: 40px;
}

/* margins for all items in the content boxes */
#content .box p,#content .box h4, #sideBar .box p, #sideBar h3, #sideBar h4 {
	margin: 0;
	padding: 8px 16px;
}
#sideBar table.layout {
	margin: 8px 16px;	
}
#sideBar table.layout th {
	padding-left: 0;	
}
#content .contentSplit {
	float: left;
	width: 49%;
	margin-bottom: 16px;
}

/* page specific content styles */
.home #content, .contact #content, .evolution #content {
	width: 598px;
	margin-right: 42px;
}
.home #feature  {
	height: 296px;
	background: #fff url('images/feature-background-home.png') top left no-repeat;
}
.quickclaim #feature, .quicksafe #feature  {
	height: 178px;
	background: #fff url('images/feature-background-product-overview.png') top left no-repeat;
}
.quickclaim #content, .quicksafe #content {
	margin-left: 42px;
}
.quickclaim #content .box, .quicksafe #content .box {
/*	height: 678px;*/
	padding: 16px;
}
.quickclaim #content .box table td, .quicksafe #content .box table td {
	width: 50%;
	height: 175px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dbdbdb;
}
.quickclaim #content .box table td + td, .quicksafe #content .box table td + td {
	border-left: 1px solid #dbdbdb;
}
.quickclaim #content .box table tr.last td, .quicksafe #content .box table tr.last td {
	border-right: 1px solid #dbdbdb;
	border-bottom: none;
}
.quickclaim #content .box table p.image, .quicksafe #content .box table p.image {
	float: left;
	width: 70px;
	height: 160px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.evolution #feature  {
	height: 178px;
	background: #fff url('images/feature-background-product-overview.png') top left no-repeat;
}
.testimonials #feature  {
	height: 178px;
	background: #fff url('images/feature-background-demo.png') top left no-repeat;
}
.testimonials #content .contentSplit {
	width: 46%;
}
.contact #feature  {
	height: 178px;
	background: #fff url('images/feature-background-demo.png') top left no-repeat;
}
.contact #content .box {
	margin-top: 24px;
}
.contact #content .box h4 {
	position: relative;
	height: 21px;
	background-color: #f3f3ee;
}
.contact #content .box h4 img {
	float: left;
	position: relative;
	bottom: 23px;
}
.contact #content .box p {
	padding-top: 0;
}
.contact #content .box .layout, .contact #content p {
	clear: both;
}

/* sideBar styles */
#sideBar {
	float: left;
	width: 310px;
	margin-bottom: 40px;
}
#sideBar .box {
	padding: 0;
	margin: 0;
	margin-top: 40px;
}
#sideBar .box:first-child {
	margin-top: 0px;
}
#sideBar .box p.linkDemo {
	padding: 0;
	margin: 0;
	margin-top: 16px;
	margin-left: 4px;
	text-align: center;
}
#sideBar .box p.linkDemo a {
	display: inline-block;
	width: 172px;
	height: 32px;
	padding-top: 22px;
	padding-left: 46px;
	color: #0d155d;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url('images/button-demo.png') top center no-repeat;
}
#sideBar p.quote {
	margin-top: 0;
	font-size: 13px;
	font-weight: bold;
	background-color: #f2f3ee;
}
#footer {
	clear: both;
	height: 50px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: none;
}
#footer p {
	margin-left: 16px;
}

/* layout tables */
table.layout th {
	width: 15%;
	text-align: left;
	padding: 4px 8px;
	white-space: nowrap;
}
table.layout td {
	width: 100%;
	padding: 4px 8px;
}
table.layout p {
	margin: 0;
}
table.layout p + p {
	margin-top: 8px;
}

.contact #content .box .layout tr th, .contact #content .box .layout tr td {
	border-bottom: 1px solid #dbdbdb;
}
.contact #content .box .layout tr th {
	padding-left: 60px;
	text-align: right;
}
.contact #content .box .layout tr.last th, .contact #content .box .layout tr.last td {
	border-bottom: none;
}
/* link styles */
p.linkStandard {
	padding: 0;
	margin: 0;
}
p.linkStandard a {
	display: inline-block;
	width: 109px;
	height: 34px;
	line-height: 34px;
	padding-left: 12px;
	color: #464646;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url('images/button-standard.png') top center no-repeat;
}
p.link a {
	color: #0055a2;
	text-decoration: none;
}
p.linkLarge input {
	border: none;
	width: 173px;
	height: 34px;
	line-height: 34px;
	color: #464646;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background: url('images/button-long.png') top center no-repeat;
}


/* MAIN VISUAL STYLES */
h1, h2, h3, h4, p, li, th, td, legend, input, select, option, optgroup, textarea, span, a {
	font-family: Myriad, Lucida Sans Unicode, Lucida Grande, sans-serif;
}
p, li, th, td, legend, input, select, option, optgroup, textarea, span {
	font-size: 9pt;
	color: #000033;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	color: #0c1560;
}
h3 {
	margin-top: 0;
	font-size: 11pt;
	line-height: 11pt;
	color: #0c1560;
}
h4 {
	font-size: 10pt;
}
p.hint {
	color: #dbdbdb;
}
.testimonials p.hint {
	color: #a8a8a8;
}
a {
	color: #0055a2;
	text-decoration: none;
}
input.small {
	width: 60px;
}
input.medium {
	width: 120px;
}
input.large {
	width: 240px;
}
input.long {
	width: 360px;
}
/* error styles */
p.error, p.errors {
	color: #cc3333;
}
tr.error th, tr.errors th {
	color: #cc3333;
}
