/* CSS Document */

html {
	height: 100%;
	width:100%;
	text-align:center;
}

#flashcontent {
	width:100%;
	height:100%;
}

	
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0D599A;
	height:100%;
	width:100%;
	font-family:"Trebuchet MS", Trebuchet MS, Verdana, Arial, "Times New Roman", sans-serif;
	font-size:14px;
	color:#F5F5F5;
	text-align:center;
	background-image:url(../images/mainBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
a {
	color:#ffc425;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1 {
	font-size:25px;
	font-weight:bold;
	line-height:32px;
}

h2 {
	font-siz:20px;
	font-weight:bold;
	line-height:30px;

}

h3 {
	font-siz:16px;
	font-weight:bold;
	line-height:25px;
}

#overall {
	float:left;
	width:100%;
}

#downloadFlash {
	float:left;
	width:100%;
	background-color:#0b4d85;
	border-bottom:1px solid #90c2ec; /*0a406e*/
	background-image:url(../images/downloadFlash.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:18px;
}

#downloadFlash2 {
	float:left;
	width:100%;
	background-color:#0b4d85;
	border-bottom:1px solid #90c2ec; /*0a406e*/
	height:18px;
}

#overall .centralise {
	margin:0 auto;
	width:950px;
}

#mainArea {
	float:left;
	width:950px;
}

#navigationSpace {
	float:left;
	width:950px;
	height:90px;
	font-size:12px;
	text-align:left;
}

#navigation {
	float:left;
	width:950px;
	font-size:12px;
	text-align:left;
}

#navigation ul{
	float:left;
	list-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#navigation li{
	float:left;
	display:block;
	border-left:1px solid #FFFFFF;
	padding-right:5px;
}

#navigation li a{
	float:left;
	padding:40px 40px 0px 10px;
	color:#FFFFFF;
}

#navigation li a:hover{
	color:#ffc425;
	text-decoration:none;
}

#navigation .onIt {
	color:#ffc425;
	padding-top:60px;
	font-weight:bold;
	font-size:14px;
}

#content {
	float:left;
	padding:40px 0px 40px 0px;
	width:900px;
	text-align:left;
}

#siteTitle {
	float:left;
	width:900px;
	padding-bottom:20px;
	font-size:12px;
	color:#CCCCCC;
	line-height:15px;
	text-align:center;
	font-weight:bold;
}

#siteTitle h3 {
	font-size:12px;
	color:#CCCCCC;
	line-height:15px;
	text-align:center;
	font-weight:bold;
}


#pageTitle {
	float:left;
	width:900px;
	padding-bottom:20px;
}

#mainContent {
	float:left;
	width:900px;
}

#footer {
	float:left;
	width:100%;
	border-top:1px solid #90c2ec;
	background-image:url(../images/footerBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#footer-inside{
	float:left;
	width:900px;
	padding:30px 0px 30px 0px;
	text-align:left;
}

#footer-inside-left {
	float:left;
	width:250px;
	font-size:27px;
	font-weight:bold;
}

#footer-inside-right {
	float:right;
	width:550px;
	font-size:10px;
}

#services {
	float:left;
	width:180px;
	padding:0px 20px 0px 0px;
}

#services a {
	float:left;
	padding:10px 10px 10px 10px;
	width:160px;
	background-color:#0D599A;
}

#services a:hover {
	background-color:#1070BE;
	text-decoration:none;
}

.keywords {
	font-size:10px;
}

.work-row {
	float:left;
	width:100%;
	padding-bottom:30px;
}

.work-column {
	float:left;
	width:20%;
	text-align:center;
	font-size:12px;
}

.work-column a {
	float:left;
	width:100%;
	padding:10px 0px 3px 0px;
}

.work-column a:hover{
	background-color:#3077b3;
	text-decoration:none;
}

#navigation-about {
	float:left;
	width:850px;
	padding:10px 0px 0px 110px;
}

#navigation-about a{
	color:#FFFFFF;
	margin-right:20px;
}

#navigation-about a:hover{
	color:#ffc425;
	text-decoration:none;
}

#navigation-about .onIt {
	color:#ffc425;
}


#team {
	float:left;
	width:330px;
	padding:0px 20px 0px 0px;
}

#team a {
	float:left;
	padding:10px 10px 10px 10px;
	width:310px;
	background-color:#0D599A;
}

#team a:hover {
	background-color:#1070BE;
	text-decoration:none;
}

#news {
	float:left;
	width:330px;
	padding:0px 20px 0px 0px;
}

#news a {
	float:left;
	padding:10px 10px 10px 10px;
	width:310px;
	background-color:#0D599A;
}

#news a:hover {
	background-color:#1070BE;
	text-decoration:none;
}


#newsArticle {
	float:right;
	width:540px;
	padding:0px 0px 0px 0px;
}