/* STYLE */

h1, h2, h3 { 
	margin: 0 0 6px 0; 
	line-height: 120%; 
	font-weight: normal;
}

h1 { 
	font-size: 24px;
	color: #263D8A;
}

h2 { 
	font-size: 18px; 
	color: #263D8A;
}

h3 { 
	font-size: 16px; 
	color: #263D8A;
}

p { 
	margin: 0 0 16px 0; 
	color: #607E9F; 
	font-size: 13px; 
	line-height: 150%;
}

p strong { 
	color: #607E9F;
} 

a { 
	color: #263D8A;
	text-decoration: none;
}

a:hover{ 
	color: #607E9F;
	text-decoration: none;
}

.fullwidth ul {
	margin: 0 0 0 200px;
	width:500px;
}

.fullwidth ul li {
	background: url(images/bullet.gif) no-repeat left top;
	border-bottom: 1px dotted #233B8D;
	padding: 6px 0 6px 0;
	line-height: 20px;
	color: #213B87;
	font-size: 13px;
	text-indent: 12px;
}

/* COLOURS */

.red { color: #CC0000; } .blue { color: #263D8A; } .white { color: white; } .black { color: black; }

/* TOP NAV */

#topNav ul li a {
	color: #263D8A;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

/* MAIN NAV */

#mainNav ul li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* GENERIC LEFT */

.light {
	background: #DDE1E6;
}

.dark {
	background: #BFC7D0;
}

.casestudyName {
	font-size: 12px;
}

.casestudyLink a:link, .casestudyLink a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* GENERIC RIGHT */

.rightContent h1 {
	font-size: 24px;
	margin-bottom: -10px;
}

.genericRight ul li {
	line-height: 20px;
	color: #213B87;
	font-size: 13px;
	text-indent: 12px;
}

.listHeading {
	margin: 4px 0 6px 158px;
}

/* HOME STYLE */

.homeL ul li {
	line-height: 20px;
	color: #213B87;
	font-size: 14px;
	padding-left: 12px;
	text-decoration: none;
}

.serviceExamples h3 {
	padding: 14px 0 16px 14px;
}

.serviceLinks li a {
	color: white;
	text-decoration: none;
	font-size: 13px;
}

.phone {
	font-size: 27px;
	line-height:27px;
	letter-spacing: 0px;
	margin-bottom: 0;
}

/* CASE STUDY STYLE */

.caseStudyLeft li a {
	line-height: 20px;
	color: #213B87;
	font-size: 13px;
	padding-left: 12px;
	text-decoration: none;
}

.caseStudyRight h2 {
	clear:both;
	width: 695px;
	border-top: 1px dotted #213B87;
	color: #213B87;
	padding-top: 6px;
	margin-top: 20px;
}

.caseStudyRight img {
	float: left;
	margin-right: 6px;
}

.caseStudyText {
	font-size: 12px;
}

.caseStudyText img{
	margin-right: 10px;
	margin-bottom:10px
}

/* FOOTER STYLE */

.footer span p {
	font-size: 10px;
	padding: 20px 0 0 150px;
}

/* FORM ELEMENTS */
 
.tabletxt {
	margin: 0 0 0 0; 
	color: #607E9F; 
	font-size: 13px;
}

.tablefield {
	border: 1px solid #607E9F;
	color: #607E9F;
}

.tabledownloads {
	border-bottom: 1px solid #607E9F;
}


.submit {
	background: #607E9F;
	color: white;
	border: none;
	padding: 6px 10px;
	overflow: visible;
	cursor: pointer;
}