/* CSS Document */

body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:62.5%;
		margin:0;
		padding:0;
		overflow:scroll;
		background:#0D2E60;
}

h1 {
		font-size:1.4em;
		color:#0D2E60;
		margin:0;
		padding:0;
}

#text a {
		color:#1753AD;
		text-decoration:none;
		background:#DBDBDB;
}

#text a:hover {
		color:#ffffff;
		background:#0D2E60;
}

strong {
		color:#0D2E60;
}


.clear {
		clear:both;
}

#outerWrapper {
		width:933px;
		height:auto;
		margin:0 auto;
		padding:5px 0 20px 5px;
		background:#ffffff;
}

#mainContent {
		padding:5px 0 0 20px;
		width:913px;
		height:auto;
}

#flashContainer {
		padding:0 0 0 3px;
}

#header {
		width:672px;
		height:39px;
		background:url(../images/layout/header.jpg) no-repeat;
		padding:93px 0 0 241px;
		position:relative;
}

#header a.emailLink {
		display:block;
		width:627px;
		height:60px;
		position:absolute;
		top:12px;
		left:299px;
}

#nav {
		width:669px;
		height:20px;
		font-size:1.2em;
		font-weight:bold;
}

#nav ul {
		margin:0;
		padding:0;
}

#nav ul li {
		list-style:none;
		display:inline;
		padding:0 20px;
}

#nav ul li a {
		color:#ffffff;
		text-decoration:none;
}

#nav ul li a:hover {
		color:#9DBEEF;
}

#leftColumn {
		float:left;
		padding:10px 0 0 0;
}

#indexText {
		width:580px;
		height:auto;
		/*background:#DEDFE3;
		border:1px solid #B8B9BC;*/
		font-size:1.2em;
		padding:10px 0 0 10px;
}

#text {
		width:500px;
		height:auto;
		font-size:1.2em;
		padding:10px 23px 0 10px;
}

#text ul {
		margin:0;
		padding:0 0 0 5px;
}

#text ul li {
		padding:5px 0;
		/*list-style-position:inside;*/
}

#IndexSubNav {
		width:531px;
		height:149px;
		padding:10px 0 0 0;
}

#subNav {
		width:531px;
		height:149px;
		padding:0 0 10px 0;
}

#IndexSubNav ul, #subNav ul {
		margin:0;
		padding:0;
}

#IndexSubNav ul li, #subNav ul li {
		list-style:none;
		display:inline;
}

#IndexSubNav ul li a img, #subNav ul li a img {
		border:0;
}

#rightColumn {
		float:right;
		width:290px;
		height:auto;
		padding:10px 24px 0 0;
		text-align:right;
}

#footer {
		width:891px;
		height:50px;
		background:#0D2E60;
		margin:10px 0 0 20px;
		color:#ffffff;
		font-size:1.2em;
}

#footer a {
		color:#ffffff;
		text-decoration:none;
		padding:0 4px;
		background:#0D2E60;
}

#footer a:hover {
		color:#1753AD;
		background:#DBDBDB;
}

#contactDetails {
		padding:15px 0 0 20px;
		float:left;
}

#designBy {
		float:right;
		padding:15px 20px 0 0;
}

.description {
		padding:10px 10px 0 20px;
}