* {
	margin: 0;
	padding: 0;
}

body {
	background: #bcdef7;
	color: #4b4b4b;
	font: 100% verdana, arial, sans-serif;
	margin-bottom: 15px;
}

h2,h3,h4,h5,h6 {
	margin: 6px 0;
}

p {
	font-size: 70%;
	margin-bottom: 15px;
	text-align: justify;
}

center {
	font-size 70%;
	margin-bottom: 15px;
	text-align: center;
}

address {
	font-size: 70%;
	font-style: normal;
	text-align: left;
}

table {
	font-size: 70%;
	margin: 0 20px 20px 20px;
	text-align: left;
	float: left;
	width: 100%;
}

thead {
	background: #ffbb59;
	color: #555;
}

thead th {
	border-bottom: 1px solid #1B72CF;
}

td,th {
	padding: 5px;
}

td.first {
	width: 150px;
}

tbody th {
	background: #e2eefb;
	border-right: 1px solid #1B72CF;
}

ol, ul {
	list-style-position: outside;
	padding-left: 25px;
	margin-bottom: 15px;
	text-align: left;
}

form {
	margin: auto;
	width: 65%;
	text-align: center
}

form span {
	color: #cf3f3f;
}

label {
	float: left;
	text-align: right;
	font-size: 70%;
	margin: 0 10px;
	width: 105px;
	clear: both;
}

legend {
	font-size: 70%;
	font-weight: bold;
	color: #27458e;
	margin: 10px 0;
}

input, textarea, select, button {
	padding: 4px;
	font-size: 70%;
	font-weight: bold;
	background: #fff;
	color: #4b4b4b;
	border: 2px solid #27458e;
}

fieldset {
	border: 1px solid #ccc;
	margin: auto;
	padding: 5px 10px;
}

fieldset input, fieldset textarea {
	width: 65%;
	margin-bottom: 5px
}

input.checkbox {
	width: auto;
	float: left;
	margin: 0 0 5px 9px;
}

input.button {
	width: auto;
	margin: 10px;
}

form p {
	text-align: center
}

a {
	color: #4b4b4b;
}

a:hover, a:active {
	color: #ff9700;
}

a img {
	border: 1px solid #27458e;
}

a img:hover {
	border: 1px solid #ff9700;
}

#wrap {
	background: #fff;
	width: 950px;
	margin: 15px auto;
	padding: 15px;
	border: 10px solid #27458e;
	overflow: hidden;
}

#header {
	width: 100%;
	border-top: 1px solid #fff;
}

#header2 {
	width: 50%;
	border-top: 1px solid #fff;
}

#header h1 a {
	background: url('../assets/Image/rilmac.gif') no-repeat;
	display: block;
	width: 500px;
	height: 48px;
	float: left;
}

#header h1 a span {
	display: none;
}

#header h2 {
	font-size: 190%;
	font-style: italic;
	text-align: right;
	text-transform: lowercase;
	color: #27458e;
}

#header h2.default {
	text-transform: none;
}

#header div {
	float: right
}

#header img {
	border: 5px solid #91a2cc;
	margin-left: 10px;
	width: 90px;
	height: 90px;
}

#header img#blue {
	border: 5px solid #27458e;
}

#header p {
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #27458e;
	clear: right;
}

#left {
	float: left;
	margin-top: -45px;
	margin-bottom: 15px;
	padding-right: 15px;
	width: 201px;
	border-right: 1px solid #ccc;
	text-align: center;
}

#left img {
	margin-top: 30px;
}

#nav {
	float: left;
	font-size: 80%;
	background: url('../assets/Image/fade.gif') no-repeat bottom;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
}

#nav ul#popout {
	list-style: none;
	float: left;
	padding: 0;
}

#nav ul#popout li {
	background: #fff url('../assets/Image/nav-bg.jpg') repeat-x bottom;
	position: relative;
	display: inline;
}

#nav ul#popout li a {
	display: block;
	width: 157px;
	padding: 3px 20px;
	border: 2px solid #27458e;
	border-width: 2px 2px 0 2px;
	background: url('../assets/Image/arrow.png') no-repeat 6px center;
	text-decoration: none;
}

#nav ul#popout li a:hover, #nav ul#popout li a:active {
	text-decoration: none;
}

#nav ul#popout li a.last {
	border-width: 2px;
}

#nav ul#popout li ul {
	position: absolute;
	width: 264px;
	top: 0;
	left: 174px;
	display: none;
	list-style: none;
}

#nav ul#popout li.current ul {
	display: block;
}

#nav ul#popout li ul a {
	width: 222px;
	background: #fff
}

#squares {
	clear: both;
	width: 175px;
	margin: auto;
	overflow:hidden;
}

#squares ul {
	margin-top: 30px;
	padding: 0;
}

#squares li {
	float: left;
	list-style: none;
	text-indent: -9000em;
}

#squares li a {
	margin: 0 5px 0 0;
	width: 40px;
	height: 40px;
	display: block;
}

#squares #square1 a {
	background: url('../assets/Image/nav-thumb1.gif') 0 -40px no-repeat;
}

#squares #square2 a {
	background: url('../assets/Image/nav-thumb2.gif') 0 -40px no-repeat;
}

#squares #square3 a {
	background: url('../assets/Image/nav-thumb3.gif') 0 -40px no-repeat;
}

#squares #square4 a {
	background: url('../assets/Image/nav-thumb4.gif') 0 -40px no-repeat;
	margin: 0
}

#squares #square1 a:hover,
#squares #square2 a:hover,
#squares #square3 a:hover,
#squares #square4 a:hover {
	background-position: top;
}

#contactBlock {
	background: url('../assets/Image/fade.gif') no-repeat bottom;
	margin-bottom: 20px;
	padding: 10px 0 5px 0;
	font-weight: bold;
	text-align: right;
	clear: both;
	width: 100%;
}

#contactBlock h3 {
	color: #27458e;
	font-size: 80%;
	clear: both;
}

#contactBlock p {
	text-align: right;
	background: url('../assets/Image/telesales.jpg') no-repeat left;
	height: 92px;
}

#contactBlock p span {
	display: block;
}

#contactBlock a {
	display: block;
	margin-top: 8px;
	color: #27458e;
	font-style: italic;
	font-size: 110%;
	font-weight: normal;
}

#contactBlock a:hover {
	color: #ff9700;
}

#searchbox {
	display: inline;
}

#searchbox input {
	width: 158px;
	float: left;
	margin-right: 6px;
}

#searchbox input#searchbutton {
	width: 21px;
	float: left;
	margin: 0;
	padding: 0;
}

#content {
	background: url('../assets/Image/content-top-bg.gif') repeat-x top;
	overflow: hidden;
	margin-bottom: 15px;
	padding-left: 15px;
	float: right;
	width: 718px;
	text-align: center
}

#contentborder {
	background: #dfe3ee;
	border-bottom: 1px solid #1B72CF;
	border-left: 1px solid #1B72CF; 
	border-right: 1px solid #1B72CF; 
	border-top: 1px solid #1B72CF;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 15px;
	float: right;
	width: 690px;
	text-align: center
}

#content h2 {
	background: #f6f6f6;
	font-size: 160%;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 2px;
	letter-spacing: -1px;
	text-align: left;
}

#content h3 {
	color: #27458e;
	font-size: 80%;
	margin: 0 0 10px 0;
	text-align: left;
}

#content h3.quote {
	font-size: 110%;
	font-style: italic;
	margin: 10px 0 20px 0;
	text-align: center;
}

#content h4 {
	color: #27458e;
	font-size: 70%;
	margin: 0 0 10px 0;
	text-align: left;
}

#content li {
	font-size: 70%;
}

#content li li {
	font-size: 100%;
}

#footer {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	text-align: center;
	clear: both;
	line-height: 110%
}

#footer p, #footer address {
	text-align: center;
	margin: 0;
}

#bottomImages {
	text-align: center
}

#bottomImages img {
	margin: 20px 3px 3px;
}

#bottomImages a img {
	border: 1px solid #fff;
}

#bottomImages a img:hover {
	border: 1px solid #ff9700;
}

#workBox div {
	background: #dfe3ee;
	border: 1px solid #adb8d4;
	margin: 10px auto 0 auto;
	padding: 20px;
	min-height: 86px;
	height: auto !important;
	height: 86px;
}

#workBox div a {
	color: #27458e;
}

#workBox div a:hover {
	color: #ff9700;
}

#workBox img {
	margin: 0 0 0 20px;
	float: right;
	width: 80px;
	height: 80px;
	border: 3px solid #27458e;
}

#workBox a img:hover {
	border: 3px solid #ff9700;
}

#newsBox div {
	background: #dfe3ee;
	border: 1px solid #adb8d4;
	margin: 15px auto 0 auto;
	padding: 0;
	min-height: 86px;
	height: auto !important;
	height: 86px;
}

#newsBox h3 {
	background: #27458e;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 60%;
}

#newsBox h4, #newsBox p {
	padding-left: 10px;
	padding-right: 10px;
}

#newsBox div a {
	color: #27458e;
}

#newsBox div a:hover {
	color: #ff9700;
}

#newsBox img {
	margin: 0 10px;
	float: right;
	width: 80px;
	height: 80px;
	border: 3px solid #27458e;
}

#newsBox a img:hover {
	border: 3px solid #ff9700;
}

#newsletter {
	border: 1px dotted #27458e;
	overflow: hidden;
	margin-bottom: 15px;
}

#newsletter h3, #newsletter h4, #newsletter p {
	margin-left: 10px;
	margin-right: 10px;
}

#newsletter img {
	margin-bottom: 20px;
}

.blueBox {
	background: #dfe3ee;
	border: 1px solid #adb8d4;
	width: 70%;
	margin: 20px auto 30px auto;
	padding: 8px 30px;
	text-align: center;
	position: relative;
}

.blueBox p {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.blueBox p.single {
	margin: 0;
}

.blueBox ul {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 80%;
}

.blueBox ul#homeul {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 30px 0;
}

.blueBox ul li {
	display: inline;
	background: url('../assets/Image/bullet.gif') no-repeat right;
	padding: 0 8px;
}

.blueBox ul li.first {
	padding-left: 0;
}

.blueBox ul li.no {
	padding-right: 0;
	background: none;
}

.blueBox img {
	position: absolute;
	left: 55px;
	bottom: -23px;
}

.blueBox a img {
	border: none
}

.blueBox img.singleImg {
	bottom: -31px;
}

.blueBox span {
	display: block
}

ul.tick li {
	list-style: none;
	background: url('../assets/Image/tick.gif') left 50% no-repeat;
	padding: 5px 25px
}

p.red {
	color: #cf3f3f;
}

.quotebox p {
	margin: 0;
}

.quotebox blockquote {
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}

.quotebox .by {
	margin: 0;
	text-align: right
}

.quotebox .by span {
	display: block
}

.l {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #27458e;
}

.t {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #27458e;
}

.r {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #27458e;
}

.clear {
	clear: both
}

.clear p {
	margin: 10px 0;
}

.pdf {
	float: left;
	margin-right: 5px;
}

.searchpara1 {
	border: 1px solid #27458e;
	margin: 0 auto;
	padding: 5px 2px;
	background: #27458e;
	overflow: hidden;
}

.searchpara1 a { color: #fff }
.searchpara1 a:hover { color: #ff9700 }

.searchpara2 {
	border-left: 1px solid #27458e;
	border-right: 1px solid #27458e;
	margin: 0 auto;
	padding: 2px;
	background: #fff;
	overflow: hidden;
}

.searchpara3 {
	border: 1px solid #27458e;
	margin: 0 auto 20px auto;
	padding: 2px;
	background: #dfe3ee;
	overflow: hidden;
}

.searchPagination {
	font-size: 70%
}


